Bug 804326

Summary: FTBFS: xml.cpp:455:33: error: impossible register constraint in 'asm'
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: tcpflowAssignee: Terje Røsten <terje.rosten>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: 17CC: terje.rosten
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-31 15:39:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Karsten Hopp 2012-03-17 20:17:48 UTC
Description of problem:
builds on PPC fail with this error:
main.cpp: In function 'void terminate(int)':
main.cpp:85:6: warning: function might be candidate for attribute 'noreturn' [-Wsuggest-attribute=noreturn]
tcpip.cpp: In member function 'void tcpip::print_packet(const u_char*, u_int32_t)':
tcpip.cpp:435:36: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
xml.cpp: In static member function 'static void xml::cpuid(uint32_t, long unsigned int*, long unsigned int*, long unsigned int*, long unsigned int*)':
xml.cpp:455:33: error: impossible register constraint in 'asm'
make[2]: *** [xml.o] Error 1

Version-Release number of selected component (if applicable):
tcpflow-1.1.0-1.fc17

How reproducible:
always

Steps to Reproduce:
1. ppc-koji build --scratch f17 tcpflow-1.1.0-1.fc17.scr.rpm
2.
3.
  
Actual results:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=447439

Expected results:


Additional info:

Comment 1 Terje Røsten 2012-03-25 20:30:49 UTC
Thanks for your report, I need help from gcc/ppc experts here.