From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 94F481384C3 for ; Sat, 5 Sep 2015 20:52:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CE9314244; Sat, 5 Sep 2015 20:51:53 +0000 (UTC) Received: from mail144c7.megamailservers.com (mail144c7.megamailservers.com [69.49.98.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FD9414239 for ; Sat, 5 Sep 2015 20:51:51 +0000 (UTC) X-POP-User: admin@sys-concept.com Received: from [10.0.0.100] (S01060050da7ae68c.ed.shawcable.net [68.149.90.13]) by mail144c7.megamailservers.com (8.14.9/8.13.1) with ESMTP id t85Kpk8q029084 for ; Sat, 5 Sep 2015 16:51:49 -0400 Subject: Re: [SOLVED] [gentoo-user] poppler-0.32.0 - error To: gentoo-user@lists.gentoo.org References: <55EB31C6.4080905@sys-concept.com> <55EB330E.1080604@gmail.com> <55EB386A.8020401@sys-concept.com> From: thelma@sys-concept.com X-Enigmail-Draft-Status: N1110 Message-ID: <55EB55F3.1030706@sys-concept.com> Date: Sat, 5 Sep 2015 14:52:03 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-CTCH-RefID: str=0001.0A020205.55EB55E6.0014,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.1 cv=FOwimYYs c=1 sm=1 tr=0 a=C3ZDv51cNVt4vJz/79I2xQ==:117 a=C3ZDv51cNVt4vJz/79I2xQ==:17 a=SDcUNfBxAAAA:8 a=BDKbP5mgAAAA:8 a=046jbqsEAAAA:8 a=IkcTkHD0fZMA:10 a=fGO4tVQLAAAA:8 a=LoNkE5l0YWsiSyjLxoAA:9 a=QEXdDO2ut3YA:10 X-Archives-Salt: 037aac71-cda0-46f9-9c50-53f7dcee63d5 X-Archives-Hash: 6f2afb28727c39b4411881705c0010a2 On 09/05/2015 02:30 PM, Fernando Rodriguez wrote: > On Saturday, September 05, 2015 12:46:02 PM thelma@sys-concept.com wrote: >> On 09/05/2015 12:23 PM, Alan McKinnon wrote: >>> On 05/09/2015 20:17, thelma@sys-concept.com wrote: >>>> I'm trying to re-emerge poppler but I'm getting error message >>>> Here is the message log: >>>> http://pastebin.com/Q5EKLW8U >>> >>> Don't use pastebin here. It's considered rude. >>> Post the relevant portion of the error. >> >> Apology about it. I was under impression it might look cleaner (less >> clapper if I post a link to complete log). >> >>> I did look at it though, and it's full of jpeg errors. So you need to go >>> back to your very first post on this subject about a week ago and follow >>> the advice there, not some other variant of your own invention. >> >> Yes, that was correct hint. >> Fernando was correct, running: >> media-libs/tiff >> perl-cleaner --all > > I was right that rebuilding libtiff (not perl-cleaner) will get you past that > ebuild, but my advice was the same you just received, go back to the *VERY > FIRST* post on the subject and fix the root of the problem. You will see that > error again (or worse runtime errors) until you fix it. > > Hint: It was Alan that gave you the solution. You chose to fix it by installing > an incompatible jpeg implementation. That needs to be undone. It seems to me Alan solution: emerge -avC libjpeg-turbo emerge -av1 media-libs/jpeg:0 media-libs/jpeg:62 It will come to hunt me. It allow me to keep going with upgrades as I couldn't find any better solution. Currently I have media-libs/jpeg installed in two slots: media-libs/jpeg-6b-r12:62 media-libs/jpeg-8d-r1:0 I can not get rid of "media-libs/jpeg-6b-r12" due to dependency net-misc/nxclient-3.5.0.7 (=media-libs/jpeg-6*) I need "nxclient" for now until I find better solution. According to: equery d media-libs/jpeg-8d-r1 * These packages depend on media-libs/jpeg-8d-r1: virtual/jpeg-0-r2 (>=media-libs/jpeg-8d-r1:0 Maybe I could uninstall jpeg-8d-r1 as only "virtual/jpeg-0-r2" depends on it. Thelma