From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id AD5AB21F528 for ; Fri, 16 Oct 2015 06:02:34 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1445000551; bh=nNAezJuk2sUbomOUe7MkVDS24AzWbWMzgeBJhQa9gpY=; h=From:To:Subject:Date; b=lRN5iVDxudIpG+asn7MA8b+ZyWPYHBm4YtJsDVE71/T8XQyjBNDxy9B5lsiiyg6Gz D5TOTutdKVBg7WeoaTHdhB5SR1C0yJ+s18a91Liapcy0TuXIjcA7EO9UT5aGGIFCHK kohVADxUbzZbJWHV+xqQFyG7qyMpdv8t2S7kFrrk= Sender: toke@toke.dk Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id A7FEC491CF; Fri, 16 Oct 2015 15:02:30 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: cake@lists.bufferbloat.net Date: Fri, 16 Oct 2015 15:02:30 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <871tcv7yqh.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: [Cake] iproute2 doesn't build X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 13:02:57 -0000 >From the kau.toke.dk:cake/iproute2 repo: $ make make[1]: Entering directory '/home/alrua/build/debian/iproute2/lib' gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -fPIC -c -o libgenl.o libgenl.c gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -fPIC -c -o ll_map.o ll_map.c gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -fPIC -c -o libnetlink.o libnetlink.c ar rcs libnetlink.a libgenl.o ll_map.o libnetlink.o gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -fPIC -c -o utils.o utils.c In file included from utils.c:34:0: ../include/namespace.h:34:19: error: static declaration of 'setns' follows non-static declaration static inline int setns(int fd, int nstype) ^ In file included from /usr/include/sched.h:41:0, from ../include/namespace.h:4, from utils.c:34: /usr/include/x86_64-linux-gnu/bits/sched.h:91:12: note: previous declaration of 'setns' was here extern int setns (int __fd, int __nstype) __THROW; ^ : recipe for target 'utils.o' failed make[1]: *** [utils.o] Error 1 make[1]: Leaving directory '/home/alrua/build/debian/iproute2/lib' Makefile:45: recipe for target 'all' failed make: *** [all] Error 2 This is on Debian Jessie. -Toke