Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245225
Summary: perl-GD build warning perl-GD-2.35-2.fc6.src.rpm Product: Fedora Version: devel Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-GD AssignedTo: jpo@di.uminho.pt ReportedBy: herrold@owlriver.com QAContact: extras-qa@fedoraproject.org CC: fedora-perl-devel-list@redhat.com
Description of problem:
perl-GD emits header related warnings during its build -- eitehr its expectation, of that of gd-devel as to header placement are wrong, and the warning should be addressed
Version-Release number of selected component (if applicable):
perl-GD-2.35-2.fc6.src.rpm
$ rpm -qf /usr/include/gd.h gd-devel-2.0.33-9.3.fc6
How reproducible:
rpmbuild --rebuild perl-GD-2.35-2.fc6.src.rpm 2>&1 | grep Warning
Steps to Reproduce: 1. 2. 3.
Actual results:
(from my error and warning checker) Error: perl cruft found -|1|-
** 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! **
Expected results:
no warning to stderr, and no error as well [ a > /dev/null is inappropriate ;) ]
Additional info:
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: perl-GD build warning perl-GD-2.35-2.fc6.src.rpm
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245225
jpo@di.uminho.pt changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
------- Additional Comments From jpo@di.uminho.pt 2007-06-21 20:13 EST ------- This patch eliminates the warning (but using File::Spec should provide a better solution):
diff -ruN GD-2.35-orig/Makefile.PL GD-2.35/Makefile.PL --- GD-2.35-orig/Makefile.PL»···2006-08-17 23:10:31.000000000 +0100 +++ GD-2.35/Makefile.PL»2007-06-22 01:07:14.000000000 +0100 @@ -295,6 +295,11 @@ my $problems; foreach (keys %libraries) { s/\blib\b/include/; + # + # The previous statement changes "/usr/lib/" into "/usr/include/" and + # that fails to match the %official_libraries hash "/usr/include" key + # + s//$//; next if $official_libraries{$_}; · next unless -e "${_}/gd.h";
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: perl-GD build warning perl-GD-2.35-2.fc6.src.rpm
https://bugzilla.redhat.com/show_bug.cgi?id=245225
bugzilla@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|devel |rawhide
fedora-triage-list@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list@redhat.com Status Whiteboard| | bzcl34nup
------- Additional Comments From fedora-triage-list@redhat.com 2008-04-04 08:50 EST ------- Based on the date this bug was created, it appears to have been reported during the development of Fedora 8. In order to refocus our efforts as a project we are changing the version of this bug to '8'.
If this bug still exists in rawhide, please change the version back to rawhide. (If you're unable to change the bug's version, add a comment to the bug and someone will change it for you.)
Thanks for your help and we apologize for the interruption.
The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp
We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: perl-GD build warning perl-GD-2.35-2.fc6.src.rpm
https://bugzilla.redhat.com/show_bug.cgi?id=245225
fedora-triage-list@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |8
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: perl-GD build warning perl-GD-2.35-2.fc6.src.rpm
https://bugzilla.redhat.com/show_bug.cgi?id=245225
herrold@owlriver.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| bzcl34nup |
------- Additional Comments From herrold@owlriver.com 2008-04-08 14:01 EST ------- This bug continues with the latest RawHide and perl-GD-2.35-7.fc9.src.rpm
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! ** ** Possible problems found **
+ make -j2 'OPTIMIZE=-O2 -g -pipe -Wall -Wp,-D_FORTIF
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: perl-GD build warning perl-GD-2.35-2.fc6.src.rpm
https://bugzilla.redhat.com/show_bug.cgi?id=245225
cweyl@alumni.drew.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jpo@di.uminho.pt |tcallawa@redhat.com
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: perl-GD build warning perl-GD-2.35-2.fc6.src.rpm
https://bugzilla.redhat.com/show_bug.cgi?id=245225
tcallawa@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE
------- Additional Comments From tcallawa@redhat.com 2008-07-21 15:04 EST ------- Fixed in rawhide (2.39-1).
perl-devel@lists.fedoraproject.org