all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Copley <rcopley@gmail.com>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: Emacs developers <emacs-devel@gnu.org>,
	Angelo Graziosi <angelo.graziosi@alice.it>
Subject: Re: Last commit breaks macOS build
Date: Thu, 5 Jan 2017 09:30:19 +0000	[thread overview]
Message-ID: <CAPM58ohEQvGUyaMFsMVqkgoLD1=nBYDLuFh2G5-EdjQH-c8K3Q@mail.gmail.com> (raw)
In-Reply-To: <f2f2042a-f1a8-5f8f-63e5-c0b713d86979@cs.ucla.edu>

On 5 January 2017 at 03:21, Paul Eggert <eggert@cs.ucla.edu> wrote:
> Angelo Graziosi wrote:
>
>> Interfering nt/gnulib.mk from lib/gnulib.mk ...
>
>
> Did it really say "Interfering"? :-)
>
>> sed: 46: "This is of m...": command c expects \ followed by text
>>
>> and the 'configure' is not created...
>
>
> This is caused by our recent attempt to better-automate MS-Windows builds. I
> fixed one nonportable construct, but evidently there are others.
>
> It's time to break out a bigger hammer. Please try the attached patch. I
> have tested it on Fedora, but not on MS-Windows and so have not installed it
> yet.

Hi Paul,
In MSYS2 on Windows, with the patch I get this error:

gcc  -DHAVE_CONFIG_H -I. -I../../repo/emacs/lib -I../src
-I../../repo/emacs/src   -march=native -mtune=native
-D_WIN32_WINNT=_WIN32_WINNT_WIN7 -DUSE_CRT_DLL=1 -I
/g/emacs/build/../repo/emacs/nt/inc  -fno-common /* -W... */ -Og -g
-ggdb -MT set-permissions.o -MD -MP -MF .deps/set-permissions.Tpo -c
-o set-permissions.o ../../repo/emacs/lib/set-permissions.c
../../repo/emacs/lib/set-permissions.c: In function 'set_acls':
../../repo/emacs/lib/set-permissions.c:500:6: error: #error Must have
acl_delete_def_file (see POSIX 1003.1e draft 17).
 #    error Must have acl_delete_def_file (see POSIX 1003.1e draft 17).
      ^~~~~
../../repo/emacs/lib/set-permissions.c:539:13: warning: implicit
declaration of function 'acl_delete_def_file'
[-Wimplicit-function-declaration]
       ret = acl_delete_def_file (name);
             ^~~~~~~~~~~~~~~~~~~
../../repo/emacs/lib/set-permissions.c:539:7: warning: nested extern
declaration of 'acl_delete_def_file' [-Wnested-externs]
       ret = acl_delete_def_file (name);
       ^~~

Without the patch, set-permissions.c isn't compiled.



  reply	other threads:[~2017-01-05  9:30 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-04 10:08 Last commit breaks macOS build Angelo Graziosi
2017-01-05  3:21 ` Paul Eggert
2017-01-05  9:30   ` Richard Copley [this message]
2017-01-05  9:54     ` Angelo Graziosi
2017-01-05 15:42       ` Eli Zaretskii
2017-01-05 16:16       ` Eli Zaretskii
2017-01-05 16:37         ` Angelo Graziosi
2017-01-05 17:04           ` Eli Zaretskii
2017-01-05 17:21             ` Angelo Graziosi
2017-01-05 17:52               ` Eli Zaretskii
2017-01-05 18:18                 ` Andreas Schwab
2017-01-05 18:24                   ` Eli Zaretskii
2017-01-05 18:32                     ` Andreas Schwab
2017-01-05 18:38                       ` Eli Zaretskii
2017-01-05 18:53                         ` Andreas Schwab
2017-01-05 19:38                           ` Eli Zaretskii
2017-01-05 22:41                             ` Angelo Graziosi
2017-01-06  7:45                               ` Eli Zaretskii
2017-01-06 23:33                                 ` Angelo Graziosi
2017-01-06 23:43                                   ` Paul Eggert
2017-01-05 16:24   ` Eli Zaretskii

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='CAPM58ohEQvGUyaMFsMVqkgoLD1=nBYDLuFh2G5-EdjQH-c8K3Q@mail.gmail.com' \
    --to=rcopley@gmail.com \
    --cc=angelo.graziosi@alice.it \
    --cc=eggert@cs.ucla.edu \
    --cc=emacs-devel@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.