Hello team,
I’ve been trying to compile the Legato Yocto 15.01 distribution for AR7 just running the make command on the LegatoYocto1501 folder. This is what I’m getting as output:
fv4dg00@lenovo-e540:~/ws/swi/distribution/tmp/LegatoYocto1501$ make
7"meta-swi-extras/build.sh" -p poky/ -o meta-openembedded/ -l meta-swi -x "kernel" -j 2 -t 2 -m swi-mdm9x15 -b build_bin -q -g
Poky dir: /home/fv4dg00/ws/swi/distribution/tmp/LegatoYocto1501/poky
OE meta: /home/fv4dg00/ws/swi/distribution/tmp/LegatoYocto1501/meta-openembedded
SWI meta dir: /home/fv4dg00/ws/swi/distribution/tmp/LegatoYocto1501/meta-swi
Linux repo dir: /home/fv4dg00/ws/swi/distribution/tmp/LegatoYocto1501/kernel
Number of make threads 2
Number of bitbake tasks 2
SWI machine: swi-mdm9x15
Build dir: /home/fv4dg00/ws/swi/distribution/tmp/LegatoYocto1501/build_bin
Enable Qualcomm Proprietary bin
### Shell environment set up for builds. ###
You can now run 'bitbake <target>'
Common targets are:
core-image-minimal
core-image-sato
meta-toolchain
adt-installer
meta-ide-support
You can also run generated qemu images with a command like 'runqemu qemux86'
+ layer: meta-swi-mdm9x15
+ layer: meta-swi
+ layer: meta-oe
+ layer: meta-networking
+ layer: meta-swi-bin
+ layer: meta-swi-extras
Build image of minimal rootfs (for swi-mdm9x15).
Loading cache: 100% |##########################################################################################################################################################################################################################################| ETA: 00:00:00
Loaded 1878 entries from dependency cache.
Parsing recipes: 100% |########################################################################################################################################################################################################################################| Time: 00:00:00
Parsing of 1446 .bb files complete (1445 cached, 1 parsed). 1878 targets, 71 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-14.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "swi-mdm9x15"
DISTRO = "poky-swi-ext"
DISTRO_VERSION = "1.6.1"
TUNE_FEATURES = "armv7a vfp neon"
TARGET_FPU = "vfp-neon"
meta
meta-yocto
meta-yocto-bsp = "(detachedfrombda51ee):bda51ee7821de9120f6f536fcabe592f2a0c8a37"
meta-networking
meta-oe = "(detachedfrom8e6f6e4):8e6f6e49c99a12a0382e48451f37adac0181362f"
meta-swi
meta-swi-mdm9x15 = "master:6a86036e0f7e84acec98899cb90658de1a3765b1"
meta-swi-extras
meta-swi-bin = "master:0811adc249ea5cc7ec32fbd0323f0fb4de49e9f9"
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/gcc/gcc-4.7.2/gcc-4.7.2.tar.bz2, attempting MIRRORS if available
WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/readline/readline-5.2.tar.gz;name=archive, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 4, no output
ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.gnu.org/gnu/readline/readline-5.2.tar.gz;name=archive'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/fv4dg00/ws/swi/distribution/tmp/LegatoYocto1501/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/readline/5.2-r9/temp/log.do_fetch.2793
ERROR: Task 1432 (/home/fv4dg00/ws/swi/distribution/tmp/LegatoYocto1501/poky/meta/recipes-core/readline/readline_5.2.bb, do_fetch) failed with exit code '1'
ERROR: Fetcher failure: Fetch command failed with exit code 4, no output
ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.gnu.org/gnu/gcc/gcc-4.7.2/gcc-4.7.2.tar.bz2'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/fv4dg00/ws/swi/distribution/tmp/LegatoYocto1501/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gcc-cross-initial/4.7.2-r20/temp/log.do_fetch.2792
ERROR: Task 949 (/home/fv4dg00/ws/swi/distribution/tmp/LegatoYocto1501/meta-swi/common/recipes-devtools/gcc/gcc-cross-initial_4.7.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 485 tasks of which 483 didn't need to be rerun and 2 failed.
Waiting for 0 running tasks to finish:
Summary: 2 tasks failed:
/home/fv4dg00/ws/swi/distribution/tmp/LegatoYocto1501/poky/meta/recipes-core/readline/readline_5.2.bb, do_fetch
/home/fv4dg00/ws/swi/distribution/tmp/LegatoYocto1501/meta-swi/common/recipes-devtools/gcc/gcc-cross-initial_4.7.bb, do_fetch
Summary: There were 2 WARNING messages shown.
Summary: There were 4 ERROR messages shown, returning a non-zero exit code.
make: *** [image_bin] Error 1
I think it could be a yocto project bug but I’m not sure. Also, does anyone have the same issue?
Thanks in advance,
Daniel