Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 890955

Summary: dev-perl/DBD-mysql-4.50.0-r1::gentoo failed (configure phase)
Product: Gentoo Linux Reporter: Jean-Claude Aciman <jcl.aciman>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
environment
info
pretend

Description Jean-Claude Aciman 2023-01-15 15:32:14 UTC
Created attachment 848585 [details]
build.log

Failed during configuration phase with the following error:

perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/DBD-mysql-4.50.0-r1/image --ssl --mysql_config=/usr/bin/mysql_config
Can't locate DBI/DBD.pm in @INC (you may need to install the DBI::DBD module) (@INC contains: /etc/perl /usr/local/lib64/perl5/5.36/x86_64-linux-thread-multi /usr/local/lib64/perl5/5.36 /usr/lib64/perl5/vendor_perl/5.36/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.36 /usr/lib64/perl5/5.36/x86_64-linux-thread-multi /usr/lib64/perl5/5.36) at Makefile.PL line 17.
 * ERROR: dev-perl/DBD-mysql-4.50.0-r1::gentoo failed (configure phase):
 *   Unable to build!

I tried to remerge perl as the multilib USE flag is in my make.conf but it did not help. (I can see the requested files DBD.pm and DBI.pm, but in the x86_64-linux folder rather than in the x86_64-linux-thread-multi) and the DBI module is installed on my machine: [ebuild R ] dev-perl/DBI-1.643.0  USE="-examples -test" 

Thank you for your help!
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-01-15 15:32:59 UTC
You need to run perl-cleaner --all if changing USE=threads on dev-lang/perl (it warns about this).
Comment 2 Jean-Claude Aciman 2023-01-15 15:33:09 UTC
Created attachment 848587 [details]
environment

environment
Comment 3 Jean-Claude Aciman 2023-01-15 15:33:41 UTC
Created attachment 848589 [details]
info

info
Comment 4 Jean-Claude Aciman 2023-01-15 15:34:23 UTC
Created attachment 848591 [details]
pretend

pqv
Comment 5 Mike Gilbert gentoo-dev 2023-01-15 21:08:48 UTC
Please try the suggestion from comment 1 and reopen if you still have issues.