From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 16:42:33 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35C1F217 for ; Thu, 4 Sep 2014 16:42:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 167481370 for ; Thu, 4 Sep 2014 16:42:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s84GgW5E048110 for ; Thu, 4 Sep 2014 16:42:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193318] New: editors/abiword fails when built with gcc47 Date: Thu, 04 Sep 2014 16:42:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jhibbits@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created 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.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 16:42:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193318 Bug ID: 193318 Summary: editors/abiword fails when built with gcc47 Product: Ports Tree Version: Latest Hardware: ppc OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: jhibbits@FreeBSD.org Created attachment 146806 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146806&action=edit abiword poudriere log (build phase partially removed for attachment size constraints) When attempting to build editors/abiword with gcc47 (USE_GCC=yes), I see the following link error: /bin/sh ../libtool --tag=CXX --mode=link g++47 -O2 -pipe -mcpu=970 -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc47 --no-undefined -avoid-version -export-dynamic -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -o abiword abiword-UnixMain.o libabiword-2.8.la -lfribidi -lgthread-2.0 -lwv -lwmf -lwmflite -lbz2 -lX11 -ljpeg -lpng -lgsf-1 -lxml2 -lenchant -lgmodule-2.0 -lgoffice-0.8 -lz -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -L/usr/local/lib -lcairo -pthread -ljpeg libtool: link: g++47 -O2 -pipe -mcpu=970 -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc47 --no-undefined -Wl,-rpath=/usr/local/lib/gcc47 -o .libs/abiword abiword-UnixMain.o -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/local/lib/gcc47 ./.libs/libabiword-2.8.so /usr/local/lib/libX11.so /usr/local/lib/libxml2.so /usr/local/lib/libenchant.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libpangocairo-1.0.so /usr/local/lib/libpangoft2-1.0.so /usr/local/lib/libpango-1.0.so /usr/local/lib/libfontconfig.so /usr/local/lib/libfreetype.so /usr/local/lib/librsvg-2.so -lm /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libcairo.so /usr/local/lib/libjpeg.so -lfribidi -lgthread-2.0 -lwv -lwmf -lwmflite -lbz2 -lpng -lgsf-1 -lgmodule-2.0 -lgoffice-0.8 -lz -latk-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -pthread -Wl,-rpath -Wl,/usr/local/lib g++47: error: unrecognized command line option '--no-undefined' I've attached the (mid-truncated) build log. -- You are receiving this mail because: You are the assignee for the bug.