Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 890955 - dev-perl/DBD-mysql-4.50.0-r1::gentoo failed (configure phase)
Summary: dev-perl/DBD-mysql-4.50.0-r1::gentoo failed (configure phase)
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-15 15:32 UTC by Jean-Claude Aciman
Modified: 2023-01-15 21:08 UTC (History)
0 users

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


Attachments
build.log (build.log,2.05 KB, text/x-log)
2023-01-15 15:32 UTC, Jean-Claude Aciman
Details
environment (environment,40.62 KB, text/plain)
2023-01-15 15:33 UTC, Jean-Claude Aciman
Details
info (DBD-mysql.info,21.01 KB, text/plain)
2023-01-15 15:33 UTC, Jean-Claude Aciman
Details
pretend (DBD-mysql.pqv,80 bytes, text/plain)
2023-01-15 15:34 UTC, Jean-Claude Aciman
Details

Note You need to log in before you can comment on or make changes to this bug.
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.