W dniu 2012-12-21 04:12, [email protected] pisze: > +if test "$use_internal_libswd" = yes; then > + if test -f "$srcdir/submodules/libswd/configure.ac"; then > + AX_CONFIG_SUBDIR_OPTION([submodules/libswd]) > + else > + AC_MSG_ERROR([libswd not found, run git submodule init and git submodule > update.]) > + fi > +fi > +
If I clone the repo on my computer and do git submodules init/update the file is there, but on jenkins there's a problem with it...: http://openocd.zylin.com/jenkins/job/openocd-gerrit-build/1340/TARGET=distcheck/consoleFull > Submodule 'submodules/libswd' > (git://libswd.git.sourceforge.net/gitroot/libswd/libswd) registered for path > 'submodules/libswd' > ... > Cloning into submodules/libswd... > Submodule path 'submodules/libswd': checked out > '4d870dcc28c88e564ca2e3263d332ab2d7e03234' > ... > === configuring in submodules/libswd > (/home/jenkins/.jenkins/jobs/openocd-gerrit-build/workspace/TARGET/distcheck/submodules/libswd) > configure: running /bin/sh ./configure --disable-option-checking > '--prefix=/usr/local' '--enable-maintainer-mode' '--enable-ft2232_libftdi' > '--enable-usb_blaster_libftdi' '--enable-presto_libftdi' '--enable-usbprog' > '--enable-jlink' '--enable-vsllink' '--enable-rlink' '--enable-ulink' > '--enable-arm-jtag-ew' '--enable-parport' '--enable-amtjtagaccel' > '--enable-gw16012' '--enable-dummy' '--enable-stlink' '--enable-osbdm' > '--enable-opendous' '--enable-remote-bitbang' '--enable-ftdi' > --cache-file=/dev/null --srcdir=. > ... > configure: error: libswd not found, run git submodule init and git submodule > update. > make: *** [distcheck] Error 1 How is that possible that libswd is cloned, bootstrapped (not shown above), configured - all without errors - but the file that is there cannot be found? 4\/3!! ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
