Bug 704520

Summary: drgeo fails to build with guile-2.0.1
Product: [Fedora] Fedora Reporter: Miroslav Lichvar <mlichvar>
Component: drgeoAssignee: Jonathan Dieter <jonathan>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jonathan
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-19 11:07:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 678238    
Attachments:
Description Flags
Fixes compilation against guile 2
none
Spec file patch none

Description Miroslav Lichvar 2011-05-13 14:11:32 UTC
The guile package in rawhide is planned for update to a new major release.
In a test rebuild of all packages depending on guile, drgeo has failed to build.

Rebuild results:
http://mlichvar.fedorapeople.org/tmp/guile/rebuild/

New guile packages:
http://mlichvar.fedorapeople.org/tmp/guile/

Please close this bug if a new upstream version of drgeo which works
with the new guile is available or if you think the current version can be
easily fixed. It doesn't have to be commited in fedora git, we are just trying
to find out if we need to delay the guile update (or make a guile-compat
package).

Comment 1 Jan Synacek 2012-04-19 10:49:45 UTC
Created attachment 578592 [details]
Fixes compilation against guile 2

Compatibility fixes to compile with guile 2.

Note, that I also patched Makefile.in, as I wasn't able to get the autotools working properly with the ancient code. Patching Makefile.in was the easiest and probably the best solution in this case, plus it doesn't require patching the spec to call autoreconf.

Tested with guile-1.8.8 and guile-2.0.5.

Comment 2 Jan Synacek 2012-04-19 10:50:45 UTC
Created attachment 578593 [details]
Spec file patch

Specfile patch for the sake of completeness.

Comment 3 Jonathan Dieter 2012-04-19 11:07:14 UTC
I've gone ahead and applied the patch to the F17 and Rawhide branches, but haven't rebuilt drgeo as there doesn't seem to be much point until guile gets updated.

I'm going to go ahead and close this as Rawhide, please reopen if the updated spec doesn't build with guild-2.0.x.

Jan, thanks much for the patch!