emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#61782: closed (About some warning building Emacs master on MSYS2/MIN


From: GNU bug Tracking System
Subject: bug#61782: closed (About some warning building Emacs master on MSYS2/MINGW64 [autogen, configure])
Date: Sun, 26 Feb 2023 06:57:02 +0000

Your message dated Sun, 26 Feb 2023 08:56:38 +0200
with message-id <83edqckj89.fsf@gnu.org>
and subject line Re: bug#61782: About some warning building Emacs master on 
MSYS2/MINGW64 [autogen, configure]
has caused the debbugs.gnu.org bug report #61782,
regarding About some warning building Emacs master on MSYS2/MINGW64 [autogen, 
configure]
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61782: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61782
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: About some warning building Emacs master on MSYS2/MINGW64 [autogen, configure] Date: Sat, 25 Feb 2023 09:45:56 +0100 (CET)
I noticed that building Emacs (master) on Windows with MSYS2/MINGW64 now shows 
these warnings

$ ./autogen.sh
[...]
Running 'autoreconf -fi -I m4' ...
ac-wrapper: autoreconf: warning: auto-detected versions not found ( ); falling 
back to latest available
You can now run './configure'.

./configure
[...]
checking for xattr library with ATTR_ACTION_PERMISSIONS... no
configure: WARNING: libattr development library was not found or not usable.
configure: WARNING: GNU Emacs will be built without xattr support.
checking whether readlink signature is correct... yes
[...]

I wonder if they are to be expected and if we can do something to avoid them.

Thanks,
 Angelo.



--- End Message ---
--- Begin Message --- Subject: Re: bug#61782: About some warning building Emacs master on MSYS2/MINGW64 [autogen, configure] Date: Sun, 26 Feb 2023 08:56:38 +0200
> Date: Sat, 25 Feb 2023 15:38:38 -0800
> Cc: 61782@debbugs.gnu.org
> From: Paul Eggert <eggert@cs.ucla.edu>
> 
> On 2023-02-25 01:49, Eli Zaretskii wrote:
> 
> > The second one is due to m4/xattr.m4.  Paul, this test should not be
> > run on MS-Windows (although running it is mostly harmless), as xattr
> > will not be supported there.
> 
> Perhaps something like the attached untested patch? Please feel free to 
> install it if it works.

Thanks, installed.


--- End Message ---

reply via email to

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