Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119549 - xine-lib-1.1.1-r3 ebuild fails with: s: No such file or directory
Summary: xine-lib-1.1.1-r3 ebuild fails with: s: No such file or directory
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-19 07:51 UTC by d3bug
Modified: 2006-01-19 10:02 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 d3bug 2006-01-19 07:51:27 UTC
The xine-lib 1.1.1-r3 fails to build because of an aparent bug somewhere in the ebuild, or configure script... I noticed in the lin below there is a letter s between -march=k8, and -frename-registers which (as far as I know) should not be there.


 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I../../../lib -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O3 -pipe -march=k8 s -frename-registers -ffunction-sections -c xine_goom.c  -fPIC -DPIC -o .libs/xine_goom.o
x86_64-pc-linux-gnu-gcc: s: No such file or directory
make[4]: *** [xine_goom.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/xine-lib-1.1.1-r3/work/xine-lib-1.1.1/src/post/goom'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1.1.1-r3/work/xine-lib-1.1.1/src/post'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/xine-lib-1.1.1-r3/work/xine-lib-1.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xine-lib-1.1.1-r3/work/xine-lib-1.1.1'
make: *** [all] Error 2

!!! ERROR: media-libs/xine-lib-1.1.1-r3 failed.
!!! Function src_compile, Line 229, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-01-19 09:24:49 UTC
Please post your emerge info. The most probable case is that you have a wrong cflag in your make.conf.
Comment 2 d3bug 2006-01-19 09:52:46 UTC
here is my make.conf

# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
USE="X a52 aac aim alsa arts audiofile avi bonobo bzip2 cdparanoia cdr crypt cups curl -debug dio divx4linux dv dvd dvdr dvdread -example exif expat ffmpeg fftw flac flash ftp fortran gd gif glut gnome gnutls gtk gtk2 hal imlib javascript java jikes jpeg kde kdeenablefinal lesstif mad matroska mikmod mime ming mmx mng motif mozilla mp3 mpeg msn multilib ncurses nls ogg openal opengl pam pcre -pda pdflib perl png posix python qt quicktime readline sdl sndfile sockets sse ssl svg sysvipc tcltk tcpd test tetex theora threads tiff truetype unicode usb vcd verbose videos vorbis -wifi win32codecs wmf wxwindows xine xinerama xml xml2 xmms xv xvid yahoo zlib"
CFLAGS="-O3 -pipe -march=k8 -fomit-frame-pointers"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-01-19 10:01:29 UTC
Reopening.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-01-19 10:02:01 UTC
-fomit-frame-pointers is not a valid CFLAG, it's -fomit-frame-pointer, without the s.
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-01-19 10:02:13 UTC
Closing.