GNU bug report logs - #74297
[PATCH] gnu: postgresql-10: Replace deprecated dependency.

Previous Next

Package: guix-patches;

Reported by: David Pflug <david <at> pflug.io>

Date: Sun, 10 Nov 2024 17:55:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74297: closed ([PATCH] gnu: postgresql-10: Replace deprecated
 dependency.)
Date: Thu, 14 Nov 2024 14:46:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 14 Nov 2024 15:44:44 +0100
with message-id <87msi1oowz.fsf <at> gnu.org>
and subject line Re: [bug#74297] [PATCH] gnu: postgresql-10: Replace deprecated dependency.
has caused the debbugs.gnu.org bug report #74297,
regarding [PATCH] gnu: postgresql-10: Replace deprecated dependency.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
74297: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74297
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: David Pflug <david <at> pflug.io>
To: guix-patches <at> gnu.org
Cc: David Pflug <david <at> pflug.io>
Subject: [PATCH] gnu: postgresql-10: Replace deprecated dependency.
Date: Sun, 10 Nov 2024 12:54:13 -0500
* gnu/packages/databases.scm (postgresql-10): Inherit postgresql-13
instead of 11.

Using the deprecated postgresql-11 package was causing warnings to be
printed on `guix pull`.

Change-Id: I36225ff2a1889f94cd5aabe229ee638793594abf
---
 gnu/packages/databases.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 06158f19e7..d1553d91b4 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1394,17 +1394,17 @@ (define-deprecated/public postgresql-11 #f
 
 (define-deprecated/public postgresql-10 #f
   (package
-    (inherit postgresql-11)
+    (inherit postgresql-13)
     (version "10.23")
     (source (origin
-              (inherit (package-source postgresql-11))
+              (inherit (package-source postgresql-13))
               (uri (string-append "https://ftp.postgresql.org/pub/source/v"
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
                 "1sgfssjc9lnzijhn108r6z26fri655k413f1c9b8wibjhd9b594l"))))
     (native-inputs
-     (modify-inputs (package-native-inputs postgresql-11)
+     (modify-inputs (package-native-inputs postgresql-13)
        (append opensp docbook-sgml-4.2)
        (delete "docbook-xml")))))
 

base-commit: f5ca62fcadf7a1a61cb13dc89edcfd3e9884e9e0
-- 
2.46.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: David Pflug <david <at> pflug.io>
Cc: Ricardo Wurmus <rekado <at> elephly.net>, 74297-done <at> debbugs.gnu.org
Subject: Re: [bug#74297] [PATCH] gnu: postgresql-10: Replace deprecated
 dependency.
Date: Thu, 14 Nov 2024 15:44:44 +0100
David Pflug <david <at> pflug.io> skribis:

> * gnu/packages/databases.scm (postgresql-10): Inherit postgresql-13
> instead of 11.
>
> Using the deprecated postgresql-11 package was causing warnings to be
> printed on `guix pull`.
>
> Change-Id: I36225ff2a1889f94cd5aabe229ee638793594abf

Applied, thanks!  Those warnings were annoying, indeed.

Ludo’.


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.