Bug 659674
| Summary: | can't rebuild test failed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Levente Farkas <lfarkas> | ||||
| Component: | guile | Assignee: | Miroslav Lichvar <mlichvar> | ||||
| Status: | CLOSED ERRATA | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 6.0 | CC: | ovasik, pkovar, psplicha, rbiba, rdassen, redhatbugs, rvokal, tis | ||||
| Target Milestone: | rc | Keywords: | Patch | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
Due to a problem in the build test suite, the guile package failed to build. The problem has been resolved in this update so that the guile package now builds properly.
|
Story Points: | --- | ||||
| Clone Of: | |||||||
| : | 712814 (view as bug list) | Environment: | |||||
| Last Closed: | 2011-06-08 08:26:18 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: | 658636, 697582 | ||||||
| Attachments: |
|
||||||
|
Description
Levente Farkas
2010-12-03 12:39:11 UTC
Patch for this issue is in fedora 1.8.7-5 package. Created attachment 468951 [details]
Patch from guile-1.8.7-6.fc14
This patch from guile-1.8.7-6.fc14 fixes the problem for me on RHEL6 with the RHEL6 guile sources.
This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. This request has been proposed for the next release of Red Hat Enterprise Linux. If you would like it considered as an exception in the current release, please ask your support representative. The patch of comment #3 is upsteam at http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=5b98517a652ea51cbb0fd03e87a50c0b3add9707 and was committed in December 2009. This bug has cascading consequences; several other packages depend on guile and won't build either until this is fixed. Confirming that the patch works. It needs this in addition: --- guile.spec.orig 2009-11-30 16:52:14.000000000 +0100 +++ guile.spec 2011-03-13 10:32:27.479571876 +0100 @@ -12,6 +12,7 @@ Patch3: guile-1.8.7-ia64jmp.patch Patch4: guile-1.8.6-deplibs.patch Patch5: guile-1.8.7-linemarkers.patch +Patch6: guile-1.8.7-libtest-asmobs.patch License: GPLv2+ and LGPLv2+ Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -55,6 +56,7 @@ %patch3 -p1 -b .ia64jmp %patch4 -p1 -b .deplibs %patch5 -p1 -b .linemarkers +%patch6 -p1 %build An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0855.html
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
Due to a problem in the build test suite, the guile package failed to build. The problem has been resolved in this update so that the guile package now builds properly.
|