In file included from ../.././libgcc/../libdecnumber/decContext.c:36:
../.././libgcc/../libdecnumber/decContext.h:52:50: error:
gstdint.h: No such file or directory
... lots of other errors ...
gstdint.h seems to be at:
/part/build/mark/gcc/host-x86_64-unknown-linux-gnu/libdecnumber/
gstdint.h
I'm a bit lost at the moment as I've never had to figure out how the
gcc make/bootstrap works until now, nor has it ever failed me in the
past.
I ran into this recently too, I thought it was a local OS issue since
we've had some header
churn recently, but this appears to be a general issue. Should look
to see if we can track
down which patch did it.
-eric