breakage of GIT
Sergey Lapin
slapinid at gmail.com
Wed Nov 29 00:31:11 PST 2006
Hi, all!
commit 3c85157116607be297269b2012e1f999d7dc0a1b of master branch
introduces build errors:
(cd .libs && rm -f libhal-storage.so.1 && ln -s libhal-storage.so.1.0.0
libhal-storage.so.1)
(cd .libs && rm -f libhal-storage.so && ln -s libhal-storage.so.1.0.0
libhal-storage.so)
arm-linux-ar cru .libs/libhal-storage.a libhal-storage.o
arm-linux-ranlib .libs/libhal-storage.a
creating libhal-storage.la
(cd .libs && rm -f libhal-storage.la && ln -s ../libhal-storage.la
libhal-storage.la)
make[2]: Leaving directory
`/home/slapin/openedhand/poky-qemu/build/tmp/work/armv5te-linux/hal-git-r5/git/libhal-storage'
Making all in partutil
make[2]: Entering directory
/home/slapin/openedhand/poky-qemu/build/tmp/work/armv5te-linux/hal-git-r5/git/partutil'
Makefile:585: *** missing separator. Stop.
make[2]: Leaving directory
`/home/slapin/openedhand/poky-qemu/build/tmp/work/armv5te-linux/hal-git-r5/git/partutil'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/slapin/openedhand/poky-qemu/build/tmp/work/armv5te-linux/hal-git-r5/git'
make: *** [all] Error 2
Which is caused by instruction in partutil/Makefile.am
if !HALD_COMPILE_SOLARIS && !HALD_COMPILE_FREEBSD
which is not understood by automake.
All versions prior to this commit are perfectly buildable.
Any ideas?
I use automake-1.8, autoconf-2.59
S.
More information about the hal
mailing list