Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130928 - Portage-2.1_pre9-r3 breaks further compiles
Summary: Portage-2.1_pre9-r3 breaks further compiles
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS, REGRESSION
: 130929 130930 (view as bug list)
Depends on:
Blocks: 115839
  Show dependency tree
 
Reported: 2006-04-22 22:44 UTC by Erik Musick
Modified: 2006-04-23 01: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 Erik Musick 2006-04-22 22:44:25 UTC
After updating portage, further emerges fail with the same error as below. Since it's portage, I figure bug first and ask later in case it truly is legite and not me. Emerge info follows.

>>> checking ebuild checksums
>>> checking auxfile checksums
>>> checking miscfile checksums
Traceback (most recent call last):
  File "/usr/bin/emerge", line 3390, in ?
    mydepgraph.merge(pkglist)
  File "/usr/bin/emerge", line 2028, in merge
    retval=portage.doebuild(y,"merge",myroot,self.pkgsettings,edebug,tree="porttree")
  File "/usr/lib/portage/pym/portage.py", line 2633, in doebuild
    if not digestcheck(checkme, mysettings, ("strict" in features), (mydo not in ["digest","fetch","unpack"] and settings["PORTAGE_CALLER"] == "ebuild" and "noauto" in features)):
  File "/usr/lib/portage/pym/portage.py", line 2166, in digestcheck
    mf.checkTypeHashes("MISC", ignoreMissingFiles=True)
  File "/usr/lib/portage/pym/portage_manifest.py", line 463, in checkTypeHashes
    self.checkFileHashes(idtype, f, ignoreMissing=ignoreMissingFiles)
  File "/usr/lib/portage/pym/portage_manifest.py", line 467, in checkFileHashes
    ok,reason = verify_all(self._getAbsname(ftype, fname), self.fhashdict[ftype][fname])
  File "/usr/lib/portage/pym/portage_checksum.py", line 98, in verify_all
    raise portage_exception.FileNotFound(filename)
portage_exception.FileNotFound: '/var/portage/sys-apps/sdparm/ChangeLog'

Emerge Info: Portage 2.1_pre9-r3 (default-linux/amd64/2006.0, gcc-4.1.0, glibc-2.4-r1, 2.6.16-ck3 x86_64)
=================================================================
System uname: 2.6.16-ck3 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.12.0_pre17
dev-lang/python:     2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -mtune=athlon64 -Os -fomit-frame-pointer -pipe -fno-ident"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -mtune=athlon64 -Os -fomit-frame-pointer -pipe -fno-ident"
DISTDIR="/var/portage/distfiles"
FEATURES="autoconfig distlocks fixpackages metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirrors.tds.net/gentoo http://mirrors.tds.net/gentoo http://gentoo.seren.com/gentoo http://gentoo.mirrors.pair.com/"
LDFLAGS="-Wl,-O1 -Wl,--sort-common"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/var/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/var/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="amd64 X alsa avi berkdb bitmap-fonts cli crypt cups dri eds emboss encode foomaticdb fortran gif gstreamer gtk2 imlib ipv6 isdnlog jpeg lzw lzw-tiff mp3 mpeg ncurses nls nptl nptlonly oggvorbis opengl pam pcre pdflib perl png pppd python quicktime readline reflection session spell spl ssl tcpd tiff truetype truetype-fonts type1-fonts usb xorg xpm xv zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_en userland_GNU video_cards_nvidia"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL
Comment 1 SpanKY gentoo-dev 2006-04-22 22:49:22 UTC
*** Bug 130929 has been marked as a duplicate of this bug. ***
Comment 2 SpanKY gentoo-dev 2006-04-22 22:49:29 UTC
*** Bug 130930 has been marked as a duplicate of this bug. ***
Comment 3 Zac Medico gentoo-dev 2006-04-23 00:27:26 UTC
This is fixed in svn r3194. You can use FEATURES=-strict to downgrade portage until the fix is released.
Comment 4 Zac Medico gentoo-dev 2006-04-23 01:27:59 UTC
Released in 2.1_pre9-r4.