Hide Forgot
Your package openscad failed to build from source in current rawhide. http://koji.fedoraproject.org/koji/taskinfo?taskID=12800996 For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Created attachment 1121592 [details] build.log
Created attachment 1121593 [details] root.log
Created attachment 1121594 [details] state.log
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
Reported upstream: https://github.com/openscad/openscad/issues/1575
Reduced: #include <type_traits> #include <utility> template <class T> struct A; template <class T> struct B; template <class T> struct A { A(A&&) = default; A(const B<T> &); }; template <class T> struct B { std::pair<A<T>,int> a; B(B&&) = default; }; bool b = std::is_move_constructible<A<int> >::value;
(In reply to Jason Merrill from comment #6) > Reduced: That compiles fine with g++ 5.3 (with -std=c++11) but not with 6.0. PR?
Shouldn't wee send that upstream? https://github.com/openscad/openscad/issues/1575
*** Bug 1323402 has been marked as a duplicate of this bug. ***
What is the contingency plan if gcc doesn't get fixed? I don't want to end up without OpenSCAD in F24.
GCC has been fixed.
... upstream. Not in Fedora yet.
Awesome, thanks. Shall I create a bug for gcc component?
The gcc issue is fixed in gcc-6.0.0-0.20.fc24. I've submitted a buidroot override and will build openscad once it's in effect. Already successfully built in mock and building in Koji for rawhide.
churchyard's openscad-2015.03.2-6.fc25 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=752981
openscad-2015.03.2-6.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-c59697e8db
openscad-2015.03.2-6.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-c59697e8db
openscad-2015.03.2-6.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.
Thank you all for help.