Building xfce4-taskmanager from behind a proxy is failing during do_configure as xdt-autogen attempts to clone the doc submodule.
Log data follows: | DEBUG: Executing python function sysroot_cleansstate | DEBUG: Python function sysroot_cleansstate finished | DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common'] | DEBUG: Executing shell function autotools_preconfigure | DEBUG: Shell function autotools_preconfigure finished | DEBUG: Executing python function autotools_copy_aclocals | DEBUG: Python function autotools_copy_aclocals finished | DEBUG: Executing shell function do_configure | xdt-autogen: Automatically initializing the doc submodule. | Synchronizing submodule url for 'doc' | Cloning into 'doc'... | fatal: unable to connect to git.xfce.org: | git.xfce.org[0: 138.48.2.107]: errno=Connection timed out | | Clone of 'git://git.xfce.org/xfce/xfce4-docs' into submodule path 'doc' failed | xdt-autogen: Pulling the xfce4-docs git submodule failed. See errors | above for more information and take a look at | http://wiki.xfce.org/documentation. | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /build/yocto/daisy/intel- corei7-64_20140620142725/build/tmp/work/corei7-64-eywa-linux/xfce4- taskmanager/1.0.0+gitAUTOINC+e5d958738b-r0/temp/log.do_configure.18692) Interestingly, if I run the devshell and execute the contents of the xfce-git.bbclass do_configure_prepend function, the clone completes successfully and subsequent bitbake builds succeed. devshell> NOCONFIGURE=yes ./autogen.sh ... Any thoughts on why this might fail from bitbake but succeed from the devshell? Any thoughts on how to avoid cloning the docs altogether just to get around this and get things building? Thanks, -- Darren Hart Intel Open Source Technology Center -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
