Bug 15987 - perl 5.14.0 doesn't install pod2html, ...
: perl 5.14.0 doesn't install pod2html, ...
Status: RESOLVED INVALID
Product: Codex
Classification: Unclassified
Component: devel
: test grimoire
: x86 Linux
: P3 normal
Assigned To: Grimoire Bug List
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-28 20:00 UTC by Ladislav Hagara (lace)
Modified: 2023-12-01 12:14 UTC (History)
1 user (show)

See Also:


Attachments
Perl 5.14 compile log (71.26 KB, application/octet-stream)
2011-06-02 06:25 UTC, Vlad Glagolev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ladislav Hagara (lace) 2011-05-28 20:00:27 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
Comment 1 Vlad Glagolev 2011-06-02 06:25:57 UTC
Created attachment 7565 [details]
Perl 5.14 compile log

attached Perl 5.14 compile log
Comment 2 Ladislav Hagara (lace) 2011-06-02 08:13:38 UTC
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'
Comment 3 Ismael Luceno 2023-12-01 12:14:18 UTC
too old