Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 625658 - dev-perl/Search-Xapian-1.2.23.0-r1 : ./.../WritableDatabase.xs:30:36: error: InMemory has not been declared
Summary: dev-perl/Search-Xapian-1.2.23.0-r1 : ./.../WritableDatabase.xs:30:36: error: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
: 919051 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-07-19 18:06 UTC by Toralf Förster
Modified: 2023-12-02 21:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.21 KB, text/plain)
2017-07-19 18:06 UTC, Toralf Förster
Details
dev-perl:Search-Xapian-1.2.23.0-r1:20170719-150139.log (dev-perl:Search-Xapian-1.2.23.0-r1:20170719-150139.log,7.22 KB, text/plain)
2017-07-19 18:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,145.43 KB, text/plain)
2017-07-19 18:06 UTC, Toralf Förster
Details
environment (environment,106.97 KB, text/plain)
2017-07-19 18:06 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,22.27 KB, application/x-bzip)
2017-07-19 18:06 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.79 KB, application/x-bzip)
2017-07-19 18:06 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-07-19 18:06:16 UTC
x86_64-pc-linux-gnu-g++ -c   -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=terminate -O2 -pipe -march=native -Wall   -DVERSION=\"1.2.23.0\" -DXS_VERSION=\"1.2.23.0\" -fPIC "-I/usr/lib64/perl5/5.24.2/x86_64-linux/CORE"   Xapian.c
./XS/WritableDatabase.xs: In function ‘void XS_Search__Xapian__WritableDatabase_new3(CV*)’:
./XS/WritableDatabase.xs:30:36: error: ‘InMemory’ has not been declared
      RETVAL = new WritableDatabase(InMemory::open());
                                    ^~~~~~~~
In file included from Xapian.xs:14:0:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma_libressl_20170716-132802

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *
llvm-config:
3.9.1
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.4.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
Comment 1 Toralf Förster gentoo-dev 2017-07-19 18:06:19 UTC
Created attachment 485708 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-07-19 18:06:22 UTC
Created attachment 485710 [details]
dev-perl:Search-Xapian-1.2.23.0-r1:20170719-150139.log
Comment 3 Toralf Förster gentoo-dev 2017-07-19 18:06:25 UTC
Created attachment 485712 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-07-19 18:06:28 UTC
Created attachment 485714 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-07-19 18:06:31 UTC
Created attachment 485716 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-07-19 18:06:34 UTC
Created attachment 485718 [details]
temp.tbz2
Comment 7 Alfred Wingate 2023-12-02 17:50:17 UTC
*** Bug 919051 has been marked as a duplicate of this bug. ***
Comment 8 Larry the Git Cow gentoo-dev 2023-12-02 21:34:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d20638f9b8d8b07a3f825ec33fbb775bb89168f

commit 0d20638f9b8d8b07a3f825ec33fbb775bb89168f
Author:     Alfred Wingate <parona@protonmail.com>
AuthorDate: 2023-12-02 18:14:30 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-12-02 21:33:32 +0000

    dev-perl/Search-Xapian: inmemory use flag required in xapian
    
    Cloess: https://github.com/gentoo/libressl/issues/545
    Closes: https://bugs.gentoo.org/625658
    Signed-off-by: Alfred Wingate <parona@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/34095
    Signed-off-by: Sam James <sam@gentoo.org>

 .../Search-Xapian/Search-Xapian-1.2.25.5-r2.ebuild | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)