[Bug 200893] net/siproxd build failure on i386 with gcc

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 16 01:05:13 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200893

            Bug ID: 200893
           Summary: net/siproxd build failure on i386 with gcc
           Product: Ports & Packages
           Version: Latest
          Hardware: i386
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: dewayne at heuristicsystems.com.au
                CC: frank at dynamical-systems.org
             Flags: maintainer-feedback?(frank at dynamical-systems.org)
                CC: frank at dynamical-systems.org

There appears to be a missing symbol when compiled on 10.1Stable i386 using gcc
(defaults to 4.8.4).  The missing symbol is
`lt__PROGRAM__LTX_preloaded_symbols'

per

/usr/local/libexec/ccache/gcc48 -D_GNU_SOURCE -DBUILDSTR=\"53\" -O2 -pipe -g0
-ggdb0 -DSTRIP_FBSDID -march=prescott -mtune=prescott
-Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wall -D_THREAD_SAFE
-pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-rpath=/usr/local/lib/gcc48 -o
siproxd siproxd.o proxy.o register.o sock.o utils.o sip_utils.o sip_layer.o
log.o readconf.o rtpproxy.o rtpproxy_relay.o accessctl.o route_processing.o
security.o auth.o fwapi.o resolve.o dejitter.o plugins.o redirect_cache.o
.libs/siproxdS.o -Wl,--export-dynamic  -L/usr/local/lib/gcc48 -losipparser2
-losip2 -L/usr/local/lib /usr/local/lib/libltdl.so -L/usr/local/lib/  
-Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
plugins.o: In function `load_plugins':
plugins.c:(.text+0x16): undefined reference to
`lt__PROGRAM__LTX_preloaded_symbols'
collect2: error: ld returned 1 exit status
rm -f .libs/siproxdS.o
*** Error code 1

siproxd builds successfully on amd64 using clang.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list