Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 498784 Details for
Bug 634364
dev-lang/spidermonkey-1.8.5-r6 - src_configure(): conftest.c:(.text.startup+0x7): undefined reference to `dnet_ntoa'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 9.13 KB, created by
Marcin Kowalski
on 2017-10-15 18:47:21 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Marcin Kowalski
Created:
2017-10-15 18:47:21 UTC
Size:
9.13 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >configure:757: checking host system type >configure:778: checking target system type >configure:796: checking build system type >configure:857: checking for mawk >configure:857: checking for gawk >configure:981: checking for perl5 >configure:981: checking for perl >configure:2137: checking for gcc >configure:2250: checking whether the C compiler (x86_64-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed) works >configure:2266: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c 1>&5 >configure:2263:1: warning: return type defaults to 'int' [-Wimplicit-int] > main(){return(0);} > ^~~~ >configure:2292: checking whether the C compiler (x86_64-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed) is a cross-compiler >configure:2297: checking whether we are using GNU C >configure:2306: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:2325: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:2361: checking for c++ >configure:2393: checking whether the C++ compiler (x86_64-pc-linux-gnu-g++ -O2 -pipe -Wl,-O1 -Wl,--as-needed) works >configure:2409: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.C 1>&5 >configure:2435: checking whether the C++ compiler (x86_64-pc-linux-gnu-g++ -O2 -pipe -Wl,-O1 -Wl,--as-needed) is a cross-compiler >configure:2440: checking whether we are using GNU C++ >configure:2449: x86_64-pc-linux-gnu-g++ -E conftest.C >configure:2468: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:2502: checking for ranlib >configure:2534: checking for as >configure:2588: checking for ar >configure:2623: checking for ld >configure:2658: checking for strip >configure:2693: checking for windres >configure:3463: checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together >configure:3478: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest.o 1>&5 >conftest.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int] > foo(){} > ^~~ >configure:3479: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest.o 1>&5 >conftest.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int] > foo(){} > ^~~ >configure:3484: cc -c conftest.c 1>&5 >conftest.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int] > foo(){} > ^~~ >configure:3486: cc -c conftest.c -o conftest.o 1>&5 >conftest.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int] > foo(){} > ^~~ >configure:3487: cc -c conftest.c -o conftest.o 1>&5 >conftest.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int] > foo(){} > ^~~ >configure:3523: checking how to run the C preprocessor >configure:3544: x86_64-pc-linux-gnu-gcc -E conftest.c >/dev/null 2>conftest.out >configure:3603: checking how to run the C++ preprocessor >configure:3621: x86_64-pc-linux-gnu-g++ -E conftest.C >/dev/null 2>conftest.out >configure:3711: checking for sb-conf >configure:3711: checking for ve >configure:3778: checking for a BSD compatible install >configure:3831: checking whether ln -s works >configure:3854: checking for minimum required perl version >= 5.006 >configure:3865: checking for full perl installation >configure:3880: checking for python3.4 >configure:3940: checking for doxygen >configure:3989: checking for autoconf >configure:4038: checking for unzip >configure:4089: checking for zip >configure:4143: checking for makedepend >configure:4191: checking for xargs >configure:4564: checking for gmake >configure:4627: checking for X >configure:4694: x86_64-pc-linux-gnu-gcc -E conftest.c >/dev/null 2>conftest.out >configure:4941: checking for dnet_ntoa in -ldnet >configure:4960: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldnet 1>&5 >/mnt/storage/tmp/portage/dev-lang/spidermonkey-1.8.5-r6/temp/ccN4FnQn.o: In function `main': >conftest.c:(.text.startup+0x7): undefined reference to `dnet_ntoa' >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 4949 "configure" >#include "confdefs.h" >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char dnet_ntoa(); > >int main() { >dnet_ntoa() >; return 0; } >configure:4982: checking for dnet_ntoa in -ldnet_stub >configure:5001: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldnet_stub 1>&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldnet_stub >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 4990 "configure" >#include "confdefs.h" >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char dnet_ntoa(); > >int main() { >dnet_ntoa() >; return 0; } >configure:5030: checking for gethostbyname >configure:5058: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c 1>&5 >configure:5128: checking for connect >configure:5156: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c 1>&5 >configure:5220: checking for remove >configure:5248: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c 1>&5 >configure:5312: checking for shmat >configure:5340: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c 1>&5 >configure:5413: checking for IceConnectionNumber in -lICE >configure:5432: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed -L/usr/lib64 conftest.c -lICE 1>&5 >configure:5915: checking whether the compiler supports -Wno-invalid-offsetof >configure:5938: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -fno-strict-aliasing -Wno-invalid-offsetof conftest.C 1>&5 >configure:5965: checking whether the compiler supports -Wno-variadic-macros >configure:5988: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -fno-strict-aliasing -Wno-variadic-macros conftest.C 1>&5 >configure:6015: checking whether the compiler supports -Werror=return-type >configure:6038: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -fno-strict-aliasing -Werror=return-type conftest.C 1>&5 >configure:6074: checking whether ld has archive extraction flags >configure:6098: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -fno-strict-aliasing -Wl,--whole-archive conftest.c -Wl,--no-whole-archive 1>&5 >configure:6131: checking that static assertion macros used in autoconf tests work >configure:6152: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-strict-aliasing conftest.c 1>&5 >configure:6169: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-strict-aliasing conftest.c 1>&5 >configure: In function 'main': >configure:6166:68: error: size of array 'static_assert_line_6169' is negative > ; return 0; } > ^ >configure:6165:55: note: in expansion of macro 'CONFIGURE_STATIC_ASSERT_IMPL2' > CONFIGURE_STATIC_ASSERT(0) > ^ >configure:6164:44: note: in expansion of macro 'CONFIGURE_STATIC_ASSERT_IMPL' > int main() { > ^ >configure:6169:1: note: in expansion of macro 'CONFIGURE_STATIC_ASSERT' > rm -rf conftest* > ^ ~~~~~~~~~~~~~~~~ >configure: failed program was: >#line 6162 "configure" >#include "confdefs.h" > >#define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) >#define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) >#define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] > >int main() { >CONFIGURE_STATIC_ASSERT(0) >; return 0; } >configure:6192: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -fno-strict-aliasing conftest.C 1>&5 >configure:6209: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -fno-strict-aliasing conftest.C 1>&5 >configure: In function 'int main()': >configure:6206:114: error: size of array 'static_assert_line_6209' is negative > ; return 0; } > ^ >configure:6205:55: note: in expansion of macro 'CONFIGURE_STATIC_ASSERT_IMPL2' > CONFIGURE_STATIC_ASSERT(0) > ^ >configure:6204:44: note: in expansion of macro 'CONFIGURE_STATIC_ASSERT_IMPL' > int main() { > ^ >configure:6209:1: note: in expansion of macro 'CONFIGURE_STATIC_ASSERT' > rm -rf conftest* > ^ ~~~~~~~~~~~~~~~~ >configure: failed program was: >#line 6202 "configure" >#include "confdefs.h" > >#define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) >#define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) >#define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] > >int main() { >CONFIGURE_STATIC_ASSERT(0) >; return 0; } >configure:6243: checking for 64-bit OS >configure:6252: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-strict-aliasing conftest.c 1>&5 >configure:6391: checking for Python version >= 2.5 but not 3.x
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 634364
: 498784