Date: Thu, 04 Sep 2014 16:42:33 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193318] New: editors/abiword fails when built with gcc47 Message-ID: <bug-193318-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193318-13>