Bug 555467
Summary: | FTBFS w3m-0.5.2-15.fc12 | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | FTBFS <ftbfs> | ||||||||||||||
Component: | w3m | Assignee: | Parag Nemade <pnemade> | ||||||||||||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
Severity: | high | Docs Contact: | |||||||||||||||
Priority: | high | ||||||||||||||||
Version: | rawhide | CC: | i18n-bugs, pnemade, rdieter | ||||||||||||||
Target Milestone: | --- | Keywords: | Triaged | ||||||||||||||
Target Release: | --- | ||||||||||||||||
Hardware: | All | ||||||||||||||||
OS: | Linux | ||||||||||||||||
URL: | http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/ | ||||||||||||||||
Whiteboard: | |||||||||||||||||
Fixed In Version: | w3m-0.5.2-17.fc13 | Doc Type: | Bug Fix | ||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||
Clone Of: | Environment: | ||||||||||||||||
Last Closed: | 2010-02-22 08:51:38 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: | 538681 | ||||||||||||||||
Attachments: |
|
Description
FTBFS
2010-01-14 17:28:42 UTC
Created attachment 384083 [details]
root.log
root.log for i386
Created attachment 384084 [details]
build.log
build.log for i386
Created attachment 384085 [details]
mock.log
mock.log for i386
Created attachment 384086 [details]
root.log
root.log for x86_64
Created attachment 384087 [details]
build.log
build.log for x86_64
Created attachment 384088 [details]
mock.log
mock.log for x86_64
rdieter, Can you help me to fix this GC_set_warn_proc function patch in main.c file? nm I got it working with patch --- main.c.old 2007-05-31 06:49:50.000000000 +0530 +++ main.c 2010-02-16 16:16:24.000000000 +0530 @@ -842,7 +842,9 @@ mySignal(SIGPIPE, SigPipe); #endif - orig_GC_warn_proc = GC_set_warn_proc(wrap_GC_warn_proc); + orig_GC_warn_proc = GC_get_warn_proc(); + GC_set_warn_proc(wrap_GC_warn_proc); + err_msg = Strnew(); if (load_argc == 0) { /* no URL specified */ Fixed in w3m-0.5.2-17.fc13 |