Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147337 - perl-5.8.8-r2 emerge fails
Summary: perl-5.8.8-r2 emerge fails
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-12 08:59 UTC by Alexander Hsia
Modified: 2006-09-19 12:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge log (perl-emerge-error,58.41 KB, text/plain)
2006-09-12 09:00 UTC, Alexander Hsia
Details
emerge --info (emerge.info,3.43 KB, text/plain)
2006-09-12 09:01 UTC, Alexander Hsia
Details
DB_File emerge logfile (DB_File-emerge,8.95 KB, text/plain)
2006-09-19 12:07 UTC, Alexander Hsia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Hsia 2006-09-12 08:59:51 UTC
perl fails with a make error as seen in attachment
Comment 1 Alexander Hsia 2006-09-12 09:00:22 UTC
Created attachment 96801 [details]
emerge log
Comment 2 Alexander Hsia 2006-09-12 09:01:01 UTC
Created attachment 96802 [details]
emerge --info
Comment 3 Yuval Yaari (RETIRED) gentoo-dev 2006-09-12 14:52:09 UTC
Wild guess: what version of sys-libs/db do you have?
Comment 4 Alexander Hsia 2006-09-12 16:18:33 UTC
I have db-1.85-r3 and db-4.3.29-r2 installed

# eix -i db
[I] sys-libs/db 
     Available versions:  
        (1)     1.85-r1 1.85-r2 1.85-r3
        (3)     3.2.9-r10 3.2.9-r11
        (4)     4.0.14-r2 4.0.14-r3
        (4.1)   4.1.25_p1-r3 4.1.25_p1-r4 4.1.25_p2
        (4.2)   4.2.52_p2 4.2.52_p2-r1 4.2.52_p4 4.2.52_p4-r2
        (4.3)   4.3.27 4.3.29 4.3.29-r2
        (4.4)   [M]4.4.20_p2
     Installed:           1.85-r3(1) 4.3.29-r2(4.3)
     Homepage:            http://www.sleepycat.com/
     Description:         Berkeley DB
Comment 5 Yuval Yaari (RETIRED) gentoo-dev 2006-09-13 01:04:27 UTC
Could you try emerging with 4.2.52_p2-r1 ?
Possibly an upstream bug...
Comment 6 Alexander Hsia 2006-09-13 08:59:20 UTC
I uninstalled db-4.3* and emerged db-4.2.52_p2-r1 but perl-5.8.8-r2 still fails to compile. It dies pretty much with the same error as before
Comment 7 Antoine Raillon (RETIRED) gentoo-dev 2006-09-13 10:42:53 UTC
Wild guess n
Comment 8 Antoine Raillon (RETIRED) gentoo-dev 2006-09-13 10:42:53 UTC
Wild guess nĀ°2 :
did you try to run revdep-rebuild recently ?
the output of revdep-rebuild -p could be useful ;)
Comment 9 Yuval Yaari (RETIRED) gentoo-dev 2006-09-13 10:49:23 UTC
I was more afraid of 1.85-r3(1).
Could you try removing it, as well? (Sorry! :)
Comment 10 Chris White (RETIRED) gentoo-dev 2006-09-13 10:54:37 UTC
Actually let me butt in here.  Try installing perl without the berkdb USE flag.  Then attempt to emerge perl-core/DB_File.  I want to see if maybe the outside maintained module works fine, because if so we can pull code from there, set it as a depend instead.
Comment 11 Chris White (RETIRED) gentoo-dev 2006-09-16 18:12:38 UTC
Resolved as TEST-REQUEST till suggested actions are taken and feedback given.
Comment 12 Alexander Hsia 2006-09-19 12:06:21 UTC
Removing the berkdb flag allows perl-5.8.8-r2 to emerge successfully. However, emerging perl-core/DB_File afterwards does not work. Emerging DB_File ends with a lot of errors, as follows in attachment

Comment 13 Alexander Hsia 2006-09-19 12:07:10 UTC
Created attachment 97446 [details]
DB_File emerge logfile
Comment 14 Yuval Yaari (RETIRED) gentoo-dev 2006-09-19 12:14:34 UTC
I still think it's BerkeleyDB 1.85-r3(1) :-)
Any chance you could try removing it and check again?