Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1760 - povray-3.1g-r3 is misconfigured wrt libpng
Summary: povray-3.1g-r3 is misconfigured wrt libpng
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Low normal (vote)
Assignee: Achim Gottinger (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 1783
Blocks:
  Show dependency tree
 
Reported: 2002-04-14 03:17 UTC by Sandy McArthur
Modified: 2003-02-04 19: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 Sandy McArthur 2002-04-14 03:17:28 UTC
I was writing a new povray ebuild to figure out how to add support for icc and
what not and I noticed that I got this error:

libpng: Application was compiled with png.h from libpng-1.0.3
libpng: Application  is  running with png.c from libpng-1.2.1
libpng: Incompatible libpng version in application and library

File init error.
Error allocating PNG data structures

Basicly the povray package comes with a version of libpng. I think we need to do
one of the following in decreasing preference: tell povray to use the system
libpng, change the DEPEND to use  libpng-1.0.12-r1, or have it compile it's own
libpng in staticly. I haven't test any of those so I don't know what will work.

I'll figure it out tommorow because I want to get povray working with icc.
Comment 1 Sandy McArthur 2002-04-14 12:37:23 UTC
worst case merging libpng-1.0.3 and then re-merging povray works. I still wanna
see if I can make povray use whatever newest version of libpng is installed.
Comment 2 Sandy McArthur 2002-04-14 20:15:50 UTC
Submitted fix in bug #1783. Setting to FIXED as this isn't needed.