Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36180 - aalib-1.4_rc4-r2 doesn't compile on iBook (ppc)
Summary: aalib-1.4_rc4-r2 doesn't compile on iBook (ppc)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: PPC Linux
: High normal
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-20 06:35 UTC by Tassilo Horn
Modified: 2003-12-20 14:06 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 Tassilo Horn 2003-12-20 06:35:29 UTC
The merge of aalib-1.4_rc4-r2 fails with the output:
mv -f .libs/aarender.lo aarender.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -O3 -pipe 
-mcpu=750 -fsigned-char -mpowerpc-gfxopt  -I/usr/X11R6/include -I/usr/include  -
c aaedit.c
rm -f .libs/aain.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -O3 -pipe -mcpu=750 -fsigned-char -mpowerpc-gfxo
pt -I/usr/X11R6/include -I/usr/include -c aain.c  -fPIC -DPIC -o .libs/aain.lo
rm -f .libs/aaedit.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -O3 -pipe -mcpu=750 -fsigned-char -mpowerpc-gfxo
pt -I/usr/X11R6/include -I/usr/include -c aaedit.c  -fPIC -DPIC -o .libs/aaedit.
lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -O3 -pipe -mcpu=750 -fsigned-char -mpowerpc-gfxo
pt -I/usr/X11R6/include -I/usr/include -c aain.c -o aain.o >/dev/null 2>&1
mv -f .libs/aain.lo aain.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -O3 -pipe 
-mcpu=750 -fsigned-char -mpowerpc-gfxopt  -I/usr/X11R6/include -I/usr/include  -
c aaregist.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -O3 -pipe -mcpu=750 -fsigned-char -mpowerpc-gfxo
pt -I/usr/X11R6/include -I/usr/include -c aaedit.c -o aaedit.o >/dev/null 2>&1
make[1]: *** [aaedit.lo] Fehler 1
make[1]: *** Warte auf noch nicht beendete Prozesse...
rm -f .libs/aaregist.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -O3 -pipe -mcpu=750 -fsigned-char -mpowerpc-gfxo
pt -I/usr/X11R6/include -I/usr/include -c aaregist.c  -fPIC -DPIC -o .libs/aareg
ist.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -O3 -pipe -mcpu=750 -fsigned-char -mpowerpc-gfxo
pt -I/usr/X11R6/include -I/usr/include -c aaregist.c -o aaregist.o >/dev/null 2>
&1
mv -f .libs/aaregist.lo aaregist.lo
make[1]: Leaving directory `/var/tmp/portage/aalib-1.4_rc4-r2/work/aalib-1.4.0/s
rc'
make: *** [all-recursive] Fehler 1

!!! ERROR: media-libs/aalib-1.4_rc4-r2 failed.
!!! Function src_compile, Line 54, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1. emerge aalib
2.
3.




ibook libsdl # emerge info
Portage 2.0.49-r18 (default-ppc-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.6.0-test11-benh3)
=================================================================
System uname: 2.6.0-test11-benh3 ppc 0
Gentoo Base System version 1.4.3.12
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="yes"
CFLAGS="-O3 -pipe -mcpu=750 -fsigned-char -mpowerpc-gfxopt"
CHOST="powerpc-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/var/lib/pbbuttonsd /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -pipe -mcpu=750 -fsigned-char -mpowerpc-gfxopt"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache sandbox"
GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo
http://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="X alsa arts berkdb cups de dga emacs fbcon foomaticdb freetype gdbm gif
gnome-libs gpm gtk gtk2 imagemagick imap imlib jpeg libwww mad maildir mitshm
motif mpeg mpeg4 ncurses nls oggvorbis opengl pam pdflib perl png ppc python qt
quicktime radeon readline sdl slang spell ssl tcpd tetex tiff truetype type1 usb
wmf xml2 xmms xosd xv xvid zlib linguas_de"
Comment 1 Tassilo Horn 2003-12-20 14:06:33 UTC
I really don't know why, but after a reboot it compiled without a problem.