On Mon, Jul 4, 2011 at 1:23 PM, Drasko DRASKOVIC <[email protected]> wrote: > On Mon, Jul 4, 2011 at 1:12 PM, Spencer Oliver <[email protected]> wrote: >> On 2 July 2011 15:35, Drasko DRASKOVIC <[email protected]> wrote: >>> On Fri, Jul 1, 2011 at 11:37 PM, Spencer Oliver <[email protected]> >>> wrote: >>>> On 01/07/2011 22:22, Drasko DRASKOVIC wrote: >>>> could you send the log of the previous working version where you did not >>>> need to pass --disable-option-checking >>> >>> Hi Spend, >>> please find it attached. >>> >>> HEAD was hard-reseted to commit before yours, >>> >> >> Looking at the logs i would say two things have happened. >> 1. your autoconf is broken, disable-option-checking should be passed >> to submodules when SUBDIRS is used. > > OK. I noted however that it's a known Debian bug : > https://bugs.launchpad.net/debian/+source/libmcrypt/+bug/253991 > > But I currently can not change autotools (due to the permissions), so > I'll stick with adding disable-option-checking manually. > >> 2. jimtcl configure is now compliant and fails if it sees an unknown >> option, as it should. > > Then it's OK, I'll test at my home Debian to see if the issue repeats. > If not, I'll try updating my home Debian's autotools to see if this > remedies the issue.
I tried last master on another machine, my Debian : drasko@Marx:~/openocd/openocd$ cat /proc/version Linux version 2.6.32-5-686 (Debian 2.6.32-18) ([email protected]) (gcc version 4.3.5 (Debian 4.3.5-2) ) #1 SMP Sat Jul 24 02:27:10 UTC 2010 ./bootstrap is givin another warnings now, but ./configure passes OK : drasko@Marx:~/openocd/openocd$ ./bootstrap + aclocal configure.in:2: warning: AC_INIT: not a literal: OpenOCD Mailing List <[email protected]> + libtoolize --automake --copy + autoconf configure.in:2: warning: AC_INIT: not a literal: OpenOCD Mailing List <[email protected]> + autoheader configure.in:2: warning: AC_INIT: not a literal: OpenOCD Mailing List <[email protected]> + automake --gnu --add-missing --copy configure.in:2: warning: AC_INIT: not a literal: OpenOCD Mailing List <[email protected]> Setting up submodules Bootstrap complete. Quick build instructions: ./configure --enable-maintainer-mode .... But this seems to be a known issue : https://bugs.launchpad.net/ubuntu/+source/autoconf/+bug/641611 http://savannah.gnu.org/support/?107450 BR, Drasko _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
