From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 11 13:36:47 2024 Received: (at submit) by debbugs.gnu.org; 11 Dec 2024 18:36:48 +0000 Received: from localhost ([127.0.0.1]:36227 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tLRZm-0005GD-KQ for submit@debbugs.gnu.org; Wed, 11 Dec 2024 13:36:47 -0500 Received: from lists.gnu.org ([209.51.188.17]:45736) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tLRZj-0005Fr-T4 for submit@debbugs.gnu.org; Wed, 11 Dec 2024 13:36:44 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tLRZi-00088s-G0 for bug-guix@gnu.org; Wed, 11 Dec 2024 13:36:42 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tLRZf-0000jE-9h for bug-guix@gnu.org; Wed, 11 Dec 2024 13:36:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1733942193; bh=336VF5Hkp7Jz1TYLcVyLOQqfYK4MovKTMdYo4l4RVfc=; h=From:To:Cc:Subject:Date:From; b=VadA3CVqLFVIx5svETE8zvz8bY9r9r9tw8v7LarjvDgsSq3oqPiglmssRRK2G6LwR TacCQ91bc8yNDYjF8VVWz8vBb89FAlMLpaHTOGwNstaDUgqNxF8tJ6sxie4ET12Ghw qJogZhJwxxO2OuhLmUmdQEQ4dFt0DTx8AAz6m1bf7S+U0KkDtrZbqZP3myyEoAaru/ mCHVzhD6lMZ7z/nMsrFeMesRzc84F4eQf9wE/dCP4G3oAxEfuaSNv8H72c3Cw5a7NT q61YuQlBuXzNRN4tDDYGWj6SPoPFg9xTwVuXiuUiREkwanCaitYz/GVEsHGz86IAQO Hx6yBwM6ExHmw== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id DE3214928; Wed, 11 Dec 2024 10:36:32 -0800 (PST) From: Vagrant Cascadian To: bug-guix@gnu.org Subject: linux-libre 6.11.11 fails to build on aarch64 (drivers/clk/meson/gxbb.c) Date: Wed, 11 Dec 2024 10:36:27 -0800 Message-ID: <87ed2et6c4.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=173.255.214.101; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.472, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Wilko Meyer , Leo Famulari X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable linux-libre 6.11.11 fails to build on aarch64, while 6.11.10 built fine. The issue is specifically with the gxbb platform, so would not likely be built on other architectures: drivers/clk/meson/gxbb.c:2057:40: error: expected ')' before '|' token 2057 | .hw.init =3D &(struct clk_init_da|a) { | ~ ^ | ) drivers/clk/meson/gxbb.c:2058:18: error: 'struct clk_init_da' has no member= named 'name' 2058 | .name =3D "vclk_div12_en", | ^~~~ drivers/clk/meson/gxbb.c:2058:25: warning: excess elements in struct initia= lizer 2058 | .name =3D "vclk_div12_en", | ^~~~~~~~~~~~~~~ drivers/clk/meson/gxbb.c:2058:25: note: (near initialization for '(anonymou= s)') drivers/clk/meson/gxbb.c:2059:18: error: 'struct clk_init_da' has no member= named 'ops' 2059 | .ops =3D &clk_regmap_gate_ops, | ^~~ drivers/clk/meson/gxbb.c:2059:24: warning: excess elements in struct initia= lizer 2059 | .ops =3D &clk_regmap_gate_ops, | ^ drivers/clk/meson/gxbb.c:2059:24: note: (near initialization for '(anonymou= s)') drivers/clk/meson/gxbb.c:2060:18: error: 'struct clk_init_da' has no member= named 'parent_hws' 2060 | .parent_hws =3D (const struct clk_hw *[]) { &gxbb_v= clk.hw }, | ^~~~~~~~~~ drivers/clk/meson/gxbb.c:2060:31: warning: excess elements in struct initia= lizer 2060 | .parent_hws =3D (const struct clk_hw *[]) { &gxbb_v= clk.hw }, | ^ drivers/clk/meson/gxbb.c:2060:31: note: (near initialization for '(anonymou= s)') drivers/clk/meson/gxbb.c:2061:18: error: 'struct clk_init_da' has no member= named 'num_parents' 2061 | .num_parents =3D 1, | ^~~~~~~~~~~ drivers/clk/meson/gxbb.c:2061:32: warning: excess elements in struct initia= lizer 2061 | .num_parents =3D 1, | ^ drivers/clk/meson/gxbb.c:2061:32: note: (near initialization for '(anonymou= s)') drivers/clk/meson/gxbb.c:2062:18: error: 'struct clk_init_da' has no member= named 'flags' 2062 | .flags =3D CLK_SET_RATE_PARENT | CLK_IGNORE_UNUSED, | ^~~~~ In file included from ./include/linux/bits.h:6, from ./include/linux/bitops.h:6, from ./include/linux/of.h:15, from ./include/linux/clk-provider.h:9, from drivers/clk/meson/gxbb.c:7: ./include/vdso/bits.h:7:33: warning: excess elements in struct initializer 7 | #define BIT(nr) (UL(1) << (nr)) | ^ ./include/linux/clk-provider.h:21:33: note: in expansion of macro 'BIT' 21 | #define CLK_SET_RATE_PARENT BIT(2) /* propagate rate change up = one level */ | ^~~ drivers/clk/meson/gxbb.c:2062:26: note: in expansion of macro 'CLK_SET_RATE= _PARENT' 2062 | .flags =3D CLK_SET_RATE_PARENT | CLK_IGNORE_UNUSED, | ^~~~~~~~~~~~~~~~~~~ ./include/vdso/bits.h:7:33: note: (near initialization for '(anonymous)') 7 | #define BIT(nr) (UL(1) << (nr)) | ^ ./include/linux/clk-provider.h:21:33: note: in expansion of macro 'BIT' 21 | #define CLK_SET_RATE_PARENT BIT(2) /* propagate rate change up = one level */ | ^~~ drivers/clk/meson/gxbb.c:2062:26: note: in expansion of macro 'CLK_SET_RATE= _PARENT' 2062 | .flags =3D CLK_SET_RATE_PARENT | CLK_IGNORE_UNUSED, | ^~~~~~~~~~~~~~~~~~~ drivers/clk/meson/gxbb.c:2057:44: error: invalid use of undefined type 'str= uct clk_init_da' 2057 | .hw.init =3D &(struct clk_init_da|a) { | ^ drivers/clk/meson/gxbb.c:2168:38: error: unknown type name 'str' 2168 | .parent_hws =3D (const str}ct clk_hw *[]) { | ^~~ drivers/clk/meson/gxbb.c:2168:41: error: expected ')' before '}' token 2168 | .parent_hws =3D (const str}ct clk_hw *[]) { | ~ ^ | ) drivers/clk/meson/gxbb.c:2168:41: error: expected expression before '}' tok= en drivers/clk/meson/gxbb.c:2168:55: error: expected ',' or ';' before ')' tok= en 2168 | .parent_hws =3D (const str}ct clk_hw *[]) { | ^ drivers/clk/meson/gxbb.c:2170:18: error: expected identifier or '(' before = ',' token 2170 | }, | ^ drivers/clk/meson/gxbb.c:2172:10: error: expected identifier or '(' before = ',' token 2172 | }, | ^ drivers/clk/meson/gxbb.c:2528:31: error: stray '\305' in program 2528 | .flags =3D CLK_S=C3=85T_RATE_PARENT, | ^ drivers/clk/meson/gxbb.c:2528:26: error: 'CLK_S' undeclared here (not in a = function) 2528 | .flags =3D CLK_S=C3=85T_RATE_PARENT, | ^~~~~ drivers/clk/meson/gxbb.c:2528:32: error: expected '}' before 'T_RATE_PARENT' 2528 | .flags =3D CLK_S=C3=85T_RATE_PARENT, | ^~~~~~~~~~~~~ drivers/clk/meson/gxbb.c:2523:43: note: to match this '{' 2523 | .hw.init =3D &(struct clk_init_data){ | ^ In file included from drivers/clk/meson/gxbb.c:14: drivers/clk/meson/gxbb.c:2711:38: error: stray '\317' in program 2711 | static MESON_GATE(gxbb_edp, HHI_GCLK_=C3=8FTHER, 31); | ^ drivers/clk/meson/clk-regmap.h:120:28: note: in definition of macro '__MESO= N_PCLK' 120 | .offset =3D (_reg), = \ | ^~~~ drivers/clk/meson/gxbb.c:2637:9: note: in expansion of macro 'MESON_PCLK' 2637 | MESON_PCLK(_name, _reg, _bit, &gxbb_clk81.hw) | ^~~~~~~~~~ drivers/clk/meson/gxbb.c:2711:8: note: in expansion of macro 'MESON_GATE' 2711 | static MESON_GATE(gxbb_edp, HHI_GCLK_=C3=8FTHER, 31); | ^~~~~~~~~~ drivers/clk/meson/gxbb.c:2711:29: error: 'HHI_GCLK_' undeclared here (not i= n a function); did you mean 'HHI_GCLK_AO'? 2711 | static MESON_GATE(gxbb_edp, HHI_GCLK_=C3=8FTHER, 31); | ^~~~~~~~~ drivers/clk/meson/clk-regmap.h:120:28: note: in definition of macro '__MESO= N_PCLK' 120 | .offset =3D (_reg), = \ | ^~~~ drivers/clk/meson/gxbb.c:2637:9: note: in expansion of macro 'MESON_PCLK' 2637 | MESON_PCLK(_name, _reg, _bit, &gxbb_clk81.hw) | ^~~~~~~~~~ drivers/clk/meson/gxbb.c:2711:8: note: in expansion of macro 'MESON_GATE' 2711 | static MESON_GATE(gxbb_edp, HHI_GCLK_=C3=8FTHER, 31); | ^~~~~~~~~~ drivers/clk/meson/gxbb.c:2711:39: error: expected ')' before 'THER' 2711 | static MESON_GATE(gxbb_edp, HHI_GCLK_=C3=8FTHER, 31); | ^~~~ drivers/clk/meson/clk-regmap.h:120:28: note: in definition of macro '__MESO= N_PCLK' 120 | .offset =3D (_reg), = \ | ^~~~ drivers/clk/meson/gxbb.c:2637:9: note: in expansion of macro 'MESON_PCLK' 2637 | MESON_PCLK(_name, _reg, _bit, &gxbb_clk81.hw) | ^~~~~~~~~~ drivers/clk/meson/gxbb.c:2711:8: note: in expansion of macro 'MESON_GATE' 2711 | static MESON_GATE(gxbb_edp, HHI_GCLK_=C3=8FTHER, 31); | ^~~~~~~~~~ drivers/clk/meson/clk-regmap.h:120:27: note: to match this '(' 120 | .offset =3D (_reg), = \ | ^ drivers/clk/meson/clk-regmap.h:133:9: note: in expansion of macro '__MESON_= PCLK' 133 | __MESON_PCLK(_name, _reg, _bit, &clk_regmap_gate_ops, _pnam= e) | ^~~~~~~~~~~~ drivers/clk/meson/gxbb.c:2637:9: note: in expansion of macro 'MESON_PCLK' 2637 | MESON_PCLK(_name, _reg, _bit, &gxbb_clk81.hw) | ^~~~~~~~~~ drivers/clk/meson/gxbb.c:2711:8: note: in expansion of macro 'MESON_GATE' 2711 | static MESON_GATE(gxbb_edp, HHI_GCLK_=C3=8FTHER, 31); | ^~~~~~~~~~ make[5]: *** [scripts/Makefile.build:244: drivers/clk/meson/gxbb.o] Error 1 make[4]: *** [scripts/Makefile.build:485: drivers/clk/meson] Error 2 make[3]: *** [scripts/Makefile.build:485: drivers/clk] Error 2 make[2]: *** [scripts/Makefile.build:485: drivers] Error 2 make[2]: *** Waiting for unfinished jobs.... Possibly due to changes in upstream linux, or maybe the linux-libre patching... I do have the full log if that would be useful, but I think the above is the meaningful bits from it. live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ1nbqwAKCRDcUY/If5cW qgfCAPwKosZXVTZ2dmFDnB5xlBJycerQY3L2T4eKXFYADH+p8gD9FxY9uMYY5P5E N28hcPfEsBO3E3E9icMu4GI1t8izxwA= =LjrX -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 12 03:38:48 2024 Received: (at 74797) by debbugs.gnu.org; 12 Dec 2024 08:38:48 +0000 Received: from localhost ([127.0.0.1]:37554 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tLeie-0008Kt-2d for submit@debbugs.gnu.org; Thu, 12 Dec 2024 03:38:48 -0500 Received: from mail-pg1-f173.google.com ([209.85.215.173]:57436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tLeib-0008Kf-MG for 74797@debbugs.gnu.org; Thu, 12 Dec 2024 03:38:46 -0500 Received: by mail-pg1-f173.google.com with SMTP id 41be03b00d2f7-7fd45005a09so241963a12.2 for <74797@debbugs.gnu.org>; Thu, 12 Dec 2024 00:38:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1733992665; x=1734597465; darn=debbugs.gnu.org; h=cc:to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=1jMYJogRO+TzL1RgOdnvkDSczc9jG4kw0T2waLcb914=; b=Ys0xGEXMDMQ+H91NZDtUDedp8zLQc9qwoeafLu6EacOwMhg559yBhNjuL79M5GFznO UwfE/Vl9lr9Ok29g+rrl2vShS5NId+vDb84uidvbHqi0pRWjPRBbo8xMAYoaw7YCICEn QhOdejkNJdiWvqmfTIlNn8ONYcStn2qwB49EhgGHcHSDMYOpw4j0wLM195wcsDGJ6cja a3hvdPEsh9MCwa1BcENgh1NnEQQcp0jDotMXThSeAY2xC1fZTb3fIc80vFLDtbBBtgj7 PHGRMgrkFVMGFsRAzdzaWM6/Navvk39+qiIu6K3Ax0SABaIymd16g1YBBuFx+rdayJUl IWew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733992665; x=1734597465; h=cc:to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=1jMYJogRO+TzL1RgOdnvkDSczc9jG4kw0T2waLcb914=; b=JiPMQsVZ126X5ogn0PHKuV7vJhm1qOefea6O+owXVSC+oVHic4VgQlWL3/IBG2N0de oePeWIIpWXWLXVsmvPEzrlJ5dP5czW35QNF60+yAwLb3iNLiNZ2BwMH1waLlfziHzC3A iO1OlGoARLubADAVG9RH59ohRHPJXt0ozpGi442MDhvcuf8KeeQ6Z9xcdob3o/IILbJD J4fYDbmFeMLDq8Nex6Xep+3ch1RZqTE8OoVUWpAnI9VP/kZhtDrLBDYOyE8R6okGa5mI xNHOOrJXMzOOU85yk7iAKCIuSmFZ0P9sUq8lf8tgmVan6YsKuH5kBuSuup72ed36TBUw Zigw== X-Gm-Message-State: AOJu0Yxhi23mRH9rjACEES42trLiLVVfbzTbb9O3pXs3D+82ljnpSUeg 44uyBKoGxkEFXndMSok0fO0kiKcnd18VSdUIAqrSKKszhDMjlF0rA88wSPxkZJLhWKZ9jeIDNc3 P4bf4F9iR5BaIGf97GCUOSpUPr4IIeS7c X-Gm-Gg: ASbGncvteZh5x9RPqbvX8GHN2YFysBSoctg5Y2UnLHM7SsO4VzF8xQTnI204bYXIEfZ MVYk9oL7YLgQaRO5oKmOKWQWOWKPyah92aZdg X-Google-Smtp-Source: AGHT+IFf0gi4hMYhMEmWV62461U7wSDENI07yakNgW2ZlEgtH2tEi7ysgYklldt37s3890jJwxgCTSvPNxvI0sJ7Y+w= X-Received: by 2002:a17:90b:544b:b0:2ee:b2be:f390 with SMTP id 98e67ed59e1d1-2f13930a57bmr4124605a91.28.1733992664596; Thu, 12 Dec 2024 00:37:44 -0800 (PST) MIME-Version: 1.0 From: Vincent Legoll Date: Thu, 12 Dec 2024 08:37:33 +0000 Message-ID: Subject: bug#74797 - Re: linux-libre 6.11.11 fails to build on aarch64 (drivers/clk/meson/gxbb.c) To: 74797@debbugs.gnu.org Content-Type: multipart/alternative; boundary="000000000000d1099906290ea038" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74797 Cc: Vagrant Cascadian , Wilko Meyer , Leo Famulari X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --000000000000d1099906290ea038 Content-Type: text/plain; charset="UTF-8" Hello Vagrant, that file looks corrupted For example the first error: 2057 | .hw.init = &(struct clk_init_da|a) { that should be "clk_init_data", see: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/clk/meson/gxbb.c#n2051 2168 | .parent_hws = (const str}ct clk_hw *[]) { here it's "struct" etc... -- Vincent Legoll --000000000000d1099906290ea038 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello Vagrant,

that file loo= ks corrupted

For example the first error:
2057 |         .hw.init =3D &(struct clk=
_init_da|a) {
that should be "clk_init_data", see= :

2168 |      =
           .parent_hws =3D (const str}ct clk_hw *[]) {
here= it's "struct"

etc...

=
--
Vincent = Legoll
--000000000000d1099906290ea038-- From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 14 02:16:46 2024 Received: (at 74797) by debbugs.gnu.org; 14 Dec 2024 07:16:46 +0000 Received: from localhost ([127.0.0.1]:45212 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMMOG-0008Vz-2N for submit@debbugs.gnu.org; Sat, 14 Dec 2024 02:16:45 -0500 Received: from mail-pj1-f51.google.com ([209.85.216.51]:50668) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMMO8-0008VU-1K for 74797@debbugs.gnu.org; Sat, 14 Dec 2024 02:16:38 -0500 Received: by mail-pj1-f51.google.com with SMTP id 98e67ed59e1d1-2ee86a1a92dso1687915a91.1 for <74797@debbugs.gnu.org>; Fri, 13 Dec 2024 23:16:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1734160525; x=1734765325; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=bkXGHa+KrKyinokPbru7EfMQgumbvOE4SoMZAIK98Fo=; b=JDSrXJXgFhWC9/rLxeLX/UctEWxTVj+W4AabdpBGT7w8Mi8MoW70Zh3cn2n8mQqAFx EyEvIlbOSAQm09uHTtiFlsIwkULbtBBf5JJy6Eg/lHz4xEwhLygap/y/cPgHB6fiTcXq iG2WaubDEiLP/3Z2tpRH+WtF8RuJXF8BvJO8+oYIWiijt1EIMGbRxr1F6bikbEdogE9W LNrY5bVKCPK5oNO8GPGTYlhJVXwMD05tZfd32Jy62OJw78PwLrbBsa0djPVaYJlzi/mb do+/4lZ0hdALtAw8uYAZhPof2ibF6/dvTpkoZF25H58oDeoQhMW3hfdypS4el+mRVfyZ fRHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734160525; x=1734765325; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=bkXGHa+KrKyinokPbru7EfMQgumbvOE4SoMZAIK98Fo=; b=e50RvWV50NLixuGrM+5+rE7JLKA6OGYHCoFBQXj1h45iAGjCl+opK+HFmnPmm5tD+C 6EUtehjPAvlsO6AYqwuVtUY90wPPUQ/BGZQvA678XZ7cC8oJHR7Z9A3kGwiSRjCJG8xw +nb07aAKy87qRvFg8Yg/p74zMNwxdugOJsZVfNOLd+wMl3iT6F/Ho//opK1+0B24nUsy 4E2tMj20883Lf6lT0Qgttfq4+xrYTxJFT0YLzix3kbI3vt22haQ9gE8DA3vbKRbZnM9O LO6SKC3FUmGSZpJhH+XHT1nFx58I5gcLY5gSQFChmTX6m2osy+8YbjdVG8Lbha7241KB i93g== X-Gm-Message-State: AOJu0YxkiXkzvcA4QBy93eYzWNUln/qQ2hwKg21vtNFF7gH/smDnvCI5 JVXhAoTL3nqh1zLGrgx5UCFORI0+Kzl57+WChXcIl0v9Vqfzx9+b X-Gm-Gg: ASbGncsuTiVHsid6JOrTtoL/08FummpozIV+adcZS7w1fWmpKHBuHJkLVuznCoy4bAm 8ppIs5RRzhChzqDyyz1HkHiOImgsfxeY/+Oj84eR2Qt3+3KfK564D70Y8D0pu+/AkDVYwLX/LuV OoAVJdmcBJQkbX+I0wbnXN4q31aAJTv36PjRDZ1BbqhGE5HAIwMIAnRyebmwEawlwgOoI/xJwoM JR1MWA3wsWn51sgzxmDpcxILxbbzcHKngFnUyGgAppL03HmiPDIQA== X-Google-Smtp-Source: AGHT+IE+dhECFIlImOw4q3j8Qil/PkPL94sXLPMqV7bkFedn1Kn5BV2ePh10wYkzYfjA8iDbLc21YQ== X-Received: by 2002:a17:90b:548e:b0:2ee:c5ea:bd91 with SMTP id 98e67ed59e1d1-2f2900a72bdmr8909676a91.29.1734160525342; Fri, 13 Dec 2024 23:15:25 -0800 (PST) Received: from terra ([2405:6586:be0:0:c8ff:1707:9b9:af89]) by smtp.gmail.com with ESMTPSA id 98e67ed59e1d1-2f12cd0c308sm2197247a91.2.2024.12.13.23.15.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Dec 2024 23:15:23 -0800 (PST) From: Maxim Cournoyer To: Vincent Legoll Subject: Re: bug#74797: linux-libre 6.11.11 fails to build on aarch64 (drivers/clk/meson/gxbb.c) In-Reply-To: (Vincent Legoll's message of "Thu, 12 Dec 2024 08:37:33 +0000") References: <87ed2et6c4.fsf@wireframe> Date: Sat, 14 Dec 2024 16:15:12 +0900 Message-ID: <87a5cy3fcv.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74797 Cc: Vagrant Cascadian , Wilko Meyer , Leo Famulari , 74797@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Vincent Legoll writes: > Hello Vagrant, > > that file looks corrupted > > For example the first error: > > 2057 | .hw.init = &(struct clk_init_da|a) { > > that should be "clk_init_data", see: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/clk/meson/gxbb.c#n2051 > > 2168 | .parent_hws = (const str}ct clk_hw *[]) { > > here it's "struct" Oh! Perhaps the Linux-libre deblob scripts caused it? -- Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 14 02:56:51 2024 Received: (at 74797-done) by debbugs.gnu.org; 14 Dec 2024 07:56:51 +0000 Received: from localhost ([127.0.0.1]:45282 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMN18-0001wg-W6 for submit@debbugs.gnu.org; Sat, 14 Dec 2024 02:56:51 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:49262) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMN15-0001wR-Sc for 74797-done@debbugs.gnu.org; Sat, 14 Dec 2024 02:56:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1734163000; bh=vUtUc7wWuCYWCvDcY3r3L5zyCxDlz7/v1ka/9gAVcRs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=K64YW2ceTPqu5Qr65cKTeccrDPDZme5uTqYbcoEaXNRhiKgynJMtFl3Ip0D6PKixF lPafkhsmp9tEk7PfDVx0cFmwIp1gzEGLC8EDlr7fHECjvykhUhu3RZrBRo7CyCY2Ks 2Lyf1jHIvb6R8ajpc9mpgtJbVD90KOPxsvhr1efwhfrMJgu+kp///BROL2aiGvGXLW 13mkKE7jbMbmXFq13tzbpM1gA+UOvIhpFOm/qCvt65/x8VbY2aqk8JAnVzO9kzB/Tx mdl/p799fXPYcFaMc8VGRbSgdhqFAhbQQSNyZ6oQjhaRzKG6qmneNbIeWLLp8Y55rN iaFm356m/AIjg== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id 82005483F; Fri, 13 Dec 2024 23:56:40 -0800 (PST) From: Vagrant Cascadian To: Vincent Legoll , 74797-done@debbugs.gnu.org Subject: Re: bug#74797 - Re: linux-libre 6.11.11 fails to build on aarch64 (drivers/clk/meson/gxbb.c) In-Reply-To: References: Date: Fri, 13 Dec 2024 23:56:35 -0800 Message-ID: <87a5cyu28c.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74797-done Cc: Wilko Meyer , Maxim Cournoyer , Leo Famulari X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain On 2024-12-12, Vincent Legoll wrote: > that file looks corrupted > > For example the first error: > > 2057 | .hw.init = &(struct clk_init_da|a) { > > that should be "clk_init_data", see: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/clk/meson/gxbb.c#n2051 > > 2168 | .parent_hws = (const str}ct clk_hw *[]) { > > here it's "struct" You are right! Somehow the source tarballs had gotten corrupted. When I tried to untar one of the tarballs manually, it was so corrupted that it failed to unpack it, which makes me wonder how it actually got as far as trying to build the kernel... I 'guix gc'ed them and was able to successfully build after a few tries and freeing up more and more disk space. The worried part of me wonders if there is bad hardware, ram, disk or cpu... But seems to be working for now! live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ106MwAKCRDcUY/If5cW qonWAQCWA51T4rF/ibHthwpTPF8j/OeHttqv81wiqBVfCEV0BQD/ZSfk37KOLJSU 1Y5Ex2wQO3T2oV2qAlHl5BB5cAZzCw4= =qV83 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 14 06:13:44 2024 Received: (at 74797-done) by debbugs.gnu.org; 14 Dec 2024 11:13:44 +0000 Received: from localhost ([127.0.0.1]:45720 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMQ5f-00037n-Vc for submit@debbugs.gnu.org; Sat, 14 Dec 2024 06:13:44 -0500 Received: from mail-pl1-f170.google.com ([209.85.214.170]:46543) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMQ5a-00037U-2B for 74797-done@debbugs.gnu.org; Sat, 14 Dec 2024 06:13:40 -0500 Received: by mail-pl1-f170.google.com with SMTP id d9443c01a7336-21649a7bcdcso24914445ad.1 for <74797-done@debbugs.gnu.org>; Sat, 14 Dec 2024 03:13:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1734174752; x=1734779552; darn=debbugs.gnu.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=HmwoZvWhGX/SCC2mEVVKYozqIQQVhmwq/z7DR2Kiefk=; b=Z+wVH+drA7hn7W4Cv1auFHZCadbvOvUwise4WN20CKvOKkOrRb6tVhgDkLRY7otPnV pjkN6l6JeEYj1Gghh6XjTItrvwoaj600jeD9eklhYYbo4syEvG50iSfSx8enfSGsOH9M +8cVOC3HyQ9farHAscIy4IOHKcSQWS6Olvr5xmSfxb094bWd/SYlq0TyWMXrdW5GhcAC 5/ORa0eb+IakB2ZXEZ5J0ekRv4smSHshbnKtZHsrk9OM9+UUXPQMI5nyray277R+GGFG KoaeBleVW4LGBTihphIm93LzEE1UC4pLyCCMZVsou6+ddxpH10DXWwpgoeE4wPnT55Bb XZwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734174752; x=1734779552; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=HmwoZvWhGX/SCC2mEVVKYozqIQQVhmwq/z7DR2Kiefk=; b=jXq5wHWXwRXO47blhKJHqWDBAzd8DjeGobFzLiGkUSihhV8WXnKssnJszd0B5jOJL2 8Cxxgkm5YIe5CBJ5fAfG+3BMEK+rnmsBgyFg/OERDTASuxg/GHlR0qikCoOQRgACpMdN KuYPh4up8OvGVgTzh+xIBICZBHu/W//eQNChQ+boYeHdgkLc6jAMYY6XueUWgxqEVUAS GSGqwrI48k4ebnDSWHYaJycsUquiqjrMzWi/VdETLJQ4E4TnPxz+PFfjJclrwWIY+6as w00BIgq7BAGJA7g17AW+3P5ut7tClI+Mchls1jcDc5B5aZKv8RjwDwrAdi0Vpr/T3Qbi nDgw== X-Gm-Message-State: AOJu0YxlBqrXpyFL8Jq7tAG0LpA17rZfyYEbH8TnAynDdN8rpKEV7CDw hz5QovlAWS8hpjbU+ZZfvc/ezcVcx0QGShc1C78sUA3OOZgudgV/EFo7VOdCkTzLg3sPg+KTqgN PJcs8Yq0SW8pmT0WtP7Ny2mK6ry8= X-Gm-Gg: ASbGncvgDhhEhbUVYO1nBxEeaQw0pIX3w77d5VsgTX1aj1ASgXHm/krI80cQulXA/+A WtdtmB4/qVjaE3Zkx79V84o4RR3YawDV63hof X-Google-Smtp-Source: AGHT+IH1k6KPeAQJ1WNrIdnNR9oEnMln3pWY0q+NLXxf57BjsHypYiJU6gOFGSMfPaD3TyaHRmgbQ0D1uXjx4cN2hek= X-Received: by 2002:a17:902:e88e:b0:210:fce4:11ec with SMTP id d9443c01a7336-21892989d9emr89406485ad.1.1734174752018; Sat, 14 Dec 2024 03:12:32 -0800 (PST) MIME-Version: 1.0 References: <87a5cyu28c.fsf@wireframe> In-Reply-To: <87a5cyu28c.fsf@wireframe> From: Vincent Legoll Date: Sat, 14 Dec 2024 11:12:21 +0000 Message-ID: Subject: Re: bug#74797 - Re: linux-libre 6.11.11 fails to build on aarch64 (drivers/clk/meson/gxbb.c) To: Vagrant Cascadian Content-Type: multipart/alternative; boundary="000000000000129bf606293906ae" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74797-done Cc: 74797-done@debbugs.gnu.org, Wilko Meyer , Maxim Cournoyer , Leo Famulari X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --000000000000129bf606293906ae Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello Vagrant & other guixers, On Sat, Dec 14, 2024 at 7:56=E2=80=AFAM Vagrant Cascadian wrote: > On 2024-12-12, Vincent Legoll wrote: > > that file looks corrupted > > > > For example the first error: > > > > 2057 | .hw.init =3D &(struct clk_init_da|a) { > > > > that should be "clk_init_data", see: > > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/d= rivers/clk/meson/gxbb.c#n2051 > > > > 2168 | .parent_hws =3D (const str}ct clk_hw *[]) { > > > > here it's "struct" > > You are right! Somehow the source tarballs had gotten corrupted. > 166 246 A6 10100110 =C2=A6 ¦ Pipe 116 164 74 01110100 t t Lowercase t 125 175 7D 01111101 } } Closing brace 117 165 75 01110101 u u Lowercase u while the "u" -> "}" may be a single bit flip error, the "t" -> "|" is more complicated than that... > The worried part of me wonders if there is bad hardware, ram, disk or > cpu... > I hope for you that it's not, and for the rest of us that it is (and not a hard to track down SW bug)... > But seems to be working for now! > I'd be reluctant to trust that HW, from now on, I'd keep a close eye on it... Does it have ECC RAM ? Regards --=20 Vincent Legoll --000000000000129bf606293906ae Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello Vagrant & other guixers,

On Sat, Dec 14, 2024 at 7:56=E2=80=AFAM Vagrant Cascadian <vagrant@debian.org> wrote:
=
On 2024-12-12, Vincent Le= goll wrote:
> that file looks corrupted
>
> For example the first error:
>
> 2057 |=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0.hw.init =3D &(struct clk_= init_da|a) {
>
> that should be "clk_init_data", see:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/t= ree/drivers/clk/meson/gxbb.c#n2051
>
> 2168 |=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0.p= arent_hws =3D (const str}ct clk_hw *[]) {
>
> here it's "struct"

You are right! Somehow the source tarballs had gotten corrupted.

166 246 A6 10100110 =C2=A6 &#166; Pipe
116= 164 74 01110100 t &#116; Lowercase t

125 175 = 7D 01111101 } &#125; Closing brace
117 165 75 01110101 u &#117; = Lowercase u

while the "u" -> "}" m= ay be a single bit flip error,
the "t" -> "|&qu= ot; is more complicated than that...
=C2=A0
The worried part of me wonders if there is bad hardware, ram, disk or
cpu...

I hope for you that it's not= , and for the rest of us that it is (and not a hard to
track down= SW bug)...
=C2=A0
But seems to be working for now!

I'd be reluctant to trust that H= W, from now on, I'd keep a close eye on it...
Does it have EC= C RAM ?

Regards
--
Vincent Legoll
--000000000000129bf606293906ae-- From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 14 20:05:16 2024 Received: (at 74797-done) by debbugs.gnu.org; 15 Dec 2024 01:05:16 +0000 Received: from localhost ([127.0.0.1]:48937 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMd4N-00038w-BC for submit@debbugs.gnu.org; Sat, 14 Dec 2024 20:05:15 -0500 Received: from mail-pg1-f177.google.com ([209.85.215.177]:44145) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMd4K-000376-De for 74797-done@debbugs.gnu.org; Sat, 14 Dec 2024 20:05:13 -0500 Received: by mail-pg1-f177.google.com with SMTP id 41be03b00d2f7-7fd17f2312bso2132913a12.0 for <74797-done@debbugs.gnu.org>; Sat, 14 Dec 2024 17:05:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1734224651; x=1734829451; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:message-id:date:user-agent :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Pc0TJSw/h5NG7Y0+2I2MOWTHZDmIGbWtizATZlsWKBM=; b=HVwkg/AuZFV+ynuL1tbjVsGEMnykPMR8eeUJ8hPm9pl6ZkoRdS76fXtNNs/0H3PFJy F4zz2nSbnjuucCgFXFLNQQuqHYj1FLUxsYxOQNIEdemKe1s7Ylb7kYIVy1fTJ09Hbvpi gpLVV8iBhd2azaNPnyYrEs7onWp6rQpiYraJrhlGRmQAzV4T0bsN9eZKe6tpeLxtGTYj sbEax7guwr2YoMSXHorgTD+3kQxmPhOP99EpO9janS4AUm2jXJqsIWTFmDrnrxm/0/2E sFjqObHMiSMeIP27NAM5L37Flq3YIF1IZmqI5Boy/Wf8tmAfay/5ZcHYIl87pTxwJ+yL vIWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734224651; x=1734829451; h=content-transfer-encoding:mime-version:message-id:date:user-agent :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=Pc0TJSw/h5NG7Y0+2I2MOWTHZDmIGbWtizATZlsWKBM=; b=Gs0VXtqW7llM/8GQYCPtuisz6Xnhr6oh5EmPPqKMPkQKVi0kRfCDf7pxUp+ZLlJZmC VSTBEbXOOgC4568qfNnilt7uzeoyovK+txO9N+xN/eywxQ+3R+JCz83jdwj5IYPuZASE yP6By5jCeaaoJ3JQQa0J5foWXdH4fQHNWwKwB+kfafo9iPGoeDsEYh6863eh3x7pCmH9 KoU54MaHkqqtRQgyeyn5Ixk9cDhsXycOLb/vIVeL6nBNLnb57GXyAny24mv9WVrL5/F9 tmomIO/yPyEhdRe7+oTXUhbZmKRr2k0k5yNTf6KTiAkvTgDNYuFHWq9lUCU48UwJ1//k YQdw== X-Forwarded-Encrypted: i=1; AJvYcCXHa2o8VRKhrMggghZBTMaiMzDnjFV9jIq6030s2JHaCwdUbNER+wrlaZ6NDOOBYX1nffwajCzrDTNc@debbugs.gnu.org X-Gm-Message-State: AOJu0YzRjkkoHy58ug3FZox8KtyL/1ffCnAq5zQnCZ1bfcs5Y8fVwjhO /9yUVyCT4lSZdNq2evrn2409yffYkNI6ogUdYuexBS7VdR3+daj9 X-Gm-Gg: ASbGncvmr8HYpCKXXxR1UxraVYXA9X1VTCSkvhhWK0zOQMEJwDUcwvFllDADOQgHUdZ v+3uGVe/SwXc/s3wiCUlDpE0B8IBJKIGGGURuDAZqPlrIXN/9YMcpNUCNU3H4zvX5j2rxcjGME1 xlL2QoIDGwmrvhR7dLxMwsayGX0Vu0ms2T1Ny6WcyJ1iLgJhXqmqqTXTqiXKvikBHBNrvU5vXJR trWHgTfJaBCNkb2ntCHsyDD2NiBY3pUCGUedNSW+cx3iZrxtxxZUg== X-Google-Smtp-Source: AGHT+IHkdftsV8/DcTm5ItG6SOde4E2MiJjkGbtN5QdlFSGaf3eg1GDwGS1VYcXdF4s/hmk7/hu6DA== X-Received: by 2002:a17:902:dac8:b0:216:725c:a137 with SMTP id d9443c01a7336-218929ebb50mr124430435ad.28.1734224651475; Sat, 14 Dec 2024 17:04:11 -0800 (PST) Received: from terra ([2405:6586:be0:0:c8ff:1707:9b9:af89]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-218a1e6d87asm18340345ad.264.2024.12.14.17.04.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 14 Dec 2024 17:04:09 -0800 (PST) From: Maxim Cournoyer To: Vincent Legoll Subject: Re: bug#74797 - Re: linux-libre 6.11.11 fails to build on aarch64 (drivers/clk/meson/gxbb.c) In-Reply-To: (Vincent Legoll's message of "Sat, 14 Dec 2024 11:12:21 +0000") References: <87a5cyu28c.fsf@wireframe> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Sun, 15 Dec 2024 10:03:59 +0900 Message-ID: <87a5cx21vk.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74797-done Cc: Vagrant Cascadian , 74797-done@debbugs.gnu.org, Wilko Meyer , Leo Famulari X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, Vincent Legoll writes: > Hello Vagrant & other guixers, > > On Sat, Dec 14, 2024 at 7:56=E2=80=AFAM Vagrant Cascadian > wrote: > >> On 2024-12-12, Vincent Legoll wrote: >> > that file looks corrupted >> > >> > For example the first error: >> > >> > 2057 | .hw.init =3D &(struct clk_init_da|a) { >> > >> > that should be "clk_init_data", see: >> > >> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/= drivers/clk/meson/gxbb.c#n2051 >> > >> > 2168 | .parent_hws =3D (const str}ct clk_hw *[]) { >> > >> > here it's "struct" >> >> You are right! Somehow the source tarballs had gotten corrupted. >> > > 166 246 A6 10100110 =C2=A6 ¦ Pipe > 116 164 74 01110100 t t Lowercase t > > 125 175 7D 01111101 } } Closing brace > 117 165 75 01110101 u u Lowercase u > > while the "u" -> "}" may be a single bit flip error, > the "t" -> "|" is more complicated than that... > > >> The worried part of me wonders if there is bad hardware, ram, disk or >> cpu... >> > > I hope for you that it's not, and for the rest of us that it is (and not a > hard to > track down SW bug)... > > >> But seems to be working for now! >> > > I'd be reluctant to trust that HW, from now on, I'd keep a close eye on > it... > Does it have ECC RAM ? Also, a checksummed file system like Btrfs can help detect corruption on disk (it won't help when the data was written corrupted already, which is the part where ECC RAM would help). --=20 Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 14 23:51:50 2024 Received: (at 74797) by debbugs.gnu.org; 15 Dec 2024 04:51:50 +0000 Received: from localhost ([127.0.0.1]:49184 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMgbe-0005zf-0I for submit@debbugs.gnu.org; Sat, 14 Dec 2024 23:51:50 -0500 Received: from fout-b8-smtp.messagingengine.com ([202.12.124.151]:49061) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMgbY-0005zN-DL for 74797@debbugs.gnu.org; Sat, 14 Dec 2024 23:51:47 -0500 Received: from phl-compute-05.internal (phl-compute-05.phl.internal [10.202.2.45]) by mailfout.stl.internal (Postfix) with ESMTP id BAFF1114012A; Sat, 14 Dec 2024 23:51:38 -0500 (EST) Received: from phl-mailfrontend-02 ([10.202.2.163]) by phl-compute-05.internal (MEProxy); Sat, 14 Dec 2024 23:51:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-type:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:subject:subject:to:to; s=mesmtp; t=1734238298; x= 1734324698; bh=R7yeEq7ipJHPPo3RbW1NtA9f72r/bRu9EBw5DEScULE=; b=c JE1Q1NxyO+MiyZ8ZmJLmyvcLooJAVtUL7U2O9gxuVm0Z8W/hK4zBOoLzSY2WVIgV sPtydyvJ2cDXcrJrVXYD961OyvbeDTU+q9Gky7sYyNKuKKd7T8PWQLR7cyy+3vfp Kr+8ciBcoLHlkooEZlWi0pagoVGHq1uwWLtSsak8lc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t= 1734238298; x=1734324698; bh=R7yeEq7ipJHPPo3RbW1NtA9f72r/bRu9EBw 5DEScULE=; b=ORvDvhCmvN83iTjoPEEiJLRSimTIbF4U+vqPQpGZnJA9V7Pmm2t ToHqpGfKjgQVFAbvF415NA/pUBKzZeDyIIWcWweR7NpJC2nqFMKi4yzwN7JuR/50 ICo/bQpVcBoWy7Vi5mPTDPMfoJUh8tR1lTlG0HT3Z6xGS11o5QDQE0GPMHAXBO5i 9RYVb4ef0zzZ4PE2HttfMqAJ8UAZdlyNbXjQPpb0IKaKXwFHyjrdFs+3gj8MvXim i33+JoZawLkthWU/WioKaSnYT3iJavaYqsm5z4AeJaanl0/UxyKydJ49I1T4+k5F QiDnfCvu2bL74R3LQhooyOrRNpaE0TBYOfg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefuddrledtgdejhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpggftfghnshhusghstghrihgsvgdpuffr tefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnth hsucdlqddutddtmdenucfjughrpeffhffvvefukfhfgggtuggjsehttdertddttddvnecu hfhrohhmpefnvghoucfhrghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmh gvqeenucggtffrrghtthgvrhhnpeeiteduheefkeeufeelgeduhfejgfelheefleeuhfef fffgueduleehvdejleeiteenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmh grihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgvpdhnsggprhgtphhtthho pedvpdhmohguvgepshhmthhpohhuthdprhgtphhtthhopehvrghgrhgrnhhtseguvggsih grnhdrohhrghdprhgtphhtthhopeejgeejleejseguvggssghughhsrdhgnhhurdhorhhg X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 14 Dec 2024 23:51:37 -0500 (EST) Date: Sat, 14 Dec 2024 23:51:36 -0500 From: Leo Famulari To: Vagrant Cascadian Subject: Re: linux-libre 6.11.11 fails to build on aarch64 (drivers/clk/meson/gxbb.c) Message-ID: References: <87ed2et6c4.fsf@wireframe> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ed2et6c4.fsf@wireframe> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 74797 Cc: 74797@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Wed, Dec 11, 2024 at 10:36:27AM -0800, Vagrant Cascadian wrote: > linux-libre 6.11.11 fails to build on aarch64, while 6.11.10 built > fine. What commit of Guix does it happen with? Also, what's the derivation that fails to build? Do you know the name of the store item of the seemingly corrupted tarball? From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 15 01:21:22 2024 Received: (at 74797) by debbugs.gnu.org; 15 Dec 2024 06:21:22 +0000 Received: from localhost ([127.0.0.1]:49326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMi0I-00026A-4n for submit@debbugs.gnu.org; Sun, 15 Dec 2024 01:21:22 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:53230) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMi0E-00025t-Oa for 74797@debbugs.gnu.org; Sun, 15 Dec 2024 01:21:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1734243672; bh=0rRK3VksIoLknlsgwt0OiCDwLZixGxJyg0liyAFKA5Q=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=MzU9QLEZV5TlKjEaSZ8DcwcKDWvHi9MwO9ZMj135HvD8YhB2Pr4qddaaR9t5yEyBa ZVdb5uzyQdYp8hlwiKoZ7q15tOFJyLdM7abae4am8UbSH/B+0ETM26cPd/E4Q4R9h5 9vM5W288Z3oHSNEc+jrMBKDgx0aTaiE6PcVrmcM7KNF2ZxUgFedEGMBp0AXHmnyHuV 3Du7v7JAaFG2aRMnfNIZn5FU63ccKXS61ZFZpQiwi5zz0GfcB+3pNhFvZh38rCes2u VMONBtP+YGetXXYNia9C3OfXsB7DbC8Kb+LtkkNHVPS3ej0Ad5fVaOSQW9PfU5VISN BgywZM+GAyvpg== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:20]) by cascadia.aikidev.net (Postfix) with ESMTPSA id 5867B675; Sat, 14 Dec 2024 22:21:12 -0800 (PST) From: Vagrant Cascadian To: Leo Famulari Subject: Re: linux-libre 6.11.11 fails to build on aarch64 (drivers/clk/meson/gxbb.c) In-Reply-To: References: <87ed2et6c4.fsf@wireframe> Date: Sat, 14 Dec 2024 22:21:05 -0800 Message-ID: <87ed29bh66.fsf@contorta> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74797 Cc: 74797@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain On 2024-12-14, Leo Famulari wrote: > On Wed, Dec 11, 2024 at 10:36:27AM -0800, Vagrant Cascadian wrote: >> linux-libre 6.11.11 fails to build on aarch64, while 6.11.10 built >> fine. > > What commit of Guix does it happen with? > > Also, what's the derivation that fails to build? Do you know the name of > the store item of the seemingly corrupted tarball? Well, it only hgappened once, and with the same commit, it successfully regenerated the tarball and everything was fine... FWIW, the guix pull'ed commits where it happened were: 68d3c1adcb4d2667ad053aacf5b2ab6602377475 6f8c8a86d827627f503a803381bce7fbcf8f39a0 I cannot remember off the top of my head weather it was the upstream tarball or: /gnu/store/3aawi9saa92n35kknxv1m97lhjkx7j8g-linux-libre-6.11.11-guix.tar.zst But I removed the tarballs with 'guix gc' and then everything was fine on the next tries after it redownloaded and regenerated the new tarballs. So, I daresay I have destroyed the evidence... If i happens again, I can do more research. live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ151UQAKCRDcUY/If5cW qinLAP4mrX2RdbONU7BcnchSgcbwLyJIj5E7GsSOFR/X5RlUSwEAkjFIKkzNGoC5 U1LF9K7mgD7Xg19/lEovVRs+grgxYwY= =zXu/ -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 15 13:11:50 2024 Received: (at 74797) by debbugs.gnu.org; 15 Dec 2024 18:11:50 +0000 Received: from localhost ([127.0.0.1]:51918 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMt5q-00034w-DO for submit@debbugs.gnu.org; Sun, 15 Dec 2024 13:11:50 -0500 Received: from fhigh-b1-smtp.messagingengine.com ([202.12.124.152]:48053) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMt5o-00034g-72 for 74797@debbugs.gnu.org; Sun, 15 Dec 2024 13:11:49 -0500 Received: from phl-compute-06.internal (phl-compute-06.phl.internal [10.202.2.46]) by mailfhigh.stl.internal (Postfix) with ESMTP id 6B15725400B1; Sun, 15 Dec 2024 13:11:42 -0500 (EST) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-06.internal (MEProxy); Sun, 15 Dec 2024 13:11:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-type:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:subject:subject:to:to; s=mesmtp; t=1734286302; x= 1734372702; bh=ngogIwFQNUk6MG/a4qwZj/XtzNOHakJ7zxuk0hsuLpU=; b=h hTlbZrL8YoXTwtCTbmBfGrg5K6QaDb6CZUdNg1z++HLy/uZOgExHbXGTKbpiMitQ xNLFipiViKCBXCVwZdcGmQsfJcXGvhJ/TtbC6RP4SiAODEjp0xV4QFCwSwTksgXI 92H0hfaZ7o6/6TFWz/G7raf2zyIRUtNGt+l0obGB34= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t= 1734286302; x=1734372702; bh=ngogIwFQNUk6MG/a4qwZj/XtzNOHakJ7zxu k0hsuLpU=; b=dQF7O/dM/+B4+JsN0F1z2LBA4BfhgWBHLct/YTRn01OHMzr3aE5 zszKRgUW2eWt3G6WZ65PMeGtduL9WVx7klGibsey/VykeBX3VpJHffi07GjLw/b0 kGD1coc7O2pM6BAyliQCiYWTP0ZvfyQv9Dbihs2uC2TwcMVXg/rN6uk4TFe8LHZe YOLm5WJbnw1+pUcN6I11OEWsFZBZvLAdR8TuSJqnBjGxseancJ5bo96fMtfSEGa3 Jhpw951LfQ3WUqKVUWgMfKQURVFdeaBY//lx6xj40jO+amYFcmpeDaESEjmWcXhe ptgQo4MG86x1z6T2V/a2ZvsP2UEJpAunGAQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefuddrledugddutdekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggvpdfu rfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnh htshculddquddttddmnecujfgurhepfffhvfevuffkfhggtggujgesthdtredttddtvden ucfhrhhomhepnfgvohcuhfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrg hmvgeqnecuggftrfgrthhtvghrnhepteehuedviedvleeuueekhfdtieehtdeghfdvvdel hfdujeduieehleefveetuefhnecuffhomhgrihhnpehgnhhurdhorhhgnecuvehluhhsth gvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplhgvohesfhgrmhhulhgr rhhirdhnrghmvgdpnhgspghrtghpthhtohepvddpmhhouggvpehsmhhtphhouhhtpdhrtg hpthhtohepvhgrghhrrghnthesuggvsghirghnrdhorhhgpdhrtghpthhtohepjeegjeel jeesuggvsggsuhhgshdrghhnuhdrohhrgh X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 15 Dec 2024 13:11:41 -0500 (EST) Date: Sun, 15 Dec 2024 13:11:40 -0500 From: Leo Famulari To: Vagrant Cascadian Subject: Re: linux-libre 6.11.11 fails to build on aarch64 (drivers/clk/meson/gxbb.c) Message-ID: References: <87ed2et6c4.fsf@wireframe> <87ed29bh66.fsf@contorta> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ed29bh66.fsf@contorta> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 74797 Cc: 74797@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Sat, Dec 14, 2024 at 10:21:05PM -0800, Vagrant Cascadian wrote: > Well, it only hgappened once, and with the same commit, it successfully > regenerated the tarball and everything was fine... Understood. Unfortunately I think it suggests a hardware malfunction, although it could be a software bug. > FWIW, the guix pull'ed commits where it happened were: > > 68d3c1adcb4d2667ad053aacf5b2ab6602377475 > 6f8c8a86d827627f503a803381bce7fbcf8f39a0 > > I cannot remember off the top of my head weather it was the upstream > tarball or: > > /gnu/store/3aawi9saa92n35kknxv1m97lhjkx7j8g-linux-libre-6.11.11-guix.tar.zst Okay, thanks. I did check on ci.guix.gnu.org, and this file does not exist in the store. > But I removed the tarballs with 'guix gc' and then everything was fine > on the next tries after it redownloaded and regenerated the new > tarballs. So, I daresay I have destroyed the evidence... > > If i happens again, I can do more research. Thanks, I'd appreciate it! From unknown Sun Aug 10 16:48:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 13 Jan 2025 12:24:15 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator