From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.fcal.uner.edu.ar (mx2.fcal.uner.edu.ar [200.61.249.198]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 6E5623B29E for ; Mon, 25 Jun 2018 15:04:50 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.fcal.uner.edu.ar (Postfix) with ESMTP id 6516B5170F8A for ; Mon, 25 Jun 2018 16:04:47 -0300 (-03) X-Virus-Scanned: Debian amavisd-new at mail.fcal.uner.edu.ar Received: from mail.fcal.uner.edu.ar ([127.0.0.1]) by localhost (mail.fcal.uner.edu.ar [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yT_zAgZGg8yR for ; Mon, 25 Jun 2018 16:04:42 -0300 (-03) Received: from capibara (unknown [172.24.30.6]) by mail.fcal.uner.edu.ar (Postfix) with ESMTPSA id E1C865170F88 for ; Mon, 25 Jun 2018 16:04:42 -0300 (-03) Message-ID: <1529953482.28758.122.camel@fcal.uner.edu.ar> From: "Carlos R. Pasqualini" To: bloat Date: Mon, 25 Jun 2018 16:04:42 -0300 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Bloat] CAKE and Kernel 4.16-bpo debian X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2018 19:04:50 -0000 Hi list! Can someone tell me how to compile cake? I'm running 4.16.5-1~bpo9+1 amd64 (Debian stretch-backports kernel) I'm doing: git clone https://github.com/dtaht/sch_cake.git make make -C /lib/modules/4.16.0-0.bpo.1-amd64/build SUBDIRS=/usr/src/sch_cake modules LDFLAGS_MODULE="--build- id=0xdfb2f6ccfbea7c413acec97d8440e344b94ca8e7" CFLAGS_MODULE="- DCAKE_VERSION=\\\"dfb2f6ccfbea7c413acec97d8440e344b94ca8e7\\\"" make[1]: se entra en el directorio '/usr/src/linux-headers-4.16.0- 0.bpo.2-amd64'   CC [M]  /usr/src/sch_cake/sch_cake.o /usr/src/sch_cake/sch_cake.c:1978:11: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]   .init  = cake_init,            ^~~~~~~~~ /usr/src/sch_cake/sch_cake.c:1978:11: note: (near initialization for ‘cake_qdisc_ops.init’) /usr/src/sch_cake/sch_cake.c:1981:13: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]   .change  = cake_change,              ^~~~~~~~~~~ /usr/src/sch_cake/sch_cake.c:1981:13: note: (near initialization for ‘cake_qdisc_ops.change’) cc1: some warnings being treated as errors /usr/src/linux-headers-4.16.0-0.bpo.2- common/scripts/Makefile.build:335: fallo en las instrucciones para el objetivo '/usr/src/sch_cake/sch_cake.o' make[4]: *** [/usr/src/sch_cake/sch_cake.o] Error 1 /usr/src/linux-headers-4.16.0-0.bpo.2-common/Makefile:1578: fallo en las instrucciones para el objetivo '_module_/usr/src/sch_cake' make[3]: *** [_module_/usr/src/sch_cake] Error 2 Makefile:146: fallo en las instrucciones para el objetivo 'sub-make' make[2]: *** [sub-make] Error 2 Makefile:8: fallo en las instrucciones para el objetivo 'all' make[1]: *** [all] Error 2 make[1]: se sale del directorio '/usr/src/linux-headers-4.16.0-0.bpo.2- amd64' Makefile:8: fallo en las instrucciones para el objetivo 'default' make: *** [default] Error 2 Thanks!