> -----Original Message-----
> From: Nathan Scott [mailto:nathans@xxxxxxxxxx]
> Sent: Monday, 17 February 2014 7:21 PM
> To: Ken McDonell
> Cc: PCP Mailing List
> Subject: Re: [pcp] PCP 3.9.0 install problems
>
> Not here, all is quiet on the "Debian unstable" build front.
>
> > Anyone know how to fix it?
>
> Something seems to have gone wrong in the packaging - it looks like all of the
> perl packages have acquired this "perllocal.pod" file for some strange reason,
> and so they conflict with each other? That file should not exist, at least
> not
> installed from any pcp package
I cleaned out build/deb/pcp-3.*
Then Makepkgs
Then ...
kenj@bozo-laptop:~/src/pcp$ !find
find . -name perllocal.pod
./build/deb/pcp-3.9.0/debian/libpcp-mmv-perl/usr/lib/perl/5.14/perllocal.pod
./build/deb/pcp-3.9.0/debian/libpcp-import-perl/usr/lib/perl/5.14/perllocal.pod
./build/deb/pcp-3.9.0/debian/libpcp-logsummary-perl/usr/lib/perl/5.14/perllocal.pod
./build/deb/pcp-3.9.0/debian/libpcp-pmda-perl/usr/lib/perl/5.14/perllocal.pod
So something in the Perl packaging has come unglued, ... again. Sigh.
And there are multiple references to perllocal.pod in the code base ...
kenj@bozo-laptop:~/src/pcp$ grep -r perllocal .
[./build ones deleted]
./Logs/pcp:Appending installation info to
/home/kenj/src/pcp/build/deb/pcp-3.9.0/debian/libpcp-mmv-perl/usr/lib/perl/5.14/perllocal.pod
./Logs/pcp:Appending installation info to
/home/kenj/src/pcp/build/deb/pcp-3.9.0/debian/libpcp-pmda-perl/usr/lib/perl/5.14/perllocal.pod
./Logs/pcp:Appending installation info to
/home/kenj/src/pcp/build/deb/pcp-3.9.0/debian/libpcp-import-perl/usr/lib/perl/5.14/perllocal.pod
./Logs/pcp:Appending installation info to
/home/kenj/src/pcp/build/deb/pcp-3.9.0/debian/libpcp-logsummary-perl/usr/lib/perl/5.14/perllocal.pod
./src/include/builddefs: find $$DIST_ROOT/$(PERL_INSTALL_BASE) -name
perllocal.pod -exec rm -f '{}' ';' ; \
./src/include/builddefs: find $$DIST_ROOT/$(PERL_INSTALL_BASE) -name
perllocal.pod -exec rm -f '{}' ';' ; \
./src/include/builddefs.in: find $$DIST_ROOT/$(PERL_INSTALL_BASE) -name
perllocal.pod -exec rm -f '{}' ';' ; \
./src/include/builddefs.in: find $$DIST_ROOT/$(PERL_INSTALL_BASE) -name
perllocal.pod -exec rm -f '{}' ';' ; \
|