All of lore.kernel.org
 help / color / mirror / Atom feed
* Broken dunfell branch
@ 2020-07-08 13:15 Guy Morand
  2020-07-08 13:21 ` [yocto] " Martin Jansa
  2020-07-08 13:50 ` Stefano Babic
  0 siblings, 2 replies; 3+ messages in thread
From: Guy Morand @ 2020-07-08 13:15 UTC (permalink / raw)
  To: yocto

Hallo Yocto deveopers!

For our daily release, we build from the latest dunfell branch. I would 
like to thank and congratulate you because we have been doing so for 
over a year and the build never broke because of poky/OE meta layers!

However, we recently got some errors:

ERROR: mtd-utils-2.1.1-r0 do_patch: Command Error: 'quilt --quiltrc 
/mnt/sdb/buildAgent/work/8161e17a85bb6b69/build/tmp/work/armv7vet2hf-neon-scewo-linux-gnueabi/mtd-utils/2.1.1-r0/recipe-sysroot-native/etc/quiltrc 
push' exited with 0  Output:
Applying patch 0001-mtd-utils-Fix-return-value-of-ubiformat.patch
patching file ubi-utils/ubiformat.c
Hunk #1 FAILED at 550.
Hunk #2 FAILED at 643.
Hunk #3 FAILED at 669.
3 out of 3 hunks FAILED -- rejects in file ubi-utils/ubiformat.c
Patch 0001-mtd-utils-Fix-return-value-of-ubiformat.patch can be 
reverse-applied
ERROR: Logfile of failure stored in: 
/mnt/sdb/buildAgent/work/8161e17a85bb6b69/build/tmp/work/armv7vet2hf-neon-scewo-linux-gnueabi/mtd-utils/2.1.1-r0/temp/log.do_patch.23641
ERROR: Task 
(/mnt/sdb/buildAgent/work/8161e17a85bb6b69/meta-layers/poky/meta/recipes-devtools/mtd/mtd-utils_git.bb:do_patch) 
failed with exit code '1'

It seems the faulty commit is:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=dunfell&id=994783b52e5c0a97000b8b643c8fd80d81069097

For now I simply build from the previous commit and everything is fine. 
Not sure if someone already noticed that or if there is something wrong 
with my setup?

Best regards,

Guy Morand

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [yocto] Broken dunfell branch
  2020-07-08 13:15 Broken dunfell branch Guy Morand
@ 2020-07-08 13:21 ` Martin Jansa
  2020-07-08 13:50 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2020-07-08 13:21 UTC (permalink / raw)
  To: Guy Morand; +Cc: Yocto-mailing-list

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

This 0001-mtd-utils-Fix-return-value-of-ubiformat.patch patch was recently
backported to dunfell in
https://git.openembedded.org/openembedded-core/commit/?h=dunfell&id=3ee98b6c9ddd1dd0825245ca672236b7befb9859

check with "bitbake -e mtd-utils" to see which other layer in your build
adds the same patch or changes SRCREV to newer commit which already
contains the same change from upstream.

On Wed, Jul 8, 2020 at 3:15 PM Guy Morand <guy@guy-morand.ch> wrote:

> Hallo Yocto deveopers!
>
> For our daily release, we build from the latest dunfell branch. I would
> like to thank and congratulate you because we have been doing so for
> over a year and the build never broke because of poky/OE meta layers!
>
> However, we recently got some errors:
>
> ERROR: mtd-utils-2.1.1-r0 do_patch: Command Error: 'quilt --quiltrc
> /mnt/sdb/buildAgent/work/8161e17a85bb6b69/build/tmp/work/armv7vet2hf-neon-scewo-linux-gnueabi/mtd-utils/2.1.1-r0/recipe-sysroot-native/etc/quiltrc
>
> push' exited with 0  Output:
> Applying patch 0001-mtd-utils-Fix-return-value-of-ubiformat.patch
> patching file ubi-utils/ubiformat.c
> Hunk #1 FAILED at 550.
> Hunk #2 FAILED at 643.
> Hunk #3 FAILED at 669.
> 3 out of 3 hunks FAILED -- rejects in file ubi-utils/ubiformat.c
> Patch 0001-mtd-utils-Fix-return-value-of-ubiformat.patch can be
> reverse-applied
> ERROR: Logfile of failure stored in:
>
> /mnt/sdb/buildAgent/work/8161e17a85bb6b69/build/tmp/work/armv7vet2hf-neon-scewo-linux-gnueabi/mtd-utils/2.1.1-r0/temp/log.do_patch.23641
> ERROR: Task
>
> (/mnt/sdb/buildAgent/work/8161e17a85bb6b69/meta-layers/poky/meta/recipes-devtools/mtd/mtd-utils_git.bb:do_patch)
>
> failed with exit code '1'
>
> It seems the faulty commit is:
>
> http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=dunfell&id=994783b52e5c0a97000b8b643c8fd80d81069097
>
> For now I simply build from the previous commit and everything is fine.
> Not sure if someone already noticed that or if there is something wrong
> with my setup?
>
> Best regards,
>
> Guy Morand
> 
>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [yocto] Broken dunfell branch
  2020-07-08 13:15 Broken dunfell branch Guy Morand
  2020-07-08 13:21 ` [yocto] " Martin Jansa
