CC6sbc bitbake dey-image-graphical

Hi

Any one had this error when bitbake dey-image-graphical on CC6 sbc DEY?

tim@tim-pc:~/dey-workspace/ccimx6sbc$ bitbake dey-image-graphical
NOTE: Started PRServer with DBfile: /home/tim/dey-workspace/ccimx6sbc/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 54370, PID: 2921
Loading cache: 100% |###########################################| ETA: 00:00:00
Loaded 1943 entries from dependency cache.
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-dey-linux-gnueabi”
MACHINE = “ccimx6sbc”
DISTRO = “dey”
DISTRO_VERSION = “1.6.2”
TUNE_FEATURES = “armv7a vfp neon callconvention-hard cortexa9”
TARGET_FPU = “vfp-neon”
meta
meta-yocto
meta-yocto-bsp = “(nobranch):30b8d9378b8260e452552b806610dc9b6fe0b69f”
meta-oe
meta-networking
meta-webserver = “(nobranch):8065dd8456913457a0114ddb2b4bd4842847b2a3”
meta-fsl-arm = “(nobranch):9bc540eec9a7e280af13371ea70650fcc47ea627”
meta-fsl-demos = “(nobranch):f141c7d1158b8addbd6f1ed047a1b47c2ed85f8f”
meta-digi-arm
meta-digi-dey = “(nobranch):c0cb96532deada5b28efad88a8aae24d5a668363”

NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL http://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-1.3.1.tar.gz, attempting MIRRORS if available[/color]
ERROR: Fetcher failure: Fetch command failed with exit code 4, output:
Read error (Connection reset by peer) in headers.
Read error (Connection reset by peer) in headers.

ERROR: Function failed: Fetcher failure for URL: ‘http://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-1.3.1.tar.gz’. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/tim/dey-workspace/ccimx6sbc/tmp/work/cortexa9hf-vfp-neon-dey-linux-gnueabi/libjpeg-turbo/8d+1.3.1-r0/temp/log.do_fetch.2989
ERROR: Task 2621 (/usr/local/dey-1.6/sources/meta-openembedded/meta-oe/recipes-core/jpeg/libjpeg-turbo_8d+1.3.1.bb, do_fetch) failed with exit code ‘1’
NOTE: Tasks Summary: Attempted 954 tasks of which 952 didn’t need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
/usr/local/dey-1.6/sources/meta-openembedded/meta-oe/recipes-core/jpeg/libjpeg-turbo_8d+1.3.1.bb, do_fetch
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
tim@tim-pc:~/dey-workspace/ccimx6sbc$

looks like it can’t get libjpeg:
ERROR: Function failed: Fetcher failure for URL: ‘http://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-1.3.1.tar.gz’. Unable to fetch URL from any source.

Are you able to open that link in your browser?

yes, I could not open the link in my browser.
but I had download the libjpeg-turbo-1.3.1.tar.gz and unpack it add to /home/tim/dey-workspace/ccimx6sbc/downloads folder, that issue also.
it could not find the package local?

Thanks!

Seems a local network problem to me.

I would try something like.

bitbake -f -c fetch libjpeg-turbo

To force the fetch see if that works. If it is already available locally it will use the local copy but I don’t think you need to unpack

Hi Leonid

Yes,I do not know why could not download from the http://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-1.3.1.tar.gz
I had tried that again, it seems like that issue also when run bitbake -f -c fetch libjpeg-turbo, the libjpeg-turbo-1.3.1.tar.gz in the ccimx6sbc/downloads folder, do you have any suggestions?

Thanks!

make a backup of your downloads folder, then delete and recreate your workspace project, restore downloads folder contents (or point to a Downloads location), try building again. Does it find all the files in Downloads folder?