On Fri, Jul 1, 2011 at 9:59 PM, Spencer Oliver <s...@spen-soft.co.uk> wrote:
> On Jul 1, 2011 7:34 PM, "Drasko DRASKOVIC" <drasko.drasko...@gmail.com>
> wrote:
>>
>> Hmm.. Reseting hard to one beyond HEAD seems to workaround the prob :
>>
>> > git-reset --hard HEAD~1
>>
>
> Make sure you do a bootstrap and configure.
> I have tested on the usual platforms and all is working here.

Hi Spencer,
I did bootstrap before. I always do :
> make clean distclean
>./bootstrap
to have proper environment.

I tested several times, only the last commit does not work for me.

It should maybe noted that I have Debian system with known bug
(https://bugs.launchpad.net/debian/+source/libmcrypt/+bug/253991) :
[ddraskovic@marx:/home/ddraskovic/sandbox/github/openocd]>./bootstrap
+ aclocal
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of
AM_PATH_LIBMCRYPT
/usr/share/aclocal/libmcrypt.m4:17:   run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17:   or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
+ libtoolize --automake --copy
+ autoconf
+ autoheader
+ automake --gnu --add-missing --copy
Setting up submodules
Submodule path 'jimtcl': checked out '411e92fea9621630eb350e0c2bb43543e553b84f'
Bootstrap complete. Quick build instructions:
./configure --enable-maintainer-mode ....
[ddraskovic@marx:/home/ddraskovic/sandbox/github/openocd]>

But this bug is otherwise harmless, and worked before for me, and
works still until the last merge. On the origin/maser HEAD,
./configure explodes like this :

config.status: creating src/flash/nor/Makefile
config.status: creating src/flash/nand/Makefile
config.status: creating src/pld/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
=== configuring in jimtcl (/home/ddraskovic/sandbox/github/openocd/jimtcl)
configure: running /bin/sh ./configure.gnu '--prefix=/usr/local'
'--enable-maintainer-mode' '--enable-ft2232-libftdi' 'CFLAGS=
-I/home/ddraskovic/libftdi/include' 'LDFLAGS=
-L/home/ddraskovic/libftdi/lib' --cache-file=/dev/null --srcdir=.
Host System...i686-pc-linux-gnu
Build System...i686-pc-linux-gnu
C compiler...ccache cc  -I/home/ddraskovic/libftdi/include
C++ compiler...ccache c++  -I/home/ddraskovic/libftdi/include
Checking for stdlib.h...ok
Error: Unknown option --ft2232-libftdi
Try: 'configure --help' for options
configure: error: ./configure.gnu failed for jimtcl
[1]    21931 exit 1     ./configure --enable-maintainer-mode
--enable-ft2232-libftdi

BR,
Drasko
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to