Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611252 - dev-libs/xapian-1.4.3 : configure: error: uuid_generate() not found in -luuid - required for chert and glass (you may need to install the uuid-dev, libuuid-devel or e2fsprogs-devel package)
Summary: dev-libs/xapian-1.4.3 : configure: error: uuid_generate() not found in -luuid...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
: 682090 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-02-28 20:15 UTC by Toralf Förster
Modified: 2021-07-10 15:11 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,5.80 KB, text/plain)
2017-02-28 20:15 UTC, Toralf Förster
Details
config.log.tbz2 (config.log.tbz2,13.44 KB, application/x-bzip)
2017-02-28 20:16 UTC, Toralf Förster
Details
dev-libs:xapian-1.4.3:20170228-200705.log (dev-libs:xapian-1.4.3:20170228-200705.log,12.66 KB, text/plain)
2017-02-28 20:16 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,29.90 KB, text/plain)
2017-02-28 20:16 UTC, Toralf Förster
Details
environment (environment,92.58 KB, text/plain)
2017-02-28 20:16 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.90 KB, application/x-bzip)
2017-02-28 20:16 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-02-28 20:15:56 UTC
checking for uuid/uuid.h... yes
checking for library containing uuid_generate... no
configure: error: uuid_generate() not found in -luuid - required for chert and glass (you may need to install the uuid-dev, libuuid-devel or e2fsprogs-devel package)

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/dev-libs/xapian-1.4.3/work/xapian-core-1.4.3-abi_x86_32.x86/config.log

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

  This is an unstable amd64 chroot image (named plasma-abi32+64_20170228-094845) at a hardened host acting as a tinderbox.

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
Available Ruby profiles:
  (none found)
Comment 1 Toralf Förster gentoo-dev 2017-02-28 20:15:59 UTC
Created attachment 465600 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-02-28 20:16:02 UTC
Created attachment 465602 [details]
config.log.tbz2
Comment 3 Toralf Förster gentoo-dev 2017-02-28 20:16:05 UTC
Created attachment 465604 [details]
dev-libs:xapian-1.4.3:20170228-200705.log
Comment 4 Toralf Förster gentoo-dev 2017-02-28 20:16:08 UTC
Created attachment 465606 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2017-02-28 20:16:12 UTC
Created attachment 465608 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2017-02-28 20:16:16 UTC
Created attachment 465610 [details]
etc.portage.tbz2
Comment 7 tmoritz 2017-12-15 23:30:47 UTC
I encountered this during a rebuild of an amd64 system after adding 32 to ABI_x86. Rebuilding sys-apps/util-linux before xapian solved it for me.
Comment 8 Arfrever Frehtes Taifersar Arahesis 2019-09-22 10:37:18 UTC
*** Bug 682090 has been marked as a duplicate of this bug. ***
Comment 9 Nikos Chantziaras 2021-02-23 08:08:12 UTC
Just hit this with xapian-1.4.18 on a new Gentoo installation after adding "*/* abi_x86_32" to package.use and running "emerge -auDU @world". Manually emerging sys-apps/util-linux still works as a fix.
Comment 10 Larry the Git Cow gentoo-dev 2021-07-10 15:11:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0d01d8b79eb1e80c0418ac5c1e77d0f94a6829

commit 8b0d01d8b79eb1e80c0418ac5c1e77d0f94a6829
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-07-10 14:38:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-07-10 15:11:34 +0000

    dev-libs/xapian: add missing multilib deps (util-linux, zlib)
    
    - Missing util-linux entirely (for libuuid)
    - Missing zlib multilib dependency
    
    Closes: https://bugs.gentoo.org/611252
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/xapian/{xapian-1.2.25.ebuild => xapian-1.2.25-r1.ebuild} | 3 ++-
 dev-libs/xapian/{xapian-1.4.17.ebuild => xapian-1.4.17-r1.ebuild} | 3 ++-
 dev-libs/xapian/{xapian-1.4.18.ebuild => xapian-1.4.18-r1.ebuild} | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)