From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HFCHU-0003TE-Tb for garchives@archives.gentoo.org; Thu, 08 Feb 2007 16:37:57 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l18GaEXJ022677; Thu, 8 Feb 2007 16:36:14 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l18GaDiR022659 for ; Thu, 8 Feb 2007 16:36:14 GMT Received: by nf-out-0910.google.com with SMTP id c31so1674944nfb for ; Thu, 08 Feb 2007 08:36:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=PMtkIm1UY3MO3ASMncGEeDf33ZeCJ7DyFAh+6qu6Ge2EmTX4xIFNgeeJ4eGlCOCNQEDxOoORSOyrYpNBX8EM4z+9mKBXUXNrj2zO8ZWgLzna8UDJwYSgNn6Ns0lSDXZ3xmpZ2EMTIU1u6ugFce0pCoI7ctOPFDQCwlhQVwph7Zo= Received: by 10.82.188.15 with SMTP id l15mr3459258buf.1170952573271; Thu, 08 Feb 2007 08:36:13 -0800 (PST) Received: from ?192.168.65.211? ( [213.234.126.134]) by mx.google.com with ESMTP id a24sm12072937nfc.2007.02.08.08.36.12; Thu, 08 Feb 2007 08:36:12 -0800 (PST) Subject: [gentoo-embedded] conntrackd on uclibc? From: Natanael Copa To: gentoo-embedded@lists.gentoo.org Content-Type: text/plain Date: Thu, 08 Feb 2007 17:36:11 +0100 Message-Id: <1170952571.14212.51.camel@localhost> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 546a76b6-68db-4eb1-b5bf-d2e3c127d04c X-Archives-Hash: 372ae616566d7ff622f020bb82159802 Hi, Has anybody got conntrackd work on hardened/uclibc? https://bugs.gentoo.org/show_bug.cgi?id=165669 Looks like an uclibc issue to me. Compiles fine against glibc om my 64 bit desktop. Any pointers? if i386-gentoo-linux-uclibc-gcc -DPACKAGE_NAME=\"conntrackd\" -DPACKAGE_TARNAME=\"conntrackd\" -DPACKAGE_VERSION=\"0.9.2\" -DPACKAGE_STRING=\"conntrackd\ 0.9.2\" -DPACKAGE_BUGREPORT=\"pablo@netfilter.org\" -DPACKAGE=\"conntrackd\" -DVERSION=\"0.9.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DYYTEXT_POINTER=1 -DHAVE_LINUX_CAPABILITY_H=1 -DHAVE_LIBNFNETLINK=1 -DHAVE_LIBNETFILTER_CONNTRACK=1 -DHAVE_LIBPTHREAD=1 -DHAVE_ARPA_INET_H=1 -DHAVE_INET_PTON=1 -DHAVE_INET_PTON_IPV6=1 -I. -I. -I../include -march=i386 -Os -pipe -fomit-frame-pointer -MT cache_persistence.o -MD -MP -MF ".deps/cache_persistence.Tpo" \ -c -o cache_persistence.o `test -f 'cache_persistence.c' || echo './'`cache_persistence.c; \ then mv -f ".deps/cache_persistence.Tpo" ".deps/cache_persistence.Po"; \ else rm -f ".deps/cache_persistence.Tpo"; exit 1; \ fi In file included from /usr/include/sys/uio.h:24, from /usr/include/sys/socket.h:27, from /usr/include/libnfnetlink/libnfnetlink.h:19, from proxy.c:19: /usr/include/sys/types.h:61: error: conflicting types for 'dev_t' /usr/include/linux/types.h:27: error: previous declaration of 'dev_t' was here /usr/include/sys/types.h:71: error: conflicting types for 'mode_t' /usr/include/linux/types.h:33: error: previous declaration of 'mode_t' was here /usr/include/sys/types.h:76: error: conflicting types for 'nlink_t' /usr/include/linux/types.h:36: error: previous declaration of 'nlink_t' was here In file included from /usr/include/sys/types.h:215, from /usr/include/sys/uio.h:24, from /usr/include/sys/socket.h:27, from /usr/include/libnfnetlink/libnfnetlink.h:19, from proxy.c:19: /usr/include/sys/select.h:68: error: conflicting types for 'fd_set' /usr/include/linux/types.h:24: error: previous declaration of 'fd_set' was here In file included from /usr/include/sys/uio.h:24, from /usr/include/sys/socket.h:27, from /usr/include/libnfnetlink/libnfnetlink.h:19, from proxy.c:19: /usr/include/sys/types.h:230: error: conflicting types for 'blkcnt_t' /usr/include/linux/types.h:158: error: previous declaration of 'blkcnt_t' was here if i386-gentoo-linux-uclibc-gcc -DPACKAGE_NAME=\"conntrackd\" -DPACKAGE_TARNAME=\"conntrackd\" -DPACKAGE_VERSION=\"0.9.2\" -DPACKAGE_STRING=\"conntrackd\ 0.9.2\" -DPACKAGE_BUGREPORT=\"pablo@netfilter.org\" -DPACKAGE=\"conntrackd\" -DVERSION=\"0.9.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DYYTEXT_POINTER=1 -DHAVE_LINUX_CAPABILITY_H=1 -DHAVE_LIBNFNETLINK=1 -DHAVE_LIBNETFILTER_CONNTRACK=1 -DHAVE_LIBPTHREAD=1 -DHAVE_ARPA_INET_H=1 -DHAVE_INET_PTON=1 -DHAVE_INET_PTON_IPV6=1 -I. -I. -I../include -march=i386 -Os -pipe -fomit-frame-pointer -MT cache_lifetime.o -MD -MP -MF ".deps/cache_lifetime.Tpo" \ -c -o cache_lifetime.o `test -f 'cache_lifetime.c' || echo './'`cache_lifetime.c; \ then mv -f ".deps/cache_lifetime.Tpo" ".deps/cache_lifetime.Po"; \ else rm -f ".deps/cache_lifetime.Tpo"; exit 1; \ fi make[1]: *** [proxy.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/var/tmp/portage/conntrackd-0.9.2/work/conntrackd-0.9.2/src' make: *** [all-recursive] Error 1 -- gentoo-embedded@gentoo.org mailing list