Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 542324 - sys-auth/sssd-1.12.4 installs empty directories in /usr/share/doc/sssd
Summary: sys-auth/sssd-1.12.4 installs empty directories in /usr/share/doc/sssd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-06 06:18 UTC by Jeroen Roovers (RETIRED)
Modified: 2023-09-06 08:29 UTC (History)
2 users (show)

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


Attachments
sssd-make-docs.ebuild.patch (sssd-make-docs.ebuild.patch,836 bytes, patch)
2015-06-02 13:48 UTC, Alex Xu (Hello71)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2015-03-06 06:18:27 UTC
# find /usr/share/doc/sssd -exec ls -ld {} +
drwxr-xr-x 8 root root 4096 Mar  4 13:45 /usr/share/doc/sssd
drwxr-xr-x 2 root root 4096 Mar  4 13:45 /usr/share/doc/sssd/doc
drwxr-xr-x 2 root root 4096 Mar  4 13:45 /usr/share/doc/sssd/hbac_doc
drwxr-xr-x 2 root root 4096 Mar  4 13:45 /usr/share/doc/sssd/idmap_doc
drwxr-xr-x 2 root root 4096 Mar  4 13:45 /usr/share/doc/sssd/libsss_simpleifp_doc
drwxr-xr-x 2 root root 4096 Mar  4 13:45 /usr/share/doc/sssd/libsss_sudo_doc
drwxr-xr-x 2 root root 4096 Mar  4 13:45 /usr/share/doc/sssd/nss_idmap_doc

...
>>> /usr/share/sssd/sssd.api.conf
--- /usr/share/doc/
>>> /usr/share/doc/sssd/
>>> /usr/share/doc/sssd/doc/
>>> /usr/share/doc/sssd/hbac_doc/
>>> /usr/share/doc/sssd/idmap_doc/
>>> /usr/share/doc/sssd/nss_idmap_doc/
>>> /usr/share/doc/sssd/libsss_sudo_doc/
>>> /usr/share/doc/sssd/libsss_simpleifp_doc/
>>> /usr/share/doc/sssd-1.12.4/
>>> /usr/share/doc/sssd-1.12.4/README.bz2
--- /usr/lib/
...
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2015-04-18 18:33:13 UTC
I presume you build with USE=-doc? I also presume that with +doc these directories contain something more useful?
Comment 2 Alex Xu (Hello71) 2015-06-02 13:34:11 UTC
there's an automagic dependency on doxygen.
Comment 3 Alex Xu (Hello71) 2015-06-02 13:48:11 UTC
Created attachment 404464 [details, diff]
sssd-make-docs.ebuild.patch

I lied.
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2015-06-02 17:28:36 UTC
How does this patch solves this specific problem? Please open a separate bug
Comment 5 Larry the Git Cow gentoo-dev 2023-09-06 08:29:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e446ceef146a87ec68f2629ea69674a8393dc43

commit 1e446ceef146a87ec68f2629ea69674a8393dc43
Author:     Christopher Byrne <salah.coronya@gmail.com>
AuthorDate: 2023-09-06 08:29:13 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2023-09-06 08:29:13 +0000

    sys-auth/sssd: add 2.9.1
    
    Closes: https://bugs.gentoo.org/499578
    Closes: https://bugs.gentoo.org/542324
    Closes: https://bugs.gentoo.org/592402
    Closes: https://bugs.gentoo.org/640760
    Closes: https://bugs.gentoo.org/752978
    Closes: https://bugs.gentoo.org/878177
    Closes: https://bugs.gentoo.org/880097
    Closes: https://bugs.gentoo.org/904280
    Closes: https://bugs.gentoo.org/906292
    Closes: https://github.com/gentoo/gentoo/pull/32466
    Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
    Signed-off-by: David Seifert <soap@gentoo.org>

 sys-auth/sssd/Manifest                             |   1 +
 .../sssd/files/sssd-2.8.2-krb5_pw_locked.patch     |  12 +
 ...ept-krb5-1.21-for-building-the-PAC-plugin.patch |  31 ++
 ...9.1-certmap-fix-partial-string-comparison.patch |  87 ++++++
 .../sssd-2.9.1-conditional-python-install.patch    |  19 ++
 ...-cert-show-and-cert-eval-rule-as-non-root.patch |  39 +++
 sys-auth/sssd/metadata.xml                         |  10 +
 sys-auth/sssd/sssd-2.9.1.ebuild                    | 330 +++++++++++++++++++++
 8 files changed, 529 insertions(+)