emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disable the postfix corresponding settings when compiling Emacs.


From: Tim Cross
Subject: Re: Disable the postfix corresponding settings when compiling Emacs.
Date: Thu, 09 Sep 2021 12:52:04 +1000
User-agent: mu4e 1.7.0; emacs 27.2.50

Hongyi Zhao <hongyi.zhao@gmail.com> writes:

> On Thu, Sep 9, 2021 at 9:17 AM Po Lu <luangruo@yahoo.com> wrote:
>>
>> Hongyi Zhao <hongyi.zhao@gmail.com> writes:
>>
>> > On Ubuntu 20.04.2 LTS, when I try to compile Emacs from its git master
>> > source code, it will always hint me to set postfix corresponding
>> > settings. I don't use postfix as the mail server, and want to disable
>> > the postfix corresponding settings when compiling Emacs. How to
>> > achieve this?
>>
>> I don't think the Emacs build process mandates any mail server in
>> particular.  Could you elaborate further, with respect to the annoying
>> behaviour you are experiencing?  Thanks.
>
> You're right. The annoying behavior is not triggered by the Emacs
> compilation progress itself, but by the following command which is
> used to install the dependencies on Debian derivative OSes:
>
> $ sudo apt -y build-dep emacs
>
> See the attached file for the screenshot shown on my machine. But I
> still don't know how to disable this behavior when using the above
> command.
>

this is all down to Debian and nothing to do with Emacs. When you run
apt build-dep it installs all the packages involved in the Debian build
of Emacs. The debian system has a mail daemon specified as a dependency
for Emacs.

All you need to do is just uninstall postfix. It will have no effect on
building Emacs. 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]