Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1161152

Summary: FTBFS: src/stacktrace_impl_setup-inl.h:51:31: fatal error: stacktrace_powerpc-linux-inl.h: No such file or directory
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: gperftoolsAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: 21CC: tcallawa
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: 2014-11-06 14:27:16 UTC Type: Bug
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:    
Bug Blocks: 1071880    

Description Karsten Hopp 2014-11-06 14:17:30 UTC
Description of problem:
latest gperftools doesn't build on ppc64 and ppc64le in F21:

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -fno-strict-aliasing -Wno-unused-local-typedefs -DTCMALLOC_LARGE_PAGES -c src/stacktrace.cc  -fPIC -DPIC -o .libs/stacktrace.o
In file included from src/stacktrace.cc:118:0:
src/stacktrace_impl_setup-inl.h:51:31: fatal error: stacktrace_powerpc-linux-inl.h: No such file or directory
 #include STACKTRACE_INL_HEADER
                               ^
compilation terminated.
make: *** [stacktrace.lo] Error 1

Version-Release number of selected component (if applicable):
gperftools-2.2-2.fc21

How reproducible:
always

Steps to Reproduce:
1. pc-koji build --scratch f21 gperftools-2.2-2.fc21.src.rpm
2.
3.

Actual results:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=2173372
(that failed on ppc64le, but I've verified that it fails with the same error on ppc64)

Expected results:


Additional info:

Comment 1 Karsten Hopp 2014-11-06 14:27:16 UTC
sorry, already fixed in a newer release