Bug 160188
| Summary: | Build fails on x86_64 for FC3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael A. Peters <mpeters> |
| Component: | gnomesword | Assignee: | Michael A. Peters <mpeters> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | CC: | ivazqueznet |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| URL: | http://mpeters.us/fc_extras/gnomesword-2.1.2-2.fc3.failure.log.txt | ||
| Whiteboard: | |||
| Fixed In Version: | 2.1.2-2.3.fc3 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-09-16 01:06:40 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: | |||
|
Description
Michael A. Peters
2005-06-13 07:34:07 UTC
You'll need to rerun libtoolize and the autotools before %configure so that libtool can pick up the right libs. See lock-keys-applet. *** Bug 160187 has been marked as a duplicate of this bug. *** It produces the same failure http://extras64.linux.duke.edu/failed/3/gnomesword/2.1.2-2.2.fc3/x86_64/gnomesword-2.1.2-2.2.fc3.failure.log Here's the new build section of spec file %build %ifarch x86_64 libtoolize -c --force && aclocal-1.9 && autoheader && automake-1.9 && autoconf %endif %configure make %{?_smp_mflags} fixed in gnomesword-2.1.2-2.3.fc3 which has been through build system |