From: Natanael Copa <natanael.copa@gmail.com>
To: gentoo-embedded@lists.gentoo.org
Subject: [gentoo-embedded] conntrackd on uclibc?
Date: Thu, 08 Feb 2007 17:36:11 +0100 [thread overview]
Message-ID: <1170952571.14212.51.camel@localhost> (raw)
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
reply other threads:[~2007-02-08 16:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1170952571.14212.51.camel@localhost \
--to=natanael.copa@gmail.com \
--cc=gentoo-embedded@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox