From unknown Sat Aug 09 04:58:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39825] [PATCH] gnu: Add warsow-qfusion. Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Feb 2020 16:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39825 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39825@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15829059042777 (code B ref -1); Fri, 28 Feb 2020 16:06:02 +0000 Received: (at submit) by debbugs.gnu.org; 28 Feb 2020 16:05:04 +0000 Received: from localhost ([127.0.0.1]:33689 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7i8N-0000ij-RO for submit@debbugs.gnu.org; Fri, 28 Feb 2020 11:05:04 -0500 Received: from lists.gnu.org ([209.51.188.17]:57915) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7i8K-0000iB-83 for submit@debbugs.gnu.org; Fri, 28 Feb 2020 11:05:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:51336) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7i8I-0003GB-SH for guix-patches@gnu.org; Fri, 28 Feb 2020 11:05:00 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7i8E-0001Ki-Qu for guix-patches@gnu.org; Fri, 28 Feb 2020 11:04:58 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:40547) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j7i8E-0001Id-IA for guix-patches@gnu.org; Fri, 28 Feb 2020 11:04:54 -0500 Received: from bababa.home (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay12.mail.gandi.net (Postfix) with ESMTPSA id D237F20000A for ; Fri, 28 Feb 2020 16:04:51 +0000 (UTC) From: Pierre Neidhardt Date: Fri, 28 Feb 2020 17:04:51 +0100 Message-Id: <20200228160451.22644-1-mail@ambrevar.xyz> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-GND-Spam-Score: 185 X-GND-Status: SPAM X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.178.232 X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/game-development.scm (warsow-qfusion): New variable. * gnu/packages/patches/warsow-fix-bool-return-type.patch: New file. * gnu/local.mk: Add patch. --- gnu/local.mk | 1 + gnu/packages/g [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: local.mk] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.9 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 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.5 (/) * gnu/packages/game-development.scm (warsow-qfusion): New variable. * gnu/packages/patches/warsow-fix-bool-return-type.patch: New file. * gnu/local.mk: Add patch. --- gnu/local.mk | 1 + gnu/packages/game-development.scm | 49 +++++++++++++++++++ .../patches/warsow-fix-bool-return-type.patch | 24 +++++++++ 3 files changed, 74 insertions(+) create mode 100644 gnu/packages/patches/warsow-fix-bool-return-type.patch diff --git a/gnu/local.mk b/gnu/local.mk index 857345cfad..82d5490dd8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1482,6 +1482,7 @@ dist_patch_DATA = \ %D%/packages/patches/vsearch-unbundle-cityhash.patch \ %D%/packages/patches/vte-CVE-2012-2738-pt1.patch \ %D%/packages/patches/vte-CVE-2012-2738-pt2.patch \ + %D%/packages/patches/warsow-fix-bool-return-type.patch \ %D%/packages/patches/weasyprint-library-paths.patch \ %D%/packages/patches/websocketpp-fix-for-boost-1.70.patch \ %D%/packages/patches/wicd-bitrate-none-fix.patch \ diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 05e026a846..f0b1b5f066 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -2188,3 +2188,52 @@ rigid body physics library written in C.") developers providing an advanced true color console, input, and lots of other utilities frequently used in roguelikes.") (license license:bsd-3))) + +(define-public warsow-qfusion + (let ((commit "5ec6887887850fa9e6f0a4418ab2b776f54fb395")) + (package + (name "warsow-qfusion") + (version (git-version "2.1.0" "1" commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Warsow/qfusion/") + (commit commit) + (recursive? #t))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bfwyikpwgwqcli33hxscdp557li1hkwyxy069csx5dy6sfvci6q")) + ;; Issue reported here: https://github.com/Warsow/qfusion/issues/46 + (patches (search-patches "warsow-fix-bool-return-type.patch")))) + (build-system cmake-build-system) + (arguments + `(#:tests? #f ; No tests. + #:configure-flags '("-DQFUSION_GAME=Warsow") + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'change-to-build-dir + (lambda _ + (chdir "source") + #t))))) + (inputs + `(("sdl2" ,sdl2) + ("libjpeg" ,libjpeg) + ("libpng" ,libpng) + ("libvorbis" ,libvorbis) + ("libogg" ,libogg) + ("libtheora" ,libtheora) + ("freetype" ,freetype) + ("mesa" ,mesa) + ("openal" ,openal) + ("zlib" ,zlib) + ("curl" ,curl) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("uuid.h" ,util-linux))) + (home-page "https://github.com/Warsow/qfusion") + (synopsis "Warsow's fork of qfusion, the id Tech 2 derived game engine") + (description + "This package contains Warsow's fork of qfusion, the id Tech 2 derived +game engine. id Tech 2 is the engine originally behind Quake 2.") + (license license:gpl2)))) diff --git a/gnu/packages/patches/warsow-fix-bool-return-type.patch b/gnu/packages/patches/warsow-fix-bool-return-type.patch new file mode 100644 index 0000000000..cd2c58afef --- /dev/null +++ b/gnu/packages/patches/warsow-fix-bool-return-type.patch @@ -0,0 +1,24 @@ +diff --git a/source/ref/imagelib.cpp b/source/ref/imagelib.cpp +index 33337ac..bb9a156 100644 +--- a/source/ref/imagelib.cpp ++++ b/source/ref/imagelib.cpp +@@ -762,7 +762,7 @@ static void q_jpg_noop( j_decompress_ptr cinfo ) { + + static boolean q_jpg_fill_input_buffer( j_decompress_ptr cinfo ) { + Com_DPrintf( "Premature end of jpeg file\n" ); +- return 1; ++ return TRUE; + } + + static void q_jpg_skip_input_data( j_decompress_ptr cinfo, long num_bytes ) { +@@ -955,7 +955,7 @@ bool WriteJPG( const char *name, r_imginfo_t *info, int quality ) { + } + + // start compression +- qjpeg_start_compress( &cinfo, true ); ++ qjpeg_start_compress( &cinfo, TRUE ); + + // feed scanline data + w3 = cinfo.image_width * info->samples; +-- +2.25.1 -- 2.25.1 From unknown Sat Aug 09 04:58:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39825] [PATCH] gnu: Add warsow-qfusion. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 29 Feb 2020 19:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39825 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Pierre Neidhardt Cc: 39825@debbugs.gnu.org Received: via spool by 39825-submit@debbugs.gnu.org id=B39825.158300360118595 (code B ref 39825); Sat, 29 Feb 2020 19:14:02 +0000 Received: (at 39825) by debbugs.gnu.org; 29 Feb 2020 19:13:21 +0000 Received: from localhost ([127.0.0.1]:35394 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j87Y9-0004pp-5v for submit@debbugs.gnu.org; Sat, 29 Feb 2020 14:13:21 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:33981) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j87Y7-0004pc-0H for 39825@debbugs.gnu.org; Sat, 29 Feb 2020 14:13:20 -0500 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay12.mail.gandi.net (Postfix) with ESMTPSA id EA76320000F; Sat, 29 Feb 2020 19:13:11 +0000 (UTC) From: Nicolas Goaziou References: <20200228160451.22644-1-mail@ambrevar.xyz> Date: Sat, 29 Feb 2020 20:13:09 +0100 In-Reply-To: <20200228160451.22644-1-mail@ambrevar.xyz> (Pierre Neidhardt's message of "Fri, 28 Feb 2020 17:04:51 +0100") Message-ID: <871rqd437e.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, Pierre Neidhardt writes: > +(define-public warsow-qfusion Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.178.232 listed in list.dnswl.org] 1.9 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 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.2 (/) Hello, Pierre Neidhardt writes: > +(define-public warsow-qfusion Thank you! > + (let ((commit "5ec6887887850fa9e6f0a4418ab2b776f54fb395")) > + (package > + (name "warsow-qfusion") > + (version (git-version "2.1.0" "1" commit)) You may add a comment explaining why we don't provide (outdated) stable version. > + (inputs > + `(("sdl2" ,sdl2) > + ("libjpeg" ,libjpeg) > + ("libpng" ,libpng) > + ("libvorbis" ,libvorbis) > + ("libogg" ,libogg) > + ("libtheora" ,libtheora) > + ("freetype" ,freetype) > + ("mesa" ,mesa) > + ("openal" ,openal) > + ("zlib" ,zlib) > + ("curl" ,curl) > + ("qtbase" ,qtbase) > + ("qtdeclarative" ,qtdeclarative) > + ("uuid.h" ,util-linux))) Could you re-order the inputs? > + (home-page "https://github.com/Warsow/qfusion") > + (synopsis "Warsow's fork of qfusion, the id Tech 2 derived game engine") > + (description > + "This package contains Warsow's fork of qfusion, the id Tech 2 derived > +game engine. id Tech 2 is the engine originally behind Quake 2.") Even though it is spelled "id" in the repository, I think this is really "ID". > + (license license:gpl2)))) AFAICT, this is gpl2+. Otherwise, FWIW, LGTM! Regards, -- Nicolas Goaziou From unknown Sat Aug 09 04:58:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39825] [PATCH] gnu: Add warsow-qfusion. Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 29 Feb 2020 21:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39825 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39825@debbugs.gnu.org Received: via spool by 39825-submit@debbugs.gnu.org id=B39825.1583012893779 (code B ref 39825); Sat, 29 Feb 2020 21:49:01 +0000 Received: (at 39825) by debbugs.gnu.org; 29 Feb 2020 21:48:13 +0000 Received: from localhost ([127.0.0.1]:35499 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j89y0-0000CU-Ow for submit@debbugs.gnu.org; Sat, 29 Feb 2020 16:48:12 -0500 Received: from tobias.gr ([80.241.217.52]:56770) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j89xy-0000CM-TO for 39825@debbugs.gnu.org; Sat, 29 Feb 2020 16:48:11 -0500 Received: by tobias.gr (OpenSMTPD) with ESMTP id 73b3e714 for <39825@debbugs.gnu.org>; Sat, 29 Feb 2020 21:48:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:references:in-reply-to:date:message-id:mime-version :content-type; s=2018; i=me@tobias.gr; bh=SYmdNvtXQpXxNrnAcu5Nhl iRgsje6aCTsEa/JyyitlY=; b=DOdY9sc0sAN1Rd2ebtUnkrYAsfHDZdATC5Ln7Y R5SwwqQmWSLtkgsy2nFDM6aAkpE/zUxAHXXRHf1Z0DZntw1O72Ef8do14EC56vZM tTCqT8BiPSZxdO48sCF0g4Re68atLE37hzABbWgS0T/3xhHmFklxgbpmrcWL4TdP Z50SRKtHXxRNLD+idX0dEi0TeanGgHndXQ7lLNK+RaMtp70DH0+DUTRUBXHEsxSh wQvo0ACfXFt2+hsRp7ha7trgzgteNYqvdi8b3WHgL8bMdooaGZ6G+H1WQjfFCfDk L4oGho8xVX9DgGViCSHb3YD3GVpgsywhWZY/ldiBKhfnoBLw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 716fa5f9 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <39825@debbugs.gnu.org>; Sat, 29 Feb 2020 21:48:08 +0000 (UTC) From: Tobias Geerinckx-Rice References: <20200228160451.22644-1-mail@ambrevar.xyz> <871rqd437e.fsf@nicolasgoaziou.fr> In-reply-to: <871rqd437e.fsf@nicolasgoaziou.fr> Date: Sat, 29 Feb 2020 22:48:36 +0100 Message-ID: <87imjp6p57.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) 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; format=flowed Content-Transfer-Encoding: quoted-printable Nicolas Goaziou =E5=86=99=E9=81=93=EF=BC=9A > Even though it is spelled "id" in the repository, I think this=20 > is really > "ID". =E2=80=98Id=E2=80=99. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfo+u0AlEeO9y5k0W2Imw8BjFSTwFAl5a3DQACgkQ2Imw8BjF STwebQ//VfcvlGhaX1MUWbmQEzbBkfYK4d0CTyI4O71MAel80NBQaYy4RKW89W7s WkEo0QZFuVNaN8SRorKBPPK0vEYVb3pAIvPhz/JrEBv5wVhVuI2Wwu4jjKYSgp0X vTcr+5sHRER82cfqYt1K+he75l4CWQKAefuQHkSYZzaUNc2gtYDd7o+M5qQEXU3g zF7Uhz1BrfLVVSwqgCJlTNuFjwJ7jibE3m00F7QXbpUMTPIVZhp9x37uHko1DL0c yOvPMSj4M1aR9wYIpE1caDnx2F+uL0BKNtUIsu/HGcJgYIPT2u24q5SXPVEKbRIF b6Ig4vdJ7tA1bJMpQwXj6SuDBdkCvNS7/HEznKeRqPNI4w9fYKFjS5JyTuhACLTJ kOqeIXgRo//lZuY+AMxCkzLa+0H3rF67l68Md95Lg6w02BuKGHtlUFoJqAng1+PE e0A9LP/xxEUi5sfQnQziUr7yMAhaCWJ47mo8xcwy5Ka8rqpSfHBcCd6m2GxUHYhZ 0fePLdbcR6XAkOIkVrLMKMyyaNDyHcc256559jZwpbO8S1Nlhz0LOHs1DglbH8+T AmOjqbis6iI4BKHMRBbfLYRAsGcie02Wes935zv5q8hebYzaZBgq2f4/ckdv4jwX Wh1jiTtflj88GfZ1gU2b118+/eAUuEZshnSWBKtccoj9wwE9/as= =UuV4 -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 09 04:58:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39825] [PATCH] gnu: Add warsow-qfusion. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 29 Feb 2020 22:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39825 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39825@debbugs.gnu.org Cc: me@tobias.gr X-Debbugs-Original-To: Tobias Geerinckx-Rice via Guix-patches via X-Debbugs-Original-Cc: Tobias Geerinckx-Rice , 39825@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15830169957123 (code B ref -1); Sat, 29 Feb 2020 22:57:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Feb 2020 22:56:35 +0000 Received: from localhost ([127.0.0.1]:35542 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j8B2B-0001qk-Cs for submit@debbugs.gnu.org; Sat, 29 Feb 2020 17:56:35 -0500 Received: from lists.gnu.org ([209.51.188.17]:46565) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j8B29-0001qV-JV for submit@debbugs.gnu.org; Sat, 29 Feb 2020 17:56:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36224) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8B28-0002Zo-Fc for guix-patches@gnu.org; Sat, 29 Feb 2020 17:56:33 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j8B27-0001Rw-4X for guix-patches@gnu.org; Sat, 29 Feb 2020 17:56:32 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:53939) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j8B26-0001QK-V8 for guix-patches@gnu.org; Sat, 29 Feb 2020 17:56:31 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id E580DC0002; Sat, 29 Feb 2020 22:56:26 +0000 (UTC) From: Nicolas Goaziou References: <20200228160451.22644-1-mail@ambrevar.xyz> <871rqd437e.fsf@nicolasgoaziou.fr> <87imjp6p57.fsf@nckx> Date: Sat, 29 Feb 2020 23:56:25 +0100 In-Reply-To: <87imjp6p57.fsf@nckx> (Tobias Geerinckx-Rice via Guix-patches via's message of "Sat, 29 Feb 2020 22:48:36 +0100") Message-ID: <87o8th2eau.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.198 X-Spam-Score: -0.0 (/) 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, Tobias Geerinckx-Rice via Guix-patches via writes: > Nicolas Goaziou =E5=86=99=E9=81=93=EF=BC=9A >> Even though it is spelled "id" in the repository, I think this is >> really >> "ID". > > =E2=80=98Id=E2=80=99. Actually, I think we're both wrong. That should be "id Software", per Regards, --=20 Nicolas Goaziou From unknown Sat Aug 09 04:58:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39825] [PATCH] gnu: Add warsow-qfusion. Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 02 Mar 2020 08:47:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39825 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nicolas Goaziou Cc: 39825@debbugs.gnu.org Received: via spool by 39825-submit@debbugs.gnu.org id=B39825.158313880829998 (code B ref 39825); Mon, 02 Mar 2020 08:47:03 +0000 Received: (at 39825) by debbugs.gnu.org; 2 Mar 2020 08:46:48 +0000 Received: from localhost ([127.0.0.1]:37273 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j8giu-0007nm-Gl for submit@debbugs.gnu.org; Mon, 02 Mar 2020 03:46:48 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:39951) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j8git-0007nT-1t for 39825@debbugs.gnu.org; Mon, 02 Mar 2020 03:46:47 -0500 X-Originating-IP: 92.169.129.147 Received: from bababa (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 20BEAE0007; Mon, 2 Mar 2020 08:46:39 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: <871rqd437e.fsf@nicolasgoaziou.fr> References: <20200228160451.22644-1-mail@ambrevar.xyz> <871rqd437e.fsf@nicolasgoaziou.fr> Date: Mon, 02 Mar 2020 09:46:37 +0100 Message-ID: <877e03400i.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Thanks for the review! > Even though it is spelled "id" in the repository, I think this is really > "ID". Actually nope :) Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.196 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.196 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Thanks for the review! > Even though it is spelled "id" in the repository, I think this is really > "ID". Actually nope :) Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.196 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.196 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Thanks for the review! > Even though it is spelled "id" in the repository, I think this is really > "ID". Actually nope :) https://en.wikipedia.org/wiki/Id_tech =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl5cx+0ACgkQm9z0l6S7 zH8I7wf/ahZc7WXlIBSNGGdiS457LWiIfLql+53+a5WwSk51xDgCc9CDWAmENQPI ser276VQgPNLI6XqV0bLc6P8+RcWxBKkDrwa2OtLUhgmaSK2SQYieO7nYaGKQn/x bD37XzMvvjzgPGWX3VcRHGBhTCkQn0tXuPZnr0Yv8q32B5mMXZAQ5RZouM4h6azI N9iqQCpn6YRwp2RpLVvHEPw6nZHPRJUhqWasGVgfNWNSdFZSwkZG2EEM+PSn+h3r fn3/6Awo7KSNCjy53qGY4uLNeCcW1/56BOMpGBYHkKT0M1tvlgaLn6JuXXh0Zlj7 pvSPqJgGLCbVu0BwRmA5oLzKfyw2+g== =CWsr -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 09 04:58:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39825] [PATCH] gnu: Add warsow-qfusion. Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 03 Mar 2020 10:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39825 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nicolas Goaziou Cc: guix-devel@gnu.org, 39825@debbugs.gnu.org Received: via spool by 39825-submit@debbugs.gnu.org id=B39825.158323176926773 (code B ref 39825); Tue, 03 Mar 2020 10:37:02 +0000 Received: (at 39825) by debbugs.gnu.org; 3 Mar 2020 10:36:09 +0000 Received: from localhost ([127.0.0.1]:38726 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j94uH-0006xl-9O for submit@debbugs.gnu.org; Tue, 03 Mar 2020 05:36:09 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:38749) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j94uE-0006xF-3V for 39825@debbugs.gnu.org; Tue, 03 Mar 2020 05:36:07 -0500 X-Originating-IP: 92.169.129.147 Received: from bababa (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 7EDA2240012; Tue, 3 Mar 2020 10:35:59 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: <877e03400i.fsf@ambrevar.xyz> References: <20200228160451.22644-1-mail@ambrevar.xyz> <871rqd437e.fsf@nicolasgoaziou.fr> <877e03400i.fsf@ambrevar.xyz> Date: Tue, 03 Mar 2020 11:35:58 +0100 Message-ID: <87lfoh20a9.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: I'm trying to use commit c4de15df559410aff0ca6643724e24cddb0ecbbd as suggested upstream (https://github.com/Warsow/qfusion/issues/46#issuecomment-592940682) but git-fetch fails with --88--- Submodule 'libsrcs' (https://github.com/Warsow/qfusion-libsrcs.git) registered for path 'libsrcs' Submodule 'third-party/angelscript' [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.193 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.193 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: I'm trying to use commit c4de15df559410aff0ca6643724e24cddb0ecbbd as suggested upstream (https://github.com/Warsow/qfusion/issues/46#issuecomment-592940682) but git-fetch fails with --88--- Submodule 'libsrcs' (https://github.com/Warsow/qfusion-libsrcs.git) registered for path 'libsrcs' Submodule 'third-party/angelscript' [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.193 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.193 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I'm trying to use commit c4de15df559410aff0ca6643724e24cddb0ecbbd as suggested upstream (https://github.com/Warsow/qfusion/issues/46#issuecomment-592940682) but git-fetch fails with =2D-8<---------------cut here---------------start------------->8--- Submodule 'libsrcs' (https://github.com/Warsow/qfusion-libsrcs.git) registe= red for path 'libsrcs' Submodule 'third-party/angelscript' (https://github.com/Qfusion/angelscript= .git) registered for path 'third-party/angelscript' Submodule 'third-party/libRocket' (https://github.com/Qfusion/libRocket) re= gistered for path 'third-party/libRocket' Submodule 'third-party/openal-soft' (https://github.com/Warsow/openal-soft.= git) registered for path 'third-party/openal-soft' Submodule 'third-party/recastnavigation' (https://github.com/Warsow/recastn= avigation.git) registered for path 'third-party/recastnavigation' Submodule 'third-party/sqlite-amalgamation' (https://github.com/Warsow/sqli= te-amalgamation.git) registered for path 'third-party/sqlite-amalgamation' Cloning into '/gnu/store/l4bjqp1yjkx0hczz0y2i9h0gzayfdx11-warsow-qfusion-2.= 5-1.c4de15d-checkout/libsrcs'... Cloning into '/gnu/store/l4bjqp1yjkx0hczz0y2i9h0gzayfdx11-warsow-qfusion-2.= 5-1.c4de15d-checkout/third-party/angelscript'... Cloning into '/gnu/store/l4bjqp1yjkx0hczz0y2i9h0gzayfdx11-warsow-qfusion-2.= 5-1.c4de15d-checkout/third-party/libRocket'... Cloning into '/gnu/store/l4bjqp1yjkx0hczz0y2i9h0gzayfdx11-warsow-qfusion-2.= 5-1.c4de15d-checkout/third-party/openal-soft'... Cloning into '/gnu/store/l4bjqp1yjkx0hczz0y2i9h0gzayfdx11-warsow-qfusion-2.= 5-1.c4de15d-checkout/third-party/recastnavigation'... Cloning into '/gnu/store/l4bjqp1yjkx0hczz0y2i9h0gzayfdx11-warsow-qfusion-2.= 5-1.c4de15d-checkout/third-party/sqlite-amalgamation'... Submodule path 'libsrcs': checked out 'd3c01feeed14aa2f24c1839fedfb43b4c38a= 3412' Submodule path 'third-party/angelscript': checked out '478944145ce6d278abc2= a119355c425b332482df' error: Server does not allow request for unadvertised object 867fc72f980b40= 325c35d2a9182f741e8e0ca876 Fetched in submodule path 'third-party/libRocket', but it did not contain 8= 67fc72f980b40325c35d2a9182f741e8e0ca876. Direct fetching of that commit fai= led. git-fetch: '/gnu/store/zm51w1zv9zchx3n3xjw81zrjnlaswawa-git-minimal-2.25.1/= bin/git submodule update --init --recursive' failed with exit code 1 =2D-8<---------------cut here---------------end--------------->8--- Indeed, 867fc72f980b40325c35d2a9182f741e8e0ca876 does not exist in libRocket, so I suspect it was removed, but isn't Git supposed to fetch master? Where did it guess this commit from. I don't understand how this is possible. The .gitmodules file is =2D-8<---------------cut here---------------start------------->8--- [submodule "third-party/libRocket"] path =3D third-party/libRocket url =3D https://github.com/Qfusion/libRocket [submodule "third-party/angelscript"] path =3D third-party/angelscript url =3D https://github.com/Qfusion/angelscript.git [submodule "third-party/recastnavigation"] path =3D third-party/recastnavigation url =3D https://github.com/Warsow/recastnavigation.git [submodule "third-party/openal-soft"] path =3D third-party/openal-soft url =3D https://github.com/Warsow/openal-soft.git [submodule "third-party/sqlite-amalgamation"] path =3D third-party/sqlite-amalgamation url =3D https://github.com/Warsow/sqlite-amalgamation.git [submodule "libsrcs"] path =3D libsrcs url =3D https://github.com/Warsow/qfusion-libsrcs.git =2D-8<---------------cut here---------------end--------------->8--- and =2D-8<---------------cut here---------------start------------->8--- > git submodule status --recursive d3c01feeed14aa2f24c1839fedfb43b4c38a3412 libsrcs (d3c01fe) 478944145ce6d278abc2a119355c425b332482df third-party/angelscript (heads/ma= ster) +4889e4c100920cbd0fc9004566d6380771bd77a7 third-party/libRocket (release-1.= 2.1-1264-g4889e4c1) 6761218e51699f46bf25c377e65b3e9ea5e434b9 third-party/openal-soft (openal-s= oft-1.18.1-694-g6761218e) 2c85309280dbc9c82029e7ab16dfb01b9235c74e third-party/recastnavigation (1.5= .0-78-g2c85309) bc1dd8284590b5092a9bed4deb80a49e01cfb911 third-party/sqlite-amalgamation (= heads/master) =2D-8<---------------cut here---------------end--------------->8--- I must be missing something about Git submodules... =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl5eMw4ACgkQm9z0l6S7 zH8s9QgAir57vWPqRrC7NmNp4Ho3gioWUj1cqQusSbgGS8vS+ZiXpx7UOZvth0Fp Oyhw6k5K2c6ca7uRblyUhYziKjopTZDDM3xSOK83wquQODoUyZJLmq/tIfNWKu9p GyafQI34cZmiHadJdkB3kfyjX6LfpqIt6IPnWsFY1A+KygrfmLXIpYklD/5x4+Yz IasiH6+iPD5NALRXdLd2EmtxGLhImtj6FbxwE1KHw/8wJXanXDL+KH9jbMQVrVd3 3mGJvXHuMvc7ZPyYWQHX8sLn7Q6yHegEWxzOmR5IVyA0Mv2Omk+vNoxUTIGK0qmH sVyb+0l0M8WfifmetILfDhIH2ZDrQQ== =/e8y -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 09 04:58:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39825] [PATCH] gnu: Add warsow-qfusion. Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 03 Mar 2020 12:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39825 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nicolas Goaziou Cc: 39825@debbugs.gnu.org Received: via spool by 39825-submit@debbugs.gnu.org id=B39825.158324025515675 (code B ref 39825); Tue, 03 Mar 2020 12:58:01 +0000 Received: (at 39825) by debbugs.gnu.org; 3 Mar 2020 12:57:35 +0000 Received: from localhost ([127.0.0.1]:38837 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9778-00044k-LX for submit@debbugs.gnu.org; Tue, 03 Mar 2020 07:57:34 -0500 Received: from tobias.gr ([80.241.217.52]:56736) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9776-00044b-6d for 39825@debbugs.gnu.org; Tue, 03 Mar 2020 07:57:33 -0500 Received: by tobias.gr (OpenSMTPD) with ESMTP id 20dbfb27; Tue, 3 Mar 2020 12:57:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to:cc :subject:references:in-reply-to:date:message-id:mime-version :content-type; s=2018; i=me@tobias.gr; bh=yyRh57pWTj2UGVQfM/4HYZ 9JPeRXh4S/BVF6vMzJZHY=; b=nlG17kWR7Tun67x0ES0fPZQy/lsj3lvuTpbcb0 ckIjdCCftNtAz2Ts7Df11FKevdhlGeSb/bRLm0afTNOtCtqj13cy+/d+3Zknq8qV lgPj6GtgSqA+v0Fn4uYS3IHcdjU1KMf+VatvxsXdZE4OnFnCVUdCwU/3S0739d93 NpxuY+yUpt42icn/fcAxjWZupTyas0qKahKb19X7tjJU0FobC3hA2wDUKzxgpjJc L0bad7C4PxoU9tso0o91S0mUZ3b4M9QOVGox05QlGxD2eDmqjKE84dPD9i7w7Kp4 5egMmi9KdkCWaS6jhess8o12MjY0yqgeEixLQDTLVMshq3gg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 5c4d4837 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Tue, 3 Mar 2020 12:57:30 +0000 (UTC) From: Tobias Geerinckx-Rice References: <20200228160451.22644-1-mail@ambrevar.xyz> <871rqd437e.fsf@nicolasgoaziou.fr> <87imjp6p57.fsf@nckx> <87o8th2eau.fsf@nicolasgoaziou.fr> In-reply-to: <87o8th2eau.fsf@nicolasgoaziou.fr> Date: Tue, 03 Mar 2020 13:57:59 +0100 Message-ID: <87wo814mug.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) 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; format=flowed Content-Transfer-Encoding: quoted-printable Nicolas Goaziou =E5=86=99=E9=81=93=EF=BC=9A > > Actually, I think we're both wrong. That should be "id=20 > Software", per > > Id read that article as well and was=E2=80=A6 surprised: Wikipedia does=20 not take kindly to marketingCase=E2=84=A2, let alone promote it. id obviously gets =E2=80=98special=E2=80=99 treatment from sympathetic edit= ors in=20 a certain age bracket. ;-) Any other brand would be forced to=20 use Regularcase. I wrote =E2=80=98Id=E2=80=99 just to make clear that it's a word, not an=20 abbreviation, and because GNU doesn't recognise trademarks either,=20 and oh god none of this matters let's go play in the sun. Just don't call them I.D. Kind regards, T G-R, now installing gzdoom again --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfo+u0AlEeO9y5k0W2Imw8BjFSTwFAl5eVFcACgkQ2Imw8BjF STyUTA//QM4YIa/oPUmXY+thphcizX28RA2DPHO2gyZl628rSmieMdG9ERzNrgry YpM+OcK3lWxKJpOfPfmqJPM3nEJ+I1un5+txCmQCGRAQHO6SuDzrlG+9TadhI48o qVJuMU4MxuDpxmrg36IT6ncVXF0PBDACUPvMLguV4IFV87A6rgZDOF/euOFaLnlf t+/mTYnv1xlBZi72PPP4m1/zb9BpJ9mrDF9vyqO3vvnxdGqzIhAfZu2mZmS8C6G0 41wBVLO5HEy1V+MdsOCv5/uJgqYRDBeMT5arkM/vdJa7ZWIOYQsO/u0h4l935Cg7 IdtmeYCehOUNZH6+ctCLemreNyNrUgrCHOmCZA+Qoap222ehU92fWUAfkWQRyNjN /VW3qdX92Na7/xtzeJ9RfOBGe5LESfp2fiUJnf2uTNvKVbfYCfnwlogIpVOcjVqc XsgC0x5bOCnf+YoPJSNE2+5LzIV9gFUwCr5vYM1snKVC1ygoB3dBAk8QVu/75cAs 8YOde6xWf+c9a5Ovu/vPa1JyUMzFZ+z7kLj5mcQGSXoZ0Uig0C0wpGfW+nu/Tt+R cFvLW0HqqyXqHPZxdlVxICl69HIn8nvgvX6tJlmx/fcmPmuLEB/07Zuu+KxlrcxJ J2sOfSjTaCOJldDKpiYiSeLLjxgWP1tXnlGem4Vk3MGanp2xWdw= =98fJ -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 02 10:02:11 2020 Received: (at control) by debbugs.gnu.org; 2 May 2020 14:02:11 +0000 Received: from localhost ([127.0.0.1]:53533 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUsiY-00067K-Uh for submit@debbugs.gnu.org; Sat, 02 May 2020 10:02:11 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:48439) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUsiW-000676-Ti for control@debbugs.gnu.org; Sat, 02 May 2020 10:02:09 -0400 Received: from mimimi (moi44-1-78-199-129-170.fbx.proxad.net [78.199.129.170]) (Authenticated sender: mail@ambrevar.xyz) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 02493100005 for ; Sat, 2 May 2020 14:02:01 +0000 (UTC) Date: Sat, 02 May 2020 16:02:00 +0200 Message-Id: <87ees2cu5j.fsf@ambrevar.xyz> To: control@debbugs.gnu.org From: Pierre Neidhardt Subject: control message for bug #39825 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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.2 (-) close 39825 quit From unknown Sat Aug 09 04:58:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39825] [PATCH] gnu: Add warsow-qfusion. Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 02 May 2020 14:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39825 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nicolas Goaziou Cc: guix-devel@gnu.org, 39825@debbugs.gnu.org Received: via spool by 39825-submit@debbugs.gnu.org id=B39825.158842819623640 (code B ref 39825); Sat, 02 May 2020 14:04:02 +0000 Received: (at 39825) by debbugs.gnu.org; 2 May 2020 14:03:16 +0000 Received: from localhost ([127.0.0.1]:53539 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUsjc-00069E-92 for submit@debbugs.gnu.org; Sat, 02 May 2020 10:03:16 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:51521) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUsja-000692-Mh for 39825@debbugs.gnu.org; Sat, 02 May 2020 10:03:14 -0400 X-Originating-IP: 78.199.129.170 Received: from mimimi (moi44-1-78-199-129-170.fbx.proxad.net [78.199.129.170]) (Authenticated sender: mail@ambrevar.xyz) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 8D691E0009; Sat, 2 May 2020 14:03:07 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: <87lfoh20a9.fsf@ambrevar.xyz> References: <20200228160451.22644-1-mail@ambrevar.xyz> <871rqd437e.fsf@nicolasgoaziou.fr> <877e03400i.fsf@ambrevar.xyz> <87lfoh20a9.fsf@ambrevar.xyz> Date: Sat, 02 May 2020 16:03:05 +0200 Message-ID: <87bln6cu3q.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Somehow this issue went away by itself. I've fixed added sound support to the package definition. Merged with 39f1806ca1d04b9aee70e897e06466aadbbee152. Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.196 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.196 listed in list.dnswl.org] 0.1 URIBL_SBL_A Contains URL's A record listed in the Spamhaus SBL blocklist [URIs: ambrevar.xyz] 0.6 URIBL_SBL Contains an URL's NS IP listed in the Spamhaus SBL blocklist [URIs: ambrevar.xyz] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Somehow this issue went away by itself. I've fixed added sound support to the package definition. Merged with 39f1806ca1d04b9aee70e897e06466aadbbee152. Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.196 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.196 listed in list.dnswl.org] 0.1 URIBL_SBL_A Contains URL's A record listed in the Spamhaus SBL blocklist [URIs: ambrevar.xyz] 0.6 URIBL_SBL Contains an URL's NS IP listed in the Spamhaus SBL blocklist [URIs: ambrevar.xyz] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Somehow this issue went away by itself. I've fixed added sound support to the package definition. Merged with 39f1806ca1d04b9aee70e897e06466aadbbee152. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl6tfZkACgkQm9z0l6S7 zH/NZQf/dAqrV0tixuOAj1SEdCb8kY7o1cq8I+7rorMG7rtXuf4MHRcmkRZ1UqpN jGhnytgHFAYNzdMupzS39xBo0D4MY1Rd7zLx4tslpPn1q581Wj+6/wivICEXQrFR T2RpXleeCtBAzNU7jGLTSjGfx1+NcA48KmFdrCNnW/f/H2xUn8qXjLId2OOVe6J6 lvhqeXoX2fm4gilNeGVn5sf/TMLYcsywqtfCmsuXIaDOTPMQUPNIaW1MH9SZ+6np Vl2t2TvmcA3UXcyf5KvqMoSPrPXDrwkyUDS5OiymMugsCm6a4pqIN1vtpSyysmoK /HpSftl4pGWcanTKARgZRYNn1AGXLQ== =6Kx1 -----END PGP SIGNATURE----- --=-=-=--