Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19113 - "emerge zinf" fails with "!!! compile problem :("
Summary: "emerge zinf" fails with "!!! compile problem :("
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-10 19:49 UTC by Keith Edmunds
Modified: 2003-04-10 23:19 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 Keith Edmunds 2003-04-10 19:49:33 UTC
"emerge zinf" finishes:

io/arts/src/artspmo.cpp:35:25: artsc/artsc.h: No such file or directory
In file included from io/arts/src/artspmo.cpp:43:
io/arts/include/artspmo.h:65: 'arts_stream_t' is used as a type, but is not 
   defined as a type.
io/arts/src/artspmo.cpp: In constructor `artsPMO::artsPMO(FAContext*)':
io/arts/src/artspmo.cpp:70: `audio_stream' undeclared (first use this function)
io/arts/src/artspmo.cpp:70: (Each undeclared identifier is reported only once 
   for each function it appears in.)
io/arts/src/artspmo.cpp: In destructor `virtual artsPMO::~artsPMO()':
io/arts/src/artspmo.cpp:90: `arts_close_stream' undeclared (first use this 
   function)
io/arts/src/artspmo.cpp:91: `arts_free' undeclared (first use this function)
io/arts/src/artspmo.cpp: In member function `virtual Error 
   artsPMO::Init(OutputInfo*)':
io/arts/src/artspmo.cpp:137: `arts_init' undeclared (first use this function)
io/arts/src/artspmo.cpp:148: `arts_play_stream' undeclared (first use this 
   function)
io/arts/src/artspmo.cpp: In member function `void artsPMO::WorkerThread()':
io/arts/src/artspmo.cpp:315: `arts_write' undeclared (first use this function)
make[1]: *** [io/arts/src/artspmo.o] Error 1
rm lmc/xingmp3/src/cwinasm.asm1 lmc/xingmp3/src/cdctasm.asm1
lmc/xingmp3/src/mdctasm.asm1 lmc/xingmp3/src/msisasm.asm1
lmc/xingmp3/src/cwin8asm.asm1
make[1]: Leaving directory `/var/tmp/portage/zinf-2.2.0/work/zinf-2.2.0'
make: *** [plugins-cc] Error 2

!!! ERROR: media-sound/zinf-2.2.0 failed.
!!! Function src_compile, Line 67, Exitcode 2
!!! compile problem :(



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

Actual Results:  
Compile failed as noted above

Expected Results:  
Compiled successfully

zaphod root # emerge info
Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.2.5-r2,2.3.1-r4)
=================================================================
System uname: 2.4.20 i686 Pentium III (Coppermine)
GENTOO_MIRRORS="http://build/gentoo http://gentoo.oregonstate.edu/
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt cups gif jpeg kde libg++ mmx mpeg ncurses nls
pdflib png quicktime sdl spell svga truetype xml2 xv gdbm berkdb slang readline
java X gpm pam libwww ssl python esd imlib gtk qt motif opengl -arts bonobo dga
doc dvd -encode evo gd gnome gtk2 gtkhtml guile imap jikes ldap libgda maildir
-mikmod mozilla mysql oav odbc -oggvorbis pda perl samba sasl scanner slp snmp
sse tcltk -tcpd tiff usb xface -xmms zlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe"
CXXFLAGS="-march=pentium3 -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j3"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-04-10 20:01:38 UTC
you have "kde" and "-arts" in USE.  If you want kde support, they BOTH need to be enabled, or both disabled.

Fix that, and your compile will work.
Comment 2 Keith Edmunds 2003-04-10 21:59:01 UTC
Thanks for that. However, should a given combination of USE flags cause a compilation to fail?
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-04-10 23:19:15 UTC
in this case, yes.  kde and arts are thorny because of their interdependency relationships.