Bug 1307523 - gdl: FTBFS in rawhide
Summary: gdl: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gdl
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact: Fedora Extras Quality Assurance
URL: https://sourceforge.net/p/gnudatalang...
Whiteboard:
Depends On:
Blocks: F24FTBFS
TreeView+ depends on / blocked
 
Reported: 2016-02-13 21:23 UTC by Fedora Release Engineering
Modified: 2016-03-04 02:14 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-04 02:14:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (84.20 KB, text/plain)
2016-02-13 21:23 UTC, Fedora Release Engineering
no flags Details
root.log (138.28 KB, text/plain)
2016-02-13 21:23 UTC, Fedora Release Engineering
no flags Details
state.log (605 bytes, text/plain)
2016-02-13 21:23 UTC, Fedora Release Engineering
no flags Details

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


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