FS#41072 - pod2man missing from core/perl

Attached to Project: Community Packages
Opened by castet (castet) - Thursday, 03 July 2014, 15:18 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 03 July 2014, 15:48 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details



< pod2man missing from core/perl >


$ pkgfile pod2man
core/perl

$ pod2man
bash: pod2man: command not found


# ---

pod2man is required by wireshark-1.10.8.tar.bz2 , from wireshark-gtk.install

$ lsa
total 26124
drwx------ 4 aa aa 4096 Jul 3 17:04 .
drwx------ 5 aa aa 4096 Jul 3 16:51 ..
-rw------- 1 aa aa 2606 Jul 3 16:51 PKGBUILD
d--------- 2 aa aa 4096 Jul 3 17:04 pkg
drwxr-xr-x 3 aa aa 4096 Jul 3 17:04 src
-rw------- 1 aa aa 2288 Jul 3 16:51 wireshark-1.10.5-fix-flow-crash.patch
-rw-r--r-- 1 aa aa 26715025 Jul 3 16:52 wireshark-1.10.8.tar.bz2
-rw------- 1 aa aa 183 Jul 3 16:51 wireshark-gtk.install
-rw------- 1 aa aa 537 Jul 3 16:51 wireshark.install

the configure is stopped when:

makepkg -s

(...)

checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for flex... /usr/sbin/flex
checking for pod2man... no
configure: error: I couldn't find pod2man; make sure it's installed and in your path
==> ERROR: A failure occurred in build().
Aborting...

$ pkgfile pod2man
core/perl

$ pod2man
bash: pod2man: command not found


# ---

$ sudo pacman -S perl
[sudo] password for aa:
warning: perl-5.20.0-5 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Packages (1): perl-5.20.0-5

Total Installed Size: 47.35 MiB
Net Upgrade Size: 0.00 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [######] 100%
(1/1) checking package integrity [######] 100%
(1/1) loading package files [######] 100%
(1/1) checking for file conflicts [######] 100%
(1/1) checking available disk space [######] 100%
(1/1) reinstalling perl [######] 100%

$ pod2man
bash: pod2man: command not found

# ---

$ yaourt -S perl
warning: perl-5.20.0-5 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Packages (1): perl-5.20.0-5

Total Installed Size: 47.35 MiB
Net Upgrade Size: 0.00 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [######] 100%
(1/1) checking package integrity [######] 100%
(1/1) loading package files [######] 100%
(1/1) checking for file conflicts [######] 100%
(1/1) checking available disk space [######] 100%
(1/1) reinstalling perl [######] 100%

$ pod2man
bash: pod2man: command not found

# ---

$ ls /usr/bin/pod*
/usr/bin/pod2texi


thx
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 03 July 2014, 15:48 GMT
Reason for closing:  Works for me
Additional comments about closing:  Fix your path or ask for help on the forums or mailing list.
Comment by Doug Newgard (Scimmia) - Thursday, 03 July 2014, 15:47 GMT
Your $PATH is screwed up. /etc/profile.d/perlbin.sh adds /usr/bin/core_perl to $PATH, which is where pod2man is.

Loading...