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

Bug 22272

Summary: compiling error for /var/tmp/portage/at-spi-1.1.8/work/at-spi-1.1.8
Product: Gentoo Linux Reporter: armand hortolomei <armand>
Component: Current packagesAssignee: PPC Porters <ppc>
Status: RESOLVED FIXED    
Severity: normal CC: liquidx
Priority: High    
Version: unspecified   
Hardware: PPC   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description armand hortolomei 2003-06-05 06:40:22 UTC
-I/usr/include/libart-2.0 -O3 -pipe -mcpu=750 -c accessible.c  -fPIC -DPIC -o
accessible.lo
Accessibility-skels.c:5598:1: warning: no newline at end of file
Accessibility-skels.c: In function `get_skel_small_Accessibility_Component':
Accessibility-skels.c:5598: parse error at end of input
make[2]: *** [Accessibility-skels.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/at-spi-1.1.8/work/at-spi-1.1.8/libspi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/at-spi-1.1.8/work/at-spi-1.1.8'
make: *** [all-recursive-am] Error 2

!!! ERROR: gnome-extra/at-spi-1.1.8 failed.
!!! Function gnome2_src_compile, Line 39, Exitcode 2
!!! compile failure
Comment 1 Luca Barbato gentoo-dev 2003-06-05 07:58:04 UTC
please add in the ebuild 

MAKEOPTS="-j1"

and try again
Comment 2 Luca Barbato gentoo-dev 2003-06-28 17:09:41 UTC
closed, no user interaction, set -j1 in the ebuild as cautelative move.