Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 398127 - sci-misc/gcam fails to compile against libpng15
Summary: sci-misc/gcam fails to compile against libpng15
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-08 08:23 UTC by Chris Bruner
Modified: 2012-01-10 09:32 UTC (History)
0 users

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


Attachments
emerge --info (info.txt,6.77 KB, text/plain)
2012-01-08 08:23 UTC, Chris Bruner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Bruner 2012-01-08 08:23:14 UTC
Created attachment 298301 [details]
emerge --info

Compile fails due to png error

gcode_image.c:263:27: error: dereferencing pointer to incomplete type
gcode_image.c:264:27: error: dereferencing pointer to incomplete type
gcode_image.c:277:51: error: dereferencing pointer to incomplete type
gcode_image.c:284:15: error: dereferencing pointer to incomplete type
gcode_image.c:286:15: error: dereferencing pointer to incomplete type
Comment 1 Michael Weber (RETIRED) gentoo-dev 2012-01-08 16:29:14 UTC
Hi, can you please attach the build.log file, It's location is mentioned at the end of the failed ebuild.

Is this about sci-misc/gcam? Please add the output of `emerge -pv sci-misc/gcam` as comment, and include <category>/<package>-<version> to the subject. Thanks
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-01-10 09:32:13 UTC
ChangeLog of gcam:

  08 Jan 2012; Andreas K. Huettel <dilfridge@gentoo.org>
  gcam-2010.07.27.ebuild, +files/gcam-2010.07.27-libpng15.patch,
  gcam-9999.ebuild:
  Fix build with libpng-1.5; thanks a lot to Samuli

And then:

>>> Emerging (2 of 2) sci-misc/gcam-2010.07.27
 * Applying gcam-2010.07.27-libpng15.patch [ ok ]

[ ... ]

>>> Installing (2 of 2) sci-misc/gcam-2010.07.27
 * checking 58 files for package collisions
>>> Merging sci-misc/gcam-2010.07.27 to /

So it looks to be fixed already.    Patches don't get applied to live versions, like 9999, but should get fixed by upstream then.

So looks like bogus bug...