GNU bug report logs - #61422
[PATCH] gnu: osm2pgsql: Update to 1.8.0.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sat, 11 Feb 2023 10:11:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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: Felix Gruber <felgru <at> posteo.net>
Subject: bug#61422: closed (Re: [bug#61422] [PATCH] gnu: osm2pgsql: Update
 to 1.8.0.)
Date: Mon, 13 Feb 2023 18:58:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61422: [PATCH] gnu: osm2pgsql: Update to 1.8.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61422 <at> debbugs.gnu.org.

-- 
61422: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61422
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 61422-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#61422] [PATCH] gnu: osm2pgsql: Update to 1.8.0.
Date: Mon, 13 Feb 2023 18:56:51 +0000
[Message part 3 (text/plain, inline)]
Felix Gruber <felgru <at> posteo.net> writes:

> * gnu/packages/geo.scm (osm2pgsql): Update to 1.8.0.
> [arguments]: Remove -DEXTERNAL_RAPIDJSON configure-flag, since osm2pgsql
> 1.8.0 does not use rapidjson anymore.
> [inputs]: Remove rapidjson.
> ---
>  gnu/packages/geo.scm | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)

Thanks! Pushed to master as 54cd2049e862f460a6add2430230f2c9c109a52d.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH] gnu: osm2pgsql: Update to 1.8.0.
Date: Sat, 11 Feb 2023 10:10:25 +0000
* gnu/packages/geo.scm (osm2pgsql): Update to 1.8.0.
[arguments]: Remove -DEXTERNAL_RAPIDJSON configure-flag, since osm2pgsql
1.8.0 does not use rapidjson anymore.
[inputs]: Remove rapidjson.
---
 gnu/packages/geo.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 097ced33e1..b9a617c009 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1415,7 +1415,7 @@ (define-public osmium-tool
 (define-public osm2pgsql
   (package
     (name "osm2pgsql")
-    (version "1.7.0")
+    (version "1.8.0")
     (source
      (origin
        (method git-fetch)
@@ -1424,7 +1424,7 @@ (define-public osm2pgsql
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15fxr4xq7siy237763l7nswx7v0swr3qzs2h3zkjzgvajw4p6qii"))
+        (base32 "0ssz7ny4wx8dzl3027p37xc5h7m1aj6bzxzdc6g8fbp7q57ykvxz"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled libraries.
@@ -1435,8 +1435,7 @@ (define-public osm2pgsql
        #:configure-flags
        (list "-DEXTERNAL_LIBOSMIUM=ON"
              "-DEXTERNAL_PROTOZERO=ON"
-             "-DEXTERNAL_FMT=ON"
-             "-DEXTERNAL_RAPIDJSON=ON")))
+             "-DEXTERNAL_FMT=ON")))
     (inputs
      (list boost
            bzip2
@@ -1447,7 +1446,6 @@ (define-public osm2pgsql
            postgresql
            proj
            protozero
-           rapidjson
            zlib))
     (native-inputs
      (list python python-psycopg2))
-- 
2.39.1




This bug report was last modified 2 years and 182 days ago.

Previous Next


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