From owner-freebsd-bugs@FreeBSD.ORG Sat May 14 13:10:01 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B54B16A4CE for ; Sat, 14 May 2005 13:10:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE9843D6D for ; Sat, 14 May 2005 13:10:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4EDA1XK022765 for ; Sat, 14 May 2005 13:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4EDA15o022764; Sat, 14 May 2005 13:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 14 May 2005 13:10:01 GMT Resent-Message-Id: <200505141310.j4EDA15o022764@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael LAPLANCHE Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B046516A4CE for ; Sat, 14 May 2005 13:09:15 +0000 (GMT) Received: from mail.martymac.com (martymac.com [82.224.94.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59ED143D49 for ; Sat, 14 May 2005 13:09:05 +0000 (GMT) (envelope-from martymac@martymac.com) Received: by mail.martymac.com (Postfix, from userid 1000) id B3C4F207; Sat, 14 May 2005 15:09:34 +0200 (CEST) Message-Id: <20050514130934.B3C4F207@mail.martymac.com> Date: Sat, 14 May 2005 15:09:34 +0200 (CEST) From: Ganael LAPLANCHE To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/81014: wxgtk26 (and wxgtk26-unicode) compile errors X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ganael LAPLANCHE List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 13:10:01 -0000 >Number: 81014 >Category: misc >Synopsis: wxgtk26 (and wxgtk26-unicode) compile errors >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 14 13:10:00 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ganael LAPLANCHE >Release: FreeBSD 5.4-STABLE amd64 >Organization: None >Environment: System: FreeBSD 5.4-STABLE amd64 >Description: I'm trying to install x11-toolkits/wxgtk26 and x11-toolkits/wxgtk26-unicode and getting linking errors : [...] gmake[1]: Entering directory `/usr/ports/x11-toolkits/wxgtk26-unicode/work/wxGTK-2.6.0/utils/wxrc' c++ -o wxrc wxrc_wxrc.o -L/usr/local/lib -liconv -L/usr/X11R6/lib -L../../lib -lwx_baseu_xml-2.6 -lexpat -lwx_baseu-2.6 -lwxregexu-2.6 -L/usr/local/lib -liconv -L/usr/X11R6/lib -Wl,--version-script,../../version-script -lz -pthread -lm ../../lib/libwx_baseu-2.6.so: undefined reference to `backtrace_symbols' ../../lib/libwx_baseu-2.6.so: undefined reference to `backtrace' gmake[1]: *** [wxrc] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/wxgtk26-unicode/work/wxGTK-2.6.0/utils/wxrc' [...] Here is the output of the configure step of the port : [...] checking for --enable-backtrace... yes [...] checking for backtrace() in ... yes [...] The port installs anyway, but the wxrc binary specified in pkg-plist isn't built, which leads to a "pkg-plist" incomplete error when deinstalling the port. I'm getting exactly the same "undefined reference" errors while trying to link an app (aMule2) to wxgtk26 ; everything worked perfectly with the previous "-devel" version of wxgtk2 : wxgtk2-2.5.3. >How-To-Repeat: Install x11-toolkits/wxgtk26 or x11-toolkits/wxgtk26-unicode (on amd64 ?). >Fix: No fix at the moment. >Release-Note: >Audit-Trail: >Unformatted: