Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18671 - stage1-x86-1.4_pre20030401.tar.bz2 lacks /etc/make.conf
Summary: stage1-x86-1.4_pre20030401.tar.bz2 lacks /etc/make.conf
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Jared H. Hudson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-02 22:20 UTC by YAMAKURA Makoto (RETIRED)
Modified: 2003-08-06 00:25 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 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