Thread overview
1e Regression
Apr 04, 2004
resistor
Apr 04, 2004
Brian Hammond
Apr 21, 2004
resistor
Apr 22, 2004
eluusive
Apr 22, 2004
David Friedman
Apr 22, 2004
resistor
April 04, 2004
Brian Hammond brought it to my attention that there's a regression in GDC 1e:
Phobos no longer
compiles on OS X.  I hadn't noticed this before because I didn't rebuild my
Phobos when upgrading
from 1d.  The errors are reproduced below.

Owen

gcc -o config/gen_unix.o -g -O2 -DPHOBOS_USE_PTHREADS=1 -DHAVE_CONFIG_H -I
etc/c/stlsoft -I .
-c ../../gcc-3.3.3/gcc/d/phobos/config/gen_unix.c
gcc -o gen_unix config/gen_unix.o
/gen_unix > frag-unix
cat ../../gcc-3.3.3/gcc/d/phobos/config/unix-head frag-unix
./../gcc-3.3.3/gcc/d/phobos/config/
unix-mid > gcc/configunix.d
gcc -o config/gen_config1.o -g -O2 -DPHOBOS_USE_PTHREADS=1 -DHAVE_CONFIG_H -I
etc/c/stlsoft
-I . -c ../../gcc-3.3.3/gcc/d/phobos/config/gen_config1.c
gcc -o gen_config1 config/gen_config1.o
/gen_config1 > frag-gen
cat ../../gcc-3.3.3/gcc/d/phobos/config/config-head frag-ac frag-gen
./../gcc-3.3.3/gcc/d/phobos/
config/config-mid ../../gcc-3.3.3/gcc/d/phobos/config/config-tail > gcc/config.d
gdc -o gcc/configunix.o -g -O2 -fversion=GNU_Semaphore_Mach  -nostdinc -I
./../gcc-3.3.3/gcc/d/
phobos -I ../../gcc-3.3.3/gcc/d/phobos/internal/gc -c gcc/configunix.d
gcc/configunix.d:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [gcc/configunix.o] Error 1


April 04, 2004
You beat me to it Owen!

In article <c4njls$o1o$1@digitaldaemon.com>, resistor@mac.com says...
>
>Brian Hammond brought it to my attention that there's a regression in GDC 1e:
>Phobos no longer
>compiles on OS X.  I hadn't noticed this before because I didn't rebuild my
>Phobos when upgrading
>from 1d.  The errors are reproduced below.
>
>Owen
>
>gcc -o config/gen_unix.o -g -O2 -DPHOBOS_USE_PTHREADS=1 -DHAVE_CONFIG_H -I
>etc/c/stlsoft -I .
>-c ../../gcc-3.3.3/gcc/d/phobos/config/gen_unix.c
>gcc -o gen_unix config/gen_unix.o
>/gen_unix > frag-unix
>cat ../../gcc-3.3.3/gcc/d/phobos/config/unix-head frag-unix
>./../gcc-3.3.3/gcc/d/phobos/config/
>unix-mid > gcc/configunix.d
>gcc -o config/gen_config1.o -g -O2 -DPHOBOS_USE_PTHREADS=1 -DHAVE_CONFIG_H -I
>etc/c/stlsoft
>-I . -c ../../gcc-3.3.3/gcc/d/phobos/config/gen_config1.c
>gcc -o gen_config1 config/gen_config1.o
>/gen_config1 > frag-gen
>cat ../../gcc-3.3.3/gcc/d/phobos/config/config-head frag-ac frag-gen
>./../gcc-3.3.3/gcc/d/phobos/
>config/config-mid ../../gcc-3.3.3/gcc/d/phobos/config/config-tail > gcc/config.d
>gdc -o gcc/configunix.o -g -O2 -fversion=GNU_Semaphore_Mach  -nostdinc -I
>./../gcc-3.3.3/gcc/d/
>phobos -I ../../gcc-3.3.3/gcc/d/phobos/internal/gc -c gcc/configunix.d
>gcc/configunix.d:0: internal compiler error: Segmentation fault
>Please submit a full bug report,
>with preprocessed source if appropriate.
>See <URL:http://gcc.gnu.org/bugs.html> for instructions.
>make: *** [gcc/configunix.o] Error 1
>
>


April 21, 2004
Any chance of getting the ICE on Phobos compile fixed?  That's a pretty crippling bug for OS X!

Owen


April 22, 2004
In article <c64rq6$22ff$1@digitaldaemon.com>, resistor@mac.com says...
>
>Any chance of getting the ICE on Phobos compile fixed?  That's a pretty crippling bug for OS X!
>
>Owen
>
>

I second that!  I wanna have fun too!


April 22, 2004
Sorry, guys! I've been really lazy the past few weeks, but the next release is almost ready.  I should be able to post a snapshot with the fixes for 1e tomorrow.

David

eluusive@sbcglobal.net wrote:
> In article <c64rq6$22ff$1@digitaldaemon.com>, resistor@mac.com says...
> 
>>Any chance of getting the ICE on Phobos compile fixed?  That's a pretty
>>crippling bug for OS X!
>>
>>Owen
>>
>>
> 
> 
> I second that!  I wanna have fun too!
> 
> 

April 22, 2004
Hey, no problem.  I just wanted to know that you'd seen it.  It is rather a
show-stopper for OS X after
all!

Thanks again for all your great work!

Owen

In article <c678du$45b$1@digitaldaemon.com>, David Friedman says...
>
>Sorry, guys! I've been really lazy the past few weeks, but the next release is almost ready.  I should be able to post a snapshot with the fixes for 1e tomorrow.
>
>David
>
>eluusive@sbcglobal.net wrote:
>> In article <c64rq6$22ff$1@digitaldaemon.com>, resistor@mac.com says...
>> 
>>>Any chance of getting the ICE on Phobos compile fixed?  That's a pretty crippling bug for OS X!
>>>
>>>Owen
>>>
>>>
>> 
>> 
>> I second that!  I wanna have fun too!
>> 
>> 
>