View previous topic :: View next topic |
Author |
Message |
Obsidian_MH Apprentice
Joined: 30 May 2004 Posts: 170 Location: Pittsburgh, PA, USA
|
Posted: Fri Aug 12, 2005 5:12 am Post subject: Python fails during emerge system |
|
|
I'm doing an emerge -e system on 2005.1
It gets to Python (30/91, I believe) and fails... "linux-i383-pc: command not found" or somesuch. I can't give you the exact error because I'm not sshed into it or anything. _________________ Obsidian |
|
Back to top |
|
|
Dlareh Advocate
Joined: 06 Aug 2005 Posts: 2102
|
Posted: Fri Aug 12, 2005 5:51 am Post subject: |
|
|
use gcc-config to choose your gcc compiler, source /etc/profile, and try emerge --resume
if that doesn't work, emerge --resume --skipfirst and worry about rebuilding python later _________________ "Mr Thomas Edison has been up on the two previous nights discovering 'a bug' in his phonograph." --Pall Mall Gazette (1889)
Are we THERE yet? |
|
Back to top |
|
|
Naib Watchman
Joined: 21 May 2004 Posts: 6070 Location: Removed by Neddy
|
Posted: Fri Aug 12, 2005 6:04 am Post subject: |
|
|
I wouldn't skip buildning python, Portage is built on python!!
for some reason something is trying to for the i3686 version of GCC, by any chance did you do a stage2 installation?
how far into "emerge system" did it fail (ie how many packages did you compile)
what is the output of
"emerge --info"
and the output of
"emerge system -p _________________ #define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0; |
|
Back to top |
|
|
Dlareh Advocate
Joined: 06 Aug 2005 Posts: 2102
|
Posted: Fri Aug 12, 2005 6:06 am Post subject: |
|
|
Naib wrote: | I wouldn't skip buildning python, Portage is built on python!! |
Which means he already has a perfectly working copy and can worry about rebuilding it later. _________________ "Mr Thomas Edison has been up on the two previous nights discovering 'a bug' in his phonograph." --Pall Mall Gazette (1889)
Are we THERE yet? |
|
Back to top |
|
|
Naib Watchman
Joined: 21 May 2004 Posts: 6070 Location: Removed by Neddy
|
Posted: Fri Aug 12, 2005 6:10 am Post subject: |
|
|
Dlareh wrote: | Naib wrote: | I wouldn't skip buildning python, Portage is built on python!! |
Which means he already has a perfectly working copy and can worry about rebuilding it later. |
yes tehre is that, but if there is a complaint somewhere due to either mis-configured GCC or mis-compiled due to changes in make.conf he will face this problem agaqin and soon during a system emerge (my thoughts are on python-fchksum)
best fix it now _________________ #define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0; |
|
Back to top |
|
|
Dlareh Advocate
Joined: 06 Aug 2005 Posts: 2102
|
Posted: Fri Aug 12, 2005 6:13 am Post subject: |
|
|
emerge -e's are very fragile. If he doesn't --resume or --resume --skipfirst immediately, he'll have to start all over again.
best fix it later. _________________ "Mr Thomas Edison has been up on the two previous nights discovering 'a bug' in his phonograph." --Pall Mall Gazette (1889)
Are we THERE yet? |
|
Back to top |
|
|
Maedhros Bodhisattva
Joined: 14 Apr 2004 Posts: 5511 Location: Durham, UK
|
Posted: Fri Aug 12, 2005 9:52 am Post subject: |
|
|
Moved from Installing Gentoo to Duplicate Threads in favour of [Solved] Emerge Fails on python-fchksum _________________ No-one's more important than the earthworm. |
|
Back to top |
|
|
|