All of lore.kernel.org
 help / color / mirror / Atom feed
From: akuster808 <akuster808@gmail.com>
To: yocto@yoctoproject.org
Subject: Re: Morty 2.2.1 build failure
Date: Tue, 21 Mar 2017 19:06:39 -0700	[thread overview]
Message-ID: <0943f9a9-703b-d947-e2da-271bb22594be@gmail.com> (raw)
In-Reply-To: <461862bc22e146c4839c12eafc7dd9f2@SFA-EX01.SAKURAUS.LOCAL>


Greg,

On 03/21/2017 04:29 PM, Greg Wilson-Lindberg wrote:
> Hello List,
>
> I got a copy of the book "Embedded Linux Systems with the Yocto Project" at the SCALE 15x conference and this prompted me to try building the Yocto Poky build before getting the Boot to Qt Yocto build environment.
>
> I tried building on 2 x86 systems, a 64 bit system at work and a 32 bit system at my home, both failed in the same way:
>
> gwilson 11:06:54:~/yocto/poky-morty-16.0.1$ source ./oe-init-build-env
> You had no conf/local.conf file. This configuration file has therefore been
> created for you with some default values. You may wish to edit it to, for
> example, select a different MACHINE (target hardware). See conf/local.conf
> for more information as common configuration options are commented.
>
> You had no conf/bblayers.conf file. This configuration file has therefore been
> created for you with some default values. To add additional metadata layers
> into your configuration please add entries to conf/bblayers.conf.
>
> The Yocto Project has extensive documentation about OE including a reference
> manual which can be found at:
>      http://yoctoproject.org/documentation
>
> For more information about OpenEmbedded see their website:
>      http://www.openembedded.org/
>
>
> ### Shell environment set up for builds. ###
>
> You can now run 'bitbake <target>'
>
> Common targets are:
>      core-image-minimal
>      core-image-sato
>      meta-toolchain
>      meta-ide-support
>
> You can also run generated qemu images with a command like 'runqemu qemux86'
> gwilson 11:07:08:~/yocto/poky-morty-16.0.1/build$
> gwilson 11:07:10:~/yocto/poky-morty-16.0.1/build$
> gwilson 11:07:11:~/yocto/poky-morty-16.0.1/build$ bitbake core-image-sato
> Parsing recipes: 100% |############################################################################################| Time: 0:00:29
> Parsing of 864 .bb files complete (0 cached, 864 parsed). 1318 targets, 50 skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
>
> Build Configuration:
> BB_VERSION        = "1.32.0"
> BUILD_SYS         = "x86_64-linux"
> NATIVELSBSTRING   = "Ubuntu-14.04"
> TARGET_SYS        = "i586-poky-linux"
> MACHINE           = "qemux86"
> DISTRO            = "poky"
> DISTRO_VERSION    = "2.2.1"
> TUNE_FEATURES     = "m32 i586"
> TARGET_FPU        = ""
> meta
> meta-poky
> meta-yocto-bsp    = "<unknown>:<unknown>"
>
> NOTE: Fetching uninative binary shim from http://downloads.yoctoproject.org/releases/uninative/1.4/x86_64-nativesdk-libc.tar.bz2;sha256sum=101ff8f2580c193488db9e76f9646fb6ed38b65fb76f403acb0e2178ce7127ca
> --2017-03-20 11:07:57--  http://downloads.yoctoproject.org/releases/uninative/1.4/x86_64-nativesdk-libc.tar.bz2
> Resolving downloads.yoctoproject.org (downloads.yoctoproject.org)... 198.145.20.127
> Connecting to downloads.yoctoproject.org (downloads.yoctoproject.org)|198.145.20.127|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 2473216 (2.4M) [application/octet-stream]
> Saving to: '/home/gwilson/yocto/poky-morty-16.0.1/build/downloads/uninative/101ff8f2580c193488db9e76f9646fb6ed38b65fb76f403acb0e2178ce7127ca/x86_64-nativesdk-libc.tar.bz2'
>
>
> 2017-03-20 11:07:58 (6.62 MB/s) - '/home/gwilson/yocto/poky-morty-16.0.1/build/downloads/uninative/101ff8f2580c193488db9e76f9646fb6ed38b65fb76f403acb0e2178ce7127ca/x86_64-nativesdk-libc.tar.bz2' saved [2473216/2473216]
>
> Initialising tasks: 100% |#########################################################################################| Time: 0:00:15
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> WARNING: flex-native-2.6.0-r0 do_fetch: Failed to fetch URL http://downloads.sourceforge.net/flex/flex-2.6.0.tar.bz2, attempting MIRRORS if available
> WARNING: file-native-5.28-r0 do_fetch: Failed to fetch URL git://github.com/file/file.git, attempting MIRRORS if available
> ERROR: file-native-5.28-r0 do_fetch: Fetcher failure: Unable to find revision 3c521817322a6bf5160cfeb09b9145ccde587b2a in branch master even from upstream
> ERROR: file-native-5.28-r0 do_fetch: Fetcher failure for URL: 'git://github.com/file/file.git'. Unable to fetch URL from any source.

this is a known issue and should be fixed now (again). The upstream repo 
had issues which caused the hashes to not match. I heard the repo got 
corrected.

> ERROR: file-native-5.28-r0 do_fetch: Function failed: base_do_fetch
> ERROR: Logfile of failure stored in: /home/gwilson/yocto/poky-morty-16.0.1/build/tmp/work/x86_64-linux/file-native/5.28-r0/temp/log.do_fetch.23747
> ERROR: Task (virtual:native:/home/gwilson/yocto/poky-morty-16.0.1/meta/recipes-devtools/file/file_5.28.bb:do_fetch) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 203 tasks of which 0 didn't need to be rerun and 1 failed.
>
> Summary: 1 task failed:
>    virtual:native:/home/gwilson/yocto/poky-morty-16.0.1/meta/recipes-devtools/file/file_5.28.bb:do_fetch
> Summary: There were 2 WARNING messages shown.
> Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
> gwilson 11:13:14:~/yocto/poky-morty-16.0.1/build$
>
> I get 1 file that needs to go to a mirror and a second file that can't be found at all.
Please try again.
>
> Are these known bugs? Do I need to just back up and use Morty 2.2?
This affected 2.1, 2.2 and master.

regards,
Armin
>
> Regards,
>
> Greg Wilson-Lindberg
> Sakura Finetek
> 310-783-5075



  reply	other threads:[~2017-03-22  2:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-21 23:29 Morty 2.2.1 build failure Greg Wilson-Lindberg
2017-03-22  2:06 ` akuster808 [this message]
2017-03-22  9:14   ` Esponde, Joel
2017-03-22 20:23   ` Greg Wilson-Lindberg
2017-03-23  8:25     ` Jussi Kukkonen
2017-03-23  9:49     ` Paul Eggleton
2017-03-23 16:58       ` Greg Wilson-Lindberg
2017-03-23 19:25         ` Paul Eggleton
2017-03-23 19:33           ` akuster
2017-03-23 20:11             ` Greg Wilson-Lindberg
2017-03-24  8:17               ` Jussi Kukkonen
2017-03-24 13:08                 ` Dan Riegsecker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0943f9a9-703b-d947-e2da-271bb22594be@gmail.com \
    --to=akuster808@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.