Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126715 - dev-perl/PDL requires podselect from perl-core/PodParser
Summary: dev-perl/PDL requires podselect from perl-core/PodParser
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
: 133076 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-18 13:11 UTC by Dominik Stadler (RETIRED)
Modified: 2006-05-30 05:05 UTC (History)
5 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 Dominik Stadler (RETIRED) gentoo-dev 2006-03-18 13:11:45 UTC
When I try to emerge dev-perl/PDL without perl-core/PodParser installed, I get an error that the command "podselect" is required:

cp AutoLoader.pm ../blib/lib/PDL/AutoLoader.pm
cp Lvalue.pm ../blib/lib/PDL/Lvalue.pm
cp Matrix.pm ../blib/lib/PDL/Matrix.pm
make[2]: Entering directory `/var/tmp/portage/PDL-2.4.2/work/PDL-2.4.2/Basic/Pod'
podselect ../Gen/Inline/Pdlpp.pm > PP-Inline.pod
/bin/sh: podselect: command not found
make[2]: *** [PP-Inline.pod] Error 127
make[2]: Leaving directory `/var/tmp/portage/PDL-2.4.2/work/PDL-2.4.2/Basic/Pod'
make[1]: *** [subdirs] Error 2
make[1]: Leaving directory `/var/tmp/portage/PDL-2.4.2/work/PDL-2.4.2/Basic'
make: *** [subdirs] Error 2

!!! ERROR: dev-perl/PDL-2.4.2 failed.
Call stack:
  ebuild.sh, line 1557:   Called dyn_compile
  ebuild.sh, line 966:   Called src_compile
  ebuild.sh, line 1272:   Called perl-module_src_compile

!!! compilation failed
!!! If you need support, post the topmost build error, and the call stack if relevant.




When I emerge perl-core/PodParser, I can emerge dev-perl/PDL, so it seems this dependency is missing in the ebuild of PDL.


Portage 2.1_pre6-r2 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.4-r0, 2.6.14-ck6 i686)
=================================================================
System uname: 2.6.14-ck6 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
Gentoo Base System version 1.12.0_pre16
dev-lang/python:     2.3.5-r2, 2.4.2-r1
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-r1
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="-march=pentium4 -O3 -pipe -fprefetch-loop-arrays -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=pentium4 -O3 -pipe -fprefetch-loop-arrays -fomit-frame-pointer"
DISTDIR="/dat4/gentoo-cvs/distfiles"
FEATURES="autoconfig candy cvs distlocks metadata-transfer noauto noinfo sandbox sfperms sign strict userpriv"
GENTOO_MIRRORS="ftp://gentoo.inode.at/source/ http://gentoo.inode.at/ http://mirrors.sec.informatik.tu-darmstadt.de/gentoo"
LANG="de_AT@euro"
LC_ALL="de_AT@euro"
LINGUAS="de"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 7zip X alsa apache2 audiofile avi berkdb bitmap-fonts bluetooth browserplugin bzip2 bzlib c++ caps cddb cdparanoia cdr chm clamav clamd cln crypt cups curl dba dga directfb divx4linux dri dvd dvdread encode expat fame fbcon ffmpeg fftw firefox flac foomaticdb foreign-package foreign-sysvinit freetype gd gdbm gif gimp gimpprint glut gmp gnokii gpgme gpm gsl gtk gtk2 i imagemagick imlib irmc j2ee jack java javacomm jpeg jpeg2k jta kde kdeenablefinal kdepim kdexdeltas kipi kqemu lcms libclamav libwww lm_sensors logrotate lzw mad maildir mbox mikmod mjpeg mmx mmx2 mng monkey motif moznomail mp3 mpeg mpeg4 mpi msn musicbrainz mysql nas ncurses nls nocardbus nptl nptlonly nsplugin nvidia oav odbc ofx ogg oggvorbis opengl oss pam pda pdf pdflib perl png povray ppds python qt quicktime readline real rtc ruby samba scanner sdl servlet-2.4 session slang smime smp snmp sox speex spell sse sse2 ssl svg svga tcpd tetex tiff transcode truetype truetype-fonts type1 type1-fonts udev underscores usb userlocales vcd vcdimager video_cards_nv videos visualization vorbis wmf xine xml2 xprint xv xvid xvmc zip zlib elibc_glibc kernel_linux linguas_de userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LDFLAGS
Comment 1 Scott Robert Ladd 2006-05-04 10:36:45 UTC
I am having exactly the same problem.
Comment 2 Martin Mokrejš 2006-05-04 12:51:34 UTC
same here.
Comment 3 Mateusz Kotyrba 2006-05-10 00:14:27 UTC
same here
Comment 4 Jan Schubert 2006-05-14 13:20:04 UTC
If it helps: same here on amd64. Emerging/Updating PoDParser before deals with it!
Comment 5 Mateusz Kotyrba 2006-05-15 08:26:50 UTC
(In reply to comment #4)
> If it helps: same here on amd64. Emerging/Updating PoDParser before deals with
> it!
> 

it works! thx a lot. i still don't know why portage didn't show PodParser when i was executing emerge -ND world (i've got portage 2.1).
Comment 6 Michael Cummings (RETIRED) gentoo-dev 2006-05-30 05:04:05 UTC
*** Bug 133076 has been marked as a duplicate of this bug. ***
Comment 7 Michael Cummings (RETIRED) gentoo-dev 2006-05-30 05:05:22 UTC
actually fixed because of bug 134363, sorry for the headaches folks