Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18620 - portage tree falling apart? (syntax errors in ebuilds)
Summary: portage tree falling apart? (syntax errors in ebuilds)
Status: RESOLVED DUPLICATE of bug 18761
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-01 20:42 UTC by Sam Cole
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
sys-libs/cracklib-2.7-r6 (cracklib-2.7-r6.ebuild,1.10 KB, application/octet-stream)
2003-04-01 21:24 UTC, Sam Cole
Details
sys-libs/cracklib-2.7-r6 (cracklib-2.7-r6.ebuild,1.10 KB, text/plain)
2003-04-01 21:25 UTC, Sam Cole
Details
sys-apps/texinfo-4.5 (texinfo-4.5.ebuild,1.69 KB, text/plain)
2003-04-01 21:27 UTC, Sam Cole
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Cole 2003-04-01 20:42:58 UTC
emerge -up world                                  8:39PM

These are the packages that I would merge, in order:

Calculating world dependencies |
aux_get(): (3) Error in sys-libs/cracklib-2.7-r6 ebuild.
               Check for syntax error or corruption in the ebuild. (--debug)
                                                                               |
aux_get(): (3) Error in sys-apps/texinfo-4.5 ebuild.
               Check for syntax error or corruption in the ebuild. (--debug)
                                                                              
...done!
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-04-01 21:07:07 UTC
can you attach the "faulty" ebuilds please?  seems to me more like a mirror corruption issue.
Comment 2 Sam Cole 2003-04-01 21:24:30 UTC
Created attachment 10104 [details]
sys-libs/cracklib-2.7-r6
Comment 3 Sam Cole 2003-04-01 21:25:19 UTC
Created attachment 10105 [details]
sys-libs/cracklib-2.7-r6
Comment 4 Sam Cole 2003-04-01 21:27:11 UTC
Created attachment 10106 [details]
sys-apps/texinfo-4.5
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-04-02 15:32:58 UTC
try this

emerge sync
rm -rf /var/cache/edb/dep/*
repoman regen
Comment 6 Sam Cole 2003-04-02 18:43:30 UTC
For one thing I think you meant "emerge regen" instead of "repoman regen", also this doesn't work. Same error.
Comment 7 Martin Holzer (RETIRED) gentoo-dev 2003-04-03 16:10:04 UTC
please paste
#emerge info
Comment 8 Sam Cole 2003-04-03 17:02:33 UTC
Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r0)
=================================================================
System uname: 2.4.20-lolo-r2_pre5 i686 AMD Athlon(TM) XP 2200+
GENTOO_MIRRORS=" ftp://ftp.gtlib.cc.gatech.edu/pub/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/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 3dnow arts avi crypt cups encode gif jpeg libg++ libwww mmx mpeg ncurse   s pdflib png quicktime spell truetype xml2 xmms xv zlib gdbm slang readline svga    tcltk java guile X sdl gpm tcpd pam ssl perl esd imlib oggvorbis gtk opengl als   a -apm -berkdb cdr dvd fbcon -gnome gtk2 -kde mbox -mikmod -motif mozilla -nls -   oss pic -python -qt -qtmt samba usb"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe"
CXXFLAGS="-march=athlon-xp -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 9 Martin Holzer (RETIRED) gentoo-dev 2003-04-03 17:07:04 UTC
delete the ebuilds and try again
Comment 10 Sam Cole 2003-04-03 17:28:38 UTC
Removing the ebuilds fixes the problem, but an emerge rsync brings the problems back.
Comment 11 Martin Holzer (RETIRED) gentoo-dev 2003-04-05 07:06:43 UTC
are your running this as root or user ?
Comment 12 Sam Cole 2003-04-05 08:53:07 UTC
Hey! You're right:
#emerge -up world

These are the packages that I would merge, in order:

Calculating world dependencies |
aux_get(): (3) Error in sys-libs/cracklib-2.7-r6 ebuild.
               Check for syntax error or corruption in the ebuild. (--debug)
                                                                               \
aux_get(): (3) Error in sys-apps/texinfo-4.5 ebuild.
               Check for syntax error or corruption in the ebuild. (--debug)
                                                                               ...done!




#sudo emerge -up world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!

Comment 13 Martin Holzer (RETIRED) gentoo-dev 2003-04-05 08:54:48 UTC
see how to fix in bug #18761

*** This bug has been marked as a duplicate of 18761 ***