| 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: | 24 | CC: | paulo.cesar.pereira.de.andrade, yselkowi | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2016-03-17 19:27:25 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 1305208 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2016-02-13 21:09:09 UTC
Created attachment 1124240 [details]
build.log
Created attachment 1124241 [details]
root.log
Created attachment 1124242 [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 OSParseosil.tab.cpp:10774:120: error: cannot convert 'bool' to 'char*' in return
if(i != 6) { osilerror_wrapper( ch,osillineno,"incorrect sizeOf attribute in <base64BinaryData> element"); return false;}
OSParseosil.tab.cpp:180:98: error: cannot convert 'bool' to 'char*' in return
if( *ch != '=') { osilerror_wrapper( ch, osillineno, "found an attribute not defined"); return false;} \
OSParseosil.tab.cpp:10776:5: note: in expansion of macro 'GETATTRIBUTETEXT'
GETATTRIBUTETEXT;
^~~~~~~~~~~~~~~~
OSParseosil.tab.cpp:196:86: error: cannot convert 'bool' to 'char*' in return
else { osilerror_wrapper( ch, osillineno,"missing quote on attribute"); return false;} \
OSParseosil.tab.cpp:10776:5: note: in expansion of macro 'GETATTRIBUTETEXT'
GETATTRIBUTETEXT;
^~~~~~~~~~~~~~~~
OSParseosil.tab.cpp:10784:128: error: cannot convert 'bool' to 'char*' in return
if(*ch != '>' ) { osilerror_wrapper( ch,osillineno,"<base64BinaryData> element does not have a proper closing >"); return false;}
OSParseosil.tab.cpp:10793:104: error: cannot convert 'bool' to 'char*' in return
if(i != 18) { osilerror_wrapper( ch,osillineno," problem with <base64BinaryData> element"); return false;}
OSParseosil.tab.cpp:10801:129: error: cannot convert 'bool' to 'char*' in return
if(*ch != '>' ) { osilerror_wrapper( ch,osillineno,"</base64BinaryData> element does not have a proper closing >"); return false;}
See "Cannot convert 'bool' to 'T*'" in https://gcc.gnu.org/gcc-6/porting_to.html
pcpa's coin-or-OS-2.10.1-1.fc25 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=746116 Successfully waited 2:05 for coin-or-OS-2.10.1-1.fc25 to appear in the rawhide repo |