Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 218614

Summary: media-sound/audicle-1.0.0.6 doesn't compile as such, ebuild needs patching
Product: Gentoo Linux Reporter: Jouni Rinne <l33tmmx>
Component: Current packagesAssignee: Cédric Krier <cedk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jouni Rinne 2008-04-20 16:54:16 UTC
As stated in bug #144667, comment 8, audicle needs certain environment variables to be set (at least on my system).
If I try to emerge audicle as such, I get the following error:

i686-pc-linux-gnu-gcc -D__LINUX_JACK__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -O3 -c -I../lang/chuck-1.2.1.1/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_net.cpp
yacc -dv -b chuck ../lang/chuck-1.2.1.1/src/chuck.y
yacc: e - line 85 of "../lang/chuck-1.2.1.1/src/chuck.y", syntax error
%expect 37
^
make: *** [chuck.tab.c] Virhe 1

but:

export LEX=flex; export YACC=bison; emerge audicle

works. These should be added to the ebuild.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-04-20 17:28:11 UTC
For what I can see, it also misses a pkg-config build-dep :)
Comment 2 Cédric Krier gentoo-dev 2008-04-27 11:13:26 UTC
Fix in cvs