[Bug bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn

2009-11-09 Thread davek at gcc dot gnu dot org


--- Comment #9 from davek at gcc dot gnu dot org  2009-11-09 11:09 ---
Inactive for over a year, and was most likely a system or environment problem
rather than a bug in gcc itself, so closing.  HEAD currently builds fine.


-- 

davek at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37702



[Bug bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn

2008-10-03 Thread James dot W dot Mckelvey at jpl dot nasa dot gov


--- Comment #8 from James dot W dot Mckelvey at jpl dot nasa dot gov  
2008-10-03 14:16 ---
Last night I tried to bootstrap with Windows in safe mode. It got past the
cannot create executables and went on to fail with a different error.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37702



[Bug bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn

2008-10-02 Thread James dot W dot Mckelvey at jpl dot nasa dot gov


--- Comment #7 from James dot W dot Mckelvey at jpl dot nasa dot gov  
2008-10-02 14:36 ---
(In reply to comment #5)
 Subject: Re:  Stage 2- C compiler cannot create 
  executables-recent svn
 
 What does stat
 /cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe report?
 

$ stat /cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe
  File: `/cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe'
  Size: 25105955Blocks: 24576  IO Block: 65536  regular file
Device: 46a50dc2h/1185222082d   Inode: 3659174697419415  Links: 1
Access: (0755/-rwxr-xr-x)  Uid: (15495/mckelvey)   Gid: (10545/mkgroup-l-d)
Access: 2008-10-02 07:33:27.812551500 -0700
Modify: 2008-10-01 08:52:33.045021800 -0700
Change: 2008-10-01 08:52:33.045021800 -0700

I can even run it:


$ /cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe /dev/null

Analyzing compilation unit
Performing interprocedural optimizations
 visibility early_local_cleanups summary generate inlineAssembling
functions:

Execution times (seconds)
 callgraph construction:   0.00 ( 0%) usr   0.00 ( 0%) sys   0.02 ( 3%) wall   
   0 kB ( 0%) ggc
 callgraph optimization:   0.00 ( 0%) usr   0.00 ( 0%) sys   0.02 ( 3%) wall   
   0 kB ( 0%) ggc
 symout:   0.00 ( 0%) usr   0.00 ( 0%) sys   0.02 ( 3%) wall   
   0 kB ( 0%) ggc
 TOTAL :   0.00 0.00 0.49  
 612 kB
Extra diagnostic checks enabled; compiler may run slowly.
Configure with --enable-checking=release to disable checks.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37702



[Bug bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn

2008-10-01 Thread James dot W dot Mckelvey at jpl dot nasa dot gov


--- Comment #1 from James dot W dot Mckelvey at jpl dot nasa dot gov  
2008-10-01 16:14 ---
Created an attachment (id=16443)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16443action=view)
config.log from bootstrap


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37702



[Bug bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn

2008-10-01 Thread brian at dessent dot net


--- Comment #2 from brian at dessent dot net  2008-10-01 22:11 ---
Subject: Re:  Stage 2- C compiler cannot create 
 executables-recent svn

That looks like the config.log from the top level, which is not the
relevant file.  The error happens in the stage2 intl/ directory, and
there should be a config.log there indicating the cause of the problem.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37702



[Bug bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn

2008-10-01 Thread James dot W dot Mckelvey at jpl dot nasa dot gov


--- Comment #3 from James dot W dot Mckelvey at jpl dot nasa dot gov  
2008-10-01 23:36 ---
Created an attachment (id=16447)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16447action=view)
Proper config.log


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37702



[Bug bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn

2008-10-01 Thread pinskia at gcc dot gnu dot org


--- Comment #4 from pinskia at gcc dot gnu dot org  2008-10-01 23:40 ---
xgcc: error trying to exec
'/cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe': execv:
Permission denied


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37702



[Bug bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn

2008-10-01 Thread brian at dessent dot net


--- Comment #5 from brian at dessent dot net  2008-10-02 00:10 ---
Subject: Re:  Stage 2- C compiler cannot create 
 executables-recent svn

What does stat
/cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe report?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37702



[Bug bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn

2008-10-01 Thread dannysmith at users dot sourceforge dot net


--- Comment #6 from dannysmith at users dot sourceforge dot net  2008-10-02 
00:20 ---
In reply to comment #4)
 xgcc: error trying to exec
 '/cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe': execv:
 Permission denied
 
This may be related to:
http://gcc.gnu.org/ml/gcc-bugs/2007-05/msg00228.html
Windows filesystems have woefully poor timestamp resolution, so it is easy to
get in race situation with modern CPUS. I find that it helps to disable
explorer.exe in the Windows TaskManager while doing a bootstrap.


Danny


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37702