From owner-freebsd-current@FreeBSD.ORG Fri Sep 6 18:31: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 40EE5FAB; Fri, 6 Sep 2013 18:31:55 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from winston.madpilot.net (winston.madpilot.net [78.47.75.155]) by mx1.freebsd.org (Postfix) with ESMTP id 94B7B259A; Fri, 6 Sep 2013 18:31:54 +0000 (UTC) Received: from winston.madpilot.net (localhost [127.0.0.1]) by winston.madpilot.net (Postfix) with ESMTP id 3cWnRY5Gb6zFTPg; Fri, 6 Sep 2013 20:31:53 +0200 (CEST) X-Virus-Scanned: amavisd-new at madpilot.net Received: from winston.madpilot.net ([127.0.0.1]) by winston.madpilot.net (winston.madpilot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yf0vQjubLLol; Fri, 6 Sep 2013 20:31:51 +0200 (CEST) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by winston.madpilot.net (Postfix) with ESMTPSA; Fri, 6 Sep 2013 20:31:51 +0200 (CEST) Message-ID: <522A1F94.2040105@FreeBSD.org> Date: Fri, 06 Sep 2013 20:31:48 +0200 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130903 Thunderbird/17.0.8 MIME-Version: 1.0 To: Ricardo Campos Passanezi 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> <20130906174542.GB68682@funkthat.com> In-Reply-To: Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Baptiste Daroussin , "O. Hartmann" , freebsd-current@freebsd.org, FreeBSD ports list , AN , Boris Samorodov 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: Fri, 06 Sep 2013 18:31:55 -0000 On 09/06/13 19:52, Ricardo Campos Passanezi wrote: > On Fri, Sep 06, 2013 at 10:45:42AM -0700, John-Mark Gurney wrote: > .... >>> See `config.log' for more details >>> ===> Script "configure" failed unexpectedly. >>> Please report the problem to c.petrik.sosa@gmail.com [maintainer] and >>> attach the "/usr/ports/print/cups-client/work/cups-1.5.4/config.log" >>> including the output of the failure of your make command. Also, it >>> might be a good idea to provide an overview of all packages installed >>> on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). >>> *** Error code 1 >> >> When I went through this, it was because they were trying to use gcc >> instead of cc... and for some reason gcc was getting an error about >> failing to exec cc1... I forget if I just reinstalled gcc from base >> (cd /usr/src/gnu/usr.bin/cc && make install) or rm'd /usr/local/bin/gcc >> as my gcc was broken when I chose to force remove libiconv... >> >> btw, Just last night I finished rebuilding all the ports after ~24 >> hours... some of it was portmaster waiting for my input, but still... >> > > I went through this also and I was able to update (using portupgrade) by > issuing a: > > # portupgrade -f print/cups-base print/cups-image print/cups-client > > I'm using the procedure described in UPDATING/20130904. > As Baptiste says we are all terribly sorry about this mess. Unluckily the situation was messy even before my commit, things were already breaking due to the iconv in base change. We are trying to catch up. Also note that enabling WITH_LIBICONV_COMPAT in src.conf before building world could help alleviate updating problems. This is a bandaid though, wwill not fix ports trying to link to libiconv.so and will not fix /usr/local/lib/*.ls files with -liconv hardwired in. -- Guido Falsi