@ 2020-07-08 13:50 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2020-07-08 13:50 UTC (permalink / raw)
  To: Guy Morand, yocto

Hi Guy,

On 08.07.20 15:15, Guy Morand wrote:
> Hallo Yocto deveopers!
> 
> For our daily release, we build from the latest dunfell branch. I would
> like to thank and congratulate you because we have been doing so for
> over a year and the build never broke because of poky/OE meta layers!
> 
> However, we recently got some errors:
> 
> ERROR: mtd-utils-2.1.1-r0 do_patch: Command Error: 'quilt --quiltrc
> /mnt/sdb/buildAgent/work/8161e17a85bb6b69/build/tmp/work/armv7vet2hf-neon-scewo-linux-gnueabi/mtd-utils/2.1.1-r0/recipe-sysroot-native/etc/quiltrc
> push' exited with 0  Output:
> Applying patch 0001-mtd-utils-Fix-return-value-of-ubiformat.patch
> patching file ubi-utils/ubiformat.c
> Hunk #1 FAILED at 550.
> Hunk #2 FAILED at 643.
> Hunk #3 FAILED at 669.
> 3 out of 3 hunks FAILED -- rejects in file ubi-utils/ubiformat.c
> Patch 0001-mtd-utils-Fix-return-value-of-ubiformat.patch can be
> reverse-applied
> ERROR: Logfile of failure stored in:
> /mnt/sdb/buildAgent/work/8161e17a85bb6b69/build/tmp/work/armv7vet2hf-neon-scewo-linux-gnueabi/mtd-utils/2.1.1-r0/temp/log.do_patch.23641
> 
> ERROR: Task
> (/mnt/sdb/buildAgent/work/8161e17a85bb6b69/meta-layers/poky/meta/recipes-devtools/mtd/mtd-utils_git.bb:do_patch)
> failed with exit code '1'
> 
> It seems the faulty commit is:
> http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=dunfell&id=994783b52e5c0a97000b8b643c8fd80d81069097
> 
> 
> For now I simply build from the previous commit and everything is fine.
> Not sure if someone already noticed that or if there is something wrong
> with my setup?
> 

Do you have meta-swupdate in your layers, too, and are you using -master
(see commit ece400ed5) ?

Best regards,
Stefano Babic

> Best regards,
> 
> Guy Morand
> 
> 
> 


-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-08 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-08 13:15 Broken dunfell branch Guy Morand
2020-07-08 13:21 ` [yocto] " Martin Jansa
2020-07-08 13:50 ` Stefano Babic

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.