Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218614 - media-sound/audicle-1.0.0.6 doesn't compile as such, ebuild needs patching
Summary: media-sound/audicle-1.0.0.6 doesn't compile as such, ebuild needs patching
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Cédric Krier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-20 16:54 UTC by Jouni Rinne
Modified: 2008-04-27 11:13 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 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