From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 6 19:50:09 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C20431065670 for ; Wed, 6 Jul 2011 19:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 985258FC27 for ; Wed, 6 Jul 2011 19:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p66Jo9gR047740 for ; Wed, 6 Jul 2011 19:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66Jo9Ql047739; Wed, 6 Jul 2011 19:50:09 GMT (envelope-from gnats) Date: Wed, 6 Jul 2011 19:50:09 GMT Message-Id: <201107061950.p66Jo9Ql047739@freefall.freebsd.org> To: gnome@FreeBSD.org From: Jani Kananen Cc: Subject: Re: ports/158693: nautilus-2.32.2.1_1 fails to build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jani Kananen List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 19:50:09 -0000 The following reply was made to PR ports/158693; it has been noted by GNATS. From: Jani Kananen To: bug-followup@FreeBSD.org, jani.m.kananen@gmail.com Cc: Subject: Re: ports/158693: nautilus-2.32.2.1_1 fails to build Date: Wed, 6 Jul 2011 22:24:39 +0300 --001485e98b2c37ad0d04a76b8d7d Content-Type: text/plain; charset=ISO-8859-1 Sorry, that was a wrong error message. That happens with stock GCC. The proper error is: ---snip--- CC nautilus-x-content-bar.o CC nautilus-zoom-action.o CC nautilus-zoom-control.o CCLD nautilus /usr/local/lib/libexempi.so: undefined reference to `std::_List_node_base::_M_unhook()@GLIBCXX_3.4.14' /usr/local/lib/libexempi.so: undefined reference to `std::_List_node_base::_M_hook(std::_List_node_base*)@GLIBCXX_3.4.14' /usr/local/lib/libexempi.so: undefined reference to `std::ctype::_M_widen_init() const@GLIBCXX_3.4.11' collect2: ld returned 1 exit status gmake[4]: *** [nautilus] Error 1 gmake[4]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1' gmake: *** [all] Error 2 *** Error code 1 ---snip--- --001485e98b2c37ad0d04a76b8d7d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Sorry,
=A0
that was a wrong error message. That ha= ppens with stock GCC. The proper error is:
=A0
---snip-= --
=A0 CC=A0=A0=A0=A0 nautilus-x-content-bar.o
=A0 CC=A0=A0=A0= =A0 nautilus-zoom-action.o
=A0 CC=A0=A0=A0=A0 nautilus-zoom-control.o
=A0 CCLD=A0=A0 nautilus
/u= sr/local/lib/libexempi.so: undefined reference to `std::_List_node_base::_M= _unhook()@GLIBCXX_3.4.14'
/usr/local/lib/libexempi.so: undefined ref= erence to `std::_List_node_base::_M_hook(std::_List_node_base*)@GLIBCXX_3.4= .14'
/usr/local/lib/libexempi.so: undefined reference to `std::ctype<char>= ::_M_widen_init() const@GLIBCX= X_3.4.11'
collect2: ld returned 1 exit status
gmake[4]: *** [= nautilus] Error 1
gmake[4]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.= 2.1/src'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving = directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/x11-= fm/nautilus/work/nautilus-2.32.2.1/src'
gmake[1]: *** [all-recursive= ] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-fm/nautilus/work/n= autilus-2.32.2.1'
gmake: *** [all] Error 2
*** Error code 1
---snip---
--001485e98b2c37ad0d04a76b8d7d--