I checked out 0.9.2 today using github clone of 0.9.2 and tried to build.
pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.12.22+ [#691](/bitcoin-bitcoin/691/) PREEMPT Wed Jun 18 18:29:58 BST 2014 armv6l GNU/Linux
pi@raspberrypi ~ $ make -v
GNU Make 4.0
Built for arm-unknown-linux-gnueabihf
I made one change to the source, based on recco from #4362, but errors don't seem related to that.
$ ./autogen.sh; ./configure --disable-wallet --without-gui
Log from configure: http://pastebin.com/SdsGj4EG
$ make
$ tail -f bitcoin/makelog.txt
Making all in src
make[1]: Entering directory '/home/pi/bitcoin/src'
make all-recursive
make[2]: Entering directory '/home/pi/bitcoin/src'
Making all in .
make[3]: Entering directory '/home/pi/bitcoin/src'
CXX addrman.o
CXX alert.o
CXX bloom.o
CXX checkpoints.o
CXX coins.o
CXX init.o
CXX keystore.o
CXX leveldbwrapper.o
CXX main.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
Makefile:827: recipe for target 'main.o' failed
make[3]: *** [main.o] Error 4
make[3]: Leaving directory '/home/pi/bitcoin/src'
Makefile:849: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/pi/bitcoin/src'
Makefile:640: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/pi/bitcoin/src'
Makefile:497: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
I got make errors yesterday when I cloned "master" branch (yesterday was about missing files).