Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 168846 Details for
Bug 242504
net-p2p/microdc2-0.15.6 fails to compile with undefined reference to `main_to_utf8_string'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 34.13 KB, created by
Geert De Pooter
on 2008-10-17 21:57:38 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Geert De Pooter
Created:
2008-10-17 21:57:38 UTC
Size:
34.13 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking microdc2-0.15.6.tar.gz to /var/tmp/portage/net-p2p/microdc2-0.15.6/work >>>> Source unpacked. >>>> Compiling source in /var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6 ... > * econf: updating microdc2-0.15.6/build-aux/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating microdc2-0.15.6/build-aux/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-nls --build=i686-pc-linux-gnu >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether to enable maintainer-specific portions of Makefiles... no >checking for style of include used by make... GNU >checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether i686-pc-linux-gnu-gcc accepts -g... yes >checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking dependency style of i686-pc-linux-gnu-gcc... gcc3 >checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for AIX... no >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking for working alloca.h... yes >checking for alloca... yes >checking whether system is Windows or MSDOS... no >checking whether strerror_r is declared... yes >checking for strerror_r... yes >checking whether strerror_r returns char *... yes >checking for an ANSI C-conforming const... yes >checking for mbstate_t... yes >checking for C/C++ restrict keyword... __restrict >checking for IPv4 sockets... yes >checking for IPv6 sockets... yes >checking for inline... inline >checking netinet/in.h usability... yes >checking netinet/in.h presence... yes >checking for netinet/in.h... yes >checking wchar.h usability... yes >checking wchar.h presence... yes >checking for wchar.h... yes >checking wctype.h usability... yes >checking wctype.h presence... yes >checking for wctype.h... yes >checking for sys/types.h... (cached) yes >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking whether getdelim is declared... yes >checking getopt.h usability... yes >checking getopt.h presence... yes >checking for getopt.h... yes >checking for getopt_long_only... yes >checking whether optreset is declared... no >checking for working GNU getopt function... yes >checking for stdbool.h that conforms to C99... yes >checking for _Bool... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unsigned long long... yes >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld >checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for shared library run path origin... done >checking whether memmem is declared... yes >checking whether <limits.h> defines MIN and MAX... no >checking whether <sys/param.h> defines MIN and MAX... yes >checking for iswprint... yes >checking for mbsinit... yes >checking for mblen... yes >checking for mbrlen... yes >checking for mempcpy... yes >checking for tzset... yes >checking for isascii... yes >checking for ssize_t... yes >checking for inttypes.h... yes >checking whether strdup is declared... yes >checking for strftime... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking for struct tm.tm_zone... yes >checking whether time.h and sys/time.h may both be included... yes >checking for struct tm.tm_gmtoff... yes >checking whether strnlen is declared... yes >checking for long long... yes >checking for EOVERFLOW... yes >checking for signed... yes >checking for long double... yes >checking for wchar_t... yes >checking for wint_t... yes >checking for size_t... yes >checking for intmax_t... yes >checking whether strtoimax is declared... yes >checking whether strtoumax is declared... yes >checking for error_at_line... yes >checking for working GNU fnmatch... yes >checking whether free (NULL) is known to work... yes >checking for library containing getaddrinfo... none required >checking for library containing gethostbyname... none required >checking for library containing getservbyname... none required >checking for getaddrinfo... yes >checking for gai_strerror... yes >checking whether getaddrinfo is declared... yes >checking whether freeaddrinfo is declared... yes >checking whether gai_strerror is declared... yes >checking for struct addrinfo... yes >checking for getdelim... yes >checking for gethostname... yes >checking whether getline is declared... yes >checking for getline... yes >checking for working getline function... yes >checking for iconv... yes >checking for iconv declaration... > extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); >checking for memmem... yes >checking for mbstate_t... (cached) yes >checking whether mbrtowc and mbstate_t are properly declared... yes >checking for C/C++ restrict keyword... (cached) __restrict >checking for sig2str... no >checking for stdint.h... (cached) yes >checking for SIZE_MAX... yes >checking for socklen_t... yes >checking for ssize_t... (cached) yes >checking sys/inttypes.h usability... no >checking sys/inttypes.h presence... no >checking for sys/inttypes.h... no >checking for stdint.h... (cached) yes >checking for stpcpy... yes >checking for strdup... yes >checking for strndup... yes >checking for working strnlen... yes >checking whether <inttypes.h> defines strtoimax as a macro... no >checking for strtoimax... yes >checking for strtol... yes >checking for strtoll... yes >checking for strtoul... yes >checking for strtoull... yes >checking whether <inttypes.h> defines strtoumax as a macro... no >checking for strtoumax... yes >checking whether localtime_r is compatible with its POSIX signature... yes >checking for vasnprintf... no >checking for ptrdiff_t... yes >checking for snprintf... yes >checking for wcslen... yes >checking for vasprintf... yes >checking for stdint.h... (cached) yes >checking whether NLS is requested... yes >checking for msgfmt... /usr/bin/msgfmt >checking for gmsgfmt... /usr/bin/gmsgfmt >checking for xgettext... /usr/bin/xgettext >checking for msgmerge... /usr/bin/msgmerge >checking for CFPreferencesCopyAppValue... no >checking for CFLocaleCopyCurrent... no >checking whether NLS is requested... yes >checking for GNU gettext in libc... yes >checking whether to use NLS... yes >checking where the gettext function comes from... libc >checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed >checking dependency style of i686-pc-linux-gnu-gcc... (cached) gcc3 >checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib >checking for the GNU Readline library... found >checking readline.h usability... no >checking readline.h presence... no >checking for readline.h... no >checking readline/readline.h usability... yes >checking readline/readline.h presence... yes >checking for readline/readline.h... yes >checking whether readline supports history... yes >checking history.h usability... no >checking history.h presence... no >checking for history.h... no >checking readline/history.h usability... yes >checking readline/history.h presence... yes >checking for readline/history.h... yes >checking for _rl_mark_modified_lines... yes >checking for xml2-config... /usr/bin/xml2-config >checking for tr... /bin/tr >configure: WARNING: XML libxml2 library version 2.6.16 or later is required to support XML filelists >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... 64 >checking for _LARGE_FILES value needed for large files... no >checking for comparison_fn_t... yes >checking for struct sigaction.sa_restorer... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating po/Makefile.in >config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting >config.status: creating lib/Makefile >config.status: creating src/Makefile >config.status: creating src/common/Makefile >config.status: creating src/bzip2/Makefile >config.status: creating src/tth/Makefile >config.status: creating rpm/microdc.spec >config.status: creating slackware/microdc.SlackBuild >config.status: creating config.h >config.status: executing depfiles commands >config.status: executing default-1 commands >config.status: creating po/POTFILES >config.status: creating po/Makefile >make all-recursive >make[1]: Entering directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6' >Making all in po >make[2]: Entering directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/po' >make microdc2.pot-update >make[3]: Entering directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/po' >sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed >mv t-remove-potcdate.sed remove-potcdate.sed >if test -n 'vladch@k804.mainet.msk.su' || test 'vladch@k804.mainet.msk.su' = '@'PACKAGE_BUGREPORT'@'; then \ > msgid_bugs_address='vladch@k804.mainet.msk.su'; \ > else \ > msgid_bugs_address='vladch@k804.mainet.msk.su'; \ > fi; \ > /usr/bin/xgettext --default-domain=microdc2 --directory=.. \ > --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \ > --files-from=./POTFILES.in \ > --copyright-holder='Oskar Liljeblad' \ > --msgid-bugs-address="$msgid_bugs_address" >test ! -f microdc2.po || { \ > if test -f ./microdc2.pot; then \ > sed -f remove-potcdate.sed < ./microdc2.pot > microdc2.1po && \ > sed -f remove-potcdate.sed < microdc2.po > microdc2.2po && \ > if cmp microdc2.1po microdc2.2po >/dev/null 2>&1; then \ > rm -f microdc2.1po microdc2.2po microdc2.po; \ > else \ > rm -f microdc2.1po microdc2.2po ./microdc2.pot && \ > mv microdc2.po ./microdc2.pot; \ > fi; \ > else \ > mv microdc2.po ./microdc2.pot; \ > fi; \ > } >make[3]: Leaving directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/po' >test ! -f ./microdc2.pot || \ > test -z "pl.gmo sv.gmo" || make pl.gmo sv.gmo >make[3]: Entering directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/po' >/usr/bin/msgmerge --update pl.po microdc2.pot >/usr/bin/msgmerge --update sv.po microdc2.pot >................................................................................................. done. >............. done. >rm -f pl.gmo && /usr/bin/gmsgfmt -c --statistics -o pl.gmo pl.po >rm -f sv.gmo && /usr/bin/gmsgfmt -c --statistics -o sv.gmo sv.po >393 translated messages, 13 fuzzy translations, 13 untranslated messages. >393 translated messages, 13 fuzzy translations, 13 untranslated messages. >make[3]: Leaving directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/po' >touch stamp-po >make[2]: Leaving directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/po' >Making all in lib >make[2]: Entering directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/lib' >cp ./alloca_.h alloca.h-t >mv alloca.h-t alloca.h >make all-am >make[3]: Entering directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/lib' >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c argmatch.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c basename.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c stripslash.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c full-read.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c full-write.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c iconvme.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c progname.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c version-etc.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c xalloc-die.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c xgethostname.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c xstrndup.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c xstrtoumax.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c xvasprintf.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c xasprintf.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c strftime.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c dirname.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c exitfail.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c human.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c quote.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c quotearg.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c safe-read.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c safe-write.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c sig2str.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c vasnprintf.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c printf-args.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c printf-parse.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c asnprintf.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c xmalloc.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c xstrtol.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -march=pentium-m -pipe -ggdb -c xstrtoul.c >rm -f libgnu.a >ar cru libgnu.a argmatch.o basename.o stripslash.o full-read.o full-write.o iconvme.o progname.o version-etc.o xalloc-die.o xgethostname.o xstrndup.o xstrtoumax.o xvasprintf.o xasprintf.o strftime.o dirname.o exitfail.o human.o quote.o quotearg.o safe-read.o safe-write.o sig2str.o vasnprintf.o printf-args.o printf-parse.o asnprintf.o xmalloc.o xstrtol.o xstrtoul.o >i686-pc-linux-gnu-ranlib libgnu.a >make[3]: Leaving directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/lib' >make[2]: Leaving directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/lib' >Making all in src >make[2]: Entering directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src' >Making all in common >make[3]: Entering directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src/common' >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT bksearch.o -MD -MP -MF ".deps/bksearch.Tpo" -c -o bksearch.o bksearch.c; \ > then mv -f ".deps/bksearch.Tpo" ".deps/bksearch.Po"; else rm -f ".deps/bksearch.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT byteq.o -MD -MP -MF ".deps/byteq.Tpo" -c -o byteq.o byteq.c; \ > then mv -f ".deps/byteq.Tpo" ".deps/byteq.Po"; else rm -f ".deps/byteq.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT error.o -MD -MP -MF ".deps/error.Tpo" -c -o error.o error.c; \ > then mv -f ".deps/error.Tpo" ".deps/error.Po"; else rm -f ".deps/error.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT hmap.o -MD -MP -MF ".deps/hmap.Tpo" -c -o hmap.o hmap.c; \ > then mv -f ".deps/hmap.Tpo" ".deps/hmap.Po"; else rm -f ".deps/hmap.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT intutil.o -MD -MP -MF ".deps/intutil.Tpo" -c -o intutil.o intutil.c; \ > then mv -f ".deps/intutil.Tpo" ".deps/intutil.Po"; else rm -f ".deps/intutil.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT msgq.o -MD -MP -MF ".deps/msgq.Tpo" -c -o msgq.o msgq.c; \ > then mv -f ".deps/msgq.Tpo" ".deps/msgq.Po"; else rm -f ".deps/msgq.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT optparser.o -MD -MP -MF ".deps/optparser.Tpo" -c -o optparser.o optparser.c; \ > then mv -f ".deps/optparser.Tpo" ".deps/optparser.Po"; else rm -f ".deps/optparser.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT ptrv.o -MD -MP -MF ".deps/ptrv.Tpo" -c -o ptrv.o ptrv.c; \ > then mv -f ".deps/ptrv.Tpo" ".deps/ptrv.Po"; else rm -f ".deps/ptrv.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT quoting.o -MD -MP -MF ".deps/quoting.Tpo" -c -o quoting.o quoting.c; \ > then mv -f ".deps/quoting.Tpo" ".deps/quoting.Po"; else rm -f ".deps/quoting.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT range.o -MD -MP -MF ".deps/range.Tpo" -c -o range.o range.c; \ > then mv -f ".deps/range.Tpo" ".deps/range.Po"; else rm -f ".deps/range.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT substrcmp.o -MD -MP -MF ".deps/substrcmp.Tpo" -c -o substrcmp.o substrcmp.c; \ > then mv -f ".deps/substrcmp.Tpo" ".deps/substrcmp.Po"; else rm -f ".deps/substrcmp.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT strbuf.o -MD -MP -MF ".deps/strbuf.Tpo" -c -o strbuf.o strbuf.c; \ > then mv -f ".deps/strbuf.Tpo" ".deps/strbuf.Po"; else rm -f ".deps/strbuf.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT strleftcmp.o -MD -MP -MF ".deps/strleftcmp.Tpo" -c -o strleftcmp.o strleftcmp.c; \ > then mv -f ".deps/strleftcmp.Tpo" ".deps/strleftcmp.Po"; else rm -f ".deps/strleftcmp.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT tempdir.o -MD -MP -MF ".deps/tempdir.Tpo" -c -o tempdir.o tempdir.c; \ > then mv -f ".deps/tempdir.Tpo" ".deps/tempdir.Po"; else rm -f ".deps/tempdir.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT tmap.o -MD -MP -MF ".deps/tmap.Tpo" -c -o tmap.o tmap.c; \ > then mv -f ".deps/tmap.Tpo" ".deps/tmap.Po"; else rm -f ".deps/tmap.Tpo"; exit 1; fi >rm -f libcommon.a >ar cru libcommon.a bksearch.o byteq.o error.o hmap.o intutil.o msgq.o optparser.o ptrv.o quoting.o range.o substrcmp.o strbuf.o strleftcmp.o tempdir.o tmap.o ../../lib/libgnu.a >i686-pc-linux-gnu-ranlib libcommon.a >make[3]: Leaving directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src/common' >Making all in bzip2 >make[3]: Entering directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src/bzip2' >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT blocksort.o -MD -MP -MF ".deps/blocksort.Tpo" -c -o blocksort.o blocksort.c; \ > then mv -f ".deps/blocksort.Tpo" ".deps/blocksort.Po"; else rm -f ".deps/blocksort.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT bzip2.o -MD -MP -MF ".deps/bzip2.Tpo" -c -o bzip2.o bzip2.c; \ > then mv -f ".deps/bzip2.Tpo" ".deps/bzip2.Po"; else rm -f ".deps/bzip2.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT bzlib.o -MD -MP -MF ".deps/bzlib.Tpo" -c -o bzlib.o bzlib.c; \ > then mv -f ".deps/bzlib.Tpo" ".deps/bzlib.Po"; else rm -f ".deps/bzlib.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT compress.o -MD -MP -MF ".deps/compress.Tpo" -c -o compress.o compress.c; \ > then mv -f ".deps/compress.Tpo" ".deps/compress.Po"; else rm -f ".deps/compress.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT crctable.o -MD -MP -MF ".deps/crctable.Tpo" -c -o crctable.o crctable.c; \ > then mv -f ".deps/crctable.Tpo" ".deps/crctable.Po"; else rm -f ".deps/crctable.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT decompress.o -MD -MP -MF ".deps/decompress.Tpo" -c -o decompress.o decompress.c; \ > then mv -f ".deps/decompress.Tpo" ".deps/decompress.Po"; else rm -f ".deps/decompress.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT huffman.o -MD -MP -MF ".deps/huffman.Tpo" -c -o huffman.o huffman.c; \ > then mv -f ".deps/huffman.Tpo" ".deps/huffman.Po"; else rm -f ".deps/huffman.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT randtable.o -MD -MP -MF ".deps/randtable.Tpo" -c -o randtable.o randtable.c; \ > then mv -f ".deps/randtable.Tpo" ".deps/randtable.Po"; else rm -f ".deps/randtable.Tpo"; exit 1; fi >rm -f libbzip2.a >ar cru libbzip2.a blocksort.o bzip2.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o >i686-pc-linux-gnu-ranlib libbzip2.a >make[3]: Leaving directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src/bzip2' >Making all in tth >make[3]: Entering directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src/tth' >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT tiger.o -MD -MP -MF ".deps/tiger.Tpo" -c -o tiger.o tiger.c; \ > then mv -f ".deps/tiger.Tpo" ".deps/tiger.Po"; else rm -f ".deps/tiger.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT sboxes.o -MD -MP -MF ".deps/sboxes.Tpo" -c -o sboxes.o sboxes.c; \ > then mv -f ".deps/sboxes.Tpo" ".deps/sboxes.Po"; else rm -f ".deps/sboxes.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT base32.o -MD -MP -MF ".deps/base32.Tpo" -c -o base32.o base32.c; \ > then mv -f ".deps/base32.Tpo" ".deps/base32.Po"; else rm -f ".deps/base32.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT tigertree.o -MD -MP -MF ".deps/tigertree.Tpo" -c -o tigertree.o tigertree.c; \ > then mv -f ".deps/tigertree.Tpo" ".deps/tigertree.Po"; else rm -f ".deps/tigertree.Tpo"; exit 1; fi >base32.c: In function 'base32_encode': >base32.c:37: warning: pointer targets in return differ in signedness >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT tth.o -MD -MP -MF ".deps/tth.Tpo" -c -o tth.o tth.c; \ > then mv -f ".deps/tth.Tpo" ".deps/tth.Po"; else rm -f ".deps/tth.Tpo"; exit 1; fi >tigertree.c: In function 'tt_digest': >tigertree.c:110: warning: unused variable 'cnt' >tigertree.c:110: warning: unused variable 'tmp' >tth.c: In function 'tth': >tth.c:99: warning: pointer targets in passing argument 2 of 'tt_init' differ in signedness >rm -f libtth.a >ar cru libtth.a tiger.o sboxes.o base32.o tigertree.o tth.o >i686-pc-linux-gnu-ranlib libtth.a >make[3]: Leaving directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src/tth' >make[3]: Entering directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src' >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT command.o -MD -MP -MF ".deps/command.Tpo" -c -o command.o command.c; \ > then mv -f ".deps/command.Tpo" ".deps/command.Po"; else rm -f ".deps/command.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT connection.o -MD -MP -MF ".deps/connection.Tpo" -c -o connection.o connection.c; \ > then mv -f ".deps/connection.Tpo" ".deps/connection.Po"; else rm -f ".deps/connection.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT variables.o -MD -MP -MF ".deps/variables.Tpo" -c -o variables.o variables.c; \ > then mv -f ".deps/variables.Tpo" ".deps/variables.Po"; else rm -f ".deps/variables.Tpo"; exit 1; fi >command.c: In function 'cmd_say': >command.c:862: warning: implicit declaration of function 'main_to_utf8_string' >command.c:862: warning: assignment makes pointer from integer without a cast >command.c:867: warning: assignment makes pointer from integer without a cast >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT fs.o -MD -MP -MF ".deps/fs.Tpo" -c -o fs.o fs.c; \ > then mv -f ".deps/fs.Tpo" ".deps/fs.Po"; else rm -f ".deps/fs.Tpo"; exit 1; fi >fs.c: In function 'file_node_compare': >fs.c:359: warning: pointer targets in passing argument 1 of 'strcoll' differ in signedness >fs.c:359: warning: pointer targets in passing argument 2 of 'strcoll' differ in signedness >fs.c: In function 'write_filelist_file': >fs.c:638: warning: unused variable 'bzxml_filename' >fs.c:637: warning: unused variable 'xml_filename' >fs.c:635: warning: unused variable 'bzxml_fd' >fs.c:635: warning: unused variable 'xml_fd' >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT xml_flist.o -MD -MP -MF ".deps/xml_flist.Tpo" -c -o xml_flist.o xml_flist.c; \ > then mv -f ".deps/xml_flist.Tpo" ".deps/xml_flist.Po"; else rm -f ".deps/xml_flist.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT hub.o -MD -MP -MF ".deps/hub.Tpo" -c -o hub.o hub.c; \ > then mv -f ".deps/hub.Tpo" ".deps/hub.Po"; else rm -f ".deps/hub.Tpo"; exit 1; fi >hub.c: In function 'prepare_chat_string_for_display': >hub.c:422: warning: implicit declaration of function 'try_utf8_to_main_string' >hub.c:422: warning: assignment makes pointer from integer without a cast >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT huffman.o -MD -MP -MF ".deps/huffman.Tpo" -c -o huffman.o huffman.c; \ > then mv -f ".deps/huffman.Tpo" ".deps/huffman.Po"; else rm -f ".deps/huffman.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \ > then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT lookup.o -MD -MP -MF ".deps/lookup.Tpo" -c -o lookup.o lookup.c; \ > then mv -f ".deps/lookup.Tpo" ".deps/lookup.Po"; else rm -f ".deps/lookup.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT filelist-in.o -MD -MP -MF ".deps/filelist-in.Tpo" -c -o filelist-in.o filelist-in.c; \ > then mv -f ".deps/filelist-in.Tpo" ".deps/filelist-in.Po"; else rm -f ".deps/filelist-in.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT screen.o -MD -MP -MF ".deps/screen.Tpo" -c -o screen.o screen.c; \ > then mv -f ".deps/screen.Tpo" ".deps/screen.Po"; else rm -f ".deps/screen.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT search.o -MD -MP -MF ".deps/search.Tpo" -c -o search.o search.c; \ > then mv -f ".deps/search.Tpo" ".deps/search.Po"; else rm -f ".deps/search.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT user.o -MD -MP -MF ".deps/user.Tpo" -c -o user.o user.c; \ > then mv -f ".deps/user.Tpo" ".deps/user.Po"; else rm -f ".deps/user.Tpo"; exit 1; fi >search.c: In function 'search_string_new': >search.c:86: warning: pointer targets in assignment differ in signedness >search.c:90: warning: pointer targets in assignment differ in signedness >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; \ > then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi >user.c: In function 'user_handle_command': >user.c:1056: warning: implicit declaration of function 'utf8_to_main_string' >user.c:1056: warning: initialization makes pointer from integer without a cast >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT tth_file.o -MD -MP -MF ".deps/tth_file.Tpo" -c -o tth_file.o tth_file.c; \ > then mv -f ".deps/tth_file.Tpo" ".deps/tth_file.Po"; else rm -f ".deps/tth_file.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT local_flist.o -MD -MP -MF ".deps/local_flist.Tpo" -c -o local_flist.o local_flist.c; \ > then mv -f ".deps/local_flist.Tpo" ".deps/local_flist.Po"; else rm -f ".deps/local_flist.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT hash.o -MD -MP -MF ".deps/hash.Tpo" -c -o hash.o hash.c; \ > then mv -f ".deps/hash.Tpo" ".deps/hash.Po"; else rm -f ".deps/hash.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT charsets.o -MD -MP -MF ".deps/charsets.Tpo" -c -o charsets.o charsets.c; \ > then mv -f ".deps/charsets.Tpo" ".deps/charsets.Po"; else rm -f ".deps/charsets.Tpo"; exit 1; fi >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Wall -O1 -march=pentium-m -pipe -ggdb -MT tth.o -MD -MP -MF ".deps/tth.Tpo" -c -o tth.o tth.c; \ > then mv -f ".deps/tth.Tpo" ".deps/tth.Po"; else rm -f ".deps/tth.Tpo"; exit 1; fi >i686-pc-linux-gnu-gcc -Wall -O1 -march=pentium-m -pipe -ggdb -o tthsum tth.o tth/libtth.a ../lib/libgnu.a >i686-pc-linux-gnu-gcc -Wall -O1 -march=pentium-m -pipe -ggdb -o microdc2 command.o connection.o variables.o fs.o xml_flist.o hub.o huffman.o main.o lookup.o filelist-in.o screen.o search.o user.o util.o tth_file.o local_flist.o hash.o charsets.o common/libcommon.a bzip2/libbzip2.a tth/libtth.a ../lib/libgnu.a -lreadline >command.o: In function `cmd_say': >/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src/command.c:862: undefined reference to `main_to_utf8_string' >/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src/command.c:867: undefined reference to `main_to_utf8_string' >hub.o: In function `prepare_chat_string_for_display': >/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src/hub.c:422: undefined reference to `try_utf8_to_main_string' >filelist-in.o: In function `parse_main': >/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src/filelist-in.c:363: undefined reference to `filelist_xml_open' >/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src/filelist-in.c:365: undefined reference to `filelist_bzxml_open' >user.o: In function `user_handle_command': >/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src/user.c:1056: undefined reference to `utf8_to_main_string' >collect2: ld returned 1 exit status >make[3]: *** [microdc2] Error 1 >make[3]: Leaving directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src' >make[2]: *** [all-recursive] Error 1 >make[2]: Leaving directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6/src' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/var/tmp/portage/net-p2p/microdc2-0.15.6/work/microdc2-0.15.6' >make: *** [all] Error 2 > [31;01m*[0m > [31;01m*[0m ERROR: net-p2p/microdc2-0.15.6 failed. > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 49: Called src_compile > [31;01m*[0m environment, line 87: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m emake || die "make failed" > [31;01m*[0m The die message: > [31;01m*[0m make failed > [31;01m*[0m > [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. > [31;01m*[0m A complete build log is located at '/var/tmp/portage/net-p2p/microdc2-0.15.6/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/net-p2p/microdc2-0.15.6/temp/environment'. > [31;01m*[0m
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 242504
: 168846 |
168848