Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 22:24:43 +0200
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        Guido Falsi <madpilot@FreeBSD.org>
Cc:        Baptiste Daroussin <bapt@FreeBSD.org>, AN <andy@neu.net>, Boris Samorodov <bsam@passap.ru>, FreeBSD ports list <freebsd-ports@FreeBSD.org>, freebsd-current@freebsd.org
Subject:   Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv
Message-ID:  <20130907222443.639466e9@thor.walstatt.dyndns.org>
In-Reply-To: <522B0F41.1030306@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> <20130907130350.0c13cfa1@thor.walstatt.dyndns.org> <522B0F41.1030306@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/KFxKH_Sep5DYRa5=0+vdVKe
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

On Sat, 07 Sep 2013 13:34:25 +0200
Guido Falsi <madpilot@FreeBSD.org> wrote:

> On 09/07/13 13:03, O. Hartmann wrote:
> > On Sat, 07 Sep 2013 00:16:16 +0200
> > Guido Falsi <madpilot@FreeBSD.org> wrote:
> >
> >> On 09/07/13 00:10, Boris Samorodov wrote:
> >>> 07.09.2013 01:51, O. Hartmann =D0=BF=D0=B8=D1=88=D0=B5=D1=82:
> >>>> On Fri, 06 Sep 2013 21:11:26 +0400
> >>>> Boris Samorodov <bsam@passap.ru> wrote:
> >>>>
> >>>>> 06.09.2013 20:44, O. Hartmann =D0=BF=D0=B8=D1=88=D0=B5=D1=82:
> >>>>>> On Fri, 06 Sep 2013 20:08:59 +0400
> >>>>>> Boris Samorodov <bsam@passap.ru> wrote:
> >>>>>>
> >>>>>>> 06.09.2013 19:44, O. Hartmann =D0=BF=D0=B8=D1=88=D0=B5=D1=82:
> >>>>>>>
> >>>>>>>> Here we go. It is the config.log from one of the failing
> >>>>>>>> machines, failing in print/cups-client.
> >>>>>>>
> >>>>>>> Please, show the output of following commands (at the host in
> >>>>>>> question): # svn info /usr/ports/
> >>>>>>> # svn svn st /usr/ports/print/cups*
> >>>>>>>
> >>>>>> svn info /usr/ports/
> >>>>>>
> >>>>>> Path: /usr/ports
> >>>>>> Working Copy Root Path: /usr/ports
> >>>>>> URL: svn://svn.de.freebsd.org/ports/head
> >>>>>> Relative URL: ^/head
> >>>>>> Repository Root: svn://svn.de.freebsd.org/ports
> >>>>>> Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
> >>>>>> Revision: 326523
> >>>>>> Node Kind: directory
> >>>>>> Schedule: normal
> >>>>>> Last Changed Author: danfe
> >>>>>> Last Changed Rev: 326523
> >>>>>> Last Changed Date: 2013-09-06 18:22:29 +0200 (Fri, 06 Sep 2013)
> >>>>>>
> >>>>>>
> >>>>>> svn st /usr/ports/print/cups*
> >>>>>> ?       /usr/ports/print/cups-base/work
> >>>>>> ?       /usr/ports/print/cups-client/work
> >>>>>
> >>>>> That is really stange... Some more info:
> >>>>> # svn st /usr/ports/Mk
> >>>>
> >>>> nothin (NULL output)
> >>>>
> >>>>> # make -C /usr/ports/print/cups-client -V ICONV_LIB -V
> >>>>> CONFIGURE_ARGS
> >>>>>
> >>>> make -C /usr/ports/print/cups-client -V ICONV_LIB -V
> >>>> CONFIGURE_ARGS
> >>>>
> >>>> --localstatedir=3D/var
> >>>> --disable-slp
> >>>> --disable-gssapi                        --with-cups-user=3Dcups
> >>>> --with-cups-group=3Dcups           --with-system-groups=3Dwheel
> >>>> --with-docdir=3D/usr/local/share/doc/cups
> >>>> --with-icondir=3D/usr/local/share/icons
> >>>> --with-menudir=3D/usr/local/share/applications
> >>>> --with-domainsocket=3D/var/run/cups.sock
> >>>> --with-cachedir=3D/var/db/cups
> >>>> --with-pam-module=3D"unix"                --enable-ssl
> >>>> --with-printcap=3D/usr/local/etc/printcap --disable-gnutls
> >>>> --enable-openssl --without-php --disable-dnssd --disable-pam
> >>>> --disable-ldap --disable-dbus --disable-libusb
> >>>> LIBS=3D"-lssp_nonshared" --prefix=3D/usr/local
> >>>> ${_LATE_CONFIGURE_ARGS}
> >>>
> >>> Well, the output is perfect.
> >>>
> >>>> I see a lot of those obscure libtool errors not finding
> >>>> libiconv.la. Where the hell does the tool take those ecos from
> >>>> the past? I guess I have to reboot the box after X11 has been
> >>>> compiled
> >>>
> >>> Did not see those. Since so far it seems that such errors are not
> >>> common, may be something at your environment causes this (may be
> >>> at /etc/make.conf)?
> >>>
> >>
> >> I did see some of those. libtool takes those settings from
> >> /usr/local/lib/*.la files, installed by ports, before this change.
> >> Many of those files hardcode -liconv.
> >>
> >> Usually portmaster/portupgrade are good enough at guessing the
> >> correct order, but sometimes they mess it up, and this kind of
> >> situation happens.
> >>
> >> On my desktop PC I had to resort to ls -lt /usr/local/lib/*.la and
> >> portmaster the older ones. This can be further narrowed down by
> >> grepping for "-liconv".
> >>
> >
> > Founf another one that is failing:
> >
> > port multimedia/mlt:
> >
> >
> > 3 warnings generated.
> > cc -shared -o ../libmltgtk2.so factory.o consumer_gtk2.o
> > producer_pixbuf.o pixops.o filter_rescale.o producer_pango.o
> > producer_count.o filter_dynamictext.o   -Wl,--no-undefined
> > -Wl,--as-needed -Wl,--no-undefined -Wl,--as-needed -L../../framework
> > -lmlt -pthread -lm -Wl,--no-undefined -Wl,--as-needed `pkg-config
> > --libs gtk+-2.0` `pkg-config  --libs gdk-pixbuf-2.0`
> > -L/usr/local/lib -lexif `pkg-config  --libs pangoft2` -liconv
> >
> > --->
> > /usr/bin/ld: cannot find -liconv cc: error: linker command failed
> > with exit code 1 (use -v to see invocation) gmake[4]: ***
> > [../libmltgtk2.so] Error 1 gmake[4]: Leaving directory
> > <---
> >
> > `/usr/ports/multimedia/mlt/work/mlt-0.9.0/src/modules/gtk2'
> > gmake[3]: *** [all] Error 1 gmake[3]: Leaving directory
> > `/usr/ports/multimedia/mlt/work/mlt-0.9.0/src/modules' gmake[2]: ***
> > [all] Error 1 gmake[2]: Leaving directory
> > `/usr/ports/multimedia/mlt/work/mlt-0.9.0' =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[1]: stopped in /usr/ports/multimedia/mlt
> > *** Error code 1
> >
> > Stop.
> > make: stopped in /usr/ports/multimedia/mlt
> >
>=20
> Good catch. We tried to catch all ports which hardcoded iconv in
> someway but this one slipped through.
>=20
> I'm preparing a fix for this one, shouldn't take too long. I'll come=20
> back to you as soon as I have committed it.
>=20
> Thanks for reporting!
>=20
Here is another sticky bummer, multimedia/xine and multimedia/libxine:


[...]
mv -f .deps/videowin.Tpo .deps/videowin.Po
cc -I/usr/local/include   -I/usr/local/include
-I/usr/include/readline -I../../src/xitk/xine-toolkit -Wall
-D_FILE_OFFSET_BITS=3D64 -Wpointer-arith -Wnested-externs -Wcast-align
-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes
-D_THREAD_SAFE -O2 -pipe -O3 -march=3Dnative -fno-strict-aliasing
-I/usr/local/include     -DNDEBUG -Wformat=3D2 -Wno-format-zero-length
-Wmissing-format-attribute  -Wmissing-noreturn -Wdisabled-optimization
-Werror-implicit-function-declaration -Wstrict-aliasing=3D2
-L/usr/local/lib -o xine actions.o control.o download.o errors.o
event.o event_sender.o file_browser.o frequencies.o help.o kbindings.o
kbindings_common.o lang.o main.o mediamark.o menus.o mrl_browser.o
network.o osd.o panel.o playlist.o post.o session_common.o session.o
setup.o skins.o snapshot.o splash.o stdctl.o stream_infos.o tvout.o
tvset.o videowin.o viewlog.o
skins_download.o  ../../src/xitk/xine-toolkit/libxitk.a ../../src/xitk/Imli=
b-light/libImlib-light.a ../../src/xitk/oxine/liboxine.a ../../src/common/l=
ibcommon.a ../../src/common/libcommonx.a
-L/usr/local/lib -lxine -lz  -pthread /usr/local/lib/libiconv.so -lrt
-L/usr/local/lib -lXinerama   -L/usr/local/lib -lXxf86vm
-L/usr/local/lib -lXft   -lXext  -L/usr/local/lib -lXtst
-L/usr/local/lib -lXss   -L/usr/local/lib -lcurl    -lX11 -lXext -lm
-L/usr/local/lib -lXv   -L/usr/local/lib -lpng15   -ljpeg
-L/usr/local/lib -lintl -R/usr/local/lib -pthread network.c:1:2:
warning: IMPLEMENT POST SUPPORT [-W#warnings] #warning IMPLEMENT POST
SUPPORT ^ cc: error: no such file or directory:
'/usr/local/lib/libiconv.so' gmake[6]: *** [xine] Error 1 gmake[6]: ***
Waiting for unfinished jobs.... 1 warning generated. mv
-f .deps/xine_remote-network.Tpo .deps/xine_remote-network.Po gmake[6]:
Leaving directory
`/usr/ports/multimedia/xine/work/xine-ui-0.99.7/src/xitk'

--Sig_/KFxKH_Sep5DYRa5=0+vdVKe
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

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

iQEcBAEBAgAGBQJSK4uMAAoJEOgBcD7A/5N8G1gH/1fBbVJX3iE7oNuwYw0CKCrq
+WcJhblbfDaj4W+folm6avWwffMv+gFAmaFFy0fXImZXDXGkLy779tGDVxmRhO7W
ZKAODhW/ZWX1SwO89vWe9VtQN/nGJsu5JYuP8cctiNMpOO7q9SRw2SAJTDXIz3Qj
gxUlarRYuJleklgGl+eQAZfrXaOHB1r/yA65Ci80jLMhnNY63MG4cwxu1syTtMUT
bUh1Vj3bx6g4zJCsXvePJsZf1xs6A+plwW4Qcp0FuSOaOL6Bx7sl/T9lMobnydRZ
7+m6z0sWM61CSk9Zo7U2VOv/ftc21MWH59DMXCzQX/eDMmy8uegAtnAJ5aTNTW0=
=e+Fs
-----END PGP SIGNATURE-----

--Sig_/KFxKH_Sep5DYRa5=0+vdVKe--



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