From: Bruce Ashfield <bruce.ashfi...@gmail.com>

When building against 6.5+ kernel headers and musl the compiler
has the following error:

   | image/main.c: In function 'restore_worker':
   | image/main.c:1588:1: error: unrecognizable insn:
   |  1588 | }
   |       | ^
   | (insn 3361 2993 2990 45 (parallel [
   |             (set (reg:DI 4 x4)
   |                 (zero_extend:DI (mem/c:SI (plus:DI (reg/f:DI 29 x29)
   |                             (const_int -260 [0xfffffffffffffefc])) [98 
%sfp+-260 S4 A32])))
   |             (set (reg:DI 22 x22)
   |                 (zero_extend:DI (mem/c:SI (plus:DI (reg/f:DI 29 x29)
   |                             (const_int -256 [0xffffffffffffff00])) [98 
%sfp+-256 S4 A64])))
   |         ]) -1
   |      (nil))
   | during RTL pass: fma_steering
   | image/main.c:1588:1: internal compiler error: in extract_insn, at
recog.cc:2791

Bumping to v6.5.1 solves the issue.

Signed-off-by: Bruce Ashfield <bruce.ashfi...@gmail.com>
---
 .../btrfs-tools/{btrfs-tools_6.3.3.bb => btrfs-tools_6.5.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.3.3.bb => 
btrfs-tools_6.5.1.bb} (98%)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb 
b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.1.bb
similarity index 98%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.1.bb
index e7a64e8363..527e13d08e 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.1.bb
@@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib"
 SRC_URI = 
"git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master;protocol=https
 \
            
file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
            "
-SRCREV = "bb0ca35245858f17a6ced97aade1dd8d70f9c9d7"
+SRCREV = "92d04d4780886a9850716e5529f1dace97779931"
 S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= " \
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#188429): 
https://lists.openembedded.org/g/openembedded-core/message/188429
Mute This Topic: https://lists.openembedded.org/mt/101665431/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to