Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 509038 - stage3-x32-20140325 contain junk in /root
Summary: stage3-x32-20140325 contain junk in /root
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Stages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Release Team
URL: http://distfiles.gentoo.org/releases/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-29 03:53 UTC by Nick Bowler
Modified: 2014-05-09 22:36 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 Nick Bowler 2014-04-29 03:53:27 UTC
Today I unpacked the latest (I think) x32 stage3 tarball:

  stage3-x32-20140325.tar.bz2

with sha512sum:
  38c37f60c280773deaa393a066b429c34ec2823d2300ad7e73fcab63ba7eb96662c26c258841dc14aab9ea7109562d771ec88942f98d650ee9729b78cdbe2068  stage3-x32-20140325.tar.bz2

and noticed an eclectic bunch of configuration files in /root.  It seems like
someone's personal configuration files ended up in the stage tarball.  I'm sure
those are not supposed to be there... might want to check it out:

  % tar tf stage3-x32-20140325.tar.bz2 ./root
  ./root/                    
  ./root/.gdbinit
  ./root/.inputrc
  ./root/.nanorc
  ./root/.keep
  ./root/.gitconfig
  ./root/.bash_history
  ./root/.nano/

  % head root/.gitconfig
  [user]
  	name = Mike Frysinger
  	email = vapier@gentoo.org
  [color]
  	ui = auto
  	diff = auto
  	status = auto
  [color "diff"]
  	old = red bold
  	new = green bold
Comment 1 SpanKY gentoo-dev 2014-05-06 20:17:11 UTC
you're welcome ! ;)

when triaging some things, i did run my chroot scripts, and those tend to hand copy files into the /root/ dir automatically for me.

i would have expected the autostage builder to have run by now and uploaded a new stage3 for x32.  the stage1->2->3 process creates /root from scratch so any random junk in the stage3 would have been reset.  the upload i did there was a stop gap ...
Comment 2 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2014-05-06 23:11:28 UTC
We (infra) still need to enable X32 support in the build host to get the stages to build again.

In the meantime, if you want, you can grab the stages I build using the official specs. The latest are available at http://www.jmbsvicetto.name/releases/auto/amd64/default/20140505/
Comment 3 SpanKY gentoo-dev 2014-05-08 19:58:56 UTC
ok, i'll refresh the stages locally again and upload them to the mirrors to replace the existing ones
Comment 4 SpanKY gentoo-dev 2014-05-09 22:36:50 UTC
i've built & uploaded a 20140508 snapshot that should be a bit cleaner ;)