From owner-freebsd-questions@FreeBSD.ORG Sun Feb 10 01:56:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C3C616A418 for ; Sun, 10 Feb 2008 01:56:28 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184]) by mx1.freebsd.org (Postfix) with ESMTP id 40C8913C448 for ; Sun, 10 Feb 2008 01:56:27 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so3235363rvb.43 for ; Sat, 09 Feb 2008 17:56:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=mLlXR3A0534hNooLsvXnvLt10mX2VUWggylx7otSJRw=; b=XeAQbCWnoidB05Rih6+NpPempd61ykuiX2VbI9XlQU8SVrHNW6FCG+rDYpZ7Qv7FaV5wWmG9WUObf+GQLD8o2SlZ/mqOYT5R4b8xuM6BTNHiUhqA1ijbNuYXk3lLrx0ZmsRmdqUlCcKtifrxlmW+vYnD66RjQB87vN0WwkmZRD0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Llil6R6xrF+B5rvc5KAUAuDFrAzeauOvQJQHRUTWHDBnAzd5ALNYrMez1GgBYBUqApI/NDvYB4Kc8undP6GbHumdLAyIzehUi82mSPiJij3jpOHEP7tjOuabmP+5mhM45lXzsI85FO51AkUAuNZwxvisnzLJpVgGuWXtHByZTfA= Received: by 10.141.28.12 with SMTP id f12mr9659257rvj.1.1202608586383; Sat, 09 Feb 2008 17:56:26 -0800 (PST) Received: by 10.141.141.7 with HTTP; Sat, 9 Feb 2008 17:56:26 -0800 (PST) Message-ID: Date: Sat, 9 Feb 2008 19:56:26 -0600 From: "illoai@gmail.com" To: Mitja In-Reply-To: <200802091843.56713.lumiwa@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200802091843.56713.lumiwa@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: gicu, gimp... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 01:56:28 -0000 On 09/02/2008, Mitja wrote: > Hi! > > After update to ICU 3.8.1 there were some problem but after rebuilt of glib > everything works okay again. Today I tried to update GIMP and there are again > problem with ICU, need to be version 3.6: > > "/libexec/ld-elf.so.1: Shared object "libicui18n.so.36" not found, required > by "gdk-pixbuf-csource" > gmake[2]: *** [gimp-tool-cursors.h] Error 1 > gmake[2]: Leaving directory > `/usr/ports/graphics/gimp-app/work/gimp-2.4.4/cursors' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/graphics/gimp-app/work/gimp-2.4.4' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/graphics/gimp-app. > *** Error code 1 > > Stop in /usr/ports/graphics/gimp-app. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.32005.0 > env UPGRADE_TOOL=portupgrade UPGRADE_PORT=gimp-app-2.4.3,1 > UPGRADE_PORT_VER=2.4.3,1 make > ** Fix the problem and try again. > ---> Skipping 'graphics/py-gimp' (py25-gimp-app-2.4.3) because a requisite > package 'gimp-app-2.4.3,1' (graphics/gimp-app) failed (specify -k to force) > ---> Skipping 'graphics/gimp' (gimp-2.4.3,2) because a requisite > package 'py25-gimp-app-2.4.3' (graphics/py-gimp) failed (specify -k to force) > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > - ftp/curl (marked as IGNORE) > ! graphics/gimp-app (gimp-app-2.4.3,1) (unknown build error) > * graphics/py-gimp (py25-gimp-app-2.4.3) > * graphics/gimp (gimp-2.4.3,2) " My solution was to issue: portupgrade -ufr icu While likely not the most elegant, it completed without error and everything /seems/ to work fine. -- --