GNU bug report logs - #35514
[PATCH 0/1] gnu: emacs: Add libselinux to inputs.

Previous Next

Package: guix-patches;

Reported by: wednesday <jessejohngildersleve <at> zohomail.eu>

Date: Tue, 30 Apr 2019 22:06:01 UTC

Severity: normal

Tags: moreinfo, patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35514 in the body.
You can then email your comments to 35514 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#35514; Package guix-patches. (Tue, 30 Apr 2019 22:06:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to wednesday <jessejohngildersleve <at> zohomail.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 30 Apr 2019 22:06:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: wednesday <jessejohngildersleve <at> zohomail.eu>
To: guix-patches <at> gnu.org
Cc: wednesday <jessejohngildersleve <at> zohomail.eu>
Subject: [PATCH 0/1] gnu: emacs: Add libselinux to inputs.
Date: Tue, 30 Apr 2019 22:57:54 +0100
Adding libselinux to the inputs of emacs allows it to support it's
extended file attributes, so emacs can get and set the selinux context
of a file, as explained near the bottom of these pages here:
https://www.gnu.org/software/emacs/manual/html_node/elisp/Extended-Attributes.html
https://www.gnu.org/software/emacs/manual/html_node/elisp/Changing-Files.html

wednesday (1):
  gnu: emacs: Add libselinux to inputs.

 gnu/packages/emacs.scm | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.21.0







Information forwarded to guix-patches <at> gnu.org:
bug#35514; Package guix-patches. (Tue, 30 Apr 2019 22:08:02 GMT) Full text and rfc822 format available.

Message #8 received at 35514 <at> debbugs.gnu.org (full text, mbox):

From: wednesday <jessejohngildersleve <at> zohomail.eu>
To: 35514 <at> debbugs.gnu.org
Cc: wednesday <jessejohngildersleve <at> zohomail.eu>
Subject: [PATCH 1/1] gnu: emacs: Add libselinux to inputs.
Date: Tue, 30 Apr 2019 23:06:56 +0100
* gnu/packages/emacs.scm (emacs)[inputs]: Add libselinux to support
  extended attributes.
---
 gnu/packages/emacs.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7c60cc6021..9881dadcd7 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -57,6 +57,7 @@
   #:use-module (gnu packages linux) ; alsa-lib
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages selinux) ; for libselinux
   #:use-module (gnu packages texinfo)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages webkit)
@@ -146,6 +147,7 @@
        ("ncurses" ,ncurses)
 
        ;; TODO: Add the optional dependencies.
+       ("libselinux" ,libselinux)
        ("libx11" ,libx11)
        ("gtk+" ,gtk+)
        ("libxft" ,libxft)
-- 
2.21.0







Information forwarded to guix-patches <at> gnu.org:
bug#35514; Package guix-patches. (Thu, 07 Apr 2022 13:01:02 GMT) Full text and rfc822 format available.

Message #11 received at 35514 <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: wednesday <jessejohngildersleve <at> zohomail.eu>
Cc: 35514 <at> debbugs.gnu.org
Subject: Re: bug#35514: [PATCH 0/1] gnu: emacs: Add libselinux to inputs.
Date: Thu, 07 Apr 2022 14:53:04 +0200
Hi,

Thank you for your contribution [1].  It appears that we missed it.  Sorry
for that.

1: <http://issues.guix.gnu.org/issue/35514>


On Tue, 30 Apr 2019 at 22:57, wednesday <jessejohngildersleve <at> zohomail.eu> wrote:

> Adding libselinux to the inputs of emacs allows it to support it's
> extended file attributes, so emacs can get and set the selinux context
> of a file, as explained near the bottom of these pages here:
> https://www.gnu.org/software/emacs/manual/html_node/elisp/Extended-Attributes.html
> https://www.gnu.org/software/emacs/manual/html_node/elisp/Changing-Files.html
>
> wednesday (1):
>   gnu: emacs: Add libselinux to inputs.

Well, I am not sure it is worth to add this selinux for the base Emacs.
Maybe, such addition could be via a variant.  WDYT?


Cheers,
simon




Added tag(s) moreinfo. Request was from zimoun <zimon.toutoune <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 19 May 2022 21:26:02 GMT) Full text and rfc822 format available.

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Sat, 21 May 2022 19:52:01 GMT) Full text and rfc822 format available.

Notification sent to wednesday <jessejohngildersleve <at> zohomail.eu>:
bug acknowledged by developer. (Sat, 21 May 2022 19:52:02 GMT) Full text and rfc822 format available.

Message #18 received at 35514-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: wednesday <jessejohngildersleve <at> zohomail.eu>, 35514-done <at> debbugs.gnu.org
Subject: Re: bug#35514: [PATCH 0/1] gnu: emacs: Add libselinux to inputs.
Date: Sat, 21 May 2022 15:51:26 -0400
Hello,

zimoun <zimon.toutoune <at> gmail.com> writes:

> Hi,
>
> Thank you for your contribution [1].  It appears that we missed it.  Sorry
> for that.
>
> 1: <http://issues.guix.gnu.org/issue/35514>
>
>
> On Tue, 30 Apr 2019 at 22:57, wednesday <jessejohngildersleve <at> zohomail.eu> wrote:
>
>> Adding libselinux to the inputs of emacs allows it to support it's
>> extended file attributes, so emacs can get and set the selinux context
>> of a file, as explained near the bottom of these pages here:
>> https://www.gnu.org/software/emacs/manual/html_node/elisp/Extended-Attributes.html
>> https://www.gnu.org/software/emacs/manual/html_node/elisp/Changing-Files.html
>>
>> wednesday (1):
>>   gnu: emacs: Add libselinux to inputs.
>
> Well, I am not sure it is worth to add this selinux for the base Emacs.
> Maybe, such addition could be via a variant.  WDYT?

It only adds about 4 MiB to the 1.1 GiB+ closure of Emacs, so I applied
it to the staging branch as 15870cc08d.

Closing; thanks!

Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 19 Jun 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 284 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.