All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Monsees, Steven C (US)" <steven.monsees@baesystems.com>
To: "yocto@lists.yoctoproject.org" <yocto@lists.yoctoproject.org>
Subject: #yocto #kernel BB_GENERATE_MIRROR_TARBALLS
Date: Tue, 19 Jan 2021 13:42:45 +0000	[thread overview]
Message-ID: <MADEUP.165BA5F71253BD01.16848@lists.yoctoproject.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 6814 bytes --]

When I generate MIRROR TARBALLS for my build it does not appear to generate all the required tarballs...

I tested by tested by rebuilding with "BB_NO_NETWORK = 1", and received the following build Error (see below).

Is there something else I need to define to get all the required tarballs in build ?

Thanks,
Steve

Initialising tasks: 100% |##########################################################| Time: 0:00:03
Sstate summary: Wanted 1412 Found 0 Missed 1412 Current 0 (0% match, 0% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
ERROR: ncurses-native-6.1+20190803-r0 do_fetch: Network access disabled through BB_NO_NETWORK (or set indirectly due to use of BB_FETCH_PREMIRRORONLY) but access requested with command LANG=C git -c core.fsyncobjectfiles=0 clone --bare --mirror https://salsa.debian.org/debian/ncurses.git /disk0/scratch/smonsees/yocto/workspace_3/downloads/aarch64/git2/salsa.debian.org.debian.ncurses.git --progress (for url git://salsa.debian.org/debian/ncurses.git;protocol=https)
ERROR: Logfile of failure stored in: /disk0/scratch/smonsees/yocto/workspace_3/meta-bae/meta-limws/builds/aiox-default/tmp/work/x86_64-linux/ncurses-native/6.1+20190803-r0/temp/log.do_fetch.16824
ERROR: Task (virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses_6.1+20190803.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 99 tasks of which 0 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses_6.1+20190803.bb:do_fetch

ncurses_6.1+20190803.bb:

require ncurses.inc

SRC_URI += "file://0001-tic-hang.patch \
            file://0002-configure-reproducible.patch \
            file://config.cache \
            file://0001-ncurses-selective-backport-of-20191012-patch.patch \
"
# commit id corresponds to the revision in package version
SRCREV = "3c9b2677c96c645496997321bf2fe465a5e7e21f"
S = "${WORKDIR}/git"
EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"

CVE_VERSION = "6.1.${@d.getVar("PV").split('+')[1]}"

/disk0/scratch/smonsees/yocto/workspace_3/meta-bae/meta-limws/builds/aiox-default/tmp/work/x86_64-linux/ncurses-native/6.1+20190803-r0/temp/log.do_fetch.16824:

DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are []
NOTE: Installed into sysroot: []
NOTE: Skipping as already exists in sysroot: []
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: Executing python function do_fetch
DEBUG: Executing python function base_do_fetch
DEBUG: Trying PREMIRRORS
DEBUG: For url ['git', 'salsa.debian.org', '/debian/ncurses.git', '', '', OrderedDict([('protocol', 'https')])] comparing ['git', '.*', '/.*', '', '', OrderedDict()] to ['file', '', '//ede/tms/yocto/zeus/downloads/aarch64', '', '', OrderedDict()]
DEBUG: For url git://salsa.debian.org/debian/ncurses.git;protocol=https returning file:///ede/tms/yocto/zeus/downloads/aarch64/git2_salsa.debian.org.debian.ncurses.git.tar.gz
DEBUG: For url ['file', '', '/ede/tms/yocto/zeus/downloads/aarch64/git2_salsa.debian.org.debian.ncurses.git.tar.gz', '', '', OrderedDict()] comparing ['ftp', '.*', '/.*', '', '', OrderedDict()] to ['file', '', '//ede/tms/yocto/zeus/downloads/aarch64', '', '', OrderedDict()]
DEBUG: For url ['file', '', '/ede/tms/yocto/zeus/downloads/aarch64/git2_salsa.debian.org.debian.ncurses.git.tar.gz', '', '', OrderedDict()] comparing ['http', '.*', '/.*', '', '', OrderedDict()] to ['file', '', '//ede/tms/yocto/zeus/downloads/aarch64', '', '', OrderedDict()]
DEBUG: For url ['file', '', '/ede/tms/yocto/zeus/downloads/aarch64/git2_salsa.debian.org.debian.ncurses.git.tar.gz', '', '', OrderedDict()] comparing ['https', '.*', '/.*', '', '', OrderedDict()] to ['file', '', '//ede/tms/yocto/zeus/downloads/aarch64', '', '', OrderedDict()]
DEBUG: For url ['git', 'salsa.debian.org', '/debian/ncurses.git', '', '', OrderedDict([('protocol', 'https')])] comparing ['ftp', '.*', '/.*', '', '', OrderedDict()] to ['file', '', '//ede/tms/yocto/zeus/downloads/aarch64', '', '', OrderedDict()]
DEBUG: For url ['git', 'salsa.debian.org', '/debian/ncurses.git', '', '', OrderedDict([('protocol', 'https')])] comparing ['http', '.*', '/.*', '', '', OrderedDict()] to ['file', '', '//ede/tms/yocto/zeus/downloads/aarch64', '', '', OrderedDict()]
DEBUG: For url ['git', 'salsa.debian.org', '/debian/ncurses.git', '', '', OrderedDict([('protocol', 'https')])] comparing ['https', '.*', '/.*', '', '', OrderedDict()] to ['file', '', '//ede/tms/yocto/zeus/downloads/aarch64', '', '', OrderedDict()]
DEBUG: Mirror fetch failure for url file:///ede/tms/yocto/zeus/downloads/aarch64/git2_salsa.debian.org.debian.ncurses.git.tar.gz (original url: git://salsa.debian.org/debian/ncurses.git;protocol=https)
DEBUG: Fetcher failure: Unable to find file file:///ede/tms/yocto/zeus/downloads/aarch64/git2_salsa.debian.org.debian.ncurses.git.tar.gz anywhere. The paths that were searched were:
    /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses-6.1+20190803/limws
    /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses/limws
    /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/files/limws
    /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses-6.1+20190803/
    /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses/
    /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/files/
    /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses-6.1+20190803/x86-64
    /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses/x86-64
    /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/files/x86-64
    /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses-6.1+20190803/
    /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses/
    /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/files/
    /disk0/scratch/smonsees/yocto/workspace_3/downloads/aarch64
DEBUG: Trying Upstream
ERROR: Network access disabled through BB_NO_NETWORK (or set indirectly due to use of BB_FETCH_PREMIRRORONLY) but access requested with command LANG=C git -c core.fsyncobjectfiles=0 clone --bare --mirror https://salsa.debian.org/debian/ncurses.git /disk0/scratch/smonsees/yocto/workspace_3/downloads/aarch64/git2/salsa.debian.org.debian.ncurses.git --progress (for url git://salsa.debian.org/debian/ncurses.git;protocol=https)
DEBUG: Python function base_do_fetch finished



[-- Attachment #2: Type: text/html, Size: 11819 bytes --]

             reply	other threads:[~2021-01-19 13:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-19 13:42 Monsees, Steven C (US) [this message]
2021-01-19 14:01 ` [yocto] #yocto #kernel BB_GENERATE_MIRROR_TARBALLS Richard Purdie
2021-01-19 14:08   ` Monsees, Steven C (US)

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=MADEUP.165BA5F71253BD01.16848@lists.yoctoproject.org \
    --to=steven.monsees@baesystems.com \
    --cc=yocto@lists.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.