Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 539236 - media-libs/plotutils-2.6 - g_miscmi.c:26:58: fatal error: xmi.h: No such file or directory
Summary: media-libs/plotutils-2.6 - g_miscmi.c:26:58: fatal error: xmi.h: No such file...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-07 13:27 UTC by nebojsa
Modified: 2015-02-08 21:22 UTC (History)
1 user (show)

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 nebojsa 2015-02-07 13:27:24 UTC
plotutils has dependency on libxmi.
Either add new switch controlling --enable-libxmi, used during configure in plotutils, or add explicit dependency on libxmi.

Reproducible: Always

Steps to Reproduce:
1. emerge media-libs/plotutils on a system without libxmi


Actual Results:  
g_miscmi.c:26:58: fatal error: xmi.h: No such file or directory
 #include "xmi.h"  /* use libxmi scan conversion module */
                                                          ^
compilation terminated.
Makefile:842: recipe for target 'g_miscmi.lo' failed
make[2]: *** [g_miscmi.lo] Error 1
make[2]: Leaving directory '/var/tmp/portage/media-libs/plotutils-2.6/work/plotutils-2.6/libplot'
Makefile:420: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/media-libs/plotutils-2.6/work/plotutils-2.6'
Makefile:351: recipe for target 'all' failed
make: *** [all] Error 2
emake failed
Comment 1 Rafał Mużyło 2015-02-07 14:36:00 UTC
Just to be safe, attach ful build log of such failed build.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2015-02-08 06:28:06 UTC
1) Please post your `emerge --info' output in a comment.
2) Please attach the entire build log to this bug report.
Comment 3 nebojsa 2015-02-08 21:22:04 UTC
I am sorry for the trouble, but I am not able to reproduce the problem since I installed media-libs/plotutils-2.6-r1 and media-libs/libxmi-1.3. 
Reverting to stable version of media-libs/plotutils-2.6 worked just fine...
I did uninstall all of the packages that I have emerged since the problem, but still could not recreate the problem.