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 - FTBFS: src/stacktrace_impl_setup-inl.h:51:31: fatal error: stacktrace_powerpc-linux-inl.h: No such file or directory
Summary: FTBFS: src/stacktrace_impl_setup-inl.h:51:31: fatal error: stacktrace_powerpc...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gperftools
Version: 21
Hardware: powerpc
OS: Linux
medium
high
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PPCTracker
TreeView+ depends on / blocked
 
Reported: 2014-11-06 14:17 UTC by Karsten Hopp
Modified: 2014-11-06 14:27 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-11-06 14:27:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.