View previous topic :: View next topic |
Author |
Message |
Heavensdoor n00b
Joined: 15 Dec 2003 Posts: 17
|
Posted: Sun Dec 27, 2009 6:31 pm Post subject: ARM: emerge portage throw "emake failed" |
|
|
Hi,
sorry my english is not realy good but i give my best
I use a icy box 4220 (NAS) at home with a ARM CPU and the NAS works with a embedded Linux. With some internal and external tools can i start a debian chroot and it works fine.
But now i will set up a Gentoo chroot. Because? I like gentoo more. I don't know why but it is so
I have downloaded a one year old gentoo chroot for the icy box and extract it. Then i have started the command "emerge --sync" and portage downloaded the actual tree. But portage says me, that he needs an update:
Quote: |
* An update to portage is available. It is _highly_ recommended
* that you update portage now, before any other packages are updated.
* To update portage, run 'emerge portage' now. |
Okay, i have started "emerge portage" and the process found 6 updates. So far so good. But the 5 update crashes the process:
Quote: |
creating build/scripts-2.5
copying and adjusting /var/tmp/portage/dev-lang/python-2.5.4-r3/work/Python-2.5.4/Tools/scripts/pydoc -> build/scripts-2.5
copying and adjusting /var/tmp/portage/dev-lang/python-2.5.4-r3/work/Python-2.5.4/Tools/scripts/idle -> build/scripts-2.5
copying and adjusting /var/tmp/portage/dev-lang/python-2.5.4-r3/work/Python-2.5.4/Lib/smtpd.py -> build/scripts-2.5
changing mode of build/scripts-2.5/pydoc from 644 to 755
changing mode of build/scripts-2.5/idle from 644 to 755
changing mode of build/scripts-2.5/smtpd.py from 644 to 755
make: *** [sharedmods] Error 1
*
* ERROR: dev-lang/python-2.5.4-r3 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 4361: Called die
* The specific snippet of code:
* emake || die "emake failed"
* The die message:
* emake failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/dev-lang/python-2.5.4-r3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-2.5.4-r3/temp/environment'.
*
|
Complete Log:
http://www.lostspecies.com/gentoo/build.log
http://www.lostspecies.com/gentoo/environment.log
My knowledge about gentoo is not big (only AMD64 platform) and i don't understand why the process crashes. The error "emake failed" is not really understandable for me.
I hope that maybe someone can help me. And sorry for my bad english |
|
Back to top |
|
|
gringo Advocate
Joined: 27 Apr 2003 Posts: 3793
|
Posted: Tue Dec 29, 2009 9:42 am Post subject: |
|
|
i´m not an arm expert but looking to the build.log there are few errors like f.ex. :
Quote: | [snip]
/var/tmp/portage/dev-lang/python-2.5.4-r3/work/Python-2.5.4/Modules/_ctypes/ctypes.h:72: error: expected specifier-qualifier-list before 'ffi_closure'
/var/tmp/portage/dev-lang/python-2.5.4-r3/work/Python-2.5.4/Modules/_ctypes/_ctypes.c: In function 'CFuncPtr_new':
/var/tmp/portage/dev-lang/python-2.5.4-r3/work/Python-2.5.4/Modules/_ctypes/_ctypes.c:2955: error: 'CThunkObject' has no member named 'pcl'
[snip] |
which according to https://bugs.gentoo.org/show_bug.cgi?id=269098 is fixed in more recent versions or can be patched.
there is also this :
Quote: | [snip]
make: [Include/graminit.h] Error 1 (ignored)
Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
[snip] |
which i have no clue why it gets ignored ...
hope this helps a tiny step further.
cheers _________________ Error: Failing not supported by current locale |
|
Back to top |
|
|
armin76 Retired Dev
Joined: 24 Apr 2006 Posts: 174
|
Posted: Mon Jan 04, 2010 6:19 am Post subject: |
|
|
what stage3 did you use?
Can you post what 'cat /proc/cpuinfo' returns? |
|
Back to top |
|
|
|