From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id EEAAA3B2A3 for ; Sun, 5 Mar 2017 07:45:00 -0500 (EST) Received: by mail-wm0-x22c.google.com with SMTP id n11so45359128wma.0 for ; Sun, 05 Mar 2017 04:45:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=gFMia87aXbz2W/nN+ZpzygAMEAj0Z2sqpwqRhX2R2Dk=; b=ig5VtxOb0hJMeDKtvVLUHahORostn6AGVKjK8+G6XhmyqTrk7o636mbj/BDTM+K1Nt 24bMHfiDcL+N68PqKUsDhLVpfHZSZZYpIT12nXbT1Ue6hCFqT1X0EjbqnSIOwJoNYrpX FGTEa7Ag3DtWO6av7pRVJjmF4aUNs4u01pYHDF6rfgjbaC/apKG8ASRmzv7bW4j3qpLi A1U8a2SRUJr/yvpYPCfDNLBWDKrKypbXaun1UbLz7U/fTeXtD4063Gr71XLPZiR8C51l pIsRliqcLxGqEsdwQXEI6c7aEKM1+mxzDCShtX1nZtHHka+fbIB0YdfpTWLEchIKf/uO WimA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=gFMia87aXbz2W/nN+ZpzygAMEAj0Z2sqpwqRhX2R2Dk=; b=rsOcyLah8Vim4bhbL5GyvbVO4i50I7KaHPCU0QI8xlF6XkOmi4iTLF+0cFRHjnxWy+ C0FcuUUVf+W1NkzarXlLwuarB38i3AKmZ7vFX4MvpGjHDszWmua6+JB6nqbiHJ2yLFDF Z6bcVcWE/VkJu7d1W1hFfY6E/c0PAni3rnzEbqlpzA+hpN0FmkUOcq1U7hrYyeGXpx0g PIZlDY/KVCM6SmCCDBzVnrrokMabo4c/jDvsyoghxz/Ea0OoVTSWxutDNcEH5s2spl1w IKABW19Tvo8c7NIz+UnKYx3ZAitKZtzT0U1tgtu5R9XcevEhHt4P72iP3gdUg7PTgV8P fxLQ== X-Gm-Message-State: AMke39lQuejSCWJcIujWS9xrDi4Gvs/rgEQ6ht9VQXU6LKWfhWy6WiDFzyJPECjSejMLcXrPmTEZ8DYfXtxg3g== X-Received: by 10.28.180.135 with SMTP id d129mr9408935wmf.135.1488717899703; Sun, 05 Mar 2017 04:44:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.44.69 with HTTP; Sun, 5 Mar 2017 04:44:59 -0800 (PST) From: Ignatius Rivaldi Message-ID: To: cerowrt-devel@lists.bufferbloat.net Content-Type: multipart/alternative; boundary=001a114b304a9547310549fb25fe X-Mailman-Approved-At: Mon, 30 Mar 2020 07:21:14 -0400 Subject: [Cerowrt-devel] kmod_sched_pie falis to compile with implicit declaration error in openwrt trunk for x86 X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sun, 05 Mar 2017 12:45:01 -0000 X-Original-Date: Sun, 5 Mar 2017 19:44:59 +0700 X-List-Received-Date: Sun, 05 Mar 2017 12:45:01 -0000 --001a114b304a9547310549fb25fe Content-Type: text/plain; charset=UTF-8 I tried to build openwrt with Cake support according to this page: https://www.bufferbloat.net/projects/codel/wiki/Cake/ , then I run make, and it crashes. I then run make -j1 V=s as instructed by the make process, and is the last error message: make[3]: Leaving directory '/home/feanor/Development/Programming/openwrt/package/base-files' make[3]: Entering directory '/home/feanor/Development/Programming/openwrt/feeds/cero/net/kmod-sched-fq_pie' make -C /home/feanor/Development/Programming/openwrt/build_dir/target-x86_64_musl-1.1.16/linux-x86_64/linux-4.4.14 HOSTCFLAGS="-O2 -I/home/feanor/Development/Programming/openwrt/staging_dir/host/include -I/home/feanor/Development/Programming/openwrt/staging_dir/host/usr/include -I/home/feanor/Development/Programming/openwrt/staging_dir/target-x86_64_musl-1.1.16/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="x86_64-openwrt-linux-musl-" ARCH="x86" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="" KBUILD_BUILD_HOST="" CONFIG_SHELL="bash" V='' CC="x86_64-openwrt-linux-musl-gcc" SUBDIRS="/home/feanor/Development/Programming/openwrt/build_dir/target-x86_64_musl-1.1.16/linux-x86_64/sched-fq_pie-2015-git" modules make[4]: Entering directory '/home/feanor/Development/Programming/openwrt/build_dir/target-x86_64_musl-1.1.16/linux-x86_64/linux-4.4.14' CC [M] /home/feanor/Development/Programming/openwrt/build_dir/target-x86_64_musl-1.1.16/linux-x86_64/sched-fq_pie-2015-git/sch_fq_pie.o /home/feanor/Development/Programming/openwrt/build_dir/target-x86_64_musl-1.1.16/linux-x86_64/sched-fq_pie-2015-git/sch_fq_pie.c: In function 'fq_pie_change': /home/feanor/Development/Programming/openwrt/build_dir/target-x86_64_musl-1.1.16/linux-x86_64/sched-fq_pie-2015-git/sch_fq_pie.c:820:2: error: implicit declaration of function 'qdisc_tree_decrease_qlen' [-Werror=implicit-function-declaration] qdisc_tree_decrease_qlen(sch, drop_count); ^ cc1: some warnings being treated as errors make[5]: *** [scripts/Makefile.build:265: /home/feanor/Development/Programming/openwrt/build_dir/target-x86_64_musl-1.1.16/linux-x86_64/sched-fq_pie-2015-git/sch_fq_pie.o] Error 1 make[4]: *** [Makefile:1385: _module_/home/feanor/Development/Programming/openwrt/build_dir/target-x86_64_musl-1.1.16/linux-x86_64/sched-fq_pie-2015-git] Error 2 make[4]: Leaving directory '/home/feanor/Development/Programming/openwrt/build_dir/target-x86_64_musl-1.1.16/linux-x86_64/linux-4.4.14' make[3]: *** [Makefile:43: /home/feanor/Development/Programming/openwrt/build_dir/target-x86_64_musl-1.1.16/linux-x86_64/sched-fq_pie-2015-git/.built] Error 2 make[3]: Leaving directory '/home/feanor/Development/Programming/openwrt/feeds/cero/net/kmod-sched-fq_pie' make[2]: *** [package/Makefile:197: package/feeds/cero/kmod-sched-fq_pie/compile] Error 2 make[2]: Leaving directory '/home/feanor/Development/Programming/openwrt' make[1]: *** [package/Makefile:193: /home/feanor/Development/Programming/openwrt/staging_dir/target-x86_64_musl-1.1.16/stamp/.package_compile] Error 2 make[1]: Leaving directory '/home/feanor/Development/Programming/openwrt' make: *** [/home/feanor/Development/Programming/openwrt/include/ toplevel.mk:194: world] Error 2 If this is the wrong place for bug report please tell me as this is my first time I use mailing list --001a114b304a9547310549fb25fe Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I tried to build openwrt with Cake support according = to this page: https://www.bufferbloat.net/projects/codel/wiki/Cake/ , then I run= make, and it crashes. I then run make -j1 V=3Ds as instructed by the make = process, and=C2=A0 is the last error message:

