[Bug 201183] www/w3m build failure on AARCH64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 28 20:09:32 UTC 2015


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 at FreeBSD.org
          Reporter: sbruno at FreeBSD.org
                CC: Andrew at FreeBSD.org, emaste at freebsd.org
             Flags: maintainer-feedback?(nobutaka at FreeBSD.org)
          Assignee: nobutaka at 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.


More information about the freebsd-ports-bugs mailing list