GNU bug report logs - #73243
[PATCH] gnu: remove boinc-server.

Previous Next

Package: guix-patches;

Reported by: Vitalii Koshura <lestat.de.lionkur <at> gmail.com>

Date: Sat, 14 Sep 2024 07:00:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 73243 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73243; Package guix-patches. (Sat, 14 Sep 2024 07:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vitalii Koshura <lestat.de.lionkur <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 14 Sep 2024 07:00:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vitalii Koshura <lestat.de.lionkur <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Vitalii Koshura <lestat.de.lionkur <at> gmail.com>, zhengjunjie <at> iscas.ac.cn
Subject: [PATCH] gnu: remove boinc-server.
Date: Fri, 13 Sep 2024 19:30:52 +0200
boinc-server is not supposed to be installed this (or any other) packaged way.
Also, it uses a completely different versioning scheme.
I don't see any value keeping it here, thus with this patch I suggest to remove it completely.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur <at> gmail.com>
---
 gnu/packages/distributed.scm | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm
index b07acfd863..5430d1428f 100644
--- a/gnu/packages/distributed.scm
+++ b/gnu/packages/distributed.scm
@@ -83,17 +83,3 @@ (define-public boinc-client
     (home-page "https://boinc.berkeley.edu/")
     ;; BOINC is distributed as LGPL3+, with some individual modules under GPL3+.
     (license (list license:lgpl3+ license:gpl3+))))
-
-(define-public boinc-server
-  ;; XXX The server and client packages duplicate many files such as /lib.
-  ;; TODO: consolidate them?
-  (package (inherit boinc-client)
-    (name "boinc-server")
-    (arguments
-     (list
-      #:configure-flags
-      #~(list "--disable-client"
-              "--disable-manager")
-      #:parallel-build? #f))
-    (inputs (list curl `(,mariadb "dev") openssl zlib))
-    (propagated-inputs (list perl python-wrapper))))
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#73243; Package guix-patches. (Sun, 20 Oct 2024 12:06:03 GMT) Full text and rfc822 format available.

Message #8 received at 73243 <at> debbugs.gnu.org (full text, mbox):

From: Vitalii Koshura <lestat.de.lionkur <at> gmail.com>
To: 73243 <at> debbugs.gnu.org
Subject: [PATCH] gnu: remove boinc-server.
Date: Sun, 20 Oct 2024 13:20:58 +0200
[Message part 1 (text/plain, inline)]
Hello maintainers,

Any chance to get this at least reviewed?
Thank you in advance.

Best regards,
Vitalii Koshura
[Message part 2 (text/html, inline)]

This bug report was last modified 294 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.