make[3]: Leaving direc= tory '/home/feanor/Development/Programming/openwrt/package/base-files&#= 39;
make[3]: Entering directory '/home/feanor/Development/Programmin= g/openwrt/feeds/cero/net/kmod-sched-fq_pie'
make -C /home/feanor/Dev= elopment/Programming/openwrt/build_dir/target-x86_64_musl-1.1.16/linux-x86_= 64/linux-4.4.14 HOSTCFLAGS=3D"-O2 -I/home/feanor/Development/Programmi= ng/openwrt/staging_dir/host/include -I/home/feanor/Development/Programming/= openwrt/staging_dir/host/usr/include -I/home/feanor/Development/Programming= /openwrt/staging_dir/target-x86_64_musl-1.1.16/host/include -Wall -Wmissing= -prototypes -Wstrict-prototypes" CROSS_COMPILE=3D"x86_64-openwrt-= linux-musl-" ARCH=3D"x86" KBUILD_HAVE_NLS=3Dno KBUILD_BUILD_= USER=3D"" KBUILD_BUILD_HOST=3D"" CONFIG_SHELL=3D"b= ash" V=3D''=C2=A0 CC=3D"x86_64-openwrt-linux-musl-gcc&quo= t; SUBDIRS=3D"/home/feanor/Development/Programming/openwrt/build_dir/t= arget-x86_64_musl-1.1.16/linux-x86_64/sched-fq_pie-2015-git" modulesmake[4]: Entering directory '/home/feanor/Development/Programming/ope= nwrt/build_dir/target-x86_64_musl-1.1.16/linux-x86_64/linux-4.4.14'
= =C2=A0 CC [M]=C2=A0 /home/feanor/Development/Programming/openwrt/build_dir/= target-x86_64_musl-1.1.16/linux-x86_64/sched-fq_pie-2015-git/sch_fq_pie.o/home/feanor/Development/Programming/openwrt/build_dir/target-x86_64_musl= -1.1.16/linux-x86_64/sched-fq_pie-2015-git/sch_fq_pie.c: In function 'f= q_pie_change':
/home/feanor/Development/Programming/openwrt/build_di= r/target-x86_64_musl-1.1.16/linux-x86_64/sched-fq_pie-2015-git/sch_fq_pie.c= :820:2: error: implicit declaration of function 'qdisc_tree_decrease_ql= en' [-Werror=3Dimplicit-function-declaration]
=C2=A0 qdisc_tree_decr= ease_qlen(sch, drop_count);
=C2=A0 ^
cc1: some warnings being treated= as errors
make[5]: *** [scripts/Makefile.build:265: /home/feanor/Develo= pment/Programming/openwrt/build_dir/target-x86_64_musl-1.1.16/linux-x86_64/= sched-fq_pie-2015-git/sch_fq_pie.o] Error 1
make[4]: *** [Makefile:1385:= _module_/home/feanor/Development/Programming/openwrt/build_dir/target-x86_= 64_musl-1.1.16/linux-x86_64/sched-fq_pie-2015-git] Error 2
make[4]: Leav= ing directory '/home/feanor/Development/Programming/openwrt/build_dir/t= arget-x86_64_musl-1.1.16/linux-x86_64/linux-4.4.14'
make[3]: *** [Ma= kefile:43: /home/feanor/Development/Programming/openwrt/build_dir/target-x8= 6_64_musl-1.1.16/linux-x86_64/sched-fq_pie-2015-git/.built] Error 2
make= [3]: Leaving directory '/home/feanor/Development/Programming/openwrt/fe= eds/cero/net/kmod-sched-fq_pie'
make[2]: *** [package/Makefile:197: = package/feeds/cero/kmod-sched-fq_pie/compile] Error 2
make[2]: Leaving d= irectory '/home/feanor/Development/Programming/openwrt'
make[1]:= *** [package/Makefile:193: /home/feanor/Development/Programming/openwrt/st= aging_dir/target-x86_64_musl-1.1.16/stamp/.package_compile] Error 2
make= [1]: Leaving directory '/home/feanor/Development/Programming/openwrt= 9;
make: *** [/home/feanor/Development/Programming/openwrt/include/toplevel.mk:194: world] Error 2

If this is the wrong place for bug report please tell me as this is my = first time I use mailing list
--001a114b304a9547310549fb25fe--