Date: Sun, 28 Jun 2015 20:09:31 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201183] www/w3m build failure on AARCH64 Message-ID: <bug-201183-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201183 Bug ID: 201183 Summary: www/w3m build failure on AARCH64 Product: Ports & Packages Version: Latest Hardware: arm64 URL: http://tasty.ysv.freebsd.org/data/11aarch64-default/20 15-06-28_19h43m13s/logs/errors/w3m-0.5.3_4.log OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: nobutaka@FreeBSD.org Reporter: sbruno@FreeBSD.org CC: Andrew@FreeBSD.org, emaste@freebsd.org Flags: maintainer-feedback?(nobutaka@FreeBSD.org) Assignee: nobutaka@FreeBSD.org There may be a linking/build issue in libgc, but I'm not sure. | #ifdef __cplusplus | extern "C" | #endif | char GC_init (); | int | main () | { | return GC_init (); | ; | return 0; | } configure:8240: result: no configure:8247: checking GC library location configure:8249: result: /usr/local configure:8255: checking /usr/local configure:8258: checking for GC_init in -lgc configure:8283: /nxb-bin/usr/bin/cc -o conftest -O2 -pipe -fno-strict-aliasing -I$(srcdir)/libwc -I/usr/include/openssl -I/usr/local/include -I/usr/local/include -L/usr/local/lib conftest.c -lgc -lm >&5 /usr/local/lib/libgc.so: undefined reference to `__stack_base__' cc: error: linker command failed with exit code 1 (use -v to see invocation) configure:8283: $? = 1 configure: failed program was: -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201183-13>