[12:38] doko: the /usr/include/powercp64-linux-gnu problem will affect lkh as well. Hmm... [12:39] doko: Is the problem just that it's not the correct GNU triple? [01:09] jbailey: yes [01:15] 'kay. It'll be a bit of fun. I suspect that the right thing will be to do the transition locally and hand it all to Adam in binary form to bootstrap and slip in. [01:15] Anyhow, need to run! === doko [n=doko@dslb-088-073-107-122.pools.arcor-ip.net] has joined #ubuntu-toolchain [11:20] infinity: bootstrap ping === mdz_ [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-toolchain === rodarvus_ [n=rodarvus@200.175.197.33.adsl.gvt.net.br] has joined #ubuntu-toolchain === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-toolchain [03:09] doko: He's been sick. === rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #ubuntu-toolchain [07:23] hi [07:23] any gcc expert online? [07:23] I had a gcc crash build mesa [07:23] ugh [07:24] I had a gcc crash building mesa, just a few minutes ago [07:26] rodarvus: Paste the bug, maybe I can help. [07:26] If not, doko will see it when he's back. [07:27] hope nobody bothers if I paste it here :) [07:27] cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/shader/grammar -I../../src/mesa/shader/slang -I../../src/mesa/shader/slang/OSDependent/Linux -I../../src/mesa/shader/slang/OGLCompilersDLL -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GN [07:28] U_SOURCE -DUSE_XSHM -DPTHREADS -ansi -pedantic -Wall -fPIC -std=c99 -O3 -march=i686 -msse -mfpmath=387 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM shader/arbprogparse.c -o shader/arbprogparse.o [07:28] shader/arbprogparse.c: In function parse_attrib_binding: [07:28] shader/arbprogparse.c:1425: warning: texcoord may be used uninitialized in this function [07:28] shader/arbprogparse.c:1509: warning: unit may be used uninitialized in this function [07:28] shader/arbprogparse.c: In function parse_arb_program: [07:28] shader/arbprogparse.c:3437: warning: Negate[1] is used uninitialized in this function [07:28] shader/arbprogparse.c:3437: warning: Negate[2] is used uninitialized in this function [07:28] shader/arbprogparse.c:3437: warning: Negate[3] is used uninitialized in this function [07:28] shader/arbprogparse.c:3864: internal compiler error: Segmentation fault [07:28] Please submit a full bug report, [07:28] with preprocessed source if appropriate. [07:28] See for instructions. [07:28] For Debian GNU/Linux specific bug reporting instructions, [07:28] see . [07:28] The bug is not reproducible, so it is likely a hardware or OS problem. [07:28] make[3] : *** [shader/arbprogparse.o] Error 1 [07:28] make[3] : Leaving directory `/home/rodarvus/canonical/code/merges/mesa/ubuntu/mesa-6.4.1/build/gl-debian_i386/src/mesa' [07:28] make[2] : *** [default] Error 2 [07:28] make[2] : Leaving directory `/home/rodarvus/canonical/code/merges/mesa/ubuntu/mesa-6.4.1/build/gl-debian_i386/src/mesa' [07:28] make[1] : *** [subdirs] Error 1 [07:28] make[1] : Leaving directory `/home/rodarvus/canonical/code/merges/mesa/ubuntu/mesa-6.4.1/build/gl-debian_i386/src' [07:28] make: *** [debian/stamp/target-gl-debian_i386] Error 2 [07:28] jbailey: I'm rebuilding mesa right now, to check if the error is somehow hardware related [07:29] rodarvus: Try dropping from -O3 to -O2. [07:29] -O3 includes some experimental optimisations sometimes that can cause troubles. [07:29] If that fixes it, it's still worth filing a bug. doko can always work with you to get a reduced testcase. [07:30] hmm, actually I've just bitten my own tongue - I was able to manually compile it, even with -O3 [07:31] so indeed it looks like something hardware "or OS" related :/ [07:31] jbailey: thanks! [07:31] I like hardware problems :-) [07:31] better than compiler bugs [07:31] "It's your set up" === mdz_ [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-toolchain