Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56807 - dev-libs/embryo-0.0.1.20040710 compilation failed
Summary: dev-libs/embryo-0.0.1.20040710 compilation failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL: http://xcomputerman.com/bugs/view_bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-12 10:12 UTC by dario
Modified: 2004-07-15 20:35 UTC (History)
1 user (show)

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 dario 2004-07-12 10:12:10 UTC
emerging dev-libs/embryo-0.0.1.20040710:

gcc -O3 -pipe -mcpu=7450 -maltivec -mabi=altivec -fsigned-char -mpowerpc-gfxopt -fno-strict-aliasing -o embryo_cc embryo_cc_sc1.o embryo_cc_sc2.o embryo_cc_sc3.o embryo_cc_sc4.o embryo_cc_sc5.o embryo_cc_sc6.o embryo_cc_sc7.o embryo_cc_scexpand.o embryo_cc_sclist.o embryo_cc_scvars.o
gcc -O3 -pipe -mcpu=7450 -maltivec -mabi=altivec -fsigned-char -mpowerpc-gfxopt -fno-strict-aliasing -o .libs/embryo embryo_main.o  ../../src/lib/.libs/libembryo.so -lm
../../src/lib/.libs/libembryo.so: undefined reference to `_embryo_byte_swap_16'
../../src/lib/.libs/libembryo.so: undefined reference to `_embryo_byte_swap_32'
collect2: ld returned 1 exit status
make[3]: *** [embryo] Error 1
make[3]: Leaving directory `/var/tmp/portage/embryo-0.0.1.20040710/work/embryo/src/bin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/embryo-0.0.1.20040710/work/embryo/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/embryo-0.0.1.20040710/work/embryo'
make: *** [all] Error 2
 * Please do not contact the E team about bugs in Gentoo.
 * Only contact vapier@gentoo.org via e-mail or bugzilla.
 * Remember, this stuff is CVS only code so dont cry when
 * I break you :).

!!! ERROR: dev-libs/embryo-0.0.1.20040710 failed.
!!! Function enlightenment_die, Line 39, Exitcode 0
!!! emake failed
!!! SEND BUG REPORTS TO vapier@gentoo.org NOT THE E TEAM

Reproducible: Always
Steps to Reproduce:
1.emerge dev-libs/embryo
2.
3.




giquattro root # emerge info
Portage 2.0.50-r9 (default-ppc-2004.1, gcc-3.4.0, glibc-2.3.3.20040420-r0,
2.6.7-pegasos-r1)
=================================================================
System uname: 2.6.7-pegasos-r1 ppc 7457, altivec supported
Gentoo Base System version 1.5.1
distcc 2.16 powerpc-unknown-linux-gnu (protocols 1 and 2) (default port 3632)
[disabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="yes"
CFLAGS="-O3 -pipe -mcpu=7450 -maltivec -mabi=altivec -fsigned-char
-mpowerpc-gfxopt -fno-strict-aliasing"
CHOST="powerpc-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -pipe -mcpu=7450 -maltivec -mabi=altivec -fsigned-char
-mpowerpc-gfxopt -fno-strict-aliasing"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache"
GENTOO_MIRRORS="ftp://ibiblio.org/pub/Linux/distributions/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/home/dario/gentoo-pkg/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X aalib alsa altivec apache2 arts berkdb cdr cups divx4linux dvd encode esd
foomaticdb gcj gdbm gif gnome-libs gnutls gpm gtk gtk2 icq imlib java javascript
jpeg kde libwww linguas_it mad mitshm motif mozilla moznocompose moznoirc
moznomail mpeg ncurses nls oggvorbis opengl oss pam perl png ppc python
qemu-fast qt quicktime readline rogue sdl slang softmmu ssl tcltk tcpd tiff
truetype vi video_cards_radeon wmf xmms xv xvid zlib"
Comment 1 SpanKY gentoo-dev 2004-07-13 19:16:39 UTC
try it with CFLAGS="-O1 -pipe" ?

FYI, -O3 on ppc is usually a bad idea ;)
Comment 2 dario 2004-07-14 03:28:07 UTC
tryied also CFLAGS="-pipe", same error
Comment 3 SpanKY gentoo-dev 2004-07-14 20:14:19 UTC
i can reproduce this on my hppa ;)
Comment 4 SpanKY gentoo-dev 2004-07-15 20:35:58 UTC
ok, raster's fixed this for me :)

wait for the next release of embryo (in a few days)