From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PBYQ8-0006Ap-Rn for garchives@archives.gentoo.org; Thu, 28 Oct 2010 19:45:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BB6AE06CC; Thu, 28 Oct 2010 19:44:47 +0000 (UTC) Received: from mail.shawcable.com (shawmail.shawcable.com [64.59.128.220]) by pigeon.gentoo.org (Postfix) with ESMTP id 5BBB9E06CC for ; Thu, 28 Oct 2010 19:44:47 +0000 (UTC) Received: from bpd2mi4no-svcs.prod.shawcable.com ([10.0.184.123]) by bpd2mo2no-ssvc.prod.shawcable.com with ESMTP; 28 Oct 2010 13:44:47 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=W1EbViUdRLrB3xZls61b9cpNy9JNgdRUyrcMJe3sx/g= c=1 sm=1 a=dLVxVA3L5FEA:10 a=BLceEmwcHowA:10 a=8nJEP1OIZ-IA:10 a=dgx804EzjhD8CRYpIFkhZA==:17 a=IcO6VwRmiDj3Fw0fFtQA:9 a=4zT3Uv_vzwJZJ5OastkA:7 a=A7fXTcTY7FczCvH73JEvUBzt57MA:4 a=wPNLvfGTeEIA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 X-IronPort-AV: E=Sophos;i="4.58,253,1286172000"; d="scan'208";a="276281987" Received: from unknown (HELO bpd2mi4no-cmts.prod.shawcable.com) ([192.168.183.123]) by bpd2mi4no-cmts.prod.shawcable.com with ESMTP; 28 Oct 2010 13:44:47 -0600 X-reinject: true Received: from unknown (HELO syscon4.localdomain) ([68.148.245.78]) by bpd2mi4no-dmz.prod.shawcable.com with ESMTP; 28 Oct 2010 13:44:46 -0600 Received: by syscon4.localdomain (Postfix, from userid 1000) id 684D7C3A7F; Thu, 28 Oct 2010 13:44:03 -0600 (MDT) Date: Thu, 28 Oct 2010 13:44:03 -0600 From: Joseph To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] perl 5.12 downgrade ?? Message-ID: <20101028194403.GC17225@syscon4.inet> References: <20101028125822.GY17225@syscon4.inet> 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 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline In-Reply-To: <20101028125822.GY17225@syscon4.inet> User-Agent: Mutt/1.5.20 (2009-06-14) X-Archives-Salt: 3f01bac5-8838-48e9-b92e-3ff5ed1630b8 X-Archives-Hash: fc4a084c3a5fbefc01f6ee53e3003278 On 10/28/10 06:58, Joseph wrote: >After upgrading to Perl 5.12 and all cleanup "perl-cleaner --all" >When I run "emerge --depclean" it asked me to removed the following packages listed below. >However, when I check all of them are needed by some other packages. Do I need them? (I retained them all) > >virtual/perl-Package-Constants >virtual/perl-Compress-Raw-Zlib >virtual/perl-Compress-Raw-Bzip2 >dev-java/antlr >perl-core/MIME-Base64 >perl-core/Test-Simple >perl-core/Archive-Tar >perl-core/Test-Harness >perl-core/IO-Compress >perl-core/IO-Zlib >perl-core/Digest-MD5 >perl-core/CGI >perl-core/Digest-SHA >perl-core/Compress-Raw-Bzip2 >perl-core/Sys-Syslog >perl-core/digest-base >perl-core/Compress-Raw-Zlib >perl-core/version >perl-core/DB_File >perl-core/Package-Constants >dev-java/gjdoc >perl-core/libnet > >The reason I'm asking is that I'm getting some strange errors when using 'sql-ledger' eg. >Using a hash as a reference is deprecated at SL/IS.pm line 582. > >I think it might be related to recent perl upgrade. >Is it possible / safe to downgrade to previous "perl-5.8.8-r8" ? >or do I just delete the above perl module. > >-- >Joseph I'm trying to downgrade perl on one of my machine to 5.8 and got stuck with a block: [blocks B ] =dev-lang/perl-5.12.2-r1 >=sys-devel/libperl-5.10.1 but it doesn't help so I run: emerge -1 --nodeps =libperl-5.8.8* && emerge --nodeps =perl-5.8.8* this compiled OK but running "perl-cleaner --all" it tries to recomile imagemagic and it fails: emerge -vD1 net-print/foomatic-db-engine:0 dev-db/postgresql-server:8.4 app-office/gnumeric:0 x11-terms/rxvt-unicode:0 libtool: install: warning: remember to run `libtool --finish /usr/lib/ImageMagick-6.6.2/modules-Q16/coders' make[2]: Leaving directory `/var/tmp/portage/media-gfx/imagemagick-6.6.2.5/work/ImageMagick-6.6.2-5' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/var/tmp/portage/media-gfx/imagemagick-6.6.2.5/work/ImageMagick-6.6.2-5' make: *** [install] Error 2 * ERROR: media-gfx/imagemagick-6.6.2.5 failed: * (no error message) * * Call stack: * ebuild.sh, line 54: Called src_install * environment, line 2661: Called die * The specific snippet of code: * emake DESTDIR="${D}" install || die; * * If you need support, post the output of 'emerge --info =media-gfx/imagemagick-6.6.2.5', * the complete build log and the output of 'emerge -pqv =media-gfx/imagemagick-6.6.2.5'. * The complete build log is located at '/var/log/portage/media-gfx:imagemagick-6.6.2.5:20101028-182120.log'. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/imagemagick-6.6.2.5/temp/environment'. * S: '/var/tmp/portage/media-gfx/imagemagick-6.6.2.5/work/ImageMagick-6.6.2-5' Any help will be appreciated what to do with it. -- Joseph