When I try to emerge wine: emerge wine It comes back with this: ../../../tools/makedep -I. -I. -I../../../include -I../../../include -I/usr/kde/3.2/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -C. arts.c audio.c Unknown option '-pthread' Usage: ../../../tools/makedep [options] [files] Options: -Idir Search for include files in directory 'dir' -Cdir Search for source files in directory 'dir' -fxxx Store output in file 'xxx' (default: Makefile) -sxxx Use 'xxx' as separator (default: "### Dependencies") make[2]: *** [depend] Error 1 make[2]: Leaving directory `/var/tmp/portage/wine-20031118/work/wine-20031118/dlls/winmm/winearts' make[1]: *** [winmm/winearts/__depend__] Error 2 make[1]: Leaving directory `/var/tmp/portage/wine-20031118/work/wine-20031118/dlls' make: *** [dlls/__depend__] Error 2 !!! ERROR: app-emulation/wine-20031118 failed. !!! Function src_compile, Line 61, Exitcode 2 !!! (no error message) I think this could be because this wine autodetects pthreads at runtime and thus, doesn't need this? Thanks! Reproducible: Always Steps to Reproduce: 1.emerge wine 2.return of the error message 3. Actual Results: Crash of the emerge. Expected Results: wine being compiled correctly
*** This bug has been marked as a duplicate of 31557 ***