Subject: | unpackaged blib directories |
It was found out that some packages can't be rebuild into rpm with
latest update of ExtUtils::MakeMaker. I was able to track down the
problem. The last "functional" version was 6.50 and problems started
with 6.51_01 git commit
http://github.com/schwern/extutils-makemaker/commit/58ec782413fdfb03f30c0de39131e7eb228f8bc9
Also not all packages have problems. At the moment I'm aware of those:
DBI::Dumper and Padre, but after next rebuild, we'll probably see more
of them. They created directory blib which is now forced to be
packaged/installed even if it's already once in package.
For example DBI::Dumper build ended with:
error: Installed (but unpackaged) file(s) found:
/tmp/perl-DBI-Dumper/devel/DBI-Dumper-2.01/blib/arch/auto/DBI/Dumper/C/C.so
Padre:
RPM build errors:
Installed (but unpackaged) file(s) found:
/blib/lib/auto/share/dist/Padre/README.txt
/blib/lib/auto/share/dist/Padre/doc/perlopref/Artistic
/blib/lib/auto/share/dist/Padre/doc/perlopref/Copying
/blib/lib/auto/share/dist/Padre/doc/perlopref/README
/blib/lib/auto/share/dist/Padre/doc/perlopref/perlopref.pod
/blib/lib/auto/share/dist/Padre/examples/absolute_beginner/02_time.pl
...
I suppose error can be also in Makefile.PL but I didn't find anything
strange there.
More details can be found at:
https://bugzilla.redhat.com/show_bug.cgi?id=557015