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

Bug 798747

Summary: =dev-perl/DBD-mysql-4.50.0-r1::gentoo build fails not finding DBI::DBD.pm, /usr/lib64/perl5/vendor_perl/5.30.3/x86_64-linux not in @INC
Product: Gentoo Linux Reporter: Mark Dominik Bürkle <dominik.buerkle>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED OBSOLETE    
Severity: normal CC: mscardovi
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
emerge -pqv
build.log
environment
perl -V

Description Mark Dominik Bürkle 2021-06-25 22:04:04 UTC
Created attachment 719328 [details]
emerge --info

Hi,

building of =dev-perl/DBD-mysql-4.50.0-r1::gentoo fails because DBI::DBD.pm can't be found when configuring.
DBI/DBD.pm is in /usr/lib64/perl5/vendor_perl/5.30.3/x86_64-linux
but only /usr/lib64/perl5/vendor_perl/5.30.3 was in @INC.

ran "perl-cleaner", now DBI/DBD.pm is found in "current" /usr/lib64/perl5/vendor_perl/5.30.3/x86_64-linux -- which is present in @INC.

thanks!
Comment 1 Mark Dominik Bürkle 2021-06-25 22:04:27 UTC
Created attachment 719331 [details]
emerge -pqv
Comment 2 Mark Dominik Bürkle 2021-06-25 22:05:04 UTC
Created attachment 719334 [details]
build.log
Comment 3 Mark Dominik Bürkle 2021-06-25 22:05:22 UTC
Created attachment 719337 [details]
environment
Comment 4 Mark Dominik Bürkle 2021-06-25 22:05:37 UTC
Created attachment 719340 [details]
perl -V
Comment 5 Mark Dominik Bürkle 2021-06-25 22:34:58 UTC
additional info:

had a disk read error (with fs turning to r/o mode)
inmidst running emerge-world (47/115 pkgs on 2021-04-27).

had to commit lots of deleted nodes on fsck (unwritten fs changes).

resumed emerge (68 pkgs on 2021-06-20) successfully,
...
sync'ed
changed some flags (python_targets add 3_10, python_single_target: 3_8 to 3_9), cleaned up some /etc/portage/*/ files.

emerge-world (396 of 855 ok) broke on 397 pkg dev-perl/DBD-mysql-4.50.0-r1

refused to emerge-resume "resume list invalid",

emerge-world (43 of 504 ok) broke on pkg net-analyzer/cacti-spine-1.2.16

perl-cleaner

emerge-world (11 of 462) currently building gcc-10.3.0.
Comment 6 Mark Dominik Bürkle 2021-06-25 22:51:19 UTC
cacti-spine build failed when using help2man,
Locale/gettext.pm not found in @INC, another perl module found in
/usr/lib64/perl5/vendor_perl/5.30.3/x86_64-linux
which I didn't put into @INC yet.

This might fail again...
Comment 7 Mark Dominik Bürkle 2021-06-28 14:16:31 UTC
it didn't fail again,
"emerge ... world" built req'd packages successfully now.