This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.
- From: "3dw4rd at verizon dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Dec 2004 02:21:05 -0000
- Subject: [Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.
- References: <20041203142409.18810.3dw4rd@verizon.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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 the install and is missing
after. You can see the messages about /dev/null not permitted.
I'm not making this up and I'm not delusional - see comment #3.
I've cleaned out all my source build, and instal directories, rebooted the
machine (to restore the /dev/null file) and downloaded cvs trunk and rebuilt
from scratch.
The make bootstrap has been going to completion for the last two weeks at least.
Sometimes the install works.
But sometimes the install fails in the middle with these messages:
or
/bin/sh: line 1: /dev/null: Operation not supported
or
./config.status: line 24: /dev/null: Operation not supported
This is real and it is caused by the make install.
I will do my best to track this down but these issues are buried down in shell
scripts that I have trouble tracing through. Any advice on this issue of
debugging the install tools would be greatly appreciated.
Ed Smith-Rowland
--
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|WORKSFORME |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18810