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: | gperftools | Assignee: | Tom "spot" Callaway <tcallawa> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 21 | CC: | 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 | ||
sorry, already fixed in a newer release |
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: