From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id GLmmKMuHJGPoAAEAbAwnHQ (envelope-from ) for ; Fri, 16 Sep 2022 16:27:23 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id CHSrKMuHJGNNsAAA9RJhRA (envelope-from ) for ; Fri, 16 Sep 2022 16:27:23 +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 9F5E810D0A for ; Fri, 16 Sep 2022 16:27:20 +0200 (CEST) Received: from localhost ([::1]:52934 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oZCJL-0000Cf-Cq for larch@yhetil.org; Fri, 16 Sep 2022 10:27:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34730) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZCJ5-00005B-C9 for guix-patches@gnu.org; Fri, 16 Sep 2022 10:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44790) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oZCJ5-00074j-4K for guix-patches@gnu.org; Fri, 16 Sep 2022 10:27:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oZCJ4-0000te-VL for guix-patches@gnu.org; Fri, 16 Sep 2022 10:27:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57297] [PATCH 0/7] Update vulkan packages and add vulkan-validationlayers Resent-From: Kaelyn Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 16 Sep 2022 14:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57297 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ricardo Wurmus Cc: 57297@debbugs.gnu.org Received: via spool by 57297-submit@debbugs.gnu.org id=B57297.16633383863396 (code B ref 57297); Fri, 16 Sep 2022 14:27:02 +0000 Received: (at 57297) by debbugs.gnu.org; 16 Sep 2022 14:26:26 +0000 Received: from localhost ([127.0.0.1]:43867 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZCIU-0000sh-3R for submit@debbugs.gnu.org; Fri, 16 Sep 2022 10:26:26 -0400 Received: from mail-40133.protonmail.ch ([185.70.40.133]:34319) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZCIR-0000sS-GO for 57297@debbugs.gnu.org; Fri, 16 Sep 2022 10:26:24 -0400 Date: Fri, 16 Sep 2022 14:26:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1663338376; x=1663597576; bh=3ty1oQ9cxZQpW+z0F98rdBKUMXwrRWTUb2YVR+t4b8w=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=yWJ+1mhHrLlcmmbd8iZNYqjRxyZdZ5U/7baGSzFv4pUB13TteSyfpuowDRLKZW3QA sSN18AEVo0osyDLwPVuNE87hMLUh9g+Ot/MClVyH1pf2AlU+q9Y4Lcn4+Gxv/ML6OR huqF5kOVLn2OU/entev9PKXZ0FmeSWzguKHozIpTJh4cTG1MtEPN/BNFsimKp1Ra9b Ti2FTachLrQCTtLZw0kFzUivkd0zVbikHaKAWA5rNvtt7khmVZCf8049s0tsGsQubc inuwh3TX5opukMqPqDOAbBAWklh5zoRMG6SMWTDWWL+e7xGggkUyjKBxzMdi0lVQB6 fBLijVsDYBapw== Message-ID: In-Reply-To: <87illnkemy.fsf@elephly.net> References: <87illnkemy.fsf@elephly.net> Feedback-ID: 34709329:user:proton 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: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: Kaelyn X-ACL-Warn: , Kaelyn via Guix-patches From: Kaelyn via Guix-patches via 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=1663338440; h=from:from:sender:sender:reply-to: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-cc: 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=3ty1oQ9cxZQpW+z0F98rdBKUMXwrRWTUb2YVR+t4b8w=; b=Vey3fv/dt1w5GVYctkgW5b04H7Sb5pkVzY/uAtz/BE2Ol9oM2l1qG7ZroxnLSSSUpiWMN3 GxT4XQqzV/cJjChm8oamGxzB0VMA3np8FhTWt2CbeXWoUjoe+f8yNA3luYk9OxeMeD4XA+ mu7M1P7M4DBrGRltVV9UI29u4rAGSMEHAGTZDFFtALPTqgNfq/jhDuqB354i8Gu3tIcSWr XsNzLD1N4Du1Kadhbm4aQ95dPSSFI71mC5yu7+kF1sowfIgtKKTX+3qMe1YJ2O5kba5LRl SY8cgKult0mVkShfENVVeDGUtiJKTEF47n8hTRyucZh7uYe7nRak6BImjCuvSw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1663338440; a=rsa-sha256; cv=none; b=YJGNsSh/URhLjWzg5MAP4c6YNrebLpn/cknN0VsTt55eErzHsjMrhv6REx6VNEnejyGCfR NmWO4pxeT1m8IxiO0+lh34YMwSMB8gUJUfmvdO2Ugu1kmJ26TSAqyI+X4fKOZbYqenplT6 UBaqMYmMgitVib3Iq9ACAec9dbF+r+XkLW9f+aGOm/9cEY+jjLacImNaAox7+tNKJ+jsi8 5Dq85ETgt88RQKXXRdg9d66v1Ufrb160/mINQSXlJhbTJO83qa3RBqibVW5UoziSG364rb SQjKP/UWOrRW88mAyz+tzJlhjC+XgzYwI62KLC4S+n4jo/fjxIEHp8fhR3LWlw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail3 header.b=yWJ+1mhH; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.33 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail3 header.b=yWJ+1mhH; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 9F5E810D0A X-Spam-Score: -2.33 X-Migadu-Scanner: scn0.migadu.com X-TUID: RzKRJSK/OB0r ------- Original Message ------- On Friday, September 16th, 2022 at 6:34 AM, Ricardo Wurmus wrote: > I had rebased this on top of the =E2=80=9Cstaging=E2=80=9D branch. It see= ms that these > changes break a lot of downstream packages, such as weston, which builds > fine on staging, but fails on update-vulkan-headers-staging. >=20 > You can see all new failures here: > https://ci.guix.gnu.org/jobset/update-vulkan-headers >=20 > Here is the failing build of weston: > https://ci.guix.gnu.org/build/1444003/details >=20 > (I just restarted it to see if it=E2=80=99s a transient problem.) >=20 > Could you please take a look? >=20 > -- > Ricardo Thank you for rebasing the patches, and for letting me know of the failures= . I'm starting to investigate now, and have already reproduced the weston f= ailure locally. At first glance the weston failure at least might be an (un= fortunate) incompatibility with the old version of weston--weston 9.0.0 was= released just over two years ago, and over a year before the vulkan versio= ns on the branch. Cheers, Kaelyn