GNU logs - #78652, boring messages


Message sent to guix-patches@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: [bug#78652] [PATCH] gnu: guile-mqtt: Update to 1.0.0.
Resent-From: Evgeny Pisemsky <mail@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: guix-patches@HIDDEN
Resent-Date: Sat, 31 May 2025 16:56:01 +0000
Resent-Message-ID: <handler.78652.B.17487105296592 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: report 78652
X-GNU-PR-Package: guix-patches
X-GNU-PR-Keywords: patch
To: 78652 <at> debbugs.gnu.org
X-Debbugs-Original-To: guix-patches@HIDDEN
Received: via spool by submit <at> debbugs.gnu.org id=B.17487105296592
          (code B ref -1); Sat, 31 May 2025 16:56:01 +0000
Received: (at submit) by debbugs.gnu.org; 31 May 2025 16:55:29 +0000
Received: from localhost ([127.0.0.1]:59425 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1uLPUV-0001i2-6q
	for submit <at> debbugs.gnu.org; Sat, 31 May 2025 12:55:28 -0400
Received: from lists.gnu.org ([2001:470:142::17]:41622)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <mail@HIDDEN>)
 id 1uLPUS-0001c6-Nq
 for submit <at> debbugs.gnu.org; Sat, 31 May 2025 12:55:25 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <mail@HIDDEN>)
 id 1uLPUE-0006Ax-UN
 for guix-patches@HIDDEN; Sat, 31 May 2025 12:55:11 -0400
Received: from pisemsky.site ([103.54.19.55])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <mail@HIDDEN>)
 id 1uLPUC-0007dw-KJ
 for guix-patches@HIDDEN; Sat, 31 May 2025 12:55:10 -0400
Received: from localhost.localdomain (<unknown> [212.233.84.83])
 by pisemsky.site (OpenSMTPD) with ESMTPSA id aa1fdc75
 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <guix-patches@HIDDEN>;
 Sat, 31 May 2025 16:54:59 +0000 (UTC)
From: Evgeny Pisemsky <mail@HIDDEN>
Date: Sat, 31 May 2025 19:54:55 +0300
Message-ID: <f4f557c55f5726a22e4c588e8f5864f7394bea86.1748710495.git.mail@HIDDEN>
X-Mailer: git-send-email 2.49.0
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Received-SPF: pass client-ip=103.54.19.55; envelope-from=mail@HIDDEN;
 helo=pisemsky.site
X-Spam_score_int: -18
X-Spam_score: -1.9
X-Spam_bar: -
X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9,
 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001,
 SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 1.0 (+)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.0 (/)

* gnu/packages/guile-xyz.scm (guile-mqtt): Update to 1.0.0.
[source]: Fetch from git repository.
[arguments]: Patch extension path before build.
[native-inputs]: Add autoconf, automake, nyacc-2.01, texinfo.

Change-Id: I04c5a65a6568b94cf7309b5a8b6ccfa31d5c9c4e
---
 gnu/packages/guile-xyz.scm | 37 +++++++++++++++++++++++--------------
 1 file changed, 23 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index e6aea6d67b..b25061eb07 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1652,15 +1652,16 @@ (define-public guile-aws
 (define-public guile-mqtt
   (package
     (name "guile-mqtt")
-    (version "0.2.1")
+    (version "1.0.0")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/mdjurfeldt/" name
-                           "/releases/download/v" version
-                           "/" name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/mdjurfeldt/guile-mqtt")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "16a3r6yk41yskwv4qbkrsi0f5rvc7aw2s5di74i8y89j1x9yp9zs"))))
+        (base32 "1lvxic93cyzhdq7gb22pfz5j5pf7b1pcv0ahblkan8jbhzpqxvm0"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -1668,15 +1669,23 @@ (define-public guile-mqtt
       #~(list "GUILE_AUTO_COMPILE=0")
       #:phases
       #~(modify-phases %standard-phases
-          (add-after 'unpack 'patch-extension-path
+          (add-before 'build 'patch-extension-path
             (lambda* (#:key inputs #:allow-other-keys)
-              (substitute* "module/ffi/mosquitto.scm"
-                (("list #f \"libmosquitto\"")
-                 (string-append
-                  "list #f \""
-                  (search-input-file inputs "/lib/libmosquitto.so")
-                  "\""))))))))
-    (native-inputs (list guile-3.0 pkg-config))
+              (setenv "HOME" "/tmp")
+              (with-directory-excursion "module"
+                (invoke "make" "ffi/mosquitto.scm")
+                (substitute* "ffi/mosquitto.scm"
+                  (("list #f \"libmosquitto\"")
+                   (string-append
+                    "list #f \""
+                    (search-input-file inputs "/lib/libmosquitto.so")
+                    "\"")))))))))
+    (native-inputs (list autoconf
+                         automake
+                         guile-3.0
+                         nyacc-2.01
+                         pkg-config
+                         texinfo))
     (inputs (list mosquitto))
     (home-page "https://github.com/mdjurfeldt/guile-mqtt")
     (synopsis "Guile bindings for the libmosquitto library")

