Hello, Just today, I noticed that I couldn't use bubblestrap on current gcc trunk... It fails like this in gnattools:
../../gnatbind -C -I- -I../rts -I. -I/usr/local/src/trunk/gcc/gcc/ada -o b_gnatm.c gnatmake.ali error: "g-dirope.adb" must be compiled error: ("../rts/g-dirope.ali" is obsolete and read-only) error: "a-filico.adb" must be compiled error: ("../rts/a-filico.ali" is obsolete and read-only) error: "a-finali.adb" must be compiled error: ("../rts/a-finali.ali" is obsolete and read-only) error: "s-finroo.adb" must be compiled error: ("../rts/s-finroo.ali" is obsolete and read-only) error: "a-stream.ads" must be compiled error: ("../rts/a-stream.ali" is obsolete and read-only) error: "a-tags.adb" has been modified and must be recompiled error: "s-finimp.adb" must be compiled error: ("../rts/s-finimp.ali" is obsolete and read-only) error: "s-stratt.adb" must be compiled error: ("../rts/s-stratt.ali" is obsolete and read-only) make[3]: *** [b_gnatm.c] Error 5 make[3]: Leaving directory `/usr/local/src/trunk/objdir32/gcc/ada/tools' make[2]: *** [gnattools-native] Error 2 make[2]: Leaving directory `/usr/local/src/trunk/objdir32/gnattools' make[1]: *** [all-gnattools] Error 2 make[1]: Leaving directory `/usr/local/src/trunk/objdir32' make: *** [bubblestrap] Error 2 Now, is this "just what to expect" or are there dependencies not being properly updated in gnattools due to gnattools related specific requirements making it hard to have bubblestrap working here? -- Cheers, /ChJ