Gentoo Archives: gentoo-dev

From: Eric Sammer <eric@××××××××××××.com>
To: "gentoo-dev@g.o" <gentoo-dev@g.o>
Subject: [gentoo-dev] depgraph creation failure
Date: Sat, 26 Jul 2003 09:21:43
Message-Id: 3F22481E.1000002@ineoconcepts.com
1 I just sync'd (update came from rsync 2 in US) this morning and now
2 there's a depgraph creation error. (Warning: it's part of the
3 ExtUtils-MakeMaker saga but I *have* read forums and bugs - I swear ;))
4
5 Here's the error:
6
7 --- begin snippit ---
8
9 samus root # emerge -up world
10
11 These are the packages that I would merge, in order:
12
13 Calculating world dependencies ...done!
14 [ebuild UD] sys-apps/portage-2.0.48-r5 [2.0.48-r6]
15 *** Portage will stop merging at this point and reload itself,
16 recalculate dependencies, and complete the merge.
17
18 !!! aux_get(): ebuild for '<dev-perl/ExtUtils-MakeMaker-6.05-r6' does
19 not exist at:
20 !!!
21 /usr/portage/<dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r6.ebuild
22 Traceback (most recent call last):
23 File "/usr/bin/emerge", line 1978, in ?
24 mydepgraph.display(mydepgraph.altlist())
25 File "/usr/bin/emerge", line 943, in display
26 if ("fetch" in
27 string.split(portage.portdb.aux_get(x[2],["RESTRICT"])[0])):
28 File "/usr/lib/python2.2/site-packages/portage.py", line 3435, in aux_get
29 raise KeyError
30 KeyError
31
32 --- end snippit ---
33
34 Now, I know that there was the issue of a buggy make maker so the ebuild
35 was added, yadda yadda yadda, but now it seems as if something is still
36 listing it as a dep. This is (obviously) a show stopper. I'll work some
37 magical grep mojo and try and track down what, if anything, is still
38 using this ebuild. Below is the relevant 'emerge info' bits...
39
40 samus root # emerge info
41 Portage 2.0.48-r6 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
42 =================================================================
43 System uname: 2.4.21 i686 Intel(R) Pentium(R) 4 CPU 2.00GHz
44 GENTOO_MIRRORS="ftp://gentoo.mirrors.pair.com/
45 ftp://ftp.ussg.iu.edu/pub/linux/gentoo
46 ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://gentoo.noved.org/"
47 CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
48 /usr/kde/2/share/config /usr/kde/3/share/config /var/bind /opt/tomcat/conf"
49 CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
50 PORTDIR="/usr/portage"
51 DISTDIR="/usr/portage/distfiles"
52 PKGDIR="/usr/portage/packages"
53 PORTAGE_TMPDIR="/var/tmp"
54 PORTDIR_OVERLAY="/usr/local/portage"
55 USE="x86 3dnow apm crypt cups encode gif jpeg libg++ libwww mmx ncurses
56 nls pdflib png slang spell svga xml2 zlib gdbm berkdb readline java
57 postgres tcpd pam ssl perl python ldap acpi curl jikes junit objc sasl
58 sse -oss -arts -avi -foomaticdb -gtk -imlib -kde -gnome -mad -mikmod
59 -motif -mpeg -oggvorbis -opengl -qt -quicktime -sdl -truetype -X -xmms
60 -xv -gpm"
61 COMPILER="gcc3"
62 CHOST="i686-pc-linux-gnu"
63 CFLAGS="-mcpu=pentium3 -O3 -pipe"
64 CXXFLAGS="-mcpu=pentium3 -O3 -pipe"
65 ACCEPT_KEYWORDS="x86"
66 MAKEOPTS="-j2"
67 AUTOCLEAN="yes"
68 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
69 FEATURES="sandbox ccache"
70
71 --
72 Eric Sammer
73 eric@××××××××××××.com
74 http://www.ineoconcepts.com
75
76
77 --
78 gentoo-dev@g.o mailing list