Hide Forgot
Your package polymake failed to build from source in current rawhide. http://koji.fedoraproject.org/koji/taskinfo?taskID=12969245 For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Created attachment 1127706 [details] build.log
Created attachment 1127707 [details] root.log
Created attachment 1127708 [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
The failure is: /usr/bin/perl /builddir/build/BUILD/polymake-2.14r1/support/guarded_compiler.pl g++ -c -o perl/Plucker.o -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/include/eigen3 -Wno-unused-local-typedefs -std=gnu++98 -I/builddir/build/BUILD/polymake-2.14r1/include/core-wrappers -I/builddir/build/BUILD/polymake-2.14r1/include/core -I/builddir/build/BUILD/polymake-2.14r1/include/app-wrappers -I/builddir/build/BUILD/polymake-2.14r1/include/apps -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/include/eigen3 -Wno-unused-local-typedefs -std=gnu++98 -ftemplate-depth-200 -Wall -Wno-strict-aliasing -Wno-parentheses -fwrapv -fopenmp -DPOLYMAKE_APPNAME=common -DNDEBUG -DPOLYMAKE_DEBUG=0 -O2 -MD /builddir/build/BUILD/polymake-2.14r1/apps/common/src/perl/Plucker.cc In file included from /builddir/build/BUILD/polymake-2.14r1/include/core-wrappers/polymake/Plucker.h:20:0, from /builddir/build/BUILD/polymake-2.14r1/apps/common/src/perl/Plucker.cc:20: /builddir/build/BUILD/polymake-2.14r1/include/core/polymake/Plucker.h: In instantiation of 'pm::Plucker<pm::Rational> pm::join(const pm::Plucker<pm::Rational>&, const pm::Plucker<pm::Rational>&)': /builddir/build/BUILD/polymake-2.14r1/include/core/polymake/Plucker.h:183:88: required from 'pm::Plucker<pm::Rational> pm::operator+(const pm::Plucker<pm::Rational>&, const pm::Plucker<pm::Rational>&)' /builddir/build/BUILD/polymake-2.14r1/include/core/polymake/perl/wrappers.h:1377:1: required from 'static sv* pm::perl::Operator_Binary_add<Arg0, Arg1>::call(sv**, char*) [with Arg0 = pm::perl::Canned<const pm::Plucker<pm::Rational> >; Arg1 = pm::perl::Canned<const pm::Plucker<pm::Rational> >]' /builddir/build/BUILD/polymake-2.14r1/include/core/polymake/perl/wrappers.h:253:21: required from 'static void pm::perl::WrapperBase<Wrapper>::register_it(const char (&)[namelen], const char (&)[filelen], int, _app_list) [with long unsigned int namelen = 5ul; long unsigned int filelen = 70ul; _app_list = int; Wrapper = pm::perl::Operator_Binary_add<pm::perl::Canned<const pm::Plucker<pm::Rational> >, pm::perl::Canned<const pm::Plucker<pm::Rational> > >]' /builddir/build/BUILD/polymake-2.14r1/include/core/polymake/perl/wrappers.h:1377:1: required from 'pm::perl::Operator_Binary_add<Arg0, Arg1>::Operator_Binary_add(const char (&)[fl], int, first_arg_type) [with long unsigned int fl = 70ul; first_arg_type = int; Arg0 = pm::perl::Canned<const pm::Plucker<pm::Rational> >; Arg1 = pm::perl::Canned<const pm::Plucker<pm::Rational> >]' /builddir/build/BUILD/polymake-2.14r1/apps/common/src/perl/Plucker.cc:41:4: required from here /builddir/build/BUILD/polymake-2.14r1/include/core/polymake/Plucker.h:143:72: error: invalid initialization of non-const reference of type 'pm::Vector<int>&' from an rvalue of type 'pm::Vector<int>' const Vector<int> perm = Vector<int>(p1.k(), entire(*Ait)) | Vector<int>(p2.k(), entire(*Bit)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~