Skip to content

Instantly share code, notes, and snippets.

@raoulh
Created November 20, 2012 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raoulh/4118721 to your computer and use it in GitHub Desktop.
Save raoulh/4118721 to your computer and use it in GitHub Desktop.
raoul@raoul-work:~/tmp/enna-os$ make ennaos-image
unset LC_ALL; export LC_ALL; LANG=en_US.UTF-8 PATH=/home/raoul/tmp/enna-os/src/openembedded-core/scripts:/home/raoul/tmp/enna-os/src/bitbake/bin:$PATH
BUILDDIR=/home/raoul/tmp/enna-os /home/raoul/tmp/enna-os/src/openembedded-core/scripts/bitbake ennaos-image
Pseudo is not present but is required, building this first before the main build
Loading cache...done.
Loaded 1784 entries from dependency cache.
Parsing recipes...done.
Parsing of 1419 .bb files complete (1418 cached, 1 parsed). 1784 targets, 38 skipped, 0 masked, 0 errors.
Build Configuration:
BB_VERSION = "1.16.0"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "allwinner-a10"
DISTRO = "angstrom"
DISTRO_VERSION = "v2012.12"
TUNE_FEATURES = "armv7a vfp neon callconvention-hard cortexa8"
TARGET_FPU = "vfp-neon"
meta-oe
meta-efl
meta-systemd = "master:b69b6e04f12b2fc45a3ebac8c741bda41fea6409"
meta-angstrom = "(nobranch):11cb50d3d43d58caaee6cff6bed57ec785ec2f36"
meta = "(nobranch):f609bf5525450bfdb8e0864d44c41cce7f9319c9"
meta-allwinner = "(nobranch):213b57e1c8d598cc347c7448409f6d7311c72803"
meta-enna = "(nobranch):8ad356cd76d6f8219cf8591fca68f6a24b3579e9"
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Running task 1 of 63 (ID: 11, /home/raoul/tmp/enna-os/src/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.60.bb, do_fetch)
NOTE: recipe quilt-native-0.60-r0: task do_fetch: Started
ERROR: Function failed: Fetcher failure for URL: 'http://download.savannah.gnu.org/releases/quilt/quilt-0.60.tar.gz'. Unable to fetch URL from any sour
ce.
ERROR: Logfile of failure stored in: /home/raoul/tmp/enna-os/tmp-eglibc/work/x86_64-linux/quilt-native-0.60-r0/temp/log.do_fetch.31068
Log data follows:
| DEBUG: Executing python function do_fetch
| DEBUG: Executing python function base_do_fetch
| DEBUG: Trying PREMIRRORS
| DEBUG: For url ['http', 'download.savannah.gnu.org', '/releases/quilt/quilt-0.60.tar.gz', '', '', {}] comparing ['cvs', '.*', '/.*', '', '', {}] to [
'http', 'sources.angstrom-distribution.org', '/', '', '', {}]
| DEBUG: For url ['http', 'download.savannah.gnu.org', '/releases/quilt/quilt-0.60.tar.gz', '', '', {}] comparing ['svn', '.*', '/.*', '', '', {}] to [
'http', 'sources.angstrom-distribution.org', '/', '', '', {}]
| DEBUG: For url ['http', 'download.savannah.gnu.org', '/releases/quilt/quilt-0.60.tar.gz', '', '', {}] comparing ['git', '.*', '/.*', '', '', {}] to [
'http', 'sources.angstrom-distribution.org', '/', '', '', {}]
| DEBUG: For url ['http', 'download.savannah.gnu.org', '/releases/quilt/quilt-0.60.tar.gz', '', '', {}] comparing ['hg', '.*', '/.*', '', '', {}] to ['
http', 'sources.angstrom-distribution.org', '/', '', '', {}]
| DEBUG: For url ['http', 'download.savannah.gnu.org', '/releases/quilt/quilt-0.60.tar.gz', '', '', {}] comparing ['bzr', '.*', '/.*', '', '', {}] to [
'http', 'sources.angstrom-distribution.org', '/', '', '', {}]
| DEBUG: For url ['http', 'download.savannah.gnu.org', '/releases/quilt/quilt-0.60.tar.gz', '', '', {}] comparing ['osc', '.*', '/.*', '', '', {}] to [
'http', 'sources.angstrom-distribution.org', '/', '', '', {}]
| DEBUG: For url ['http', 'download.savannah.gnu.org', '/releases/quilt/quilt-0.60.tar.gz', '', '', {}] comparing ['p4', '.*', '/.*', '', '', {}] to ['
http', 'sources.angstrom-distribution.org', '/', '', '', {}]
| DEBUG: For url ['http', 'download.savannah.gnu.org', '/releases/quilt/quilt-0.60.tar.gz', '', '', {}] comparing ['svk', '.*', '/.*', '', '', {}] to [
'http', 'sources.angstrom-distribution.org', '/', '', '', {}]
| DEBUG: Python function base_do_fetch finished
| DEBUG: Python function do_fetch finished
| ERROR: Function failed: Fetcher failure for URL: 'http://download.savannah.gnu.org/releases/quilt/quilt-0.60.tar.gz'. Unable to fetch URL from any so
urce.
NOTE: recipe quilt-native-0.60-r0: task do_fetch: Failed
ERROR: Task 11 (/home/raoul/tmp/enna-os/src/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.60.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/home/raoul/tmp/enna-os/src/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.60.bb, do_fetch
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
make: *** [ennaos-image] Erreur 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment