Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223269 - stage3-i686-2008.0_beta2.tar.bz2: garbabe in /etc/make.conf interrupts env-update after chroot
Summary: stage3-i686-2008.0_beta2.tar.bz2: garbabe in /etc/make.conf interrupts env-up...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-22 21:49 UTC by Chuck "Gryyphyn" Crosthwait
Modified: 2008-05-23 04:00 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 Chuck "Gryyphyn" Crosthwait 2008-05-22 21:49:52 UTC
Unknown coded garbage on line 11 of make.conf in the stage3 tarball of 2008.0 beta2 causes env-update to fail with an error for unknown variables.

Reproducible: Didn't try

Steps to Reproduce:
1. Start new system installation with current stage3 tarball downloaded from denver LUG http server (tarball downloaded 05222008, 0200 MST).  Proceed through normal installation steps to chroot, start env-update as normal, should throw error for unrecognized variables on line 11 (eleven).
2. nano /etc/make.conf, proceed to line 11, remove offending garbage text, ctrl-x, save.
3. re-run env-update: command should now be successful and report >>> Regenerating /etc/ld.so.cache...

Actual Results:  
Problem was resolved after deleting text from line 11 (eleven) in /etc/make.conf.

Expected Results:  
env-update should report
>>> Regenerating /etc/ld.so.cache...
without any incident upon successful run.

No additional programs running, using only documented/suggested variables in make.conf per the installation instructions at http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=6 .  No logs reflecting the bad output could be located (any suggestion for where to find a log for env-update will be appreciated and I'll upload anything relevant I can find).  Unable to get information from emerge --info in to the bug report.
Comment 1 Andrew Gaffney (RETIRED) gentoo-dev 2008-05-23 04:00:08 UTC
It looks fine to me. Also, there are only 8 lines in that file.


agaffney@poseidon ~ $ tar -O -xjf /release/webroot/x86/stages/stage3-i686-2008.0_beta2.tar.bz2 ./etc/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="-O2 -march=i686 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
agaffney@poseidon ~ $