Hi,
I am getting below error while building fsl-image-full for P4080ds board.
zzheng002@UbuntuSI9:~/Desktop/QorIQ-SDK-V1.6-20140619-yocto/build_p4080ds_release$ bitbake fsl-image-full
WARNING: Host distribution "Ubuntu-12.10" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Parsing recipes: 100% |#########################################| Time: 00:00:48
Parsing of 1719 .bb files complete (0 cached, 1719 parsed). 2203 targets, 92 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.22.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-12.10"
TARGET_SYS = "powerpc-fsl-linux"
MACHINE = "p4080ds"
DISTRO = "fsl-networking"
DISTRO_VERSION = "1.6"
TUNE_FEATURES = "m32 fpu-hard ppce500mc"
TARGET_FPU = "hard"
meta
meta-yocto
meta-yocto-bsp = "(nobranch):0d2ce44c2b0f8cc9699e30cca2c24655be89d58b"
meta-fsl-ppc = "(nobranch):6cf59d9de63a9fc5f8942c0d10c622898f4315ce"
meta-fsl-ppc-toolchain = "(nobranch):a546e42f86e7d57de19e27907365d170b13fc18f"
meta-fsl-networking
meta-fsl-networking = "(nobranch):8dec9c690188cce5305ef5055f91e5cfa35c63f4"
meta-virtualization
meta-virtualization = "(nobranch):8044073f63a0d99541a43ac5f2f6d789f94c7c7c"
meta-oe
meta-networking
meta-webserver
meta-ruby
meta-filesystems = "(nobranch):b86007f742a1b829ccc8d76e485bb3f789cefaa4"
meta-java = "(nobranch):d01f7d39e513790ddce20e6724723722119a3700"
meta-openstack
meta-openstack-compute-deploy
meta-openstack-controller-deploy
meta-openstack-qemu = "(nobranch):f627404399a134672e0b5e26a0d9b794a6f8adf4"
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: do_configure (log file is located at /home/zzheng002/Desktop/QorIQ-SDK-V1.6-20140619-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/netcf/0.2.2+gitAUTOINC+2b0d9ca226-r1/temp/log.do_configure.24401)
ERROR: Logfile of failure stored in: /home/zzheng002/Desktop/QorIQ-SDK-V1.6-20140619-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/netcf/0.2.2+gitAUTOINC+2b0d9ca226-r1/temp/log.do_configure.24401
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: SITE files ['endian-big', 'bit-32', 'powerpc-common', 'common-linux', 'common-glibc', 'powerpc32-linux', 'powerpc-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
| ./bootstrap: Bootstrapping from checked-out netcf sources...
| ./bootstrap: consider installing git-merge-changelog from gnulib
| ./bootstrap: getting gnulib files...
| Submodule 'gnulib' (git://git.sv.gnu.org/gnulib.git) registered for path '.gnulib'
| Cloning into '.gnulib'...
| fatal: read error: Connection timed out
| fatal: early EOF
| fatal: index-pack failed
| Clone of 'git://git.sv.gnu.org/gnulib.git' into submodule path '.gnulib' failed
| WARNING: /home/zzheng002/Desktop/QorIQ-SDK-V1.6-20140619-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/netcf/0.2.2+gitAUTOINC+2b0d9ca226-r1/temp/run.do_configure.24401:1 exit 1 from
| ./bootstrap
| ERROR: Function failed: do_configure (log file is located at /home/zzheng002/Desktop/QorIQ-SDK-V1.6-20140619-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/netcf/0.2.2+gitAUTOINC+2b0d9ca226-r1/temp/log.do_configure.24401)
ERROR: Task 4102 (/home/zzheng002/Desktop/QorIQ-SDK-V1.6-20140619-yocto/meta-virtualization/recipes-networking/netcf/netcf_git.bb, do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 5012 tasks of which 35 didn't need to be rerun and 1 failed.
No currently running tasks (5012 of 5036)
Summary: 1 task failed:
/home/zzheng002/Desktop/QorIQ-SDK-V1.6-20140619-yocto/meta-virtualization/recipes-networking/netcf/netcf_git.bb, do_configure
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
How can I resolve it?
Thanks & Regards,
Peter Zheng