From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 28 17:39:38 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C67BC1065670 for ; Tue, 28 Jul 2009 17:39:38 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with SMTP id 1A9B38FC12 for ; Tue, 28 Jul 2009 17:39:37 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: (qmail 41698 invoked by uid 89); 28 Jul 2009 17:39:36 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (78.111.72.187) by avocado.salatschuessel.net with SMTP; 28 Jul 2009 17:39:36 -0000 Date: Tue, 28 Jul 2009 19:41:08 +0200 From: Oliver Lehmann To: Joe Marcus Clarke Message-Id: <20090728194108.7297e9fe.lehmann@ans-netz.de> In-Reply-To: <4A6F2DD8.9090909@freebsd.org> References: <20090728164118.4f36a21f.lehmann__19447.6383309395$1248793624$gmane$org@ans-netz.de> <4A6F282A.2060400@icyb.net.ua> <4A6F2DD8.9090909@freebsd.org> X-Mailer: Sylpheed 2.7.0 (GTK+ 2.16.5; amd64-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, gnome@freebsd.org, Andriy Gapon Subject: Re: after update - not all jpeg files are displayable X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2009 17:39:39 -0000 Joe Marcus Clarke wrote: > No. It's an issue with an incomplete PORTREVISION bump on ports which > depend on libjpeg. Really, you need to do a portupgrade -rf jpeg to fix > this. What you must avoid is one port being linked to both jpeg.9 and > .10. When that happens, applications crash trying to open JPEGs. Hm - I cannot see which library could be causing this - I still have some jpeg.9 using stuff but this seems not the cause here? Nevertheless I'll do some recompilation here until libjpeg.so.9 is no longer needed by nothing. The "funny" thing is, Magick.so is linked against both .10 and .9.... $ find . -type f -name "*.so" -print | while read line ; do ldd "$line" 2>&1 | grep -q jpeg\.so\.9 && echo "$line" ; done ./perl5/site_perl/5.10.0/mach/auto/Image/Magick/Magick.so ./xfce4/modules/xfce4_desktop_menu.so ./OGRE/RenderSystem_GL.so $ cd ../bin $ find . -type f -print | while read line ; do ldd "$line" 2>&1 | grep -q jpeg\.so\.9 && echo "$line" ; done ./animate ./xfce4-appfinder ./conjure ./convert ./display ./compare ./composite ./montage ./stream ./identify ./import ./mogrify ./xfdesktop -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/