| Summary: | app-cdr/graveman-0.3.12_p5-r2 : * econf failed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge-info.txt
app-cdr:graveman-0.3.12_p5-r2:20190328-111236.log emerge-history.txt environment etc.portage.tbz2 logs.tbz2 temp.tbz2 |
||
|
Description
Toralf Förster
2019-03-28 18:21:56 UTC
Created attachment 571070 [details]
emerge-info.txt
Created attachment 571072 [details]
app-cdr:graveman-0.3.12_p5-r2:20190328-111236.log
Created attachment 571074 [details]
emerge-history.txt
Created attachment 571076 [details]
environment
Created attachment 571078 [details]
etc.portage.tbz2
Created attachment 571080 [details]
logs.tbz2
Created attachment 571082 [details]
temp.tbz2
configure: WARNING: libmng.h: present but cannot be compiled
configure: WARNING: libmng.h: check for missing prerequisite headers?
configure: WARNING: libmng.h: see the Autoconf documentation
configure: WARNING: libmng.h: section "Present But Cannot Be Compiled"
configure: WARNING: libmng.h: proceeding with the compiler's result
checking for libmng.h... no
From config.log:
In file included from /usr/include/jpeglib.h:27,
from /usr/include/libmng_types.h:209,
from /usr/include/libmng.h:386,
from conftest.c:61:
/usr/include/jmorecfg.h:317:38: error: conflicting types for 'boolean'
typedef enum { FALSE = 0, TRUE = 1 } boolean;
^~~~~~~
In file included from /usr/include/libmng.h:386,
from conftest.c:61:
/usr/include/libmng_types.h:205:13: note: previous declaration of 'boolean' was here
typedef int boolean;
^~~~~~~
This was fixed in recent libmng.
|