Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115579 - emerge dev-perl/MP3-Tag-0.94 fails
Summary: emerge dev-perl/MP3-Tag-0.94 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-14 12:10 UTC by Thomas Pani
Modified: 2005-12-14 15:53 UTC (History)
0 users

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 Thomas Pani 2005-12-14 12:10:58 UTC
emerging dev-perl/MP3-Tag-0.94 gives the following error:

>>> emerge (1 of 1) dev-perl/MP3-Tag-0.94 to /
>>> md5 files   ;-) MP3-Tag-0.94.ebuild
>>> md5 files   ;-) MP3-Tag-0.9702.ebuild
>>> md5 files   ;-) files/digest-MP3-Tag-0.94
>>> md5 files   ;-) files/digest-MP3-Tag-0.9702
>>> md5 src_uri ;-) MP3-Tag-0.94.tar.gz
>>> Unpacking source...
>>> Unpacking MP3-Tag-0.94.tar.gz to /var/tmp/portage/MP3-Tag-0.94/work
>>> Source unpacked.
 * Using ExtUtils::MakeMaker
Checking if your kit is complete...
Looks good
Writing Makefile for MP3::Tag
cp Tag/CDDB_File.pm blib/lib/MP3/Tag/CDDB_File.pm
cp Tag/ParseData.pm blib/lib/MP3/Tag/ParseData.pm
cp Tag.pm blib/lib/MP3/Tag.pm
cp Tag/Inf.pm blib/lib/MP3/Tag/Inf.pm
cp Tag/ID3v2.pm blib/lib/MP3/Tag/ID3v2.pm
cp Tag/ID3v1.pm blib/lib/MP3/Tag/ID3v1.pm
cp Tag/File.pm blib/lib/MP3/Tag/File.pm
cp Tag/LastResort.pm blib/lib/MP3/Tag/LastResort.pm
/usr/bin/perl5.8.6 "-Iblib/arch" "-Iblib/lib" data_pod.PL ID3v2-Data.pod
Manifying blib/man3/MP3::Tag::ID3v2-Data.3pm
Can't open blib/man3/MP3::Tag::ID3v2-Data.3pm for writing: No such file or directory
 at /usr/lib/perl5/5.8.6/ExtUtils/Command/MM.pm line 126
make: *** [manifypods] Error 255

!!! ERROR: dev-perl/MP3-Tag-0.94 failed.
!!! Function perl-module_src_compile, Line 120, Exitcode 2
!!! compilation failed
!!! If you need support, post the topmost build error, NOT this status message.

===================================================

however, trying to manually do a

perl Makefile.PL
make
make test
make install

succeeded.

Reproducible: Always
Steps to Reproduce:
1. emerge dev-perl/MP3-Tag

to build manually:
1. cd /var/tmp/portage/MP3-Tag-0.94/work/MP3-Tag-0.94/
2. make clean
3. perl Makefile.PL
4. make



Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2,
2.6.14-gentoo-r2 i686)
=================================================================
System uname: 2.6.14-gentoo-r2 i686 Intel(R) Pentium(R) M processor 1600MHz
Gentoo Base System version 1.6.13
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [disabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
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
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -pipe -march=pentium4"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -pipe -march=pentium4"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apache2 audiofile avi bash-completion berkdb bitmap-fonts
browserplugin bzip2 cdr crypt cups curl dvd eds emboss encode esd ethereal exif
expat fam fat fbcon ffmpeg foomaticdb fortran gd gdbm gif gimpprint glut gnome
gpm gstreamer gtk gtk2 hal idn imlib ipv6 java jpeg lcms libg++ libwww lua mad
madwifi mhash mikmod mmx mng motif mozilla mp3 mpeg mysql ncurses nls nsplugin
ntfs ogg oggvorbis openal opengl oss pam pcre pdflib perl png ppds python qt
quicktime readline recode ruby samba sdl snmp spell sqlite sse sse2 ssl tcltk
tcpd tiff truetype truetype-fonts type1-fonts udev unicode usb vcd vorbis
win32codecs wxwindows xine xml2 xmms xv xvid zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS
Comment 1 Chris White (RETIRED) gentoo-dev 2005-12-14 15:53:02 UTC
Fixed in cvs.  Thanks for reporting.