From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from atuin.qyliss.net (localhost [IPv6:::1]) by atuin.qyliss.net (Postfix) with ESMTP id 9FDAC3177; Sat, 11 Oct 2025 10:57:57 +0000 (UTC) Received: by atuin.qyliss.net (Postfix, from userid 993) id AE6713194; Sat, 11 Oct 2025 10:57:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on atuin.qyliss.net X-Spam-Level: X-Spam-Status: No, score=-0.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DMARC_PASS,SPF_HELO_NONE autolearn=unavailable autolearn_force=no version=4.0.1 Received: from mail.cyberchaos.dev (mail.cyberchaos.dev [IPv6:2a0f:4ac0::3a11]) by atuin.qyliss.net (Postfix) with ESMTPS id D4C673191 for ; Sat, 11 Oct 2025 10:57:52 +0000 (UTC) Message-ID: <82249ddc-ae1a-4e3a-a6ae-bb4717243fca@yuka.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yuka.dev; s=mail; t=1760180270; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=MQ2CrgHub2Us7r6BMmRfPuJZNlYhwe2nt01skLnQ3ng=; b=Syi8gGmfWoPrWw6AdxO/Wl4AQYzXf6cTBmfU/j63nWswHR1dzM+4u10WpdrAx4Tihlg5cq 46qNoOq2WOT+euLNok/PnOYyy4xgNXGlhogKMXRn8mjJMgKb3KAi6tB7BajxBK6j/ZGx7b M8mVnd/8WLxCvIB4m9NkNgYpuQ9XGnE= Date: Sat, 11 Oct 2025 12:57:49 +0200 MIME-Version: 1.0 Content-Language: en-US To: devel@spectrum-os.org From: Yureka Subject: Build failures against staging Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Message-ID-Hash: X6T36USHF7X64JGHTU333UIOV4NDRQWK X-Message-ID-Hash: X6T36USHF7X64JGHTU333UIOV4NDRQWK X-MailFrom: yuka@yuka.dev X-Mailman-Rule-Hits: member-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address X-Mailman-Version: 3.3.9 Precedence: list List-Id: Patches and low-level development discussion Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hello everyone, I attempted to build a spectrum (rev. c5d5786d3dc938af0b279c542d1e43bce381b4b9) image against nixpkgs staging (rev eb681f8139a93020f51b8256fc7dfe057b44747f) on x86_64. Here are the derivations which failed to build, for further investigation: - /nix/store/cbjmszj7r5r0abka3jsr6pijxba0sd2q-iproute2-6.17.0.drv (pkgsMusl.iproute2) - /nix/store/f1cc5abbfjslqvy6wkzrzsmsjj4hpk6h-openssl-static-x86_64-unknown-linux-musl-3.6.0.drv (pkgsStatic.openssl) The following also fail, but seem to have no specific connection spectrum or pkgsMusl/pkgsStatic (the GNU counterparts are broken on staging with the same error): - /nix/store/g0bklsp2daxxq74pkb3mqjcrb919194i-python3.13-inkex-1.4.2.drv (python3.pkgs.inkex) - /nix/store/nfwcjnbp6rv4cgzrxdqljc1k1h72z3kk-python3.13-cryptography-vectors-46.0.1.drv (python3.pkgs.cryptography.vectors) - /nix/store/36674wi2rkanm2ds2bx1183w7knj9mr0-wasilibc-static-wasm32-unknown-wasi-27.drv (pkgsCross.wasi32.stdenv.cc.libc, needed for firefox) I hope this is useful to catch any problems affecting spectrum before the following staging-next cycle. — Yureka