Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 10755

Summary: update-step4.sh doesn't get $REBUILD_LIST correctly
Product: Gentoo Linux Reporter: rgm <roland>
Component: [OLD] UnspecifiedAssignee: Nicholas Jones (RETIRED) <carpaski>
Status: VERIFIED NEEDINFO    
Severity: normal CC: acooks, bug-wranglers
Priority: High    
Version: 1.4_rc1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description rgm 2002-11-14 19:00:34 UTC
Specifically, after checking the world file (line 105 of the script) I don't
believe those sed statements do quite what you need.  Everything looks OK before
this (checking the ls.so.conf file and looking for brokens seems OK)

Check it out:
------------------------------
Complete rebuild list:
[ebuild  N   ] x11-libs/qt-3.0.5-r2
[ebuild  N   ] kde-base/arts-1.0.4
[ebuild  N   ] kde-base/kdelibs-3.0.4
[ebuild  N   ] media-gfx/feh-1.2.0
[ebuild    U ] dev-libs/libxml2-2.4.26

Rebuilding: [ebuild
emerge [ebuild FAILED while in rebuild.
Rebuilding: N
emerge N FAILED while in rebuild.
Rebuilding: ]
emerge ] FAILED while in rebuild.
Rebuilding: [ebuild
emerge [ebuild FAILED while in rebuild.

as a gross hack, in the for PACKAGE in $REBUILD_LIST... section (at line 142) i
added:
  if [[ ! `echo $PACKAGE | grep "/"` ]] ; then
          echo "skipping gibberish $PACKAGE"
          continue
        fi
Comment 1 Andrew Cooks (RETIRED) gentoo-dev 2003-11-29 13:04:18 UTC
This bug has been inactive for at least 180 days. I don't have enough information to know where to start looking to reproduce the bug.

I'm changing this bug to resolved - NEEDINFO. Please supply more information and reopen if the problem persists.
Comment 2 rgm 2003-11-30 15:51:44 UTC
I don't care anymore, and obviously I didn't put enough info in the bug to begin with.  Sorry to have wasted your time.