Bugzilla – Bug 15987
perl 5.14.0 doesn't install pod2html, ...
Last modified: 2023-12-01 12:14:18 UTC
perl 5.14.0 doesn't install pod2html (pod2html, pod2latex, pod2man, pod2text, pod2usage, podchecker, podselect) for me # gaze from pod2html perl-5.12.3:/usr/bin/pod2html From gaze compile perl: /usr/lib/perl5/5.14.0/i686-linux-thread-multCouldn't copy ext/Pod-Html/blib/script/pod2html to /usr/bin/pod2html: No such file or directory Couldn't copy ext/Pod-Html/blib/script/pod2html to /usr/bin/pod2html: No such file or directory Couldn't chmod 755 /usr/bin/pod2html: No such file or directory Couldn't copy cpan/Pod-LaTeX/blib/script/pod2latex to /usr/bin/pod2latex: No such file or directory Couldn't chmod 755 /usr/bin/pod2latex: No such file or directory Couldn't copy cpan/podlators/blib/script/pod2man to /usr/bin/pod2man: No such file or directory Couldn't chmod 755 /usr/bin/pod2man: No such file or directory Couldn't copy cpan/podlators/blib/script/pod2text to /usr/bin/pod2text: No such file or directory Couldn't chmod 755 /usr/bin/pod2text: No such file or directory Couldn't copy cpan/Pod-Parser/blib/script/pod2usage to /usr/bin/pod2usage: No such file or directory Couldn't chmod 755 /usr/bin/pod2usage: No such file or directory Couldn't copy cpan/Pod-Parser/blib/script/podchecker to /usr/bin/podchecker: No such file or directory Couldn't chmod 755 /usr/bin/podchecker: No such file or directory Couldn't copy cpan/Pod-Parser/blib/script/podselect to /usr/bin/podselect: No such file or directory Couldn't chmod 755 /usr/bin/podselect: No such file or directory
Created attachment 7565 [details] Perl 5.14 compile log attached Perl 5.14 compile log
Thanks for the compile log. All I did is "dispel tcsh" and perl installs all the files now. From my compile log: Found tcsh. I'll use it for globbing. My log: Extracting pod2html (with variable substitutions) make[1]: Leaving directory `/usr/src/perl-5.14.0/ext/Pod-Html' Your log: Extracting pod2html (with variable substitutions) cp pod2html blib/script/pod2html /usr/src/perl-5.14.0/ext/Pod-Html/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2html make[1]: Leaving directory `/usr/src/perl-5.14.0/ext/Pod-Html'
too old