Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528576 - dev-db/postgis-2.1.4 USE=doc - convert: improper image header `tmp0.png' @ error/png.c/ReadPNGImage/3925.
Summary: dev-db/postgis-2.1.4 USE=doc - convert: improper image header `tmp0.png' @ er...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-07 17:20 UTC by Mark Gannon
Modified: 2014-11-08 17:15 UTC (History)
3 users (show)

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


Attachments
Build log (build.log,287.31 KB, text/plain)
2014-11-07 17:21 UTC, Mark Gannon
Details
emerge --info output (info.txt,5.23 KB, text/plain)
2014-11-07 17:22 UTC, Mark Gannon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Gannon 2014-11-07 17:20:50 UTC
Emerging postgis-2.1.4 (but not postgis-2.1.1) fails with the doc use flag enabled.  If you use -doc instead, the emerge works fine.

Reproducible: Always

Steps to Reproduce:
1. USE=doc emerge postgis 

Actual Results:  
 * ERROR: dev-db/postgis-2.1.4::gentoo failed (compile phase):
 *   emake failed


Expected Results:  
emerge to be successful.
Comment 1 Mark Gannon 2014-11-07 17:21:53 UTC
Created attachment 388794 [details]
Build log
Comment 2 Mark Gannon 2014-11-07 17:22:56 UTC
Created attachment 388796 [details]
emerge --info output
Comment 3 Mark Gannon 2014-11-07 17:24:01 UTC
One more thing, if I compile from the tar ball postgis-2.1.4.tar.gz with ./configure and then make, it compiles fine.
Comment 4 Chris Mayo 2014-11-07 18:59:49 UTC
It will work for me if I do:
MAKEOPTS="-j1" emerge postgis


MAKEOPTS="-j1" was present in postgis-2.1.1.ebuild
Comment 5 Aaron W. Swenson gentoo-dev 2014-11-08 16:46:14 UTC
08 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> postgis-2.1.4.ebuild:
Fix bug 528576. Force serial compilation.
Comment 6 Mark Gannon 2014-11-08 17:15:35 UTC
The change resolves the problem for me.  Thanks for the quick work!