[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2005-02-09 Thread peter at pogma dot com
--- Additional Comments From peter at pogma dot com 2005-02-10 03:08 --- My /dev/null also gets unlinked during 'sudo make install', so I decided to find the problem. I made a shared library that contained an unlink function: #include sys/syscall.h #include string.h int unlink(const

Re: [Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2005-02-09 Thread Andrew Pinski
On Feb 9, 2005, at 10:08 PM, peter at pogma dot com wrote: and that darwin's as has a write_object.c which at aoround line 582 has: (void)unlink(out_file_name); So is this really a darwin's as bug rather than a gcc bug. -- Andrew

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2005-02-09 Thread pinskia at physics dot uc dot edu
--- Additional Comments From pinskia at physics dot uc dot edu 2005-02-10 03:45 --- Subject: Re: Operation not supported while installing 4.0.0 on apple-darmin-7.6.0. On Feb 9, 2005, at 10:08 PM, peter at pogma dot com wrote: and that darwin's as has a write_object.c which at

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2005-02-09 Thread peter at pogma dot com
--- Additional Comments From peter at pogma dot com 2005-02-10 03:49 --- I filed a radar that /dev/null shouldn't be unlinkable. But gcc should probably avoid '-o /dev/null', it is just used to check if -fvisibility=hidden is available. There must either be another way to do that

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2005-01-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-04 08:32 --- *** Bug 19248 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18810

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2005-01-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-04 01:19 --- *** Bug 19248 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2004-12-11 Thread 3dw4rd at verizon dot net
--- Additional Comments From 3dw4rd at verizon dot net 2004-12-12 02:21 --- Apple PPC OSX people.. The bootstrap works but I'm getting fails on the install This bug is caused by deletion of the /dev/null file by the install process. I've verified that the /dev/null is there before

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2004-12-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-12 02:26 --- There is no way /dev/null can be deleted without running as root. Since you are installing in your home directory, there is no reason why you should be installing as root. So this might be a problem

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2004-12-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-12 02:29 --- Just for the record: [zhivago:local1/gcc/gcc] pinskia% ~/local/bin/gcc -v Reading specs from /Users/pinskia/local/lib/gcc/powerpc-apple-darwin7.6.0/4.0.0/specs Configured with:

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2004-12-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-12 02:45 --- Also do ls -la /dev/null can you reboot? Also are you sure that you don't have a hardware problem like bad memory? If this does not work, maybe reinstalling the OS might fix it as this might be a

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2004-12-11 Thread 3dw4rd at verizon dot net
--- Additional Comments From 3dw4rd at verizon dot net 2004-12-12 03:48 --- (In reply to comment #8) Also do ls -la /dev/null crw-rw-rw- 1 root wheel3, 2 11 Dec 22:31 /dev/null Block special, root/wheel, should be OK. can you reboot? Also are you sure that you don't have a

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2004-12-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-12 03:52 --- (In reply to comment #9) P.S. where do you get your compiler to bootstrap ada? macada.org Note that what is in the CVS might not bootstrap though, I have a local patch which I submitted to fix it, it

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2004-12-05 Thread 3dw4rd at verizon dot net
--- Additional Comments From 3dw4rd at verizon dot net 2004-12-05 21:44 --- (In reply to comment #3) I found a way to recreate /dev/null (besides rebooting) sudo mknod /dev/null c 1 3 chmod a+rw /dev/null Anyway, I cleaned out my object directory and the install directory and

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2004-12-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-03 14:27 --- Something must be wrong with OS or machine because I have a /dev/null: crw-rw-rw- 1 root wheel3, 2 3 Dec 09:26 /dev/null Darwin zhivago.erc-wireless.uc.edu 7.6.0 Darwin Kernel Version 7.6.0: Sun

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2004-12-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-03 14:29 --- See my previous comment, this works for me on an almost clean Mac OS X 10.3.6 install. The only thing I installed after that was the cctools. -- What|Removed |Added

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2004-12-03 Thread htanabe at edu dot gunma-u dot ac dot jp
--- Additional Comments From htanabe at edu dot gunma-u dot ac dot jp 2004-12-03 17:37 --- (In reply to comment #1) On Mac OSX 10.3.6 Something must be wrong with OS or machine because I have a /dev/null: crw-rw-rw- 1 root wheel3, 2 3 Dec 09:26 /dev/null Darwin