Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 21:13:36 +0200
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        freebsd-current@freebsd.org
Cc:        FreeBSD ports list <freebsd-ports@FreeBSD.org>
Subject:   Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv
Message-ID:  <20130907211336.6e538a3f@thor.walstatt.dyndns.org>
In-Reply-To: <522A5430.8050001@FreeBSD.org>
References:  <alpine.BSF.2.00.1309052239330.54835@mail.neu.net> <522985C7.2010303@passap.ru> <20130906173203.6423556d@munin.geoinf.fu-berlin.de> <5229F5B5.1040303@FreeBSD.org> <20130906174448.1680d23c@munin.geoinf.fu-berlin.de> <5229FE1B.3050104@passap.ru> <20130906184444.46418838@munin.geoinf.fu-berlin.de> <522A0CBE.8010905@passap.ru> <20130906235132.0efd9fca@munin.geoinf.fu-berlin.de> <522A52EA.80900@passap.ru> <522A5430.8050001@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/X.ORLEaKAgz7TVk7l6PtGU8
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

While proceeding in the iconv-mess, I run into a very nasty situation
with some ports showing strange linker errors on most recent systems.

The symptoms are present on boxes with CURRENT > r255259, for instance,
the error below is taken from a box which has already compiled the port
in question successfully, but then I recompiled world, installed world
and proceeded this morning with the port's updating mess. And the boxes
in question are at

FreeBSD 10.0-CURRENT #2 r255356: Sat Sep  7 13:04:03 CEST 2013 amd64

Those machines I maintain all use the very same /etc/src.conf and
settings there, so issues with libc++11 et cetera must then related to
the different OS revision.

I see qt4-scripts and kdelibs4 failing with some strange undefined
references to 'swap' in c++ classes, as well as several very severe
prerequisits for kdevelop (I do not use KDE, so I simply have the
kdevelopp stuff amongst necessary ports). Below the failing port
textproc/libxml++26 which fails on r255356, but not on the box with
r255259.

On the failing system, I'm able to compile the port devel/glibmm.


[...]
libtool: link: c++ -Wall -O2 -pipe -O3 -march=3Dnative
-fno-strict-aliasing -o
examples/dom_parse_entities/.libs/dom_parse_entities
examples/dom_parse_entities/main.o  libxml++/.libs/libxml++-2.6.so
-L/usr/local/lib /usr/local/lib/libxml2.so -L/usr/lib -lz -llzma
-lm /usr/local/lib/libglibmm-2.4.so /usr/local/lib/libgmodule-2.0.so /usr/l=
ocal/lib/libgobject-2.0.so /usr/local/lib/libffi.so /usr/local/lib/libglib-=
2.0.so
-licui18n /usr/local/lib/libpcre.so /usr/local/lib/libintl.so /usr/local/li=
b/libsigc-2.0.so
-pthread -Wl,-rpath -Wl,/usr/local/lib libtool: link: c++ -Wall -O2
-pipe -O3 -march=3Dnative -fno-strict-aliasing -o
examples/dom_build/.libs/dom_build examples/dom_build/main.o
libxml++/.libs/libxml++-2.6.so
-L/usr/local/lib /usr/local/lib/libxml2.so -L/usr/lib -lz -llzma
-lm /usr/local/lib/libglibmm-2.4.so /usr/local/lib/libgmodule-2.0.so /usr/l=
ocal/lib/libgobject-2.0.so /usr/local/lib/libffi.so /usr/local/lib/libglib-=
2.0.so
-licui18n /usr/local/lib/libpcre.so /usr/local/lib/libintl.so /usr/local/li=
b/libsigc-2.0.so
-pthread -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libglibmm-2.4.so:
undefined reference to
`sigc::internal::signal_impl::erase(std::__1::__list_iterator<sigc::slot_ba=
se,
void*>)' /usr/local/lib/libglibmm-2.4.so: undefined reference to
`sigc::internal::signal_impl::insert(std::__1::__list_iterator<sigc::slot_b=
ase,
void*>, sigc::slot_base const&)' /usr/local/lib/libglibmm-2.4.so:
undefined reference to
`sigc::internal::signal_impl::erase(std::__1::__list_iterator<sigc::slot_ba=
se,
void*>)/usr/local/lib/libglibmm-2.4.so: undefined reference to
`sigc::internal::signal_impl::erase(std::__1::__list_iterator<sigc::slot_ba=
se,
void*>)'
' /usr/local/lib/libglibmm-2.4.so: /usr/local/lib/libglibmm-2.4.so:
undefined reference to
`sigc::internal::signal_impl::insert(std::__1::__list_iterator<sigc::slot_b=
ase,
void*>, sigc::slot_base const&)' undefined reference to
`sigc::internal::signal_impl::insert(std::__1::__list_iterator<sigc::slot_b=
ase,
void*>, sigc::slot_base const&)' c++: error: linker command failed with
exit code 1 (use -v to see invocation) gmake[2]: ***
[examples/dom_parser/dom_parser] Error 1 gmake[2]: *** Waiting for
unfinished jobs.... c++: error: linker command failed with exit code 1
(use -v to see invocation) c++: error: linker command failed with exit
code 1 (use -v to see invocation) gmake[2]: ***
[examples/dom_parse_entities/dom_parse_entities] Error 1 gmake[2]: ***
[examples/dom_build/dom_build] Error 1 gmake[2]: Leaving directory
`/usr/ports/textproc/libxml++26/work/libxml++-2.34.2' gmake[1]: ***
[all] Error 2 gmake[1]: Leaving directory
`/usr/ports/textproc/libxml++26/work/libxml++-2.34.2' =3D=3D=3D> Compilation
failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before
reporting the failure to the maintainer. *** Error code 1

Stop.
make: stopped in /usr/ports/textproc/libxml++26

=3D=3D=3D>>> make failed for textproc/libxml++26
=3D=3D=3D>>> Aborting update

=3D=3D=3D>>> Update for textproc/libxml++26 failed
=3D=3D=3D>>> Aborting update

=3D=3D=3D>>> Killing background jobs
Terminated

=3D=3D=3D>>> You can restart from the point of failure with this command li=
ne:
       portmaster <flags> x11-toolkits/pangomm textproc/libxml++26=20

=3D=3D=3D>>> Exiting


--Sig_/X.ORLEaKAgz7TVk7l6PtGU8
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.21 (FreeBSD)

iQEcBAEBAgAGBQJSK3rkAAoJEOgBcD7A/5N8mFcH/jNREyEGStRx00e4U+tziADp
i/mXGhLHY5eoubgt0MG4Kzw7BitC0hoo6QgxRNM0eQgtPVsaox/fV9dg/sybp9Kf
emheIu/lTWIeNv1jQiWufqdpgofNtiOubflAo4+cNhSskeV30DxR30i5jMiWoX9Q
GAfXbtGQZAbT1OxTNjE+sBl8UyQ6/0XLPIIFIPpaIHvjqwK/p4ZnWoqOEBqBzZd6
LdxG19BMk8LVSnCNuVGYzz+++vzGoTob/oIeuAMhVyGsYxfaXKhCywmdVlgGKaSB
c9DNSkCmfExvchjRATYnabyFCg33M4NUAetloto9vdp0t4SAixXp3t7NR1P/uRU=
=P8qe
-----END PGP SIGNATURE-----

--Sig_/X.ORLEaKAgz7TVk7l6PtGU8--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130907211336.6e538a3f>