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

Bug 18671

Summary: stage1-x86-1.4_pre20030401.tar.bz2 lacks /etc/make.conf
Product: Gentoo Linux Reporter: YAMAKURA Makoto (RETIRED) <yakina>
Component: [OLD] Core systemAssignee: Jared H. Hudson (RETIRED) <jhhudso>
Status: RESOLVED INVALID    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description YAMAKURA Makoto (RETIRED) gentoo-dev 2003-04-02 22:20:46 UTC
stage1-x86-1.4_pre20030401.tar.bz2 tarball does not contain /etc/make.conf,
so env-update won't work.

# chroot /mnt/gentoo /bin/bash

# env-update
>>> Note: /etc/make.profile/make.defaults isn't available.
          an 'emerge sync' will probably fix this.
Traceback (most recent call last):
  File "/usr/sbin/env-update", line 6, in ?
    import portage
  File "/usr/lib/python2.2/site-packages/portage.py", line 4359, in ?
    settings=config()
  File "/usr/lib/python2.2/site-packages/portage.py", line 807, in __init__
    self.mygcfg=getconfig("/etc/make.conf")
  File "/usr/lib/python2.2/site-packages/portage.py", line 579, in getconfig
    f=open(mycfg,'r')
IOError: [Errno 2] No such file or directory: '/etc/make.conf'
Comment 1 eric sammer 2003-07-30 23:36:49 UTC
I found the same problem with the PPC stage 1 tarball. Filing a separate bug.
Comment 2 Jared H. Hudson (RETIRED) gentoo-dev 2003-08-06 00:25:35 UTC
With the release of 1.4, this bug is no longer applicable