| Summary: | dev-libs/libisofs-1.0.2 - libisofs/filters/gzip.c:557:25: error: 'gzip_ino_id' undeclared (first use in this function) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Fred Krogh <fkrogh> |
| Component: | New packages | Assignee: | Daniel Pielmeier <billie> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | media-optical |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
The build log
Results from emerge --info =dev-libs/libisofs-1.0.2 Results from emerge -pqv =dev-libs/libisofs-1.0.2 |
||
|
Description
Fred Krogh
2011-03-08 23:22:17 UTC
Created attachment 265237 [details]
The build log
Created attachment 265239 [details]
Results from emerge --info =dev-libs/libisofs-1.0.2
Created attachment 265241 [details]
Results from emerge -pqv =dev-libs/libisofs-1.0.2
Looks like it fails to build if the zlib USE flag is disabled. If you enable that flag it should build successfully. USE="zlib" emerge -av dev-libs/libisofs Thanks that fixed it. I don't remember why I had -zlib in make.conf, but I must have had a reason at some point. This bug is not fixed yet, enabling zlib is just a workaround. libisofs should build with zlib disabled as well. I have to report this to this issue to the upstream developer. I have informed upstream about the problem and a fix is already available under http://bazaar.launchpad.net/~libburnia-team/libisofs/scdbackup/revision/781 There will be a new version in the next days which includes the fix. Thank you for the report! 1.0.4 is in the tree which fixes this issue. |