From owner-freebsd-ports@FreeBSD.ORG Mon May 31 19:17:12 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 AC4031065672 for ; Mon, 31 May 2010 19:17:12 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 6A34F8FC13 for ; Mon, 31 May 2010 19:17:12 +0000 (UTC) Received: from mobileKamikaze.norad (HSI-KBW-078-042-098-160.hsi3.kabel-badenwuerttemberg.de [78.42.98.160]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 5D0C08A1E76 for ; Mon, 31 May 2010 21:17:11 +0200 (CEST) Message-ID: <4C040B36.7090708@bsdforen.de> Date: Mon, 31 May 2010 21:17:10 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-GB; rv:1.9.1.9) Gecko/20100331 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4C03D5EC.4050409@bsdforen.de> <4C03F3CB.8010405@bsdforen.de> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 19:17:12 -0000 On 31/05/2010 19:57, Franci Nabalanci wrote: > 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" If that is your issue (note you didn't mention which of the 80+ issues I reported was yours), you don't need the libmap.conf entry. Just "pkg_delete -f gawk-\*" before running the update. -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?