[arch-commits] Commit in xapian-core/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Apr 14 16:41:32 UTC 2022


    Date: Thursday, April 14, 2022 @ 16:41:32
  Author: foutrelis
Revision: 442537

upgpkg: xapian-core 1:1.4.19-2: disable glibcxx assertions

Temporary workaround for a test failure in libzim, to unblock icu 71.

Modified:
  xapian-core/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-14 15:49:02 UTC (rev 442536)
+++ PKGBUILD	2022-04-14 16:41:32 UTC (rev 442537)
@@ -7,7 +7,7 @@
 
 pkgname=xapian-core
 pkgver=1.4.19
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Open source search engine library.'
 arch=('x86_64')
@@ -32,6 +32,11 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
+
+  # workaround for test failure in libzim
+  #   23/27 search_iterator  FAIL  0.47s  killed by signal 6 SIGABRT
+  CXXFLAGS=${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS}
+
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list