Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184474 - media-gfx/povray-3.6.1-r2 libpng problem a.k.a. silly autoconf macro
Summary: media-gfx/povray-3.6.1-r2 libpng problem a.k.a. silly autoconf macro
Status: RESOLVED DUPLICATE of bug 153538
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-07 07:38 UTC by Rafał Mużyło
Modified: 2007-07-07 07:42 UTC (History)
0 users

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 Rafał Mużyło 2007-07-07 07:38:53 UTC
I've been watching povray while it was building and noticed it rejected system libpng. I wondered why, checked configure.ac and  found following bug:
povray requires libpng >=1.2.5, however in acinclude.m4 the macro they use to check for it compiles a small program that uses strcmp to determine if the version is correct, but for png 1.2.5 and 1.2.18 the result is of course wrong.

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-07 07:42:05 UTC

*** This bug has been marked as a duplicate of bug 153538 ***