* ERROR: iso-codes-4.4-r0
@ 2020-07-08 14:52 Pankaj Vinadrao Joshi
2020-07-08 14:57 ` [yocto] " Quentin Schulz
2020-07-08 14:57 ` Mikko Rapeli
0 siblings, 2 replies; 3+ messages in thread
From: Pankaj Vinadrao Joshi @ 2020-07-08 14:52 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 2365 bytes --]
I am trying to build yocto image for RPI4 but i am getting following error
pankaj@exaleap-Inspiron-3584:~/raspberrypi4_image$ bitbake core-image-sato
Parsing recipes: 100% |######################################################################################################################################################################| Time: 0:09:59
Parsing of 2198 .bb files complete (0 cached, 2198 parsed). 3282 targets, 147 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.46.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "raspberrypi4"
DISTRO = "poky"
DISTRO_VERSION = "3.1"
TUNE_FEATURES = "arm vfp cortexa7 neon vfpv4 thumb callconvention-hard"
TARGET_FPU = "hard"
meta
meta-poky
meta-yocto-bsp = "dunfell:9c8049068406532c3dd5d8906c595218b0fefd40"
meta-oe
meta-python
meta-networking
meta-multimedia = "dunfell:e413c1ef621688e69bb7830bb3151ed23b30b73e"
meta-raspberrypi = "master:5ac6f013339b0b1ab2d71f9f6af48a186e126c19"
Initialising tasks: 100% |###################################################################################################################################################################| Time: 0:00:18
Sstate summary: Wanted 1395 Found 0 Missed 1395 Current 1738 (0% match, 55% complete)
NOTE: Executing Tasks
WARNING: iso-codes-4.4-r0 do_fetch: Failed to fetch URL git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http, attempting MIRRORS if available
ERROR: iso-codes-4.4-r0 do_fetch: Fetcher failure: Unable to find revision 38edb926592954b87eb527124da0ec68d2a748f3 in branch master even from upstream
ERROR: iso-codes-4.4-r0 do_fetch: Fetcher failure for URL: 'git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/pankaj/raspberrypi4_image/tmp/work/all-poky-linux/iso-codes/4.4-r0/temp/log.do_fetch.24501
ERROR: Task (/home/pankaj/Yocto-practice/poky/meta/recipes-support/iso-codes/iso-codes_4.4.bb:do_fetch) failed with exit code '1'
can someone help me how i can resolve this error?
[-- Attachment #2: Type: text/html, Size: 3227 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [yocto] ERROR: iso-codes-4.4-r0
2020-07-08 14:52 ERROR: iso-codes-4.4-r0 Pankaj Vinadrao Joshi
@ 2020-07-08 14:57 ` Quentin Schulz
2020-07-08 14:57 ` Mikko Rapeli
1 sibling, 0 replies; 3+ messages in thread
From: Quentin Schulz @ 2020-07-08 14:57 UTC (permalink / raw)
To: Pankaj Vinadrao Joshi; +Cc: yocto
Hi Pankaj,
On Wed, Jul 08, 2020 at 07:52:30AM -0700, Pankaj Vinadrao Joshi wrote:
> I am trying to build yocto image for RPI4 but i am getting following error
>
> pankaj@exaleap-Inspiron-3584:~/raspberrypi4_image$ bitbake core-image-sato
> Parsing recipes: 100% |######################################################################################################################################################################| Time: 0:09:59
> Parsing of 2198 .bb files complete (0 cached, 2198 parsed). 3282 targets, 147 skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
>
> Build Configuration:
> BB_VERSION = "1.46.0"
> BUILD_SYS = "x86_64-linux"
> NATIVELSBSTRING = "universal"
> TARGET_SYS = "arm-poky-linux-gnueabi"
> MACHINE = "raspberrypi4"
> DISTRO = "poky"
> DISTRO_VERSION = "3.1"
> TUNE_FEATURES = "arm vfp cortexa7 neon vfpv4 thumb callconvention-hard"
> TARGET_FPU = "hard"
> meta
> meta-poky
> meta-yocto-bsp = "dunfell:9c8049068406532c3dd5d8906c595218b0fefd40"
> meta-oe
> meta-python
> meta-networking
> meta-multimedia = "dunfell:e413c1ef621688e69bb7830bb3151ed23b30b73e"
> meta-raspberrypi = "master:5ac6f013339b0b1ab2d71f9f6af48a186e126c19"
>
> Initialising tasks: 100% |###################################################################################################################################################################| Time: 0:00:18
> Sstate summary: Wanted 1395 Found 0 Missed 1395 Current 1738 (0% match, 55% complete)
> NOTE: Executing Tasks
> WARNING: iso-codes-4.4-r0 do_fetch: Failed to fetch URL git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http, attempting MIRRORS if available
> ERROR: iso-codes-4.4-r0 do_fetch: Fetcher failure: Unable to find revision 38edb926592954b87eb527124da0ec68d2a748f3 in branch master even from upstream
> ERROR: iso-codes-4.4-r0 do_fetch: Fetcher failure for URL: 'git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http'. Unable to fetch URL from any source.
> ERROR: Logfile of failure stored in: /home/pankaj/raspberrypi4_image/tmp/work/all-poky-linux/iso-codes/4.4-r0/temp/log.do_fetch.24501
> ERROR: Task (/home/pankaj/Yocto-practice/poky/meta/recipes-support/iso-codes/iso-codes_4.4.bb:do_fetch) failed with exit code '1'
>
> can someone help me how i can resolve this error?
Update your dunfell branch (should be at commit
c253fd28ad26b4996666b0794dfee1d59c14e3ca)
Quentin
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [yocto] ERROR: iso-codes-4.4-r0
2020-07-08 14:52 ERROR: iso-codes-4.4-r0 Pankaj Vinadrao Joshi
2020-07-08 14:57 ` [yocto] " Quentin Schulz
@ 2020-07-08 14:57 ` Mikko Rapeli
1 sibling, 0 replies; 3+ messages in thread
From: Mikko Rapeli @ 2020-07-08 14:57 UTC (permalink / raw)
To: pankaj.vj; +Cc: yocto
Hi,
On Wed, Jul 08, 2020 at 07:52:30AM -0700, Pankaj Vinadrao Joshi wrote:
> I am trying to build yocto image for RPI4 but i am getting following error
>
> pankaj@exaleap-Inspiron-3584:~/raspberrypi4_image$ bitbake core-image-sato
> Parsing recipes: 100% |######################################################################################################################################################################| Time: 0:09:59
> Parsing of 2198 .bb files complete (0 cached, 2198 parsed). 3282 targets, 147 skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
>
> Build Configuration:
> BB_VERSION = "1.46.0"
> BUILD_SYS = "x86_64-linux"
> NATIVELSBSTRING = "universal"
> TARGET_SYS = "arm-poky-linux-gnueabi"
> MACHINE = "raspberrypi4"
> DISTRO = "poky"
> DISTRO_VERSION = "3.1"
> TUNE_FEATURES = "arm vfp cortexa7 neon vfpv4 thumb callconvention-hard"
> TARGET_FPU = "hard"
> meta
> meta-poky
> meta-yocto-bsp = "dunfell:9c8049068406532c3dd5d8906c595218b0fefd40"
> meta-oe
> meta-python
> meta-networking
> meta-multimedia = "dunfell:e413c1ef621688e69bb7830bb3151ed23b30b73e"
> meta-raspberrypi = "master:5ac6f013339b0b1ab2d71f9f6af48a186e126c19"
>
> Initialising tasks: 100% |###################################################################################################################################################################| Time: 0:00:18
> Sstate summary: Wanted 1395 Found 0 Missed 1395 Current 1738 (0% match, 55% complete)
> NOTE: Executing Tasks
> WARNING: iso-codes-4.4-r0 do_fetch: Failed to fetch URL git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http, attempting MIRRORS if available
> ERROR: iso-codes-4.4-r0 do_fetch: Fetcher failure: Unable to find revision 38edb926592954b87eb527124da0ec68d2a748f3 in branch master even from upstream
> ERROR: iso-codes-4.4-r0 do_fetch: Fetcher failure for URL: 'git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http'. Unable to fetch URL from any source.
> ERROR: Logfile of failure stored in: /home/pankaj/raspberrypi4_image/tmp/work/all-poky-linux/iso-codes/4.4-r0/temp/log.do_fetch.24501
> ERROR: Task (/home/pankaj/Yocto-practice/poky/meta/recipes-support/iso-codes/iso-codes_4.4.bb:do_fetch) failed with exit code '1'
>
> can someone help me how i can resolve this error?
Debian developers changed branch names in their repository.
Fixed in latest master and dunfell branches so either update or cherry-pick the
changes:
https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=dunfell&id=c253fd28ad26b4996666b0794dfee1d59c14e3ca
https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=75e91b8e52ec77398e6b0fc09456e971662d9d7e
Cheers,
-Mikko
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-07-08 14:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-08 14:52 ERROR: iso-codes-4.4-r0 Pankaj Vinadrao Joshi
2020-07-08 14:57 ` [yocto] " Quentin Schulz
2020-07-08 14:57 ` Mikko Rapeli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox