GNU bug report logs -
#78119
[PATCH 0/1]: Update xapian, omeaga and python-xapian-bindings to 1.4.29.
Previous Next
To reply to this bug, email your comments to 78119 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78119
; Package
guix-patches
.
(Mon, 28 Apr 2025 14:42:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 28 Apr 2025 14:42:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Guix,
While checking failing build for python-* packages I've noticed
python-xapian-bindings is one of them. Simple bump version helped to resolve
it.
Build has passed for all first level dependent packages:
--8<---------------cut here---------------start------------->8---
> ./pre-inst-env guix build -M8 -P1 xapian
guix build: computing dependents of package xapian <at> 1.4.29...
/gnu/store/4wpvhirmwqcrgv5r7ijz6lipa48zcg2q-xapian-1.4.29
/gnu/store/8zqqx1rzy60pd6yy4y9hm659nnhyyf13-zeitgeist-1.0.4
/gnu/store/9ha0b5b86dm8h40cg8h79j1zvwpqq79j-guile2.2-xapian-0.4.0
/gnu/store/022hvpga7fifjb3xlbskl0dh1v3igiiy-guile-xapian-0.4.0
/gnu/store/71mcskfidhfas89qqmavkysi295k0rrc-akonadi-search-24.05.2
/gnu/store/z3x1ps1d31z4icfmr2v9h9x0cxafghvv-khelpcenter-24.05.2
/gnu/store/ygzxa6l5iibdwiq216k7x3qwl60hlid6-notmuch-0.38.2
/gnu/store/02c867c9a9a9fa8brjp9xqd57z6s7xy1-nmail-4.54
/gnu/store/ndzaav717jlgh20wlc14cfh76vzfrq59-mu-1.12.9
/gnu/store/a758vl4m1nnl4z35nc0xlsyzn8kx7yhs-muchsync-7
/gnu/store/rarfzzj3v361llz5r3hi27a7dg2b6lvb-public-inbox-1.9.0
/gnu/store/v5mk06jwk7rwjqqgnmgzvm08gkf38cwm-perl-search-xapian-1.2.25.5
/gnu/store/0kj26q3g2gm0rqjfw3hyhqpx5rxcaxav-recoll-1.37.5
/gnu/store/vwv2k5j78gcpzwhshh11zfjd8g543p0f-omega-1.4.29
/gnu/store/p8j5fcia0373r3p6g5fsf5fqdz3yn0vi-python-xapian-bindings-1.4.29
/gnu/store/m78ga56y787h6jsmrdshxv8hjrkvrs43-kiwix-desktop-2.3.1
/gnu/store/0943ihh65hbygfj5i690fqk46vq2zayn-kiwix-tools-3.5.0
/gnu/store/kwv9nwvmvxc8fifwpdxlcmw09v34cd22-libzim-8.2.1
/gnu/store/xbnjd2xzd2as4d3nq0f1apxm926g08iq-kiwix-lib-13.0.0
--8<---------------cut here---------------end--------------->8---
Sharlatan Hellseher (1):
gnu: xapian: Update to 1.4.29.
gnu/packages/search.scm | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
base-commit: e6d951c7cfaa6e0f196b8d18b41e33ecfce109dc
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78119
; Package
guix-patches
.
(Mon, 28 Apr 2025 14:44:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 78119 <at> debbugs.gnu.org (full text, mbox):
As omega and python-xapian-bindings inherit the same version as xapian,
update them in a single commit.
* gnu/packages/search.scm (xapian): Update to 1.4.29.
(python-xapian-bindings): Update to 1.4.29.
(omega): Update to 1.4.29.
[inputs]: Remove pcre:bin; add file, pcre2, perl, xapian, and zlib.
[native-inputs]: Add pkg-config.
Change-Id: I9a6103135b7b9a116370b211b3ca4eb15a9bff4f
---
gnu/packages/search.scm | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 08f0278194..406a97d9df 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -15,6 +15,7 @@
;;; Copyright © 2023 Adam Faiz <adam.faiz <at> disroot.org>
;;; Copyright © 2023 David Pflug <david <at> pflug.io>
;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -53,6 +54,7 @@ (define-module (gnu packages search)
#:use-module (gnu packages databases)
#:use-module (gnu packages ebook)
#:use-module (gnu packages freedesktop)
+ #:use-module (gnu packages file)
#:use-module (gnu packages gawk)
#:use-module (gnu packages gettext)
#:use-module (gnu packages glib)
@@ -82,7 +84,7 @@ (define-module (gnu packages search)
(define-public xapian
(package
(name "xapian")
- (version "1.4.19")
+ (version "1.4.29")
;; Note: When updating Xapian, remember to update omega and
;; python-xapian-bindings below.
(source (origin
@@ -90,7 +92,7 @@ (define-public xapian
(uri (string-append "https://oligarchy.co.uk/xapian/" version
"/xapian-core-" version ".tar.xz"))
(sha256
- (base32 "1hx92kbqdl38gsrwzvbqgf2jc4wwzsad2gd99g62cdfclvy4ijhz"))))
+ (base32 "1g11wps45rgh7a7z0zmsvk6vg2i1ih4cmbwf44nfrlrsc749np65"))))
(build-system gnu-build-system)
(inputs (list zlib
`(,util-linux "lib")))
@@ -129,10 +131,12 @@ (define-public omega
"/xapian-omega-" version ".tar.xz"))
(sha256
(base32
- "136dsna6jvq48j4x4rr5y9nxmgrif9kvf4ybl5a6gpsmgqlfzcp4"))))
+ "0gpq1k1fanx2vpj0xrmkdafacn2r5qsf57201ax4skkb96flxfjg"))))
(build-system gnu-build-system)
+ (native-inputs
+ (list pkg-config))
(inputs
- (list (list pcre "bin") perl xapian zlib))
+ (list file pcre2 perl xapian zlib))
(home-page "https://xapian.org/")
(synopsis "Search engine built on Xapian")
(description
@@ -157,7 +161,7 @@ (define-public python-xapian-bindings
"/xapian-bindings-" version ".tar.xz"))
(sha256
(base32
- "0gc8l9cn8jdma0p73jl14z17yizp6dax5zsycvgprajii6j8bhwi"))))
+ "1kn8dw0zrlxvc417wmqmdkqz76kw3f5802wsv5kyyl38pckyjh0p"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-python3")
--
2.49.0
This bug report was last modified 5 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.