Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200008 - dev-perl/GD-2.35-r1 failed. There are warnings with libgd header files
Summary: dev-perl/GD-2.35-r1 failed. There are warnings with libgd header files
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-22 18:31 UTC by Aurélien
Modified: 2007-11-23 10:55 UTC (History)
0 users

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


Attachments
It's my emerge --info (info.txt,3.15 KB, text/plain)
2007-11-23 10:21 UTC, Aurélien
Details
Log file of the "emerge dev-perl\GD" (dev-perl:GD-2.35-r1:20071123-102015.log,8.75 KB, text/plain)
2007-11-23 10:24 UTC, Aurélien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aurélien 2007-11-22 18:31:58 UTC
Checking for stray libgd header files...

** WARNING: found gd.h header file in /usr/include/gd.h, but it is expected at /usr/include/gd.h. This may cause compile errors! **


** WARNING: found gd.h header file in /usr/local/includegd.h, but it is expected at /usr/include/gd.h. This may cause compile errors! **
** Possible problems found **

When I try to emerge dev-perl/GD i have this warning and after i have an error message. 
Moreover there are some errors like: GD.xs:464: erreur: ‘gdImage’ has no member named ‘alpha’
I try to emerge dev-perl/gd and media-libs/gd with and without the use of png...


Reproducible: Always

Steps to Reproduce:
1.emerge dev-perl/GD
2.
3.

Actual Results:  
* 
 * ERROR: dev-perl/GD-2.35-r1 failed.
 * Call stack:
 *            ebuild.sh, line 1701:  Called dyn_compile
 *            ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *            ebuild.sh, line   44:  Called src_compile
 *    GD-2.35-r1.ebuild, line   33:  Called perl-module_src_compile
 *   perl-module.eclass, line  149:  Called die
 * The specific snippet of code:
 *              make ${mymake} || die "compilation failed"
 *  The die message:
 *   compilation failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/dev-perl:GD-2.35-r1:20071122-180740.log'.
 *
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-22 18:47:27 UTC
Please, attach the complete log and post emerge --info. 
Comment 2 Aurélien 2007-11-23 10:21:22 UTC
Created attachment 136749 [details]
It's my emerge --info

So I give you my make.conf info in this file.
Comment 3 Aurélien 2007-11-23 10:24:22 UTC
Created attachment 136750 [details]
Log file of the "emerge dev-perl\GD"

I give you the complete log file of my try to install dev-perl\GD.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-11-23 10:28:59 UTC
Please set your locales to C when reporting bugs.

rm -f /usr/local/includegd.h and try again. We don't install any such thing there.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-11-23 10:30:07 UTC
Err.. rm -f /usr/local/include/gd.h obviously.
Comment 6 Aurélien 2007-11-23 10:55:37 UTC
Thanks this work fine now :)