Summary: | kdemultimedia-3.2.2-r1 ebuild fails with error message "artsmidi.h: No such file or directory" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Robert Hershberger <robhersh> |
Component: | New packages | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Robert Hershberger
2004-06-01 23:25:44 UTC
it's a parallel make problem - using -j1 will fix it. Very good! The -j1 make option does fix the problem for me. Thanks! For my own reference, The fix for this is to add the line: libartsmidi_la_COMPILE_FIRST = artsmidi.h to kdemultimedia/arts/midi/Makefile.am This will probably get fixed after the feature freeze should be fixed in 3.3.0+ |