Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 514402 - app-admin/elektra-0.8.3-r2+: USE=doc controls installing a shared module
Summary: app-admin/elektra-0.8.3-r2+: USE=doc controls installing a shared module
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-22 10:06 UTC by Michał Górny
Modified: 2015-08-05 12:05 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-06-22 10:06:16 UTC
$ quse -D doc
 global:doc: Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally

but in elektra, it's also controlling:

  /usr/lib64/elektra/libelektra-doc.so

and this looks like some kind of example module that does nothing. How about disabling it?
Comment 1 Andreas Sturmlechner gentoo-dev 2014-08-19 23:45:44 UTC
"doc.c  - Documentation on how to write plugins"

I guess this should be controlled by 'examples', but should be better handled by upstream.


Simple fix, remove it from plugins, regular documentation is still being built (patch for 0.8.3-r3):

@@ -45,7 +45,7 @@
        local my_plugins="ccode;dump;error;fstab;glob;hexcode;hidden;hosts;network;ni;null;path;resolver;struct;success;template;timeofday;tracer;type;validation"
 
        use dbus    && my_plugins+=";dbus"
-       use doc     && my_plugins+=";doc"
+#      use doc     && my_plugins+=";doc"
        use iconv   && my_plugins+=";iconv"
        use inifile && my_plugins+=";simpleini"
        use syslog  && my_plugins+=";syslog"


(tested with elektra-0.8.7)
Comment 2 Michael Weber (RETIRED) gentoo-dev 2015-08-05 12:05:11 UTC
Fixed in 0.8.12