Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 434012 - enblend failed massrebuild attempt for GCC 4.3
Summary: enblend failed massrebuild attempt for GCC 4.3
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: enblend
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bruno Postle
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: gcc43errors
TreeView+ depends on / blocked
 
Reported: 2008-02-22 12:55 UTC by Jesse Keating
Modified: 2013-01-10 02:49 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-04-08 03:56:27 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
gcc patches (806 bytes, text/x-patch)
2008-04-08 03:10 UTC, Jef Spaleta
no flags Details
New spec which uses the patches (3.39 KB, text/x-rpm-spec)
2008-04-08 03:12 UTC, Jef Spaleta
no flags Details

Description Jesse Keating 2008-02-22 12:55:32 UTC
This is an automatically filed bug for a failed rebuild attempt for GCC 4.3.

http://fedoraproject.org/wiki/JesseKeating/gcc43MassRebuildProposal

Please verify why this build failed and fix it.
http://koji.fedoraproject.org/koji/taskinfo?taskID=436912
Exit code was 1, check the build.log for the failed buildArch task.

Comment 1 Jon Stanley 2008-02-23 19:29:34 UTC
gpu.cc: In function 'void checkGLErrors(int, char*)':
gpu.cc:70: error: 'exit' was not declared in this scope
gpu.cc: In function 'bool initGPU(int*, char**)':
gpu.cc:130: error: 'exit' was not declared in this scope
gpu.cc:149: error: 'exit' was not declared in this scope
gpu.cc:166: error: 'exit' was not declared in this scope
gpu.cc: In function 'bool configureGPUTextures(unsigned int, unsigned int)':
gpu.cc:191: warning: deprecated conversion from string constant to 'char*'
gpu.cc:200: warning: deprecated conversion from string constant to 'char*'
gpu.cc:209: warning: deprecated conversion from string constant to 'char*'
gpu.cc:225: error: 'exit' was not declared in this scope

Comment 2 Jef Spaleta 2008-02-27 07:34:03 UTC
okay the gpu.cc error is easy to fix with #include <cstdlib> patch

But after getting that sorted.. im getting errors from vigra about an ambigious
overloaded abs function which I'm not sure what to do with.

I think it has to do with the abs definition in config.hxx in the vigra codebase.
I'm working on it.

-jef


Comment 3 Jef Spaleta 2008-02-27 08:01:26 UTC
okay i'm giving up for this evening. I'm commit the small gcc43 patch which
fixes the initial error.

Bruno can you take a look at the vigra issue?

-jef

Comment 4 Jef Spaleta 2008-02-27 08:21:07 UTC
Bruno i think there was a new pre-release of enblend-enfuse as of today. But I
can't figure out how to get it to build it.

-jef

Comment 5 Bruno Postle 2008-02-27 10:04:00 UTC
I don't see the gpu.cc error in mock (strange), I did report the std::abs error
upstream, but there haven't been any enblend CVS commits since then:

http://sourceforge.net/tracker/index.php?func=detail&aid=1895675&group_id=123407&atid=696410.


Comment 6 Jef Spaleta 2008-02-27 21:18:26 UTC
didn't see the gpu.cc errors in mock?  I did I ran a local build against
fedora-devel-i386 and built the committed patch based on my local testing.

But the abs overloading junkage I don't know how to fix...yet.

-jef

Comment 7 Jef Spaleta 2008-04-07 23:03:06 UTC
I got it building in mock for fedora-devel-i386.

I'm going to submit the patch and an updated spec file to cvs and do a koji
build in the next hour or so.

Cross your fingers.

-jef



Comment 8 Jef Spaleta 2008-04-08 03:10:43 UTC
Created attachment 301595 [details]
gcc patches

Comment 9 Jef Spaleta 2008-04-08 03:12:17 UTC
Created attachment 301596 [details]
New spec which uses the patches

ACLs prevent me from committing to the enblend devel branch.

But the patches and new spec work locally under mock.
Need to get this in to the build system before the freeze if we can!

-jef

Comment 10 Jesse Keating 2008-04-08 03:20:15 UTC
Submitted as http://koji.fedoraproject.org/koji/taskinfo?taskID=555956


Note You need to log in before you can comment on or make changes to this bug.