base-commit: d8693b3c8666450b39c81b9f59541a2b6f7100fe
-- 
2.49.0





Message sent:


Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.505 (Entity 5.505)
Content-Type: text/plain; charset=utf-8
X-Loop: help-debbugs@HIDDEN
From: help-debbugs@HIDDEN (GNU bug Tracking System)
To: Evgeny Pisemsky <mail@HIDDEN>
Subject: bug#78652: Acknowledgement ([PATCH] gnu: guile-mqtt: Update to
 1.0.0.)
Message-ID: <handler.78652.B.17487105296592.ack <at> debbugs.gnu.org>
References: <f4f557c55f5726a22e4c588e8f5864f7394bea86.1748710495.git.mail@HIDDEN>
X-Gnu-PR-Message: ack 78652
X-Gnu-PR-Package: guix-patches
X-Gnu-PR-Keywords: patch
Reply-To: 78652 <at> debbugs.gnu.org
Date: Sat, 31 May 2025 16:56:02 +0000

Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 guix-patches@HIDDEN

If you wish to submit further information on this problem, please
send it to 78652 <at> debbugs.gnu.org.

Please do not send mail to help-debbugs@HIDDEN unless you wish
to report a problem with the Bug-tracking system.

--=20
78652: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78652
GNU Bug Tracking System
Contact help-debbugs@HIDDEN with problems


Message received at control <at> debbugs.gnu.org:


Received: (at control) by debbugs.gnu.org; 1 Jun 2025 18:32:15 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Jun 01 14:32:15 2025
Received: from localhost ([127.0.0.1]:41732 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1uLnTh-0004TG-UB
	for submit <at> debbugs.gnu.org; Sun, 01 Jun 2025 14:32:14 -0400
Received: from bird.elm.relay.mailchannels.net ([23.83.212.17]:60447)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <dannym@HIDDEN>)
 id 1uLnTd-0004SP-TQ
 for control <at> debbugs.gnu.org; Sun, 01 Jun 2025 14:32:11 -0400
X-Sender-Id: dreamhost|x-authsender|dannym@HIDDEN
Received: from relay.mailchannels.net (localhost [127.0.0.1])
 by relay.mailchannels.net (Postfix) with ESMTP id 2651C1A56D1
 for <control <at> debbugs.gnu.org>; Sun,  1 Jun 2025 18:32:08 +0000 (UTC)
Received: from pdx1-sub0-mail-a310.dreamhost.com
 (100-124-120-130.trex-nlb.outbound.svc.cluster.local [100.124.120.130])
 (Authenticated sender: dreamhost)
 by relay.mailchannels.net (Postfix) with ESMTPA id A09821A4822
 for <control <at> debbugs.gnu.org>; Sun,  1 Jun 2025 18:32:01 +0000 (UTC)
ARC-Seal: i=1; s=arc-2022; d=mailchannels.net; t=1748802721; a=rsa-sha256;
 cv=none;
 b=vPj9GV2auXvFPreeyy+L3v2/+umHPJXo/RUqCecTppCgXNdzV13m3PIl8NWDmTqwMxC2+H
 KHPlsgeur87dNreTglwoW0+srZqrJsJW4HDn/6xlcRXYa7Zctn3R1jAIVgQX3MtyNtKRrT
 KRO26R2Xaw2VXS8eTryJklQRz77Mozhppjb/UHxGlgaeKI+BslvxlDL7DUnt1TjPVJ7NgB
 aLTjUjDtRt0C+DvMgdiZFzOitRO8teTMLeci5K6euFCZDu/5wdUhw0+Y0XAvFJpaNaVjj4
 7QYcpyUC1F6mCivOfCmagSSbcDy4HMmOxa9CfbF8zzBXUdbEFk2C322puuTeRA==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed;
 d=mailchannels.net; s=arc-2022; t=1748802721;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:dkim-signature; bh=ek2j/vS7iJXTw6VUttsEXayHTbQzNSwH4ShDtblbMLY=;
 b=LaFfpRUGRJ5z/qN/7soAY6iJd0kXiDB9ERI98rcs5BW4oEZt4txki86yfbL1zNU0THn8dU
 yQzPOIFaKqQKPszFbKamJMrYsWdwdqIbKYdgHCy9wPpPo/Vv3FiMr3O9MGRLu4S/VJNLZ0
 YJoGfceTn89vpXS3FE2SPnJJct/Jhgtd0DkFObZDia0GaPz5MJY/tgZXV0rYw3Ttg4gevQ
 uDCRZTCBYEvL+yLwGpoLsEsG/PSEMo9Noxg/ENn7YIklLTCilcYuNMT+StM6cbi8/JWuV8
 5mqc8vZuNPzaLIg1x/OjHFAJQ1rsU1vga0HY8RRmiAKsMZjyD/A8/OykKTzcHw==
ARC-Authentication-Results: i=1; rspamd-cc9cfccc-zb6k2;
 auth=pass smtp.auth=dreamhost smtp.mailfrom=dannym@HIDDEN
