Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69051 - repoman: aux_get errors (portage 2.0.51-r2)
Summary: repoman: aux_get errors (portage 2.0.51-r2)
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Repoman (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2004-10-26 12:02 UTC by Daniel Drake (RETIRED)
Modified: 2005-01-29 11:40 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 Daniel Drake (RETIRED) gentoo-dev 2004-10-26 12:02:17 UTC
Trying to do the regular ck-sources version bump (current ebuild is ck-sources-2.6.9-r1.ebuild , to be replaced by 2.6.9-r2)

I do:
# rm ck-sources-2.6.9-r1.ebuild
# cvs rm ck-sources-2.6.9-r1.ebuild
# cvs add ck-sources-2.6.9-r2.ebuild
# echangelog

No problems so far, now I come to scan and commit:
# repoman scan
RepoMan scours the neighborhood...
!!! aux_get(): ebuild path for 'sys-kernel/ck-sources-2.6.9-r1' not specified:
!!!            None
getfetchlist(): aux_get() error; aborting.

Then it exits and prevents me from committing. The ebuild that it is referring to is the one that I just removed. If I put it back in place, the scan can complete, but when I try and "repoman commit" I get (unsuprisingly):
cvs commit: `ck-sources-2.6.9-r1.ebuild' should be removed and is still there (or is back again)
cvs [commit aborted]: correct above errors first!

Portage 2.0.51-r2 (default-linux/x86/2004.2/gcc34/2.6, gcc-3.4.2, glibc-2.3.4.20041006-r0, 2.6.9-gentoo-r1 i686)
=================================================================
System uname: 2.6.9-gentoo-r1 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer -ftracer -mfpmath=387"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer -ftracer -mfpmath=387"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs candy ccache cvs distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp://ftp.heanet.ie/pub/gentoo/ http://ftp.heanet.ie/pub/gentoo/ http://ftp.easynet.nl/mirror/gentoo/ ftp://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="3dnow X aalib alsa apm avi bitmap-fonts cdr cups directfb dvd emacs f77 fam fbcon flac foomaticdb gcj gdbm ggi gif gpm gstreamer gtk gtk2 imagemagick imlib java jpeg kde libg++ libwww mmx mpeg ncurses nptl opengl oss pdflib perl png qt quicktime readline sdl slang speex sse ssl svga tcpd tiff truetype x86 xml xml2 xmms xprint xv zlib"
Comment 1 Jason Stubbs (RETIRED) gentoo-dev 2004-10-27 22:48:36 UTC
Remove the ebuild and the corresponding digest to make repoman happy. Will provide a fix soon.
Comment 2 Daniel Drake (RETIRED) gentoo-dev 2005-01-29 11:40:16 UTC
Thanks, I just checked and the stable portage includes this fix.