Summary: | xfree -r12 fails compiling | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | José Alberto Suárez López <bass> |
Component: | Current packages | Assignee: | Martin Schlemmer (RETIRED) <azarah> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bass |
Priority: | High | ||
Version: | 1.2 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
José Alberto Suárez López
2002-06-21 09:39:11 UTC
I thought we already had a bug like this, and that it was with more than xfree ? yes, i have the same error, almost with winex, and mozilla 1x, but i dont have the error with <xfree-r12 or <mozilla-1 Ok, but like I already told you, I have merged -r12 more than 10 times already. Also, there is not patch between -r11 or -r12 that touch the bison files. Sigh .. maybe try to disable the sandbox (remove from FEATURES in make.conf), and try again ? now i have this: including in config/util... make[3]: Cambiando a directorio `/var/tmp/portage/xfree-4.2.0-r12/work/xc/config/util' gcc -mcpu=k6 -march=k6 -O2 -pipe -fomit-frame-pointer -ansi -pedantic -pipe -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -c -o makestrs.o makestrs.c In file included from makestrs.c:34: /usr/include/stdlib.h:306: parse error before `__THRO' make[3]: *** [makestrs.o] Error 1 make[3]: Saliendo directorio `/var/tmp/portage/xfree-4.2.0-r12/work/xc/config/util' make[2]: *** [includes] Error 2 make[2]: Saliendo directorio `/var/tmp/portage/xfree-4.2.0-r12/work/xc/config' make[1]: *** [includes] Error 2 make[1]: Saliendo directorio `/var/tmp/portage/xfree-4.2.0-r12/work/xc' make: *** [World] Error 2 !!! ERROR: The ebuild did not complete successfully. !!! Function src_compile, Line 13, Exitcode 2 !!! (no error message) !!! emerge the same error with bison in xaw3d: + ln -s ../../../.././ToggleP.h . + rm -f Tree.h + ln -s ../../../.././Tree.h . + rm -f TreeP.h + ln -s ../../../.././TreeP.h . + rm -f VendorEP.h + ln -s ../../../.././VendorEP.h . + rm -f Viewport.h + ln -s ../../../.././Viewport.h . + rm -f ViewportP.h + ln -s ../../../.././ViewportP.h . + rm -f XawImP.h + ln -s ../../../.././XawImP.h . + rm -f XawInit.h + ln -s ../../../.././XawInit.h . bison -y -d laygram.y make: *** [laygram.c] Violacin de segmento (segfault) !!! ERROR: The ebuild did not complete successfully. !!! Function src_compile, Line 8, Exitcode 2 !!! (no error message) it works with bison-1.28-r3 Ok, this is all well and neat, but I still would like to know why 1.32 works for the rest except two. |