http://bugs.winehq.org/show_bug.cgi?id=23189
Summary: "make depend" segfaults in makedep program Product: Wine Version: 1.2-rc3 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: roland@mxchange.org
Created an attachment (id=28850) --> (http://bugs.winehq.org/attachment.cgi?id=28850) console logfile
I have recently updated my distribution packages (including libc6). I can compile many other programs on my box like FlightGear, eduke32 and many more. Before the update I was also able to compile wine flawlessly. Now it segfaults in makedep program which blocks me to build/update wine.
Attached is the console output and "ldd tools/makedep" output.
http://bugs.winehq.org/show_bug.cgi?id=23189
--- Comment #1 from Roland Haeder roland@mxchange.org 2010-06-15 04:46:39 --- Created an attachment (id=28851) --> (http://bugs.winehq.org/attachment.cgi?id=28851) ldd tools/makedep output
http://bugs.winehq.org/show_bug.cgi?id=23189
Roland Haeder roland@mxchange.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #28851|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=23189
Roland Haeder roland@mxchange.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #28850|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=23189
Roland Haeder roland@mxchange.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |roland@mxchange.org
--- Comment #2 from Roland Haeder roland@mxchange.org 2010-06-15 04:56:10 --- I have libc6 2.11.1-3 installed and I update now to 2.11.2-1. Hope this helps. :/
http://bugs.winehq.org/show_bug.cgi?id=23189
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|roland@mxchange.org | Severity|blocker |normal
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-15 05:02:58 --- 'make depend' works just fine here.
http://bugs.winehq.org/show_bug.cgi?id=23189
Roland Haeder roland@mxchange.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |roland@mxchange.org
--- Comment #4 from Roland Haeder roland@mxchange.org 2010-06-15 05:07:06 --- Still there, I have removed tools/makedep and tools/makedep.o to let it recompile it.
http://bugs.winehq.org/show_bug.cgi?id=23189
--- Comment #5 from Roland Haeder roland@mxchange.org 2010-06-15 05:09:19 --- Created an attachment (id=28853) --> (http://bugs.winehq.org/attachment.cgi?id=28853) Full strace output
This is the output of following command: quix0r@quix0r:~/git/wine/dlls/acledit$ strace ../../tools/makedep -C. -S../.. -T../.. main.c
http://bugs.winehq.org/show_bug.cgi?id=23189
Roland Haeder roland@mxchange.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #28853|Full strace output |strace output of makedep description| |usage
http://bugs.winehq.org/show_bug.cgi?id=23189
--- Comment #6 from Roland Haeder roland@mxchange.org 2010-06-15 05:12:59 --- Interesting... The directory /lib/i686/cmov/ contains a lot out-dated libs. So it looks like the linker is choosing the wrong version. :( I try to "zip" them away and re-compile.
http://bugs.winehq.org/show_bug.cgi?id=23189
--- Comment #7 from Roland Haeder roland@mxchange.org 2010-06-15 05:14:30 --- Created an attachment (id=28854) --> (http://bugs.winehq.org/attachment.cgi?id=28854) Directory contents of /lib/i686/cmov/
http://bugs.winehq.org/show_bug.cgi?id=23189
--- Comment #8 from Roland Haeder roland@mxchange.org 2010-06-15 05:18:27 --- Fixed and solved. I had to remove a package called "libc6-i686" (aptitude didn't show it) and then "make depend" works again.
BTW: I used "dpkg --purge libc6-i686"
http://bugs.winehq.org/show_bug.cgi?id=23189
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2010-06-15 05:35:28 --- Invalid, broken setup.
http://bugs.winehq.org/show_bug.cgi?id=23189
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-15 09:37:31 --- Closing invalid.