w3m-0.5.2-15.fc12.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. If you believe this is actually a bug in another package, do NOT change the component in this bug or close this bug. Instead, add the appropriate bug number from the other package to the "Depends on" line in this bug. If the other package does not yet have a bug created that you think matches, please create one. Doing so helps us properly track bugs and their dependencies, just as we track package dependencies. (If you close this bug, and the other package is not fixed before the next FTBFS run, a new bug will get created. Please follow the above advice to avoid such duplication.)
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