Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 608382 - app-editors/emacs-25.2_rc1: Add modules use flag to enable loading of dynamic/shared libraries (modules)
Summary: app-editors/emacs-25.2_rc1: Add modules use flag to enable loading of dynamic...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: GNU Emacs project
URL:
Whiteboard:
Keywords:
: 753620 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-02-06 02:09 UTC by Steven Cordwell
Modified: 2020-11-09 09:41 UTC (History)
1 user (show)

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


Attachments
Diff for metadata.xml (metadata.xml.diff,555 bytes, patch)
2017-02-06 02:12 UTC, Steven Cordwell
Details | Diff
Diff for ebuild (emacs-25.2_rc1.ebuild.diff,1.14 KB, patch)
2017-02-06 02:13 UTC, Steven Cordwell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Cordwell 2017-02-06 02:09:51 UTC
Emacs 25 can now load shared libraries. It would be nice to add a use flag to optionally enable this feature.

Reproducible: Always
Comment 1 Steven Cordwell 2017-02-06 02:12:36 UTC
Created attachment 462574 [details, diff]
Diff for metadata.xml
Comment 2 Steven Cordwell 2017-02-06 02:13:06 UTC
Created attachment 462576 [details, diff]
Diff for ebuild
Comment 3 Ulrich Müller gentoo-dev 2017-02-08 09:53:38 UTC
Looking into use.local.desc I find that "modules" is most often used to build kernel modules. So I guess the USE flag should have a different name.

"dynamic-loading" or "dynamic-modules" come to mind. Any better suggestion?
Comment 4 Ulrich Müller gentoo-dev 2017-02-09 23:18:07 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6e98babee9b1db6b8400411e189989c0532878

commit 5f6e98babee9b1db6b8400411e189989c0532878
Author: Ulrich Müller <ulm@gentoo.org>
Date:   Thu Feb 9 09:18:20 2017 +0100

    app-editors/emacs: Add dynamic-loading USE flag.
    
    This will enable loading of dynamic libraries at runtime. Based on
    patch submitted by Steven Cordwell <steven.cordwell@uqconnect.edu.au>.
    
    Bug: 608382

Thanks for reporting.
Comment 5 Steven Cordwell 2017-02-13 03:48:33 UTC
Thanks
Comment 6 Ulrich Müller gentoo-dev 2020-11-09 09:41:29 UTC
*** Bug 753620 has been marked as a duplicate of this bug. ***