From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 16 01:05:13 2015 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C017988 for ; Tue, 16 Jun 2015 01:05:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B74EC38 for ; Tue, 16 Jun 2015 01:05:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G15DEU096213 for ; Tue, 16 Jun 2015 01:05:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 200893] net/siproxd build failure on i386 with gcc Date: Tue, 16 Jun 2015 01:05:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dewayne@heuristicsystems.com.au X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 01:05:13 -0000 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.