From owner-freebsd-current@FreeBSD.ORG Wed Sep 28 17:29:47 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 077B81065672; Wed, 28 Sep 2011 17:29:47 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id B142D8FC15; Wed, 28 Sep 2011 17:29:46 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1R8xx2-0006F1-DW>; Wed, 28 Sep 2011 19:29:44 +0200 Received: from e178038133.adsl.alicedsl.de ([85.178.38.133] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1R8xx2-0001bl-AO>; Wed, 28 Sep 2011 19:29:44 +0200 Message-ID: <4E835988.8060702@zedat.fu-berlin.de> Date: Wed, 28 Sep 2011 19:29:44 +0200 From: "Hartmann, O." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0) Gecko/20110928 Thunderbird/7.0 MIME-Version: 1.0 To: perryh@pluto.rain.com References: <20110926230335.041fd9aa@lab.lovett.com> <86mxdqfq69.fsf@gmail.com> <4E818941.7060006@zedat.fu-berlin.de> <4e83255b.g7c+BRfF0FDmiYc+%perryh@pluto.rain.com> <4E82CC34.4070305@zedat.fu-berlin.de> In-Reply-To: <4E82CC34.4070305@zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.38.133 Cc: lists@eitanadler.com, gakuusta@mail.com, freebsd-current@freebsd.org, ade@freebsd.org, freebsd-ports@freebsd.org Subject: Re: HEADS UP: ports/ and 10.0-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 28 Sep 2011 17:29:47 -0000 On 09/28/11 09:26, Hartmann, O. wrote: > On 09/28/11 15:47, perryh@pluto.rain.com wrote: >> Eitan Adler wrote: >> >>> 2011/9/27 O. Hartmann : >>>> Now I understand why some OS vendors have choosen the latin >>>> 10 'X' for their tenth version of their operating system ... >>> FreeBSD XP anyone? >> Are you sure there's a sufficient window of opportunity? :) > "Window of Fortune" > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" A stupid question: I experience some strange failures on one of my FreeBSD 10.0-CURRENT/amd64 boxes. libiconv.so.3 is missing for svn. I can not install conversters/libiconv anymore, portbuild compains about a missing libintl.so.9 (huhh?), see below. Ok, libintl.so.9 is gettext. So I try reinstall gettext and it fails, also! gawk is missing libintl.so.9. So I try to reinstall gawk: portmaster gawk. But gawk complains about no intl found, so it tries to install gettext and gettext complains about not finding libintl.so.9. I'm confused! Is this due to the FreeBSD 10 issue? If not, how to repair? checking for ptrdiff_t integer literal suffix... l checking for size_t integer literal suffix... Shared object "libintl.so.9" not found, required by "pg_config"ul checking for sig_atomic_t integer literal suffix... l checking for wchar_t integer literal suffix... checking for wint_t integer literal suffix... checking for random.h... no checking for struct random_data... no checking whether is standalone... (cached) yes configure: creating ./config.status config.status: creating Makefile Shared object "libintl.so.9" not found, required by "gawk"config.status: error: could not create Makefile ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/converters/libiconv/work/libiconv-1.13.1/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. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/converters/libiconv. *** Error code 1 Stop in /usr/ports/converters/libiconv. ===>>> make failed for converters/libiconv ===>>> Aborting update Terminated ===>>> You can restart from the point of failure with this command line: portmaster converters/libiconv