From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id wPG7N6qZIGMd8QAAbAwnHQ (envelope-from ) for ; Tue, 13 Sep 2022 16:54:35 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id eMzeNqqZIGOteAEAG6o9tA (envelope-from ) for ; Tue, 13 Sep 2022 16:54:34 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 96D4C1D585 for ; Tue, 13 Sep 2022 16:54:34 +0200 (CEST) Received: from localhost ([::1]:54894 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oY7J3-0002Mu-I9 for larch@yhetil.org; Tue, 13 Sep 2022 10:54:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oY76x-0002t4-QP for bug-guix@gnu.org; Tue, 13 Sep 2022 10:42:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35416) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oY76x-000152-Gt for bug-guix@gnu.org; Tue, 13 Sep 2022 10:42:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oY76x-0004mD-2D for bug-guix@gnu.org; Tue, 13 Sep 2022 10:42:03 -0400 Subject: bug#57581: Failing to build the website Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Tue, 13 Sep 2022 14:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57581 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: "pelzflorian (Florian Pelz)" Cc: Julien Lepiller , 57581-done@debbugs.gnu.org, Maxim Cournoyer , zimoun Mail-Followup-To: 57581@debbugs.gnu.org, ludo@gnu.org, julien@lepiller.eu Received: via spool by 57581-done@debbugs.gnu.org id=D57581.166308008618289 (code D ref 57581); Tue, 13 Sep 2022 14:42:02 +0000 Received: (at 57581-done) by debbugs.gnu.org; 13 Sep 2022 14:41:26 +0000 Received: from localhost ([127.0.0.1]:52342 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oY76L-0004ku-QQ for submit@debbugs.gnu.org; Tue, 13 Sep 2022 10:41:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58348) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oY76J-0004ke-4k for 57581-done@debbugs.gnu.org; Tue, 13 Sep 2022 10:41:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55578) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oY769-0000sw-E5; Tue, 13 Sep 2022 10:41:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=ZahBoCrPMzEpnF8xatIEk5EFXB4M5FL+nqTDQCesOII=; b=Jku8kwkek/KANcEpl7o4 eaCXiTFIbkn3J7uMGYTPnKpvb+1l9ABf2WHDYo60zylC0yw/imnzbgQqVnu4ukzd3KoVFHxEtpl6c l+xORWGzefTVWR7rOEJye00IHIKVTOaRqIyYTzXZcLK18EJA6fMN9+2wkzvvesB1x/9IDdjAth/Oz 5N+5nexC00t9d3GXmml0atnZM5v5uu2nSfrS/dPXlJI1PmfR0Ejnz5PsLtZeJGrKEIMD4qsxyaugP 0/96oehCe7txmr5jYdBb6/zUCCaD3/0JuEdPaevXmr8QpJwaum6sBlCSIRd2C7w0/RoWv+AVdSmLZ dngoqRhvuhIxog==; Received: from [193.50.110.127] (port=46590 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oY769-00028l-0n; Tue, 13 Sep 2022 10:41:13 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220904171804.76b42325@sybil.lepiller.eu> <87zgfdrirq.fsf@gmail.com> <87o7vr2lk7.fsf@pelzflorian.de> Date: Tue, 13 Sep 2022 16:41:10 +0200 In-Reply-To: <87o7vr2lk7.fsf@pelzflorian.de> (pelzflorian@pelzflorian.de's message of "Wed, 07 Sep 2022 18:31:20 +0200") Message-ID: <87y1un2v7d.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1663080874; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=ZahBoCrPMzEpnF8xatIEk5EFXB4M5FL+nqTDQCesOII=; b=jkTPb7jmarHGIB5kE6DKXY+CuktoP/zA0fDeUulunospYum78ghepxkUXW9e/X4nU9zIfH lNXZ86Odn9SkGluLstcHlIVHCJCF3kOkxDg+kSlyHwXQIhLtiX0qr+f4Ol8u7ErN6f9DgD 1uRSO+HyznbWETYnE9JJPnRO5jDpVQZiAyOrjywr5yK3AiQ5LjYQ3HLX3vcywGQLoXJFax DONXKeLjEJijbLgK3d7GVP7JQYY6zxVoqIB7UBmeGsuswrBl2gAytkfK1sCfCXD6FN8KF5 NyyWXjHlhRdvDfv4n1rUPPi5QzP+81ojJmxQyqJXvoCczI7MZzeXk7YR3JeB4w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1663080874; a=rsa-sha256; cv=none; b=gxKH71pCeMV3Erq86eaZJZ/4TUY25V7B+0ZVeOreAd8u7ccveI5HT/ZH0qTN3IaSxeAgkv cQOQ0evwZGLmG5eLabyUSK9tSJQMNMHKsO4kQu9cW7eSclzrrj3QfrifxMvnIPH7TzCwGH G+cXtl7TS88Riub+ZOC2e3OV1eTSnsu+udsnyobkz9eUR0zUmM2CUgthRKXkcwrk4k6/mv Q1daGXW6GCXmg3sB+15u23cLO1dSatI7zmFpVA4PG6O/V/3a3A+0BcODJeaEJ1mVuUYqdk oECIe1YqMV42jIBOkk6ArX/OZS48fCM1ZQjv4J107+0qeiYluFTJfe55ye8Vjw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Jku8kwke; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.21 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Jku8kwke; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 96D4C1D585 X-Spam-Score: -2.21 X-Migadu-Scanner: scn1.migadu.com X-TUID: NYKslk+S78x8 Hi, "pelzflorian (Florian Pelz)" skribis: > zimoun writes: >> The culprit seems the package =E2=80=99qtserialport=E2=80=99 in =E2=80= =99packages-builder=E2=80=99 from >> (apps packages builder). Maybe introduced by commit >> 1ef04fb2288dade3ad2883026ae286a68ef13a1e. > > This was a first failing commit for me too, but the reason the website > does not build appears to be the license field of qtshadertools in > commit 1d65ff8fdeb20cc2db956093f0ecb1f3f72afc0e (Cc to Maxim). I could > make a patch but not today. Maxim, would you fix it? Fixed in e61c581805b2338ea8feaac86617c5d7bff41c41, thanks for the investigation! > I don=E2=80=99t know if there is a way to catch such mistakes early. Fie= ld > sanitizers? Yes, we should do that. We can arrange to have most checks done at compile time, similar to how the =E2=80=98synopsis=E2=80=99 and =E2=80=98de= scription=E2=80=99 sanitizers work (well, with extra macro magic). Ludo=E2=80=99.