X-Sender-Id: dreamhost|x-authsender|dannym@HIDDEN
X-MC-Relay: Neutral
X-MailChannels-SenderId: dreamhost|x-authsender|dannym@HIDDEN
X-MailChannels-Auth-Id: dreamhost
X-Thoughtful-Bitter: 55c4e5894e77ce4b_1748802723525_2097096121
X-MC-Loop-Signature: 1748802723524:25393039
X-MC-Ingress-Time: 1748802723523
Received: from pdx1-sub0-mail-a310.dreamhost.com (pop.dreamhost.com
 [64.90.62.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384)
 by 100.124.120.130 (trex/7.0.3); Sun, 01 Jun 2025 18:32:03 +0000
Received: from nova (84-115-226-251.cable.dynamic.surfer.at [84.115.226.251])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest
 SHA256) (No client certificate requested)
 (Authenticated sender: dannym@HIDDEN)
 by pdx1-sub0-mail-a310.dreamhost.com (Postfix) with ESMTPSA id 4b9QYX6NBGz9d
 for <control <at> debbugs.gnu.org>; Sun,  1 Jun 2025 11:32:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=friendly-machines.com; s=dreamhost; t=1748802721;
 bh=ek2j/vS7iJXTw6VUttsEXayHTbQzNSwH4ShDtblbMLY=;
 h=Date:To:From:Subject;
 b=GWMGyWIgONpb6bJGFCvhvQLwTPdrtaupqCNpgbb+8qWlNi7PF38DwwOvhDHRuVHXi
 DtWbFwGJpT5vIQwTDro0F5fim7cPwSWJkqkv5dpKdewnH+x9wviAiQmmiyH+ere410
 /nhiMoaBpKfgr9/Yu8G73tefAixb5Hgd+3Iv69dD4Ypfg3RzeuWLodF8uVR6B9aj8K
 Y20NJ5IZcpxQEMvzTJanpU/ZZGt9eKNlWrEfAPB/I1c9EMkTXKhgRQXhYKBUP9GxzS
 kgTa3JCjRVFnshuK68fhjFeu168qNOHS5dpGVxJmoRx3j9VTYto3iwVIXk/21VWq+j
 gy5ax4SYUuk3Q==
Date: Sun, 01 Jun 2025 20:31:57 +0200
Message-Id: <878qmbjote.fsf_-_@HIDDEN>
To: control <at> debbugs.gnu.org
From: Danny Milosavljevic <dannym@HIDDEN>
Subject: control message for bug #78652
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:  close 78652 quit 
 Content analysis details:   (2.5 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The
 query to Validity was blocked.  See
 https://knowledge.validity.com/hc/en-us/articles/20961730681243
 for more information.
 [23.83.212.17 listed in sa-trusted.bondedsender.org]
 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The
 query to Validity was blocked.  See
 https://knowledge.validity.com/hc/en-us/articles/20961730681243
 for more information.
 [23.83.212.17 listed in bl.score.senderscore.com]
 3.6 RCVD_IN_SBL_CSS        RBL: Received via a relay in Spamhaus SBL-CSS
 [84.115.226.251 listed in zen.spamhaus.org]
 -0.0 RCVD_IN_DNSWL_NONE     RBL: Sender listed at https://www.dnswl.org/,
 no trust [23.83.212.17 listed in list.dnswl.org]
 -1.0 RCVD_IN_MSPIKE_H5      RBL: Excellent reputation (+5)
 [23.83.212.17 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
 -0.0 RCVD_IN_MSPIKE_WL      Mailspike good senders
X-Debbugs-Envelope-To: control
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 1.6 (+)
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:  close 78652 quit 
 
 Content analysis details:   (1.6 points, 10.0 required)
 
  pts rule name              description
 ---- ---------------------- --------------------------------------------------
  0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The
                             query to Validity was blocked.  See
                             https://knowledge.validity.com/hc/en-us/articles/20961730681243
                              for more information.
                           [23.83.212.17 listed in sa-trusted.bondedsender.org]
  3.6 RCVD_IN_SBL_CSS        RBL: Received via a relay in Spamhaus SBL-CSS
                             [84.115.226.251 listed in zen.spamhaus.org]
  0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The
                             query to Validity was blocked.  See
                             https://knowledge.validity.com/hc/en-us/articles/20961730681243
                              for more information.
                             [23.83.212.17 listed in bl.score.senderscore.com]
 -0.0 RCVD_IN_DNSWL_NONE     RBL: Sender listed at https://www.dnswl.org/,
                              no trust
                             [23.83.212.17 listed in list.dnswl.org]
 -1.0 RCVD_IN_MSPIKE_H5      RBL: Excellent reputation (+5)
                             [23.83.212.17 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
 -0.0 RCVD_IN_MSPIKE_WL      Mailspike good senders
 -1.0 MAILING_LIST_MULTI     Multiple indicators imply a widely-seen list
                             manager

close 78652 
quit






Last modified: Sun, 1 Jun 2025 18:45:01 UTC

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