From: Robert Pluim <rpluim@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: ~/.../emacs/lib-src/blessmail owned by root?
Date: Thu, 22 Aug 2024 13:49:50 +0200 [thread overview]
Message-ID: <87frqwu68x.fsf@gmail.com> (raw)
In-Reply-To: <86cym0uav8.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 22 Aug 2024 13:10:03 +0300")
>>>>> On Thu, 22 Aug 2024 13:10:03 +0300, Eli Zaretskii <eliz@gnu.org> said:
>> It is
>> the only one I ever saw. It must be related to sudo make install, the
>> only sudo'ed command involved. But it doesn't make sense to install
>> files to my home dir where other users don't have access.
>>
>> And I as user can't delete the file unless I use administrator
>> privileges.
>>
>> Don't you find this odd?
Eli> It might be a bug of some sort, but then why only this file is owned
Eli> by root? AFAICT, "make install" installs it together with other
Eli> files, so I don't understand ATM why only this file got its owner
Eli> changed by sudo.
The top-level Makefile has:
install: actual-all install-arch-indep install-etcdoc install-arch-dep install-$(NTDIR) blessmail install-eln install-gsettings-schemas
and
blessmail: Makefile src
$(MAKE) -C lib-src maybe-blessmail
so blessmail is built as part of running the 'install' target, but the
lib-src Makefile only does that when itʼs needed, which is why it ends
up as owned by root.
Itʼs not installed, but the lib-src Makefile will tell you if it needs
to be run via the maybe-blessmail and need-blessmail targets.
Robert
--
next prev parent reply other threads:[~2024-08-22 11:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-22 1:49 ~/.../emacs/lib-src/blessmail owned by root? Michael Heerdegen
2024-08-22 4:46 ` tomas
2024-08-22 5:07 ` Eli Zaretskii
2024-08-22 5:36 ` Michael Heerdegen via Users list for the GNU Emacs text editor
2024-08-22 10:10 ` Eli Zaretskii
2024-08-22 11:49 ` Robert Pluim [this message]
2024-08-22 12:16 ` Eli Zaretskii
2024-08-22 13:47 ` Robert Pluim
2024-08-22 14:41 ` Eli Zaretskii
2024-08-23 1:00 ` Michael Heerdegen via Users list for the GNU Emacs text editor
2024-08-23 7:03 ` Eli Zaretskii
2024-08-23 11:57 ` : " Robert Pluim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87frqwu68x.fsf@gmail.com \
--to=rpluim@gmail.com \
--cc=eliz@gnu.org \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.