GNU bug report logs - #72930
[PATCH] gnu: smartdns: Update to 46.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sun, 1 Sep 2024 15:34:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72930 in the body.
You can then email your comments to 72930 AT debbugs.gnu.org in the normal way.

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#72930; Package guix-patches. (Sun, 01 Sep 2024 15:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hilton Chain <hako <at> ultrarare.space>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 01 Sep 2024 15:34:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH] gnu: smartdns: Update to 46.
Date: Sun,  1 Sep 2024 23:31:56 +0800
* gnu/packages/dns.scm (smartdns): Update to 46.

Change-Id: I4d1472d3ec027d89a550bf5cada74019074bb049
---
 gnu/packages/dns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index ffc8eda6bb..7a584ad6a2 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -1280,7 +1280,7 @@ (define-public openresolv
 (define-public smartdns
   (package
     (name "smartdns")
-    (version "45")
+    (version "46")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1292,7 +1292,7 @@ (define-public smartdns
                           ((".*SYSTEMDSYSTEMUNITDIR.*") "")))
               (sha256
                (base32
-                "1f0j6d8vz1x2f4nr2w3q7azkjh8hlkj81v61a8sw1kq5160qhlb9"))))
+                "0kllf623x5g7zh81nm41y3k67vsnm7a0dcdhdm0l6q4wyvr4z4zc"))))
     (build-system gnu-build-system)
     (arguments
      (list #:test-target "test"

base-commit: e1c92c98f7afff13fb7060199ba0dd4d9c5c2c53
prerequisite-patch-id: 4e3ff0c99afaf274248ac18b899c3870f99a846c
prerequisite-patch-id: bdc76f30658e98588f74bd956d4859e6353672f7
prerequisite-patch-id: 4b4ad9449dc4ae9786c42193fb1237f63968f396
prerequisite-patch-id: 395fdfde8b9e7da90cf440016074ae32ce0d4069
prerequisite-patch-id: 479a14424e4531c453ed3c7ce735c6b8f77b26db
prerequisite-patch-id: cb2e326e8ae032c3dcc8e3bc9f7b4483eff0359d
prerequisite-patch-id: b30c933d7fbe30aebe660eb2cb97b85316b294e9
prerequisite-patch-id: 7af5407ecb71d89f0888f57aba956ffd8aadc7c8
prerequisite-patch-id: 553a7a0e54e809774d1c33e5847d4183052e027f
prerequisite-patch-id: 66a1f2daea0a365dd623eb501e8e5d64f95cf0d8
prerequisite-patch-id: 1f4f1e03d0a14d69f0b7bd38c45352d3da740112
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#72930; Package guix-patches. (Mon, 09 Sep 2024 14:45:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 72930 <at> debbugs.gnu.org
Subject: Re: [bug#72930] [PATCH] gnu: smartdns: Update to 46.
Date: Mon, 09 Sep 2024 16:44:27 +0200
Hilton Chain <hako <at> ultrarare.space> skribis:

> * gnu/packages/dns.scm (smartdns): Update to 46.
>
> Change-Id: I4d1472d3ec027d89a550bf5cada74019074bb049

This results in test failures during the ‘check’ phase, though I’m not
sure what the relevant info is in the build log.

Could you check on your side after rebasing?  Could be a side-effect of
the ‘core-updates’ merge.

Thanks,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#72930; Package guix-patches. (Tue, 10 Sep 2024 04:10:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 72930 <at> debbugs.gnu.org
Subject: Re: [bug#72930] [PATCH] gnu: smartdns: Update to 46.
Date: Tue, 10 Sep 2024 12:08:53 +0800
Hi Ludo,

On Mon, 09 Sep 2024 22:44:27 +0800,
Ludovic Courtès wrote:
>
> Hilton Chain <hako <at> ultrarare.space> skribis:
>
> > * gnu/packages/dns.scm (smartdns): Update to 46.
> >
> > Change-Id: I4d1472d3ec027d89a550bf5cada74019074bb049
>
> This results in test failures during the ‘check’ phase, though I’m not
> sure what the relevant info is in the build log.
>
> Could you check on your side after rebasing?  Could be a side-effect of
> the ‘core-updates’ merge.

There's no failure on my side after rebasing, can you attach the build log?

Thanks

Information forwarded to guix-patches <at> gnu.org:
bug#72930; Package guix-patches. (Mon, 16 Sep 2024 09:14:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 72930 <at> debbugs.gnu.org
Subject: Re: [bug#72930] [PATCH] gnu: smartdns: Update to 46.
Date: Mon, 16 Sep 2024 11:13:22 +0200
[Message part 1 (text/plain, inline)]
Hi,

Hilton Chain <hako <at> ultrarare.space> skribis:

> On Mon, 09 Sep 2024 22:44:27 +0800,
> Ludovic Courtès wrote:

[...]

>> This results in test failures during the ‘check’ phase, though I’m not
>> sure what the relevant info is in the build log.
>>
>> Could you check on your side after rebasing?  Could be a side-effect of
>> the ‘core-updates’ merge.
>
> There's no failure on my side after rebasing, can you attach the build log?

I wasn’t sure which part of the log shows useful info about the build
failure (!) so attached is the entire build log.

Thanks,
Ludo’.

[pvwjf8d3a1n0ss1qz9jqqhb95hyl4z-smartdns-46.drv.gz (application/octet-stream, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#72930; Package guix-patches. (Mon, 16 Sep 2024 12:14:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 72930 <at> debbugs.gnu.org
Subject: Re: [bug#72930] [PATCH] gnu: smartdns: Update to 46.
Date: Mon, 16 Sep 2024 20:12:32 +0800
Hi,

On Mon, 16 Sep 2024 17:13:22 +0800,
Ludovic Courtès wrote:
>
> Hilton Chain <hako <at> ultrarare.space> skribis:
>
> > On Mon, 09 Sep 2024 22:44:27 +0800,
> > Ludovic Courtès wrote:
>
> [...]
>
> >> This results in test failures during the ‘check’ phase, though I’m not
> >> sure what the relevant info is in the build log.
> >>
> >> Could you check on your side after rebasing?  Could be a side-effect of
> >> the ‘core-updates’ merge.
> >
> > There's no failure on my side after rebasing, can you attach the build log?
>
> I wasn’t sure which part of the log shows useful info about the build
> failure (!) so attached is the entire build log.
>
> [2 pvwjf8d3a1n0ss1qz9jqqhb95hyl4z-smartdns-46.drv.gz <application/octet-stream (base64)>]

Yes, nothing about the failure in, it's basically identical to mine.

Does it still fail for you?  I can see QA is currently building the patch and
the x86_64-linux one has succeeded.

Thanks

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 17 Sep 2024 15:31:01 GMT) Full text and rfc822 format available.

Notification sent to Hilton Chain <hako <at> ultrarare.space>:
bug acknowledged by developer. (Tue, 17 Sep 2024 15:31:01 GMT) Full text and rfc822 format available.

Message #22 received at 72930-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 72930-done <at> debbugs.gnu.org
Subject: Re: [bug#72930] [PATCH] gnu: smartdns: Update to 46.
Date: Tue, 17 Sep 2024 17:30:13 +0200
Hi,

Hilton Chain <hako <at> ultrarare.space> skribis:

> Yes, nothing about the failure in, it's basically identical to mine.
>
> Does it still fail for you?  I can see QA is currently building the patch and
> the x86_64-linux one has succeeded.

Indeed.  Oh well, that must have been non-deterministic.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 16 Oct 2024 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 246 days ago.

Previous Next


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