Bug 434481
| Summary: | iptables failed massrebuild attempt for GCC 4.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
| Component: | iptables | Assignee: | Thomas Woerner <twoerner> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dcantrell, sconklin |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-03-11 12:45:10 UTC | Type: | --- |
| 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: | 432425 | ||
|
Description
Jesse Keating
2008-02-22 16:28:55 UTC
x86_64 build failed
+ TOPDIR=/builddir/build/BUILD/iptables-1.4.0
+ OPT='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic
-I/builddir/build/BUILD/iptables-1.4.0/include -fPIC'
+ export KERNEL_DIR=/usr
+ KERNEL_DIR=/usr
+ export KBUILD_OUTPUT=/usr
+ KBUILD_OUTPUT=/usr
+ export DO_SELINUX=1
+ DO_SELINUX=1
+ make 'COPT_FLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic
-I/builddir/build/BUILD/iptables-1.4.0/include -fPIC' LIBDIR=/lib64
Making dependencies: please wait...
Unable to resolve dependency on linux/compiler.h. Try 'make clean'.
Extensions found:
error: Bad exit status from /var/tmp/rpm-tmp.98987 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.98987 (%build)
EXCEPTION: Command failed. See logs for output.
# bash --login -c 'rpmbuild -bb --target x86_64 --nodeps
//builddir/build/SPECS/iptables.spec'
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/mock/trace_decorator.py", line 70, in trace
result = func(*args, **kw)
File "/usr/lib/python2.4/site-packages/mock/util.py", line 287, in do
raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" %
(command,), ret)
Error: Command failed. See logs for output.
# bash --login -c 'rpmbuild -bb --target x86_64 --nodeps
//builddir/build/SPECS/iptables.spec'
LEAVE do --> EXCEPTION RAISED
Fixed in rawhide in package iptables-1.4.0-3.fc9. |