Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 354997

Summary: media-libs/libass: compilation fails with media-libs/libpng-1.5.x
Product: Gentoo Linux Reporter: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Component: [OLD] LibraryAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 354479    

Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-02-15 10:49:39 UTC
make[2]: Entering directory `/var/tmp/portage/media-libs/libass-0.9.11/work/libass-0.9.11/test'
  CC     test-test.o
test.c: In function ‘write_png’:
test.c:37:9: error: dereferencing pointer to incomplete type
make[2]: *** [test-test.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/libass-0.9.11/work/libass-0.9.11/test'
make[1]: *** [all-recursive] Error 1
Comment 1 Alexis Ballier gentoo-dev 2011-02-15 18:45:27 UTC
  15 Feb 2011; Alexis Ballier <aballier@gentoo.org> libass-0.9.11.ebuild:
  drop png useflag: it is only needed for the test program that we do not
  install and causes libass.so to be linked needlessly to libpng... moreover,
  it doesnt build against libpng15, bug #354997

-> fixed

see $URL for the proposed fix upstream.