![]() |
|
1
5th September 10:11
External User
Posts: 1
|
I can't compile xfree. Either -r5 or -r6 give this compilation error:
LD_LIBRARY_PATH=../../../exports/lib ../../../exports/bin/xcursorgen X_cursor.cfg X_cursor make[4]: *** [X_cursor] Segmentation fault make[4]: *** Deleting file `X_cursor' make[4]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r6/work/xc/programs/xcursorgen/redglass' make[3]: *** [install] Error 2 make[3]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r6/work/xc/programs/xcursorgen' make[2]: *** [install] Error 2 make[2]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r6/work/xc/programs' make[1]: *** [install] Error 2 make[1]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r6/work/xc' make: *** [install] Error 2 !!! ERROR: x11-base/xfree-4.3.0-r6 failed. !!! Function src_install, Line 636, Exitcode 2 !!! (no error message) Should I try to debug xcursorgen? -- __Pascal Bourguignon__ http://www.informatimago.com/ There is no worse tyranny than to force a man to pay for what he does not want merely because you think it would be good for him. -- Robert Heinlein -- gentoo-user@gentoo.org mailing list |
|
|
SPONSORED LINKS BY GOOGLE |
|
2
5th September 10:11
External User
Posts: 1
|
Hmmmm segfault... it looks like the compiler crashed. I'd start by running
memtest over night and see if some bad memory turns up.... Maybe a good time to reapply heatsink goo to the cpu or clean the fins and fans... I guess I'm saying that it sounds like a hadrware fault to me, more than a software issue. -- ************************************************** **************************** Registered Linux User Number 185956 FSF Associate Member number 2340 since 05/20/2004 Join me in chat at #linux-users on irc.freenode.net Buy an Xbox for $149.00, run linux on it and Microsoft loses $150.00! 10:18pm up 66 days, 1:00, 7 users, load average: 0.06, 0.11, 0.09 -- gentoo-user@gentoo.org mailing list |
|
|
SPONSORED LINKS BY GOOGLE |
|
3
5th September 10:11
External User
Posts: 1
|
Jerry McBride writes:
It's an Apple Computer Inc. iBook G3. I'd tend to trust Apple hardware. Besides, it's not a crash of gcc, but a crash of xcursorgen. -- __Pascal Bourguignon__ http://www.informatimago.com/ There is no worse tyranny than to force a man to pay for what he does not want merely because you think it would be good for him. -- Robert Heinlein -- gentoo-user@gentoo.org mailing list |
|
|
4
5th September 10:11
External User
Posts: 1
|
Jerry McBride writes:
It's an Apple Computer Inc. iBook G3. I'd tend to trust Apple hardware. Besides, it's not a crash of gcc, but a crash of xcursorgen. In addition, the crash occurs at the same place every time I try to compile xfree86 (about 6 times up to now), and whether it's version -r5 or -r6. -- __Pascal Bourguignon__ http://www.informatimago.com/ There is no worse tyranny than to force a man to pay for what he does not want merely because you think it would be good for him. -- Robert Heinlein -- gentoo-user@gentoo.org mailing list |
|
|
5
5th September 10:11
External User
Posts: 1
|
Check the gentoo-ppc mailing list archives:
http://news.gmane.org/gmane.linux.gentoo.ppc There's a thread called "X11 fails to compile", which starts at: http://article.gmane.org/gmane.linux.gentoo.ppc/474 -- Daniel Westermann-Clark -- gentoo-user@gentoo.org mailing list |
|
|
6
5th September 23:37
External User
Posts: 1
|
Daniel Westermann-Clark writes:
Well, as it was hinted in the followups, and as I confirmed, this does not work. -- __Pascal Bourguignon__ http://www.informatimago.com/ There is no worse tyranny than to force a man to pay for what he does not want merely because you think it would be good for him. -- Robert Heinlein -- gentoo-user@gentoo.org mailing list |
|
|
7
6th September 03:44
External User
Posts: 1
|
This problem is because your libpng was compiled with a different
compiler from that which you're using to compile X. xcursorgen uses the libpng read setjmp() stuff to handle broken files. Due to the different compilers, this use of setjmp() seg faults when setjmp() is called. This happens for other packages as well e.g. htmldoc. The solution is too reemerge libpng, which is them compiled with your new compiler. -jonathan -- gentoo-user@gentoo.org mailing list |
|
|
8
8th September 19:57
External User
Posts: 1
|
xSAPPYx posted <8206ae96040624192412c3caf6@mail.gmail.com>, excerpted
below, on Thu, 24 Jun 2004 19:24:45 -0700: Check out the other make.* files in /etc along with make.conf. There's a global file and an example file, both of which are heavily commented, and one (at least) of which has just what you are looking for, a ready-made wget command that's bandwidth limited. (IDR seeing one for rsync, but it should be easily doable, with the various comments and general documentation floating around.) -- Duncan - List replies preferred. No HTML msgs. "They that can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety." -- Benjamin Franklin -- gentoo-user@gentoo.org mailing list |
|
|
|