unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72930] [PATCH] gnu: smartdns: Update to 46.
@ 2024-09-01 15:31 Hilton Chain via Guix-patches via
  2024-09-09 14:44 ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-09-01 15:31 UTC (permalink / raw)
  To: 72930; +Cc: Hilton Chain

* 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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#72930] [PATCH] gnu: smartdns: Update to 46.
  2024-09-01 15:31 [bug#72930] [PATCH] gnu: smartdns: Update to 46 Hilton Chain via Guix-patches via
@ 2024-09-09 14:44 ` Ludovic Courtès
  2024-09-10  4:08   ` Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2024-09-09 14:44 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 72930

Hilton Chain <hako@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’.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#72930] [PATCH] gnu: smartdns: Update to 46.
  2024-09-09 14:44 ` Ludovic Courtès
@ 2024-09-10  4:08   ` Hilton Chain via Guix-patches via
  2024-09-16  9:13     ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-09-10  4:08 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 72930

Hi Ludo,

On Mon, 09 Sep 2024 22:44:27 +0800,
Ludovic Courtès wrote:
>
> Hilton Chain <hako@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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#72930] [PATCH] gnu: smartdns: Update to 46.
  2024-09-10  4:08   ` Hilton Chain via Guix-patches via
@ 2024-09-16  9:13     ` Ludovic Courtès
  2024-09-16 12:12       ` Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2024-09-16  9:13 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 72930

[-- Attachment #1: Type: text/plain, Size: 610 bytes --]

Hi,

Hilton Chain <hako@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’.


[-- Attachment #2: pvwjf8d3a1n0ss1qz9jqqhb95hyl4z-smartdns-46.drv.gz --]
[-- Type: application/octet-stream, Size: 89139 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#72930] [PATCH] gnu: smartdns: Update to 46.
  2024-09-16  9:13     ` Ludovic Courtès
@ 2024-09-16 12:12       ` Hilton Chain via Guix-patches via
  2024-09-17 15:30         ` bug#72930: " Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-09-16 12:12 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 72930

Hi,

On Mon, 16 Sep 2024 17:13:22 +0800,
Ludovic Courtès wrote:
>
> Hilton Chain <hako@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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#72930: [PATCH] gnu: smartdns: Update to 46.
  2024-09-16 12:12       ` Hilton Chain via Guix-patches via
@ 2024-09-17 15:30         ` Ludovic Courtès
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2024-09-17 15:30 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 72930-done

Hi,

Hilton Chain <hako@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’.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-09-17 15:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01 15:31 [bug#72930] [PATCH] gnu: smartdns: Update to 46 Hilton Chain via Guix-patches via
2024-09-09 14:44 ` Ludovic Courtès
2024-09-10  4:08   ` Hilton Chain via Guix-patches via
2024-09-16  9:13     ` Ludovic Courtès
2024-09-16 12:12       ` Hilton Chain via Guix-patches via
2024-09-17 15:30         ` bug#72930: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).