vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I trying to update wine but it fails -L../../libs/wine -lwine -L../../libs/unicode -lwine_unicode -L../../libs/port -lwine_port /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld: warni ng: creating a DT_TEXTREL in object. make[2]: Leaving directory `/var/tmp/portage/wine-20050524/work/wine-20050524/dl ls/kernel' make[1]: Leaving directory `/var/tmp/portage/wine-20050524/work/wine-20050524/dl ls' make: *** [dlls] Error 2 !!! ERROR: app-emulation/wine-20050524 failed. !!! Function src_compile, Line 108, Exitcode 2 !!! all !!! If you need support, post the topmost build error, NOT this status message. athlonxp fred # I looked back through the build process and found this In file included from regsvr.c:27: .../../include/winbase.h:1702: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugs.gentoo.org/> for instructions. i686-pc-linux-gnu-gcc -c -I. -I. -I../../../include -I../../../include -DWINE_N O_DEBUG_MSGS -DWINE_NO_TRACE_MSGS -D_REENTRANT -fPIC -Wall -pipe -mpreferred-st ack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -march=athlon-xp - O2 -o path.o path.c The bug is not reproducible, so it is likely a hardware or OS problem. make[2]: *** [regsvr.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/wine-20050524/work/wine-20050524/dl ls/ole32' make[1]: *** [ole32] Error 2 i686-pc-linux-gnu-gcc -c -I. -I. -I../../../include -I../../../include -DWINE_N O_DEBUG_MSGS -DWINE_NO_TRACE_MSGS -D_REENTRANT -fPIC -Wall -pipe -mpreferred-st ack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -march=athlon-xp - O2 -o pipe.o pipe.c make[1]: *** Waiting for unfinished jobs.... I know it says it is not reproducible but it does the same every time when I try to emerge it! As I using gcc-3.4.4 which is in testing could the compiler be the problem, or is it wine which is also testing version wine-20050524. Can anyone point me in the right direction? |
| ||||
| Andrew Walker wrote: > I trying to update wine but it fails > > I looked back through the build process and found this > > ../../include/winbase.h:1702: internal compiler error: Segmentation fault Well, there you have it. Your compiler segfaults, which can be a sign of both hardware and software issues. In this case probably software. Try a stable compiler and run a revdep-rebuild scan just to be sure that's not the problem. It's safe to say that anything that causes the compiler to segfault is a bug in the compiler and not the software being compiled. -- PeKaJe "Yes, we all remember the (in)famous Tee-Gee Super-Duper-Linux-Exploit Dangerous as hell it was. Whole continents where in grave danger of laughing themselves to death" -- Peter Köhlmann in COLA |