bake image error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
3,662件の閲覧回数
carmilili
Contributor III

Hello,everybody.

     I want to bake the image.When I run the command ' bitbake fsl-image-gui'.I meet the error below.How can I do?

i@ubuntu:~/bin/build$ bitbake fsl-image-gui

.......

WARNING: Failed to fetch URL http://gpe.linuxtogo.org/download/source/xserver-common-1.34.tar.gz, attempting MIRRORS if available

ERROR: Fetcher failure: Fetch command failed with exit code 4, no output

ERROR: Function failed: Fetcher failure for URL: 'http://gpe.linuxtogo.org/download/source/xserver-common-1.34.tar.gz'. Unable to fetch URL from any source.

ERROR: Logfile of failure stored in: /home/carmili/bin/build/tmp/work/all-poky-linux/xserver-common/1.34-r8/temp/log.do_fetch.14738

ERROR: Task 6034 (/home/carmili/bin/sources/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb, do_fetch) failed with exit code '1'

NOTE: Tasks Summary: Attempted 3585 tasks of which 3532 didn't need to be rerun and 1 failed.

Waiting for 0 running tasks to finish:

Summary: 1 task failed:

  /home/carmili/bin/sources/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb, do_fetch

Summary: There were 2 WARNING messages shown.

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

Thank you.

ラベル(3)
0 件の賞賛
1 解決策
732件の閲覧回数
LeonardoSandova
Specialist I

You can try this inside the DL_DIR folder (if you do not set it, it is on the BASE folder)

$ wget http://www.mlbassoc.com/misc/xserver-common-1.34.tar.gz -O xserver-common-1.34.tar.gz

$ > xserver-common-1.34.tar.gz.done

Then bake.

元の投稿で解決策を見る

0 件の賞賛
3 返答(返信)
733件の閲覧回数
LeonardoSandova
Specialist I

You can try this inside the DL_DIR folder (if you do not set it, it is on the BASE folder)

$ wget http://www.mlbassoc.com/misc/xserver-common-1.34.tar.gz -O xserver-common-1.34.tar.gz

$ > xserver-common-1.34.tar.gz.done

Then bake.

0 件の賞賛
732件の閲覧回数
carmilili
Contributor III

Thank you very much.

0 件の賞賛
732件の閲覧回数
LaurenPost
NXP Employee
NXP Employee

Camille,

I've seen this too and I believe you got an answer on meta-freescale and have this resolved now.  You can set a common downloads setting in local.conf using DL_DIR=<path> and all your downloads can be in one location.

My understanding is that this location for downloading xserver  is flaky for downloads and periodically goes down.  I'll push them to get another mirror of this up.  If nothing happens we'll create an update to pull this from another location.