Bug 434317
Summary: | nethack-vultures failed massrebuild attempt for GCC 4.3 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
Component: | nethack-vultures | Assignee: | Karen Pease <meme> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9 | CC: | dcantrell, ftbfs, jonstanley, kevin |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 2.1.0-14.fc10 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-08-12 21:25:19 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: | 430545 | ||
Bug Blocks: | 432425 |
Description
Jesse Keating
2008-02-22 15:58:55 UTC
original error: DEBUG util.py:261: Error: Missing Dependency: libcap.so.1()(64bit) is needed by package dbus-libs DEBUG util.py:261: Error: Missing Dependency: libcap.so.1()(64bit) is needed by package dbus scratch build submitted as 477423 linker error Loading ... /usr/bin/ld: cannot find -lSDLmain collect2: ld returned 1 exit status The original build failure was just a transient build error. Unfortunately, a simple rebuild won't fix it due to a new problem uncovered by comment #2. This is bug 430545. You have to add: BuildRequires: SDL-static for now. The reason is that libSDLmain is only available as a static library, and SDL-devel excludes _all_ static libraries in Rawhide, even the static-only libSDLmain. Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping *** Bug 449597 has been marked as a duplicate of this bug. *** Is anyone still getting a failure to build? Or can I close this? You have to submit a new build for Rawhide, then you can close this. All packages should have been rebuilt for GCC 4.3, this has still not happened for nethack-vultures. (It is _not_ worth submitting an update for Fedora 9 just for this, but the rebuild should happen in time for Fedora 10. The sooner, the better.) Actually, I just submitted it to get this out of the way: http://koji.fedoraproject.org/koji/taskinfo?taskID=755091 Argh, now fails due to the new RPM: + echo 'Patch #2 (nethack-vultures-1.10.1-clawguide.patch):' Patch #2 (nethack-vultures-1.10.1-clawguide.patch): + /bin/cat /builddir/build/SOURCES/nethack-vultures-1.10.1-clawguide.patch + /usr/bin/patch -s -p0 --fuzz=0 1 out of 1 hunk FAILED Quick fix: add this line to the top of the specfile: %define _default_patch_fuzz 2 Better fix: rediff the patch so it applies without fuzz. A fixed build finally made it through to Rawhide. One less longstanding FTBFS. |