From owner-freebsd-current@FreeBSD.ORG Sat Sep 7 05:11:55 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BDB49990; Sat, 7 Sep 2013 05:11:55 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14AF82B0A; Sat, 7 Sep 2013 05:11:55 +0000 (UTC) Received: from p508c7b52.dip0.t-ipconnect.de ([80.140.123.82] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80) (envelope-from ) id 1VIAoE-0004t9-PJ; Sat, 07 Sep 2013 07:11:46 +0200 Message-ID: <522AB58E.7020900@gwdg.de> Date: Sat, 07 Sep 2013 07:11:42 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130808 Thunderbird/17.0.8 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv References: <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> <20130906220728.GE77141@ithaqua.etoilebsd.net> In-Reply-To: <20130906220728.GE77141@ithaqua.etoilebsd.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: "O. Hartmann" , freebsd-current@freebsd.org, FreeBSD ports list , AN , Boris Samorodov , Guido Falsi X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 05:11:55 -0000 Am 07.09.2013 00:07, schrieb Baptiste Daroussin: > On Fri, Sep 06, 2013 at 11:51:32PM +0200, O. Hartmann wrote: >> On Fri, 06 Sep 2013 21:11:26 +0400 >> Boris Samorodov wrote: >> >>> 06.09.2013 20:44, O. Hartmann пишет: >>>> On Fri, 06 Sep 2013 20:08:59 +0400 >>>> Boris Samorodov wrote: >>>> >>>>> 06.09.2013 19:44, O. Hartmann пишет: >>>>> >>>>>> 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=/var >> --disable-slp >> --disable-gssapi --with-cups-user=cups >> --with-cups-group=cups --with-system-groups=wheel >> --with-docdir=/usr/local/share/doc/cups >> --with-icondir=/usr/local/share/icons >> --with-menudir=/usr/local/share/applications >> --with-domainsocket=/var/run/cups.sock --with-cachedir=/var/db/cups >> --with-pam-module="unix" --enable-ssl >> --with-printcap=/usr/local/etc/printcap --disable-gnutls >> --enable-openssl --without-php --disable-dnssd --disable-pam >> --disable-ldap --disable-dbus --disable-libusb LIBS="-lssp_nonshared" >> --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} >> >> >> >> >> 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 >> > > Can you try to force rebuilding gettext first? I can confirm that at least on my box after rebuilding gettext there are no more of these 'not finding libiconv.la' errors. For some reason gmake should be also rebuilded in an early stage. After that, rebuilding libxml2 works fine. > > and then retry? > > regards, > Bapt >