Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202476 - media-gfx/enblend-3.0 needs media-libs/plotutils w/ USE=X
Summary: media-gfx/enblend-3.0 needs media-libs/plotutils w/ USE=X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-16 16:40 UTC by Knut Krause
Modified: 2007-12-18 10:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
The build.log (build.log,24.34 KB, text/plain)
2007-12-16 16:41 UTC, Knut Krause
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Knut Krause 2007-12-16 16:40:01 UTC
Just did a world update and media-gfx/enblend-3.0 (reverse dependency of media-gfx/hugin-0.6.1-r2) seems to be broken...

Reproducible: Always

Steps to Reproduce:
1. emerge --sync
2. emerge -avuND world (if you have media-gfx/hugin installed)
or emerge -av hugin (would fit otherwise I think)

Actual Results:  
 *
 * ERROR: media-gfx/enblend-3.0 failed.
 * Call stack:
 *   ebuild.sh, line 1701:  Called dyn_compile
 *   ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *   ebuild.sh, line   44:  Called src_compile
 *   ebuild.sh, line  711:  Called die
 * The specific snippet of code:
 *              emake || die "emake failed"
 *  The die message:
 *   emake failed


The error seems to be:

../include/vigra_ext/XMIWrapper.h:24:17: error: xmi.h: No such file or directory
Comment 1 Knut Krause 2007-12-16 16:41:15 UTC
Created attachment 138626 [details]
The build.log
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-12-16 16:45:49 UTC
<snip>
../include/vigra_ext/XMIWrapper.h:24:17: error: xmi.h: No such file or directory
</snip>

This is installed by media-libs/plotutils, enblend already depends on it. Re-emerge media-libs/plotutils and try again.
Comment 3 Knut Krause 2007-12-17 17:45:50 UTC
Hi, I just tried your re-emerge... there is still the same error.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-12-17 17:47:12 UTC
(In reply to comment #3)
> Hi, I just tried your re-emerge... there is still the same error.

Re-emerge it w/ USE=X then and report back. 

Comment 5 Knut Krause 2007-12-17 22:21:19 UTC
OK, I had to re-emerge plotutils AND dbus with X-support. Then everything works fine... it would be nice if someone could fix the ebuild. For dbus it says "You have to build dbus with USE=X"... smth like that for plotutils would be fine, too.

Thank you.
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2007-12-18 09:44:35 UTC
Reopen.
Comment 7 Markus Meier gentoo-dev 2007-12-18 10:54:16 UTC
fixed, thanks for the report.