Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27124 - perl-tk-800.024-r2 fails to build
Summary: perl-tk-800.024-r2 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on: 29739
Blocks:
  Show dependency tree
 
Reported: 2003-08-22 09:26 UTC by Aron Griffis (RETIRED)
Modified: 2003-10-02 14:56 UTC (History)
1 user (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 Aron Griffis (RETIRED) gentoo-dev 2003-08-22 09:26:15 UTC
make[1]: Entering directory
`/usr/local/tmp/portage/perl-tk-800.024-r2/work/Tk800.024/demos'
cp widget ../blib/script/widget
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" ../blib/script/widget
Unrecognized switch: --center  (-h will show valid options).
make[1]: *** [manifypods] Error 29
make[1]: Leaving directory
`/usr/local/tmp/portage/perl-tk-800.024-r2/work/Tk800.024/demos'
make: *** [subdirs] Error 2

!!! ERROR: dev-perl/perl-tk-800.024-r2 failed.
!!! Function perl-module_src_compile, Line 41, Exitcode 2
!!! compilation failed


------------------------------------------------------------------
Portage 2.0.48-r5 (default-alpha-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.21-alpha-r1 alpha EV67
GENTOO_MIRRORS="http://kant.zk3.dec.com/gentoo/mirror
http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/cups /etc/init.d /etc/pam.d /etc/postfix/sample
/etc/sound /etc/X11/app-defaults /etc/X11/rstart /etc/X11/serverconfig
/etc/X11/Sessions /etc/X11/starthere /etc/X11/sysconfig /etc/X11/xdm
/etc/X11/xinit /etc/X11/xkb /etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/usr/local/tmp"
PORTDIR_OVERLAY="/usr/local/home/agriffis/proj/portage"
USE="alpha crypt cups encode foomaticdb gif jpeg libg++ mikmod ncurses nls oss
pdflib png quicktime spell truetype xml2 xmms xv zlib gnome-libs gtkhtml gdbm
berkdb readline tetex bonobo tcltk java guile X sdl gpm tcpd pam libwww ssl
python imlib oggvorbis gnome gtk qt motif opengl mozilla ldap -arts -esd -kde
-slang cscope ev6 mozcalendar perl ruby imap snmp socks5"
COMPILER="gcc3"
CHOST="alphaev67-unknown-linux-gnu"
CFLAGS="-mcpu=ev67 -O2 -pipe -g3"
CXXFLAGS="-mcpu=ev67 -O2 -pipe -g3"
ACCEPT_KEYWORDS="alpha ~alpha"
MAKEOPTS="-j3"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache cvs distcc noauto nostrip keepwork noclean"
Comment 1 James 2003-09-05 05:27:28 UTC
Fails to build on my system as well.
Comment 2 James 2003-09-09 11:15:01 UTC
Fix found: -
emerge -DC ExtUtils-MakeMaker
I.E. Remove ExtUtils-MakeMaker from your system.

Thus, I conclude that perl-tk conflicts with "ExtUtils-MakeMaker"
or
dev-perl/ExtUtils-MakeMaker-6.15
as it is in the current portage.

Please update the perl-tk ebuild file, to recognise the comflict.
Comment 3 Ajay Sharma 2003-10-01 20:26:51 UTC
I don't even have ExtUtils-MakeMaker installed and I'm getting the same compile
error....
Comment 4 Ajay Sharma 2003-10-01 21:29:57 UTC
the problem is with perl 5.8.1.  I downgraded to perl 5.8.0-r12 and it compiled
fine.
Comment 5 Stephan Weber 2003-10-02 12:27:55 UTC
There is a newer version of perl-tk: Tk-800.025
I patched up the ebuild for that version and this one builds
fine for me.
Comment 6 Robert Coie (RETIRED) gentoo-dev 2003-10-02 14:56:05 UTC
800.025 committed to cvs.