Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65759 - Tk-TableMatrix-1.1 Will Not Emerge: Can't locate Tk/MMtry.pm
Summary: Tk-TableMatrix-1.1 Will Not Emerge: Can't locate Tk/MMtry.pm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-28 20:14 UTC by Dan Noe
Modified: 2004-12-21 06:27 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 Dan Noe 2004-09-28 20:14:18 UTC
Tk-TableMatrix build bombs out:

>>> Unpacking source...
>>> Unpacking Tk-TableMatrix-1.1.tar.gz to /var/tmp/portage/Tk-TableMatrix-1.1/work
>>> Source unpacked.
### Note: 'Building Outside of Tk itself' Messages are Expected Here ####
Can't locate Tk/MMtry.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.8.4/i686-linux /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.2/i686-linux /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.4/i686-linux /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.2/i686-linux /usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl/5.8.0/i686-linux /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.4/i686-linux /usr/lib/perl5/5.8.4 /usr/local/lib/site_perl /usr/lib/perl5/site_perl/5.8.2/i686-linux /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0) at ./myConfig line 7.
BEGIN failed--compilation aborted at ./myConfig line 7.
Compilation failed in require at Makefile.PL line 19.
BEGIN failed--compilation aborted at Makefile.PL line 23.
make: *** No targets specified and no makefile found.  Stop.


Reproducible: Always
Steps to Reproduce:
1. Emerge Tk-TableMatrix
2. Will not merge.
3.




I tried re-emerging tk without results. 

Portage 2.0.50-r11 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.3.20040420-r1, 2.6.7)
=================================================================
System uname: 2.6.7 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache sandbox userpriv usersandbox"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo ftp://chod.cwru.edu/gentoo
ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://mirrors.tds.net/gentoo
http://adelie.polymtl.ca/ http://gentoo.netnitco.net
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://mir.zyrianes.net/gentoo/
http://mir.zyrianes.net/gentoo/ ftp://ftp.heanet.ie/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="3dnow X Xaw3d aac aalib acl aim alsa apache2 async audiofile avi berkdb
bitmap-fonts bonobo cddb cdr crypt cups curl divx4linux doc dv dvd dvdr emacs
encode ethereal expat f77 faad fam flac foomaticdb gb gd gdbm gif gnome gnomedb
gphoto2 gstreamer gtk gtk2 gtkhtml guile icq imagemagick imap imlib java jpeg
ldap libg++ libwww lirc mad maildir matroska md5sum mikmod mmx mng mono motif
mozilla moznocompose moznoirc mpeg mpeg4 msn mysql ncurses nls nocd offensive
oggvorbis opengl oscar oss pam pda pdflib perl plotutils png python qt quicktime
readline rtc ruby samba scanner sdl slang slp snmp spell sse ssl svga tcltk tcpd
tetex theora tiff truetype unicode usb v4l videos wmf wxwindows x86 xalan xerces
xinerama xml2 xmms xosd xprint xv xvid yahoo zlib"
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2004-10-02 09:00:32 UTC
I see from your output that you've upgraded from 5.8.0 to 5.8.2 - did you run the recommended libperl_rebuilder listed at the end of the emerge process? In this case, portage and perl disagree on what has been installed because of the version changes. You should at the very least re-emerge dev-perl/perl-tk which provides MMtry.pm.

qpkg -f /usr/lib/perl5/vendor_perl/5.8.2/i686-linux/Tk/MMtry.pm
dev-perl/perl-tk *
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2004-12-21 06:27:43 UTC
Closing - no response in 3 months