Ada-3.1.1 Makefile Madness
Michael S. Zick
mszick@goquest.com
Fri Aug 9 10:00:00 GMT 2002
On Friday 09 August 2002 08:25 am, Michael S. Zick wrote:
> On Friday 09 August 2002 02:09 am, Andris Pavenis wrote:
> > On Friday 09 August 2002 02:07, Michael S. Zick wrote:
> > > On Thursday 08 August 2002 02:11 pm, Florian Weimer wrote:
> Michael S. Zick <mszick@goquest.com> writes:
>
> I have repeated the bootstrap with the build directory totally seperate
> from the source directory - Once I finish groking this 30MB log file
> produced by "make -d -p bootstrap" I may have more information.
>
In follow-up:
The directories:
<somewhere>/gcc-bld/gcc/stage1
<somewhere>/gcc-bld/gcc/stage2
<somewhere>/gcc-bld/gcc/ada/stage1
<somewhere>/gcc-bld/gcc/ada/stage2
are present.
There is NOT a directory:
<somewhere>/gcc-bld/gcc/stage3
The directory links:
<somewhere>/gcc-bld/gcc/ada/stage3
<somewhere>/gcc-bld/gcc/ada/stage4
point nowhere.
The following is what appears to be the key 46 lines from my 499,751 line log
file:
- - - - a really big SNIP - - - -
# Finished Make data base on Thu Aug 8 23:33:46 2002
# make[2]: Leaving directory `/home/mszick/SRC/bld-gcc/gcc'
Got a SIGCHLD; 1 unreaped children.
Reaping winning child 0x080b8bf0 PID 26761
echo timestamp > stage3_build
Child access: user 500 (real 500), group 500 (real 500)
Live child 0x080b8bf0 (stage3_build) PID 29231
Got a SIGCHLD; 1 unreaped children.
Reaping winning child 0x080b8bf0 PID 29231
echo stage3_build > stage_last
Child access: user 500 (real 500), group 500 (real 500)
Live child 0x080b8bf0 (stage3_build) PID 29232
Got a SIGCHLD; 1 unreaped children.
Reaping winning child 0x080b8bf0 PID 29232
Removing child 0x080b8bf0 PID 29232 from chain.
Successfully remade target file `stage3_build'.
Finished prerequisites of target file `bootstrap'.
Must remake target `bootstrap'.
Child access: user 500 (real 500), group 500 (real 500)
- - Sorry Folks, I didn't snip anything here...
- - stage3:bootstrap just returns as complete
Got a SIGCHLD; 2 unreaped children.
Putting child 0x080d77e8 (bootstrap) PID 29233 on the chain.
Live child 0x080d77e8 (bootstrap) PID 29233
Reaping winning child 0x080d77e8 PID 29233
Child access: user 500 (real 500), group 500 (real 500)
Live child 0x080d77e8 (bootstrap) PID 29234
Bootstrap complete - make "quickstrap" to redo last build,
Got a SIGCHLD; 1 unreaped children.
Reaping winning child 0x080d77e8 PID 29234
Child access: user 500 (real 500), group 500 (real 500)
Live child 0x080d77e8 (bootstrap) PID 29235
"restage1" through "restage3" to rebuild specific stages,
Got a SIGCHLD; 1 unreaped children.
Reaping winning child 0x080d77e8 PID 29235
Child access: user 500 (real 500), group 500 (real 500)
Live child 0x080d77e8 (bootstrap) PID 29236
or "cleanstrap" to redo the bootstrap from scratch.
Got a SIGCHLD; 1 unreaped children.
Reaping winning child 0x080d77e8 PID 29236
Removing child 0x080d77e8 PID 29236 from chain.
Successfully remade target file `bootstrap'.
# Make data base, printed on Thu Aug 8 23:33:46 2002
- - - - end snip - - - -
Note the "Bootstrap complete" message above, even though "make
stage3:bootstrap" only returned.
Mike
More information about the Gcc
mailing list