Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210556 - media-sound/jack-rack-1.4.6 doesn't compile w x11-libs/gtk+-2.12.x
Summary: media-sound/jack-rack-1.4.6 doesn't compile w x11-libs/gtk+-2.12.x
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-18 03:11 UTC by Ken Long
Modified: 2008-03-02 13:04 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 Ken Long 2008-02-18 03:11:15 UTC
this maybe related to Bug 196174..

I currently have: x11-libs/gtk+-2.12.5-r1


ck_rack-ui.o -MD -MP -MF ".deps/jack_rack-ui.Tpo" -c -o jack_rack-ui.o `test -f 
'ui.c' || echo './'`ui.c; \
        then mv -f ".deps/jack_rack-ui.Tpo" ".deps/jack_rack-ui.Po"; else rm -f 
".deps/jack_rack-ui.Tpo"; exit 1; fi
ui.c: In function 'ui_init_gui':
ui.c:215: error: 'GtkTooltips' undeclared (first use in this function)
ui.c:215: error: (Each undeclared identifier is reported only once
ui.c:215: error: for each function it appears in.)
ui.c:215: error: 'toolbar_tips' undeclared (first use in this function)
make[2]: *** [jack_rack-ui.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-sound/jack-rack-1.4.6/work/ja
ck-rack-1.4.6/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/media-sound/jack-rack-1.4.6/work/ja
ck-rack-1.4.6/src'
make: *** [all-recursive] Error 1
 * 
 * ERROR: media-sound/jack-rack-1.4.6 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2029:  Called die
 * The specific snippet of code:
 *       emake || die
 *  The die message:
 *   (no error message)
 * 
 * If you need support, post the topmost build error, and the call stack if rele
vant.
 * A complete build log is located at '/var/tmp/portage/media-sound/jack-rack-1.
4.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-sound/jack-
rack-1.4.6/temp/environment'.
 * 

 * Messages for package media-sound/jack-rack-1.4.6:

 * 
 * ERROR: media-sound/jack-rack-1.4.6 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2029:  Called die
 * The specific snippet of code:
 *       emake || die


Reproducible: Always

Steps to Reproduce:
1. emerge -uDv world
2. fails to build at the same location.
3. * ERROR: media-sound/jack-rack-1.4.6 failed.
Comment 1 Alexis Ballier gentoo-dev 2008-03-02 13:04:42 UTC
hmmm here its fine. It wont build only if you have -DGTK_DISABLE_DEPRECATED in your cflags.

Please attach the full build log and emerge --info and reopen.
Diego had added a patch to not let it use -DGTK_DISABLE_DEPRECATED