Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
The analog ebuild seems to check for support of jpeg in gd (libgd), however, it does not check for support of png in gd. The build will fail if gd was build without png support. Reproducible: Always Steps to Reproduce: 1. emerge gd WITHOUT support for png 2. emerge analog 3. Actual Results: Analog fails to build Expected Results: Analog should build successfully.
Indeed, it's true... output2.o: In function `piechart_write': output2.c:(.text+0x7dbd): undefined reference to `gdImagePng' collect2: ld returned 1 exit status make: *** [analog] Error 1 make: Leaving directory `/var/tmp/portage/analog-5.32/work/analog-5.32/src'
Fix in cvs. Thanks!