Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 01:05:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200893] net/siproxd build failure on i386 with gcc
Message-ID:  <bug-200893-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: dewayne@heuristicsystems.com.au
                CC: frank@dynamical-systems.org
             Flags: maintainer-feedback?(frank@dynamical-systems.org)
                CC: frank@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200893-13>