Bug 1307523

Summary: gdl: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: gdlAssignee: Orion Poplawski <orion>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: orion
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://sourceforge.net/p/gnudatalanguage/bugs/688/
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-04 02:14:15 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: 1305208    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2016-02-13 21:23:42 UTC
Your package gdl failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=12817116

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Comment 1 Fedora Release Engineering 2016-02-13 21:23:44 UTC
Created attachment 1124633 [details]
build.log

Comment 2 Fedora Release Engineering 2016-02-13 21:23:45 UTC
Created attachment 1124634 [details]
root.log

Comment 3 Fedora Release Engineering 2016-02-13 21:23:46 UTC
Created attachment 1124635 [details]
state.log

Comment 4 Orion Poplawski 2016-02-14 03:41:52 UTC
Upstream report: https://sourceforge.net/p/gnudatalanguage/bugs/688/

Patch for first error:

diff -ru gdl-0.9.6/src/typedefs.hpp gdl/src/typedefs.hpp
--- gdl-0.9.6/src/typedefs.hpp  2014-08-09 09:33:29.000000000 -0600
+++ gdl/src/typedefs.hpp        2016-02-04 15:48:46.000000000 -0700
@@ -235,7 +235,7 @@

   Guard& operator=( Guard& r)
   {
-    if( &r == this) return;
+    if( &r == this) return *this;
     delete guarded;
     guarded = r.guarded;
     r.guarded = NULL;

Comment 5 Jan Kurik 2016-02-24 14:43:08 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 6 Upstream Release Monitoring 2016-03-04 01:17:19 UTC
orion's gdl-0.9.6-5.fc25 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=741596