Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37422 - xine-lib-1_r2 fails: Line 113, Exitcode 2
Summary: xine-lib-1_r2 fails: Line 113, Exitcode 2
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-06 14:39 UTC by Robert G. Waycott
Modified: 2004-01-09 17:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Slightly edited output of compilation failure for xine-lib. (xine-lib_Failure,10.38 KB, text/plain)
2004-01-06 14:47 UTC, Robert G. Waycott
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert G. Waycott 2004-01-06 14:39:57 UTC
After five attempts at installing 'xine-lib-1_r2,' I have received the exact same error every time. Fails on Line 113, Exitcode 2. The entire emerge process is full of errors which all say 'warning: 'thingFoo' defined but not called.' Then at the end I get a not-so-nice list of multiple errors of the same. I am not sure where to paste these details. I don't know if this qualifies as a stack trace that ought to be attached after filing the bug.

Reproducible: Always
Steps to Reproduce:

Actual Results:  
1. # emerge xine-lib 
2. Wait and watch compilation. 
3. Read same error message each time 

Expected Results:  
Successful emerge of xine-lib-1_r2. 

2.4.20-gentoo-r6 #1 SMP Sun Jan 4 18:29:51 Local time zone must be set--see zic m 
i686 Pentium III (Coppermine) GenuineIntel GNU/Linux 
 
Running irssi and KDE. 
 
Portage 2.0.49-r20 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r6) 
================================================================= 
System uname: 2.4.20-gentoo-r6 i686 Pentium III (Coppermine) 
Gentoo Base System version 1.4.3.8p1 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-O2 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe  -fPIC" 
CHOST="i686-pc-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/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-O2 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe  -fPIC" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs buildpkg ccache sandbox" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X alsa apm arts avi berkdb bonobo caps cdr crypt cups directfb dvd encode 
esd foomaticdb gdbm gif gphoto2 gpm gstreamer gtk2 gtkhtml imlib java jikes jpeg kde 
libg++ libww libwww mad mikmod mmx motif mpeg mysql ncurses nls oggvorbis opengl 
oss pam pdflib perl png postgres ppds python qt quicktime readline scanner sdl slang 
spell sse ssl svga tcpd tiff truetype usb videos x86 xml2 xmms xv zlib"
Comment 1 Robert G. Waycott 2004-01-06 14:47:55 UTC
Created attachment 23257 [details]
Slightly edited output of compilation failure for xine-lib.

If I have royally screwed up, please constructively inform me of the proper
procedure. I haven't done much bug reporting on actual programs before. Just
docs. Thank you.

Neuros.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-01-06 15:40:14 UTC
please provide
#emerge info
Comment 3 Robert G. Waycott 2004-01-06 17:01:53 UTC
Oh crap! I'm so sorry, but that should say _rc2 ... God, I made that error all over the place. Sorry. So sorry.

Neuros.
Comment 4 Robert G. Waycott 2004-01-06 17:02:38 UTC
Um, the emerge info is already there.

Neuros.
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2004-01-07 11:40:43 UTC
please try with
CFLAGS="-O2 -march=i686" 
Comment 6 Robert G. Waycott 2004-01-07 12:56:06 UTC
Sure enough. Worked like a charm. Do you mind explaining why?

Neuros.
Comment 7 Martin Holzer (RETIRED) gentoo-dev 2004-01-09 17:19:16 UTC
CFLAG -fPIC is not supported
this flag should only be set through USE flag or configure script

mostly CFLAGS are too agressive or compile doesn't support it right now
gcc3 is still not as good as 2.95

closing as invalid

if you find out that an other cflag causes this, we could filter it in ebuild