From owner-freebsd-ports@FreeBSD.ORG Mon May 31 17:57:41 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6F331065678 for ; Mon, 31 May 2010 17:57:41 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 420E48FC1D for ; Mon, 31 May 2010 17:57:40 +0000 (UTC) Received: by wyb36 with SMTP id 36so363894wyb.13 for ; Mon, 31 May 2010 10:57:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=BXsk3zVMwbxQuXXD+KyvXg5CVJ0W11On19cbjVcmZJw=; b=dereMI4Rtf7MwaUNfPR51TK1OQdQMQtkAv/xpHWY0pENeGzjZNUUM3IflspwBmd+HX 68KfxqH8R289lKZXId8mgMmDf3YuFfbf7QSWimxVphr5wLtRctEtBuXi1A43vcSjBqFd RkwOloB/sIw7139saVHPJJ0MqBBJtGSJjtRpw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=IsS1AEhCDKBUM2bOQx+IcsmebTy/CJFvfraebwIUTMrobBT+kymwJ/CUkG/F7MZ/v9 mepSWx9xqI63e/ErvB6iFJutsxj6M+9RYbdK0ia+Y3pPIlBGofH0F3FtjUdZSa9bFAvx MZNBYOB1vPA7+JZwju/X2I3ErEqzuIBofs1h0= MIME-Version: 1.0 Received: by 10.216.85.71 with SMTP id t49mr86866wee.19.1275328660155; Mon, 31 May 2010 10:57:40 -0700 (PDT) Received: by 10.216.131.29 with HTTP; Mon, 31 May 2010 10:57:40 -0700 (PDT) In-Reply-To: References: <4C03D5EC.4050409@bsdforen.de> <4C03F3CB.8010405@bsdforen.de> Date: Mon, 31 May 2010 12:57:40 -0500 Message-ID: From: Franci Nabalanci To: Freddie Cash Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: issues unveiled by devel/gettext X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2010 17:57:41 -0000 On Mon, May 31, 2010 at 12:43 PM, Freddie Cash wrote: > On Mon, May 31, 2010 at 10:37 AM, Dominic Fandrey >wrote: > > > On 31/05/2010 19:08, Franci Nabalanci wrote: > > > I have the same problem and my FreeBSD 8.0 release doesnn't work > anymore. > > I > > > cannot do anything. It is possible to save this problem or better > install > > > different OS?? > > > > A lot of stuff will start working again if you add the line: > > libintl.so.8 libintl.so.9 > > > > to your /etc/libmap.conf file. Note that this is just a temporal > > workaround until you manage to rebuild the troublesome packages. > > > > This would be an excellent time to mention the wonderful -b options for > portupgrade and portmaster, that will create a backup package of any ports > that are upgraded, stored under /usr/ports/packages. :) If you run into > any issues, it's a simple "pkg_delete -xi portname" and "pkg_add > /usr/ports/packages/portname.tbz" process to roll-back to a known-good > version. :D > > There's also an option for both portupgrade and portmaster that tell it to > save old libraries to /usr/local/compat/lib, so that applications that > require the lib will continue to work, while you re-install/upgrade the > other apps. > > Using ZFS snapshots on /usr/local and /var/db/pkg is also an option, as ZFS > provides a snapshot-roll-back feature. > > IOW, this is not an "unsolvable mess" like some people claim every year. > :) > > Maybe is not "unsolvable mess" for you but it is for me. I did what I did, what I red. I made /etc/libmap.conf with what was mention above and when I run portmaster devel/gettext I got: /libexec/ld-elf.so.1: Shared object "libintl.so.9" not found, required by "gawk" Thanks. > -- > Freddie Cash > fjwcash@gmail.com > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >