Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132577 - profuse-0.25.3 ebuild fails on pod2html
Summary: profuse-0.25.3 ebuild fails on pod2html
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: dams (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-07 08:49 UTC by Gene Imes
Modified: 2006-08-18 07:05 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gene Imes 2006-05-07 08:49:13 UTC
pod2html --htmlroot=.  Libconf.pm > /var/tmp/portage/libconf-0.42.10-r1/work/perl-Libconf-0.42.10/doc/html/Libconf.html
/bin/sh: pod2html: command not found

Not sure which perl package this is in but it should be a dependence.
Comment 1 Yuval Yaari (RETIRED) gentoo-dev 2006-05-07 15:38:16 UTC
It comes with dev-lang/perl.
Maybe it's a PATH problem...
Could you please provide emerge --info and echo $PATH ?
Comment 2 Gene Imes 2006-05-20 06:08:49 UTC
Sorry for the delay. This had slipped my mind. I thought I would get email concerning this bug.

Thanks,

(In reply to comment #1)
> It comes with dev-lang/perl.
> Maybe it's a PATH problem...
> Could you please provide emerge --info and echo $PATH ?
> 

root@go:/usr/portage/app-portage# locate pod2html
root@go:/usr/portage/app-portage#
root@go:/usr/portage/app-portage# emerge --info
Portage 2.1_pre10-r3 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.4-r1, 2.6.17-rc1 i686)
=================================================================
System uname: 2.6.17-rc1 i686 Intel(R) Pentium(R) M processor 1.30GHz
Gentoo Base System version 1.12.0_pre17
dev-lang/python:     2.4.2-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://www.gtlib.gatech.edu/pub/gentoo http://gentoo.seren.com/gentoo http://cudlug.cudenver.edu/gentoo/ http://gentoo.mirrors.pair.com/ http://mirror.phy.olemiss.edu/mirror/gentoo "
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/opt/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aac aalib acpi alsa apache2 apm audiofile avi berkdb bitmap-fonts bluetooth bzip2 cairo cdr cli crypt ctype cups dba dbus dga dri dv dvb dvd dvdr dvdread eds elibc_glibc emboss encode esd ethereal exif expat fam fastbuild foomaticdb force-cgi-redirect fortran ftp gd gdbm gif gimp gimpprint glut gmp gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal idn imlib ipv6 isdnlog java jpeg kernel_linux lcms ldap libg++ libwww mad memlimit mikmod mng motif mozilla mozsvg mp3 mpeg mysql ncurses nls nptl nptlonly nsplugin ogg openal opengl oss pam pcre pdflib perl png posix ppds pppd python qt quicktime readline real reflection samba sdl session simplexml slang soap sockets spell spl ssl svg tcltk tcpd tga tiff tokenizer truetype truetype-fonts type1-fonts udev usb userland_GNU v4l v4l2 vorbis win32codecs wmf x86 xml xml2 xmms xorg xsl xv xvid zlib input_devices_keyboard input_devices_mouse input_devices_synaptics video_cards_i810 video_cards_vesa"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS

root@go:/usr/portage/app-portage# echo $PATH
/sbin:/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.4.6:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/qt/3/bin:/usr/games/bin:/usr/X11R6/bin:/sbin:/usr/sbin
Comment 3 Yuval Yaari (RETIRED) gentoo-dev 2006-05-21 11:59:00 UTC
Have you emerged perl with USE="minimal"?
Comment 4 Yuval Yaari (RETIRED) gentoo-dev 2006-05-24 17:16:25 UTC
Ok, perl-5.8.8-r1 is now unmasked in Portage, and no longer supports USE="minimal".
Please upgrade -- everything should work now ;)
Comment 5 dams (RETIRED) gentoo-dev 2006-08-18 07:05:30 UTC
closing this old resolved bug