From unknown Sat Aug 16 11:12:18 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#44557 <44557@debbugs.gnu.org> To: bug#44557 <44557@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add gputils. Reply-To: bug#44557 <44557@debbugs.gnu.org> Date: Sat, 16 Aug 2025 18:12:18 +0000 retitle 44557 [PATCH] gnu: Add gputils. reassign 44557 guix-patches submitter 44557 Ekaitz Zarraga severity 44557 normal tag 44557 wontfix patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 10 15:23:34 2020 Received: (at submit) by debbugs.gnu.org; 10 Nov 2020 20:23:34 +0000 Received: from localhost ([127.0.0.1]:39026 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcaAw-0002rg-1I for submit@debbugs.gnu.org; Tue, 10 Nov 2020 15:23:34 -0500 Received: from lists.gnu.org ([209.51.188.17]:36106) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcaAt-0002rY-N7 for submit@debbugs.gnu.org; Tue, 10 Nov 2020 15:23:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36786) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcaAr-0007WJ-Qt for guix-patches@gnu.org; Tue, 10 Nov 2020 15:23:31 -0500 Received: from mail-02.mail-europe.com ([51.89.119.103]:52004) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcaAm-00074W-Kw for guix-patches@gnu.org; Tue, 10 Nov 2020 15:23:29 -0500 Date: Tue, 10 Nov 2020 20:23:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail2; t=1605039797; bh=GvM4RutTMMsSkHMEKpFCV3a78gDk12sZlrz3KbALYJI=; h=Date:To:From:Reply-To:Subject:From; b=gaUq7YHLLAl5OGADYOS0K1sqlcpsoR2XDJfsx4rmgwcCzso1NX32fPrj6J73hcxYd 2AuV1rhf1DrnI4eYp5Uzqg0zPzSw4MRRO0dSuM9NlpBZ9xn7zi5n4Qp5Xej+wUU6hS jjNFAZi+tz/kLI8VazdQ5T71RSMctPoZF5KPEYuXknIun33MHWrfni/4nx0CaDJbdo JiwA06Ulm8j9sQzpk/+ZLpvgj8PjTgRLUrOk7FVUTKeljJcvWU8sxMK763P/54ZJwE PE7yog5ZGqNUH0mQq5U1r04mI6yKSlkNAAmgT1x+P21aeW+0JN2eJhGxRdPGElrbSe Ij3kf0bBho6Zg== To: "guix-patches@gnu.org" From: Ekaitz Zarraga Subject: [PATCH] gnu: Add gputils. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=51.89.119.103; envelope-from=ekaitz@elenq.tech; helo=mail-02.mail-europe.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/10 15:23:21 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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: , Reply-To: Ekaitz Zarraga Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hi all, I packaged GPUtils (patch below) but I'm not sure about how to separate the documentation (a large folder full of htmls) to a "doc" output, like other packages have. I tried setting --htmldir configure-flag but it didn't chang= e anything, I also considered moving the docs to the "doc" output by hand in an extra phase but I don't know if it's the best thing to do. Ideas? Thanks! >From 6baa681504c18d9768142937a1d014e59366bee3 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 10 Nov 2020 20:30:14 +0100 Subject: [PATCH] gnu: Add gputils. * gnu/packages/electronics.scm (gputils): New variable. --- gnu/packages/electronics.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index d21ec61039..2b5fd25a15 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -276,3 +276,23 @@ format support.") (description "PulseView is a Qt based logic analyzer, oscilloscope and= MSO GUI for sigrok.") (license license:gpl3+))) + + +(define-public gputils + (package + (name "gputils") + (version "1.5.0") + (source (origin + (method url-fetch) + (uri (string-append + "mirror://sourceforge/gputils/gputils/" + version "/gputils-" version ".tar.bz2")) + (sha256 + (base32 + "1xfvmvb6zyzs5bqycbvmc6hyl2vp2pv22aaq5974vip4rriklhf7"))= )) + (build-system gnu-build-system) + (home-page "https://gputils.sourceforge.io/") + (synopsis "GNU PIC Utilities") + (description "GPUTILS is a collection of tools for the Microchip (TM) = PIC +microcontrollers. It includes gpasm, gplink, and gplib.") + (license license:gpl2+))) -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 10 18:09:09 2020 Received: (at 44557) by debbugs.gnu.org; 10 Nov 2020 23:09:09 +0000 Received: from localhost ([127.0.0.1]:39420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcclA-0002wp-TU for submit@debbugs.gnu.org; Tue, 10 Nov 2020 18:09:09 -0500 Received: from mailout.easymail.ca ([64.68.200.34]:49366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kccl9-0002wL-5v for 44557@debbugs.gnu.org; Tue, 10 Nov 2020 18:09:07 -0500 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 8DB1FA000F; Tue, 10 Nov 2020 23:09:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo05-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo05-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7ca8ILcAebJ9; Tue, 10 Nov 2020 23:09:01 +0000 (UTC) Received: from laptop (unknown [108.162.141.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id AFE09A592E; Tue, 10 Nov 2020 23:08:59 +0000 (UTC) From: Simon South To: 44557@debbugs.gnu.org Subject: Re: [bug#44557] [PATCH] gnu: Add gputils. References: Date: Tue, 10 Nov 2020 18:04:06 -0500 In-Reply-To: (Ekaitz Zarraga's message of "Tue, 10 Nov 2020 20:23:13 +0000") Message-ID: <87eel0hl09.fsf@simonsouth.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44557 Cc: Ekaitz Zarraga 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 (---) Ekaitz Zarraga writes: > I packaged GPUtils... I hate to jump in here with bad news, but I didn't expect anyone would package gputils before I got around to sharing this: While gputils itself is free software, I suspect some of the header files contained in its distribution may not be, which makes the licensing status of the project as a whole somewhat dubious. (This is similar to the problem that affects SDCC[0].) I think gputils should be reviewed carefully before the decision is made to include it in Guix. As evidence, I submit the following: - The "*.inc" files in gputils' "header" subfolder that are intended for use with PIC devices carry a copyright notice from Microchip[1], the current owner of the PIC design, but I have found no mention of any special terms for the files' distribution, nor any notice that they too have been released under the terms of the GPL. - SDCC, a free C compiler for microcontrollers, distributes header files of its own that are also derived from files originally provided by Microchip. When they approached the company[2] in 2010 to verify they had permission to distribute their derivative versions under the GPL, Microchip responded[3] to say the files could be distributed but with the requirement they be used only with "authentic" PIC-compatible controllers produced by Microchip themselves. This violates freedom 0[4], making the files non-free and (worse) any software compiled with SDCC that relies on these files non-free as well. Consequently, the SDCC project moved these files to a "non-free" section of their source tree and added build and run-time options to control their use. Now here's where things get a little murky: - The Microchip-copyrighted files from which the SDCC project derives their non-free header files are... the same Microchip-copyrighted files gputils provides in its "header" folder. This is clear from the SDCC manual[5] in section 4.7.10, "Adding New Devices to the Port", which gives instructions on converting gputils' supposedly free "*.inc" files into "non-free" header files for use with SDCC. How is it, then, that these files can be distributed freely under the GPL with gputils, while files produced from them cannot be freely distributed with SDCC? I suspect the answer is that _neither_ project has permission to distribute these files under a free license, and in the case of gputils, no one has raised the question yet. Obviously I feel we _should_ raise the question before deciding to include gputils as a package in Guix. Unfortunately, it is looking to me as though there may not be a place for PIC-compatible controllers, Microchip-branded or otherwise, in the free-software world. [0] https://issues.guix.gnu.org/44374 [1] See e.g. https://sourceforge.net/p/gputils/code/HEAD/tree/trunk/gputils/header/p10f200.inc [2] https://sourceforge.net/p/sdcc/mailman/sdcc-devel/thread/4C508624.8000308%40siol.net/#msg25835011 [3] https://sourceforge.net/p/sdcc/mailman/sdcc-devel/thread/1DB7F50D3A07E6439E44C13B1A4470520D09F306%40CHN-CL-MAIL01.mchp-main.com/ [4] https://www.gnu.org/philosophy/free-sw.html [5] http://sdcc.sourceforge.net/doc/sdccman.pdf -- Simon South simon@simonsouth.net From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 11 06:28:50 2020 Received: (at 44557) by debbugs.gnu.org; 11 Nov 2020 11:28:50 +0000 Received: from localhost ([127.0.0.1]:40382 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcoIz-0006zI-Su for submit@debbugs.gnu.org; Wed, 11 Nov 2020 06:28:50 -0500 Received: from mail-40131.protonmail.ch ([185.70.40.131]:23456) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcoIw-0006ys-G4 for 44557@debbugs.gnu.org; Wed, 11 Nov 2020 06:28:49 -0500 Date: Wed, 11 Nov 2020 11:28:32 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail2; t=1605094119; bh=8oFVWvNuYn3/FhIpHgcsjY1Fr8Gx7c5qOuIQ4WzbKTU=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=QgSP6Kr9UnFu5Tt9yAOUezRzE8ijelk52V9V797hbBvVbpRFaFHaDzx9qZPl0ef8/ yr0n4acg3HIL+0CCj4OUFO+Yy4OS3OuEb7rExzGKmjSCcM+JKjou9XMP4n7lbiDnPw W9rAt2pgXFW/ny6nLXOoiRDrjxvRlt+EeMcnf6nZvUlS1h0vS8abo3BHhpTBzV27Fu PsgtOTOTxf+OfjzQQ+fNdC37nPDcsguwSMJzTJo7kyvFBpqw3a7DM4pe97sq6sL1gI n13qv+WZbBbzQPvm0yASTFa1jDUzRk9FdS3wM4w/A9srH7K3nov+f/36fw39t/8bek cGkDaZLzz1PZg== To: Simon South From: Ekaitz Zarraga Subject: Re: [bug#44557] [PATCH] gnu: Add gputils. Message-ID: In-Reply-To: <87eel0hl09.fsf@simonsouth.net> References: <87eel0hl09.fsf@simonsouth.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 44557 Cc: "44557@debbugs.gnu.org" <44557@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: , Reply-To: Ekaitz Zarraga Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Wednesday, November 11, 2020 12:04 AM, Simon South wrote: > Ekaitz Zarraga ekaitz@elenq.tech writes: > > > I packaged GPUtils... > > I hate to jump in here with bad news, but I didn't expect anyone would > package gputils before I got around to sharing this: > > While gputils itself is free software, I suspect some of the header > files contained in its distribution may not be, which makes the > licensing status of the project as a whole somewhat dubious. (This is > similar to the problem that affects SDCC[0].) I think gputils should be > reviewed carefully before the decision is made to include it in Guix. Hi, Thanks for the email. I'll forward this discussion to the GPUtils team and ask them about the header files. There might be a way to separate them from the project. Thanks for the detailed answer. Best, Ekaitz From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 29 17:36:19 2020 Received: (at 44557) by debbugs.gnu.org; 29 Nov 2020 22:36:19 +0000 Received: from localhost ([127.0.0.1]:52891 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjVIp-0002Zj-DP for submit@debbugs.gnu.org; Sun, 29 Nov 2020 17:36:19 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjVIo-0002ZX-49 for 44557@debbugs.gnu.org; Sun, 29 Nov 2020 17:36:18 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42410) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kjVIi-0006WB-0m; Sun, 29 Nov 2020 17:36:12 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=56730 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kjVIa-0006OL-Gl; Sun, 29 Nov 2020 17:36:06 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Ekaitz Zarraga Subject: Re: [bug#44557] [PATCH] gnu: Add gputils. References: <87eel0hl09.fsf@simonsouth.net> Date: Sun, 29 Nov 2020 23:36:03 +0100 In-Reply-To: (Ekaitz Zarraga's message of "Wed, 11 Nov 2020 11:28:32 +0000") Message-ID: <878sajpz8s.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44557 Cc: Simon South , "44557@debbugs.gnu.org" <44557@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: -3.3 (---) Egun on, Ekaitz Zarraga skribis: > I'll forward this discussion to the GPUtils team and ask them about > the header files. There might be a way to separate them from the project. Did you get feedback from them? What Simon describes looks like a showstopper. :-/ Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 13 22:44:16 2021 Received: (at 44557) by debbugs.gnu.org; 14 Jun 2021 02:44:17 +0000 Received: from localhost ([127.0.0.1]:44600 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lscaG-0002ZS-ND for submit@debbugs.gnu.org; Sun, 13 Jun 2021 22:44:16 -0400 Received: from mail-qv1-f44.google.com ([209.85.219.44]:42853) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lscaE-0002ZC-9e for 44557@debbugs.gnu.org; Sun, 13 Jun 2021 22:44:14 -0400 Received: by mail-qv1-f44.google.com with SMTP id c10so16982057qvo.9 for <44557@debbugs.gnu.org>; Sun, 13 Jun 2021 19:44:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=NYq1CHtSVWSoiLokYyCaIofqv24S/L/ykNvyF1C4tTk=; b=H/rd5jwlyoqpDj/Wsjw6D0bv3BrYMbfNnzXC3ZRY+a0zHDG2h6fdEu+fj7YaT3xqZv hhLfsk830URzIKiZrKBwVUXtQmY3u1Dr+oiWs2ek1IBbCr1d5XRTTD0xZr+HmqwC1+Te VjwZ0uVrwTq6vzfizE4pAmRGc9FP6So9wAqxjI05+k03Tmm/DbacE7Mt3G4HqIwYtAIW hJvoV0xA/WqRIHE001HcWc+ShT54Ta7+PZuXwaYauoTzIcOjja1SBcjnhcJUwwEwhiwF FAn57nCVKWB6oygQZJyO8nkbGJu9lu4O36MBwXoypsQRkEYQY32mzQgfSsLtFspLrDci iUqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=NYq1CHtSVWSoiLokYyCaIofqv24S/L/ykNvyF1C4tTk=; b=gLBmoYUS3fl31qTAaAS8M5wLZ345wEVtpnZGTdqvRUpYslXudtFC99L0Aj5DciQ2tQ q1OKpW6WZ/VPHeYdn2O3oiQ2MAqt6TWu6Meo2Gu2It26zXWG52F8tABmJBENztRBmhTM RNlvDOUDhT1655Xb+bxwjXBEPy0KjrnP6ZKDh5s7zhW7Vp55ttxG161T3xtZICbAMGSL SH3IDxWYiv6SBPjrVRflKN3X+DpI4ENBFuUUWPt5LaEn6i5FcbfD/z+pAIoZsiBBMxbE SoekOzom3wCnr4bX0RbOA/vHk1zpf38AxZ92Lr30EIy7+rhnhUl6q58Yrm2N5+DDXUug Y+eA== X-Gm-Message-State: AOAM531XaRxjUhyXSVHLZtSYk6hpn3Jdca/e4KmfOpLnv7B2g3808APP serTtzYyhZsV3pSC6VIWccPE+TQQMR4= X-Google-Smtp-Source: ABdhPJz8XRR+s1w3SedpOs0r52PGS4kg+0sUMWg/eGcxu3Dc/WtHCDenXYpN0Td0fPaoVYm/KktF6w== X-Received: by 2002:a0c:e88b:: with SMTP id b11mr16397782qvo.59.1623638648628; Sun, 13 Jun 2021 19:44:08 -0700 (PDT) Received: from hurd (dsl-141-167.b2b2c.ca. [66.158.141.167]) by smtp.gmail.com with ESMTPSA id t187sm9155023qkc.56.2021.06.13.19.44.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 13 Jun 2021 19:44:08 -0700 (PDT) From: Maxim Cournoyer To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#44557: [PATCH] gnu: Add gputils. References: <87eel0hl09.fsf@simonsouth.net> <878sajpz8s.fsf@gnu.org> Date: Sun, 13 Jun 2021 22:44:07 -0400 In-Reply-To: <878sajpz8s.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Sun, 29 Nov 2020 23:36:03 +0100") Message-ID: <87a6nttbbc.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 44557 Cc: Simon South , "44557@debbugs.gnu.org" <44557@debbugs.gnu.org>, Ekaitz Zarraga 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, Ludovic Court=C3=A8s writes: > Egun on, > > Ekaitz Zarraga skribis: > >> I'll forward this discussion to the GPUtils team and ask them about >> the header files. There might be a way to separate them from the project. > > Did you get feedback from them? > > What Simon describes looks like a showstopper. :-/ > > Thanks, > Ludo=E2=80=99. Looking at the project trackers [0] and mailing list [1], I don't see traces of such discussion. Could you please provide a link so that we can follow any resolution? Thank you! Maxim [0] https://sourceforge.net/p/gputils/_list/tickets [1] https://sourceforge.net/p/gputils/mailman/gputils-devel/ From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 14 04:08:31 2021 Received: (at 44557) by debbugs.gnu.org; 14 Jun 2021 08:08:31 +0000 Received: from localhost ([127.0.0.1]:44981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lshe2-0002MW-UY for submit@debbugs.gnu.org; Mon, 14 Jun 2021 04:08:31 -0400 Received: from mail-40131.protonmail.ch ([185.70.40.131]:51134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lshe0-0002MH-60 for 44557@debbugs.gnu.org; Mon, 14 Jun 2021 04:08:29 -0400 Date: Mon, 14 Jun 2021 08:08:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail3; t=1623658101; bh=KXTQH69lGIO/lZIjvRlTFeLE/WbUiq58I/8IWlH2Ku4=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=gO1HBsegG2PvxtqK6DLYC30zGmnWlTGd5y221CaVM9ogG/bk3XiVmVgRTf3Dj4TLr uCOvKKjZaxkbptUjSaofyJVSEoFDxr9yvosplXjaswJybXOHVkGleUg3vPQUPTE2Dn kC7Jf2gKwR//D+Uw+IjOUvl43GvQ0iyOFnSC14iLCD/FZvGHhmAMNK9eG23/98alAV /58v+2oZx5kdum/PNM5WTuv3DlyeTOCLtb6r5Ty4O+/JetCowpcQqRc9moKYg7RhhX HTrzTLGVAGyOUW0J803/DNKy/HQLJ7WGHT7NBylRk6kCZDQI1wymS2DnN1OF2GakNm RxEOc0h9iTbLQ== To: Maxim Cournoyer From: Ekaitz Zarraga Subject: Re: bug#44557: [PATCH] gnu: Add gputils. Message-ID: In-Reply-To: <87a6nttbbc.fsf_-_@gmail.com> References: <87eel0hl09.fsf@simonsouth.net> <878sajpz8s.fsf@gnu.org> <87a6nttbbc.fsf_-_@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 44557 Cc: =?utf-8?Q?Ludovic_Court=C3=A8s?= , Simon South , "44557@debbugs.gnu.org" <44557@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: , Reply-To: Ekaitz Zarraga Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Monday, June 14th, 2021 at 4:44 AM, Maxim Cournoyer wrote: > Hello, > > Ludovic Court=C3=A8s ludo@gnu.org writes: > > > Egun on, > > > > Ekaitz Zarraga ekaitz@elenq.tech skribis: > > > > > I'll forward this discussion to the GPUtils team and ask them about > > > > > > the header files. There might be a way to separate them from the proj= ect. > > > > Did you get feedback from them? > > > > What Simon describes looks like a showstopper. :-/ > > > > Thanks, > > > > Ludo=E2=80=99. > > Looking at the project trackers [0] and mailing list [1], I don't see > > traces of such discussion. Could you please provide a link so that we > > can follow any resolution? > > Thank you! > > Maxim > > [0] https://sourceforge.net/p/gputils/_list/tickets > > [1] https://sourceforge.net/p/gputils/mailman/gputils-devel/ IIRC I sent them an email but never got answers. You can close the issue and discard the patch. Best, Ekaitz From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 14 16:51:49 2021 Received: (at control) by debbugs.gnu.org; 14 Jun 2021 20:51:49 +0000 Received: from localhost ([127.0.0.1]:47857 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lstYj-0007tX-NB for submit@debbugs.gnu.org; Mon, 14 Jun 2021 16:51:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57474) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lstYi-0007tJ-4V for control@debbugs.gnu.org; Mon, 14 Jun 2021 16:51:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56942) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lstYc-0003tN-SX for control@debbugs.gnu.org; Mon, 14 Jun 2021 16:51:42 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=35262 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lstYc-0006Vn-L4 for control@debbugs.gnu.org; Mon, 14 Jun 2021 16:51:42 -0400 Date: Mon, 14 Jun 2021 22:51:41 +0200 Message-Id: <87zgvsuq3m.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #44557 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) 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: -3.3 (---) tags 44557 wontfix close 44557 quit From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 25 00:05:08 2021 Received: (at 44557) by debbugs.gnu.org; 25 Jun 2021 04:05:08 +0000 Received: from localhost ([127.0.0.1]:44440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwd5X-0007lh-Uw for submit@debbugs.gnu.org; Fri, 25 Jun 2021 00:05:08 -0400 Received: from mail-qt1-f170.google.com ([209.85.160.170]:42949) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwd5U-0007l6-BK for 44557@debbugs.gnu.org; Fri, 25 Jun 2021 00:05:06 -0400 Received: by mail-qt1-f170.google.com with SMTP id x21so6582196qtq.9 for <44557@debbugs.gnu.org>; Thu, 24 Jun 2021 21:05:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=EcXMxRTiImQ3IKr99HzNA0BDzvqXhEAxEcP50SrUZ6w=; b=BYbUG/d/qnd5K0TIwcsMfmZg2xoMLHOmKvNq9TU0LtqCPGC3kXL0VXHQXiRGdWOP23 LvohEET3o1esypjP0VGhQeArBPwL5Ed2+LeCnYWCGqi+hMUqjNrtcphMtUILx4mqaYtd qG4GIk0CoDgeteYqZVMyiPaGgtAtGjbaSu4s30qd0BRw8iWWDN3mbosx0wtJNT9Qgat0 PLToM1+QHtbgVB8T2M0gQ/mfURg28QutBgjeGzGFrgqcVzWMr5eci+897cYqfZXJZFuA lSYi3UDrovC0aEEFiyaYGJ2yblBcF8eIN6ydg0AndPMgAHzuiek+Alf9Op7EEDjkREA/ AxFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=EcXMxRTiImQ3IKr99HzNA0BDzvqXhEAxEcP50SrUZ6w=; b=PmmUbWBSz43LXmxLUrcuhywpsRj8zDt9FTdQkMe63FJgxMSHPKDUqXq81k+zoPRHFW So/DC0WGXXT0BRoHhN6XCLE3IRlW7hoYpmv9sXnxaeXfE1qJVcaZh02x12ItI3cHUa7p y0KBJsmIHEY3rlUtaD7q9+X+HHKE6qNWiopDp4dk4VuHqC/gVhoktAP3KufNj7L+Z6Cn uJ9ArPA6J86CKtLaohLP+9dkBrui0ASt1xyZjIe3hAPo7r7OUg5Hg1vn/2+EugLUB6Dw igvuxw53rqHGXDYpz8YJZajk1GqJUCPOiohm+nU1Pm06A7YKyq8PH9jiZ34OcoZwSu6J h/2w== X-Gm-Message-State: AOAM5309BoF15/PSM7FxpolsqQQt2cbqRdusNQfG29QTvOsI+GoyOMXy WmSrQrcskzH6+r83NvYFPXdSHM4uqfZ593yq X-Google-Smtp-Source: ABdhPJwTn16+VM2pkVJCOuRTIv65p++baJA4MgtA/9DaCOftRomb6kn/NnIDOuowp8ONzdI6EiqvXw== X-Received: by 2002:ac8:7497:: with SMTP id v23mr7656397qtq.280.1624593898662; Thu, 24 Jun 2021 21:04:58 -0700 (PDT) Received: from hurd ([207.35.95.2]) by smtp.gmail.com with ESMTPSA id 2sm1561037qtg.86.2021.06.24.21.04.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Jun 2021 21:04:58 -0700 (PDT) From: Maxim Cournoyer To: Ekaitz Zarraga Subject: Re: bug#44557: [PATCH] gnu: Add gputils. References: <87eel0hl09.fsf@simonsouth.net> <878sajpz8s.fsf@gnu.org> <87a6nttbbc.fsf_-_@gmail.com> Date: Fri, 25 Jun 2021 00:04:57 -0400 In-Reply-To: (Ekaitz Zarraga's message of "Mon, 14 Jun 2021 08:08:20 +0000") Message-ID: <87tulmy4gm.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 44557 Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , Simon South , "44557@debbugs.gnu.org" <44557@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.0 (-) Hello, Ekaitz Zarraga writes: [...] >> Looking at the project trackers [0] and mailing list [1], I don't see >> >> traces of such discussion. Could you please provide a link so that we >> >> can follow any resolution? >> >> Thank you! >> >> Maxim >> >> [0] https://sourceforge.net/p/gputils/_list/tickets >> >> [1] https://sourceforge.net/p/gputils/mailman/gputils-devel/ > > IIRC I sent them an email but never got answers. > > You can close the issue and discard the patch. I've opened a ticket with the gputils project so that this hopefully gets some attention [0]. When it gets resolved, we can revisit this submission again. [0] https://sourceforge.net/p/gputils/bugs/317/ Thank you, Maxim From unknown Sat Aug 16 11:12:18 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 23 Jul 2021 11:24:07 +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