Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] LibreOffice and openldap
Date: Wed, 25 Jul 2018 08:34:21
Message-Id: 1542625.hpU8UtU6Dy@peak
In Reply to: [gentoo-user] LibreOffice and openldap by Andrew Lowe
1 On Tuesday, 24 July 2018 16:15:29 BST Andrew Lowe wrote:
2 > Hi all,
3 > I'm in the process of installing LibreOffice. Doing:
4 >
5 > emerge --ask libreoffice
6 >
7 > gives a big list of dependencies, as I would expect. One of them is
8 > openldap. I thought that that was a bit strange, as I am a home user,
9 > not corporate so I tried to turn it off. I placed a "-ldap" in
10 > make.conf, I don't want it anywhere, but it still appeared in the
11 > dependency list. A google search turned up this bug:
12 >
13 > https://bugs.documentfoundation.org/show_bug.cgi?id=57417
14 >
15 > which says, if I've read it correctly, that LDAP is not in LibreOffice
16 > anymore. If this is the case, why is there a dependency,
17 >
18 > https://gitweb.gentoo.org/repo/gentoo.git/tree/app-office/libreoffice/libreo
19 > ffice-6.0.5.2-r1.ebuild
20 >
21 > line 136 - I may have misread this bit, I'm just starting to read the
22 > whole ebuild doco.
23 >
24 > Anyone got any insight?
25 >
26 > Andrew
27
28 If you run a KDE desktop it's a lot more than LibreOffice:
29
30 $ equery d openldap
31 * These packages depend on openldap:
32 --->8
33 kde-apps/kldap-17.12.3 (net-nds/openldap)
34 --->8
35
36 $ equery d kldap
37 * These packages depend on kldap:
38 kde-apps/incidenceeditor-17.12.3 (>=kde-apps/kldap-17.12.3:5)
39 kde-apps/kdepim-meta-17.12.3 (>=kde-apps/kldap-17.12.3)
40 kde-apps/kmail-17.12.3 (>=kde-apps/kldap-17.12.3:5)
41 kde-apps/kmail-account-wizard-17.12.3 (>=kde-apps/kldap-17.12.3:5)
42 kde-apps/korganizer-17.12.3 (>=kde-apps/kldap-17.12.3:5)
43 kde-apps/libkdepim-17.12.3 (>=kde-apps/kldap-17.12.3:5)
44 kde-apps/messagelib-17.12.3 (>=kde-apps/kldap-17.12.3:5)
45
46 Seems to be no way out of it.
47
48 --
49 Regards,
50 Peter.

Replies

Subject Author
Re: [gentoo-user] LibreOffice and openldap Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] LibreOffice and openldap mad.scientist.at.large@××××××××.com