Bug 1423298
Summary: | coin-or-OS: FTBFS in rawhide | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | coin-or-OS | Assignee: | Paulo Andrade <paulo.cesar.pereira.de.andrade> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 26 | CC: | paulo.cesar.pereira.de.andrade, rc040203, rosset.filipe | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2018-02-04 23:28:35 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: | 1427391 | ||||||||||
Bug Blocks: | 1423041 | ||||||||||
Attachments: |
|
Description
Fedora Release Engineering
2017-02-17 03:31:14 UTC
Created attachment 1251648 [details]
build.log
Created attachment 1251649 [details]
root.log
Created attachment 1251650 [details]
state.log
This package fails to build on the arm7vl and the i386, with this error: # g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../OSCommonInterfaces -I/usr/include/asl -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DOS_BUILD -fopenmp -c OSStringUtil.cpp -fPIC -DPIC -o .libs/OSStringUtil.o In file included from /usr/include/cppad/local/recorder.hpp:15:0, from /usr/include/cppad/core/ad.hpp:22, from /usr/include/cppad/cppad.hpp:55, from ./../OSCommonInterfaces/OSnLNode.h:35, from ./../OSCommonInterfaces/OSGeneral.h:20, from OSMathUtil.h:26, from OSStringUtil.cpp:20: /usr/include/cppad/local/pod_vector.hpp:58:25: error: redefinition of 'bool CppAD::local::is_pod() [with Type = unsigned int]' template <> inline bool is_pod<size_t>(void) { return true; } ^~~~~~~~~~~~~~ /usr/include/cppad/local/pod_vector.hpp:56:25: note: 'bool CppAD::local::is_pod() [with Type = unsigned int]' previously declared here template <> inline bool is_pod<unsigned int>(void) { return true; } ^~~~~~~~~~~~~~~~~~~~ make[3]: *** [Makefile:595: OSStringUtil.lo] Error 1 I haven't investigated in depth, but this indicates 32bit issues either in cppad or coin-or-OS. This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'. pcpa's coin-or-OS-2.10.1-5.fc27 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=876465 sagitter's coin-or-OS-2.10.1-7.fc27 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=913170 sagitter's coin-or-OS-2.10.1-8.fc27 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=913442 sagitter's coin-or-OS-2.10.1-10.fc27 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=944136 |