From unknown Wed Jun 18 23:08:11 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#26356 <26356@debbugs.gnu.org> To: bug#26356 <26356@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add intel-gpu-tools. Reply-To: bug#26356 <26356@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:08:11 +0000 retitle 26356 [PATCH] gnu: Add intel-gpu-tools. reassign 26356 guix-patches submitter 26356 Ricardo Wurmus severity 26356 normal tag 26356 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 04 03:16:44 2017 Received: (at submit) by debbugs.gnu.org; 4 Apr 2017 07:16:44 +0000 Received: from localhost ([127.0.0.1]:59740 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvIhi-0001pz-NI for submit@debbugs.gnu.org; Tue, 04 Apr 2017 03:16:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvIhd-0001pj-Ib for submit@debbugs.gnu.org; Tue, 04 Apr 2017 03:16:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvIhW-0006M2-W0 for submit@debbugs.gnu.org; Tue, 04 Apr 2017 03:16:28 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48802) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cvIhW-0006Lw-SN for submit@debbugs.gnu.org; Tue, 04 Apr 2017 03:16:26 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvIhV-0000EM-0q for guix-patches@gnu.org; Tue, 04 Apr 2017 03:16:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvIhQ-0006Gj-WB for guix-patches@gnu.org; Tue, 04 Apr 2017 03:16:24 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21075) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cvIhQ-0006DM-Pu for guix-patches@gnu.org; Tue, 04 Apr 2017 03:16:20 -0400 Received: from localhost (x4d0c9497.dyn.telefonica.de [77.12.148.151]) by mx.zohomail.com with SMTPS id 149129017614087.44109777105575; Tue, 4 Apr 2017 00:16:16 -0700 (PDT) From: Ricardo Wurmus To: guix-patches@gnu.org Subject: [PATCH] gnu: Add intel-gpu-tools. Date: Tue, 4 Apr 2017 09:15:11 +0200 Message-Id: <20170404071511.9895-1-rekado@elephly.net> X-Mailer: git-send-email 2.12.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-ZohoMail: Z_26063301 SPT_1 Z_26062608 SPT_0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Ricardo Wurmus 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 (+) * gnu/packages/admin.scm (intel-gpu-tools): New variable. --- gnu/packages/admin.scm | 53 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 41b0da4c4..696178a30 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -8,7 +8,7 @@ ;;; Copyright © 2015 Eric Dvorsak ;;; Copyright © 2016 Leo Famulari ;;; Copyright © 2016 Pjotr Prins -;;; Copyright © 2016 Ricardo Wurmus +;;; Copyright © 2016, 2017 Ricardo Wurmus ;;; Copyright © 2016, 2017 Efraim Flashner ;;; Copyright © 2016 Peter Feigl ;;; Copyright © 2016 John J. Foerch @@ -67,10 +67,12 @@ #:use-module (gnu packages texinfo) #:use-module (gnu packages groff) #:use-module (gnu packages pciutils) + #:use-module (gnu packages libunwind) #:use-module (gnu packages libusb) #:use-module (gnu packages libftdi) #:use-module (gnu packages image) #:use-module (gnu packages xorg) + #:use-module (gnu packages xdisorg) #:use-module (gnu packages python) #:use-module (gnu packages man) #:use-module (gnu packages autotools) @@ -1997,3 +1999,52 @@ with all the commands and parameters identified for your viewing pleasure. With sedsed you can master any sed script. No more secrets, no more hidden buffers.") (license license:expat))) + +(define-public intel-gpu-tools + (package + (name "intel-gpu-tools") + (version "1.18") + (source + (origin (method git-fetch) + (uri (git-reference + (url "https://anongit.freedesktop.org/git/xorg/app/intel-gpu-tools.git") + (commit (string-append name "-" version)))) + (sha256 + (base32 + "12kigx2k9wpsnzdjrdhwbp1vgiiv2ndrxbs0ll52y51hm0yq0iln")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ; many of the tests try to load kernel modules + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'autogen + (lambda _ + ;; Don't run configure in this phase + (setenv "NOCONFIGURE" "1") + (zero? (system* "sh" "autogen.sh"))))))) + (inputs + `(("util-macros" ,util-macros) + ("libdrm" ,libdrm) + ("libpciaccess" ,libpciaccess) + ("kmod" ,kmod) + ("procps" ,procps) + ("cairo" ,cairo) + ("libunwind" ,libunwind) + ("libxrandr" ,libxrandr) + ("glib" ,glib))) + (native-inputs + `(("autoconf" ,autoconf) + ("automake" ,automake) + ("libtool" ,libtool) + ("pkg-config" ,pkg-config))) + (home-page "https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/") + (synopsis "Tools for development and testing of the Intel DRM driver") + (description "Intel GPU Tools is a collection of tools for development and +testing of the Intel DRM driver. There are many macro-level test suites that +get used against the driver, including xtest, rendercheck, piglit, and +oglconform, but failures from those can be difficult to track down to kernel +changes, and many require complicated build procedures or specific testing +environments to get useful results. Therefore, Intel GPU Tools includes +low-level tools and tests specifically for development and testing of the +Intel DRM Driver.") + (license license:expat))) -- 2.12.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 04 11:28:42 2017 Received: (at 26356) by debbugs.gnu.org; 4 Apr 2017 15:28:42 +0000 Received: from localhost ([127.0.0.1]:60835 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvQNo-0000hW-0F for submit@debbugs.gnu.org; Tue, 04 Apr 2017 11:28:42 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:50848) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvQNk-0000hI-FI for 26356@debbugs.gnu.org; Tue, 04 Apr 2017 11:28:35 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 0EAC920BF3; Tue, 4 Apr 2017 11:28:32 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Tue, 04 Apr 2017 11:28:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=BAUrL4DFylrUzSq8X9DTDBqftFTv3JGKg3xg6fgS+ 54=; b=xOiPWJgA5PibI/J+A32un+fKSj9Tg1hY+VR85fPVbvRBYql5oOtPa/Kov fdo3jrw/QPli1G9RC+khQWqwchTu3TTNiiHAglSwQeM06pswFJ2IkqrXqPkNW7WW lXKDVxVxkvK097gQ66GfkKn9nbStqB6CoGhKeud+ARnvi4ZNhifTK790uwQjCvz0 JRxZscUFapyrew95q2ET7SECOgi2w1jZKNV6SHKCHTFMIHYHsP2lBz4cq84rTd/B yW8jFVGHShHhlTO9krdtV5KuLjM4wnLlXKVZYRvPICZkO7jAQq8vdxc3NorFAklD KHoQw95EbBzI262VjM3Syl+ExaJFg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=BAUrL4DFylrUzSq8X9 DTDBqftFTv3JGKg3xg6fgS+54=; b=i074QltGhBjbfAPiccBXMkKQurpizNVIYw Xb4wv2tvkEoOs8paKjHlHt9Y4qtzSm/JZ4F3qMVoo+XbeRHaNUhJAkYYW1X1lW5d By3XQgGhgRN7krDNW9WWg1nXK6HAhdAdwCsCByD6Umlf+Ny+WIbfMq4vN70bZdMk WU8Cr6fUWg2tswaBOoFI45uu50oeMJPoNMcZTowWR7LE/4gsoRQyXc9qFlpdbz50 ROn01PrPJP39h19AeNxuLzhwcdPFntC7kKI3tjGokAphFqeH2VCWv48LBHF7oayM 8L+sSg5g6q0LVko6AJcbkihmIQ3FO6kqjIzer9a4TyXBRcqArxyg== X-ME-Sender: X-Sasl-enc: xlkpgHs3x/1P0m+YjvX5owbcEei3feIrKJWHLZ9rSpQp 1491319711 Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id 99E3624734; Tue, 4 Apr 2017 11:28:31 -0400 (EDT) From: Marius Bakke To: Ricardo Wurmus , 26356@debbugs.gnu.org Subject: Re: bug#26356: [PATCH] gnu: Add intel-gpu-tools. In-Reply-To: <20170404071511.9895-1-rekado@elephly.net> References: <20170404071511.9895-1-rekado@elephly.net> User-Agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu) Date: Tue, 04 Apr 2017 17:28:30 +0200 Message-ID: <87bmscb3a9.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26356 Cc: Ricardo Wurmus 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: 0.0 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ricardo Wurmus writes: > * gnu/packages/admin.scm (intel-gpu-tools): New variable. > --- > gnu/packages/admin.scm | 53 ++++++++++++++++++++++++++++++++++++++++++++= +++++- > 1 file changed, 52 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm > index 41b0da4c4..696178a30 100644 > --- a/gnu/packages/admin.scm > +++ b/gnu/packages/admin.scm > @@ -8,7 +8,7 @@ > ;;; Copyright =C2=A9 2015 Eric Dvorsak > ;;; Copyright =C2=A9 2016 Leo Famulari > ;;; Copyright =C2=A9 2016 Pjotr Prins > -;;; Copyright =C2=A9 2016 Ricardo Wurmus > +;;; Copyright =C2=A9 2016, 2017 Ricardo Wurmus > ;;; Copyright =C2=A9 2016, 2017 Efraim Flashner > ;;; Copyright =C2=A9 2016 Peter Feigl > ;;; Copyright =C2=A9 2016 John J. Foerch > @@ -67,10 +67,12 @@ > #:use-module (gnu packages texinfo) > #:use-module (gnu packages groff) > #:use-module (gnu packages pciutils) > + #:use-module (gnu packages libunwind) > #:use-module (gnu packages libusb) > #:use-module (gnu packages libftdi) > #:use-module (gnu packages image) > #:use-module (gnu packages xorg) > + #:use-module (gnu packages xdisorg) > #:use-module (gnu packages python) > #:use-module (gnu packages man) > #:use-module (gnu packages autotools) > @@ -1997,3 +1999,52 @@ with all the commands and parameters identified fo= r your viewing pleasure. > With sedsed you can master any sed script. No more secrets, no more hid= den > buffers.") > (license license:expat))) > + > +(define-public intel-gpu-tools > + (package > + (name "intel-gpu-tools") > + (version "1.18") > + (source > + (origin (method git-fetch) > + (uri (git-reference > + (url "https://anongit.freedesktop.org/git/xorg/app/in= tel-gpu-tools.git") > + (commit (string-append name "-" version)))) I managed to get a tarball by constructing this URL: https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/snapshot/intel-gpu-to= ols-1.18.tar.gz The rest LGTM! > + (sha256 > + (base32 > + "12kigx2k9wpsnzdjrdhwbp1vgiiv2ndrxbs0ll52y51hm0yq0iln")))) > + (build-system gnu-build-system) > + (arguments > + `(#:tests? #f ; many of the tests try to load kernel modules > + #:phases > + (modify-phases %standard-phases > + (add-after 'unpack 'autogen > + (lambda _ > + ;; Don't run configure in this phase > + (setenv "NOCONFIGURE" "1") > + (zero? (system* "sh" "autogen.sh"))))))) > + (inputs > + `(("util-macros" ,util-macros) > + ("libdrm" ,libdrm) > + ("libpciaccess" ,libpciaccess) > + ("kmod" ,kmod) > + ("procps" ,procps) > + ("cairo" ,cairo) > + ("libunwind" ,libunwind) > + ("libxrandr" ,libxrandr) > + ("glib" ,glib))) > + (native-inputs > + `(("autoconf" ,autoconf) > + ("automake" ,automake) > + ("libtool" ,libtool) > + ("pkg-config" ,pkg-config))) > + (home-page "https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/") > + (synopsis "Tools for development and testing of the Intel DRM driver= ") > + (description "Intel GPU Tools is a collection of tools for developme= nt and > +testing of the Intel DRM driver. There are many macro-level test suites= that > +get used against the driver, including xtest, rendercheck, piglit, and > +oglconform, but failures from those can be difficult to track down to ke= rnel > +changes, and many require complicated build procedures or specific testi= ng > +environments to get useful results. Therefore, Intel GPU Tools includes > +low-level tools and tests specifically for development and testing of the > +Intel DRM Driver.") > + (license license:expat))) > --=20 > 2.12.2 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAljju54ACgkQoqBt8qM6 VPpaegf/Uzll3nEdLN1sPxTKw8NRFr2pTfL0dHVX4tEbTy008RBA8wku9zJruW2y +CqaWGvNWkxjPLKbaJNnK7/+OVIjbmnX7e7p7g5qEC3YkwsBJqA9H0OJussr7JYX /vJ3gdIr/dCHRVcxlhEeqP4Jlh7WeVrNyQ9novb4Zww5FaWkcjE3/bH/PxUvkdOX 5rIvb81QvbgeMwyf16/BL5BSy8hyTUGEAdVVszCgD0l1o0AQch5mldB/stIE6KBc Dns/ntz4TLTuWjNY19NSyeT6Kd+PCc3yOlSQK8b3WRwVS/MOro+7QAO+2NmsOmBj eA6aFMMv5YLZ/zSul18EkCPSXqPjdg== =2r8P -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 04 16:42:46 2017 Received: (at 26356) by debbugs.gnu.org; 4 Apr 2017 20:42:46 +0000 Received: from localhost ([127.0.0.1]:32829 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvVHq-0001od-EB for submit@debbugs.gnu.org; Tue, 04 Apr 2017 16:42:46 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21123) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvVHn-0001oT-Td for 26356@debbugs.gnu.org; Tue, 04 Apr 2017 16:42:44 -0400 Received: from localhost (x4d0c9497.dyn.telefonica.de [77.12.148.151]) by mx.zohomail.com with SMTPS id 1491338560037568.1701748508711; Tue, 4 Apr 2017 13:42:40 -0700 (PDT) References: <20170404071511.9895-1-rekado@elephly.net> <87bmscb3a9.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> User-agent: mu4e 0.9.18; emacs 25.1.1 From: Ricardo Wurmus To: Marius Bakke Subject: Re: bug#26356: [PATCH] gnu: Add intel-gpu-tools. In-reply-to: <87bmscb3a9.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 05 Apr 2017 22:41:57 +0200 Message-ID: <8737dmoacq.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 26356 Cc: 26356@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: 0.7 (/) Marius Bakke writes: >> +(define-public intel-gpu-tools >> + (package >> + (name "intel-gpu-tools") >> + (version "1.18") >> + (source >> + (origin (method git-fetch) >> + (uri (git-reference >> + (url "https://anongit.freedesktop.org/git/xorg/app/intel-gpu-tools.git") >> + (commit (string-append name "-" version)))) > > I managed to get a tarball by constructing this URL: > > https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/snapshot/intel-gpu-tools-1.18.tar.gz Aren’t these tarballs generated on demand and may thus have different embedded timestamps? -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 04 16:46:03 2017 Received: (at 26356) by debbugs.gnu.org; 4 Apr 2017 20:46:03 +0000 Received: from localhost ([127.0.0.1]:32840 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvVL0-0001uj-T6 for submit@debbugs.gnu.org; Tue, 04 Apr 2017 16:46:03 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:51392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvVKy-0001u2-Ab for 26356@debbugs.gnu.org; Tue, 04 Apr 2017 16:46:01 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id D688D206CD; Tue, 4 Apr 2017 16:45:59 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Tue, 04 Apr 2017 16:45:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=/aRA+QditQc0h2ZAE17SYrlC3FmYzyevgrfM9hyjF tw=; b=i8y3jrly7N2NWhfiudlD8ILP2IsMLxhpjBnwTwh1w3I9zwgQKjUhOyi1p DxUF5STEJNxUpp6/loDrL4PnpAWodTxhU6yhT5BPSvGd4OEU50Ov8rXUbRo1wWBk Rmf26D0mMz2BwwmcYUZyYZD64437a/JqPu1LV047unEWGPWWDmM0WFthbM3l7KmU 1QhbJlOmMYGcu5c+Luv4Jnw+zP+AXTrA1CFDq8JSdOHt1lUud7QBZRQEZILyyTJy TkiKLCKvfietUYYeJIPTuCwrQQUB7YbFvz7Jcrm2yXzxKCm6MLARVkTGITiWrt6b 2XpdvjCvI/2srqzbba4YPzk0YuLqg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=/aRA+QditQc0h2ZAE1 7SYrlC3FmYzyevgrfM9hyjFtw=; b=liNpp2joxrsKXVdEQBilUEOROzBMwKUzVy BvAy1Gl8sIU3f5sS34eAdXtKfA9ip19nUYytQYyTaMeg7GfZL3FGRB1kK9IjCmu2 eN6r+8vFGcoEsVlvzbNSRQbxmJw3ys80A16UB4BAbRQUuTq7XZcH3M+a528UrB5E cWsNF25sqbApmr1eEd4k5GQt0pTnqMxhDjgGGJRAnewTo53SluthbVI+iZFXriCv cdTeodRAkY6gxcuhB8vMy7Y5d6IO8G8GTZSz1UxXrwvHIES0NKLDfSDSSuXPjGir 1GmdjXABB+g50+jypQ9W+h3MaEHD+tBXNB2vleqYqFtfk6SZM7BA== X-ME-Sender: X-Sasl-enc: Zb4AK6IhTTKYhCVhFDEcV4EcRwb531jnviJuEOLgMyeQ 1491338759 Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id 62BBB24526; Tue, 4 Apr 2017 16:45:59 -0400 (EDT) From: Marius Bakke To: Ricardo Wurmus Subject: Re: bug#26356: [PATCH] gnu: Add intel-gpu-tools. In-Reply-To: <8737dmoacq.fsf@elephly.net> References: <20170404071511.9895-1-rekado@elephly.net> <87bmscb3a9.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <8737dmoacq.fsf@elephly.net> User-Agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu) Date: Tue, 04 Apr 2017 22:45:57 +0200 Message-ID: <8737dnc35m.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26356 Cc: 26356@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: -0.7 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ricardo Wurmus writes: > Marius Bakke writes: > >>> +(define-public intel-gpu-tools >>> + (package >>> + (name "intel-gpu-tools") >>> + (version "1.18") >>> + (source >>> + (origin (method git-fetch) >>> + (uri (git-reference >>> + (url "https://anongit.freedesktop.org/git/xorg/app/= intel-gpu-tools.git") >>> + (commit (string-append name "-" version)))) >> >> I managed to get a tarball by constructing this URL: >> >> https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/snapshot/intel-gpu= -tools-1.18.tar.gz > > Aren=E2=80=99t these tarballs generated on demand and may thus have diffe= rent > embedded timestamps? I've come across very few servers that do this (actually only the Google Android repositories). At least, the tarball downloaded earlier and one from just now have the same SHA256: 03ff3cc2d8009e821a07c83a1ed44fdcb0d27e1a958d15ec87e6f0e2c194ed70 intel-gpu= -tools-1.18(1).tar.gz 03ff3cc2d8009e821a07c83a1ed44fdcb0d27e1a958d15ec87e6f0e2c194ed70 intel-gpu= -tools-1.18.tar.gz --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAljkBgYACgkQoqBt8qM6 VPrFHggAhSi74O1dzme/2PLbdWX7yeuseVOHV2IB6Ejb1fCddjYZ30mB8wyI4nQc mWdT2ZI8iiV3rl3hNQyAdihxlsLdLRTaek8tiv2zcfbXC6swJ689lw4gqwlPFae+ D1gx0gUo7Wle0xt3BW4X4IpNKDfAgKYxhok51DpUHoJTJQmTPgnSTUo4/prBjB1P odfLw8iXUPIG347+Aci+BvLl1V9Vby6qHijtTqBn2X1eWCngwdda9RCYwuJkxZjH U75iV8jikfDJGn+Ku0BqP3SFBgrlheyaFNI0BYs1vM93Fnu7A7ShD8K5utFgFKEB mfwHcra4Km/qqXIPqQ9gebuli9N+uw== =fThr -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 04 17:03:38 2017 Received: (at 26356) by debbugs.gnu.org; 4 Apr 2017 21:03:38 +0000 Received: from localhost ([127.0.0.1]:32851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvVc2-0002LU-Di for submit@debbugs.gnu.org; Tue, 04 Apr 2017 17:03:38 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21146) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvVbz-0002LL-W1 for 26356@debbugs.gnu.org; Tue, 04 Apr 2017 17:03:36 -0400 Received: from localhost (x4d0c9497.dyn.telefonica.de [77.12.148.151]) by mx.zohomail.com with SMTPS id 1491339812034467.475707870763; Tue, 4 Apr 2017 14:03:32 -0700 (PDT) References: <20170404071511.9895-1-rekado@elephly.net> <87bmscb3a9.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <8737dmoacq.fsf@elephly.net> <8737dnc35m.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> User-agent: mu4e 0.9.18; emacs 25.1.1 From: Ricardo Wurmus To: Marius Bakke Subject: Re: bug#26356: [PATCH] gnu: Add intel-gpu-tools. In-reply-to: <8737dnc35m.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Tue, 04 Apr 2017 23:03:29 +0200 Message-ID: <874ly37un2.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: -1.8 (-) X-Debbugs-Envelope-To: 26356 Cc: 26356@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.8 (-) Marius Bakke writes: > Ricardo Wurmus writes: > >> Marius Bakke writes: >> >>>> +(define-public intel-gpu-tools >>>> + (package >>>> + (name "intel-gpu-tools") >>>> + (version "1.18") >>>> + (source >>>> + (origin (method git-fetch) >>>> + (uri (git-reference >>>> + (url "https://anongit.freedesktop.org/git/xorg/app/intel-gpu-tools.git") >>>> + (commit (string-append name "-" version)))) >>> >>> I managed to get a tarball by constructing this URL: >>> >>> https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/snapshot/intel-gpu-tools-1.18.tar.gz >> >> Aren’t these tarballs generated on demand and may thus have different >> embedded timestamps? > > I've come across very few servers that do this (actually only the Google > Android repositories). At least, the tarball downloaded earlier and one > from just now have the same SHA256: > > 03ff3cc2d8009e821a07c83a1ed44fdcb0d27e1a958d15ec87e6f0e2c194ed70 intel-gpu-tools-1.18(1).tar.gz > 03ff3cc2d8009e821a07c83a1ed44fdcb0d27e1a958d15ec87e6f0e2c194ed70 intel-gpu-tools-1.18.tar.gz I’ve got the same. Maybe it’s cached? In the past I encountered servers that would just generate a new tarball after a while. IIRC it happened with the mercurial web interface and also with gitweb (e.g. on https://git.elephly.net). I don’t know if cgit is any different. I’ll try downloading this again tomorrow. If the file is still the same I’ll assume that it’s stable and will use the tarball URL instead. Thanks for checking! -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 07 17:23:51 2017 Received: (at 26356-done) by debbugs.gnu.org; 7 Apr 2017 21:23:51 +0000 Received: from localhost ([127.0.0.1]:36854 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cwbME-0005Hg-UU for submit@debbugs.gnu.org; Fri, 07 Apr 2017 17:23:51 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21105) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cwbMD-0005HY-4s for 26356-done@debbugs.gnu.org; Fri, 07 Apr 2017 17:23:49 -0400 Received: from localhost (xd9ba4227.dyn.telefonica.de [217.186.66.39]) by mx.zohomail.com with SMTPS id 149160022699517.72597681302716; Fri, 7 Apr 2017 14:23:46 -0700 (PDT) References: <20170404071511.9895-1-rekado@elephly.net> <87bmscb3a9.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <8737dmoacq.fsf@elephly.net> <8737dnc35m.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <874ly37un2.fsf@elephly.net> User-agent: mu4e 0.9.18; emacs 25.1.1 From: Ricardo Wurmus To: Marius Bakke Subject: Re: bug#26356: [PATCH] gnu: Add intel-gpu-tools. In-reply-to: <874ly37un2.fsf@elephly.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Fri, 07 Apr 2017 23:23:43 +0200 Message-ID: <87zifrzzc0.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: -1.8 (-) X-Debbugs-Envelope-To: 26356-done Cc: 26356-done@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.8 (-) > I don’t know if cgit is any different. I’ll try downloading this again > tomorrow. If the file is still the same I’ll assume that it’s stable > and will use the tarball URL instead. Pushed with the tarball URL. Thanks for the review! -- Ricardo From unknown Wed Jun 18 23:08:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 06 May 2017 11:24:04 +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