Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186207 - An exception occured outside of the normal install errors. The error was: 'invalid literal for int():'
Summary: An exception occured outside of the normal install errors. The error was: 'in...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Installer (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux Installer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-22 11:17 UTC by sapphire
Modified: 2007-11-17 18:39 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 sapphire 2007-07-22 11:17:31 UTC
While installing with the LiveCD(x86) the install failed.

GLI: July 22 2007 11:44:10 - GLIException: EmergePackageError :FATAL: emerge: Could not emerge x11-apps/xinit-1.0.2-r6!
GLI: July 22 2007 11:44:11 - This is a bad thing. An exception occured outside of the normal install errors. The error was: 'invalid literal for int():'
GLI: July 22 2007 11:44:11 - Traceback (most recent call last):
GLI: July 22 2007 11:44:11: - File "/opt/installer/GLIClientController.py", line  122, in run func()
GLI: Jult 22 2007 11:44:11 - File "/opt/installer/GLIArchitectureTemplate.py", line 1412, in install_failed_cleanup
   GLIUtility.spawn("cp " + self._compile_logfile + " " + self._compile_logfile + ".failed && rm " + self._compile_logfile)
GLI: July 22 2007 11:44:11 - File "/opt/installer/GLIUtility.py", line 392, in spawn
    ret = int(open("/tmp/spawn_exitcode", "r").readline().strip())
GLI: July 22 2007 11:44:11 - ValueError: invalid literal for int():

Reproducible: Didn't try



Expected Results:  
installed without failing.
Comment 1 Preston Cody (RETIRED) gentoo-dev 2007-07-22 15:23:51 UTC
it looks like this occurred because the /tmp/spawn_exitcode file couldn't be read.  This is probably b/c the filesystem was full or something and couldn't write the file.  
Comment 2 Andrew Gaffney (RETIRED) gentoo-dev 2007-11-17 18:39:29 UTC
This is not the installer's fault. You either didn't specify a root mountpoint or the filesystem you gave it was too small.