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

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

[debbugs-tracker] bug#20681: closed (Build failure [MSYS2/MINGW64, OSX])


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20681: closed (Build failure [MSYS2/MINGW64, OSX])
Date: Thu, 28 May 2015 17:48:02 +0000

Your message dated Thu, 28 May 2015 20:47:14 +0300
with message-id <address@hidden>
and subject line Re: bug#20681: Build failure [MSYS2/MINGW64, OSX]
has caused the debbugs.gnu.org bug report #20681,
regarding Build failure [MSYS2/MINGW64, OSX]
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
20681: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20681
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Build failure [MSYS2/MINGW64, OSX] Date: Thu, 28 May 2015 14:55:50 +0200 User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 The build I tried with current master failed. This occurs in the nextstep build on OSX and also in the MSYS2/MINGW64 on Windows. The same master builds fine in the GTK build on GNU/Linux (but here there are other issues; see bug #20677).

The failure looks the same.

On OSX:

[...]
  GEN      dirent.h
  GEN      fcntl.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
  CC       acl-errno-valid.o
  CC       acl-internal.o
  CC       get-permissions.o
  CC       set-permissions.o
set-permissions.c:569:20: warning: incompatible pointer to integer conversion passing 'acl_t' (aka 'struct _acl *') to parameter of type 'int' [-Wint-conversion]
          acl = acl_init (acl);
                          ^~~
/usr/include/sys/acl.h:149:27: note: passing argument to parameter 'count' here
extern acl_t    acl_init(int count);
                             ^
set-permissions.c:585:26: error: use of undeclared identifier 'acl'
        ret = acl_set_fd (desc, acl);
                                ^
set-permissions.c:587:47: error: use of undeclared identifier 'acl'
        ret = acl_set_file (name, ACL_TYPE_EXTENDED, acl);
                                                     ^
set-permissions.c:590:27: error: use of undeclared identifier 'saved_errno'
if (! acl_errno_valid (saved_errno) && ! acl_extended_nontrivial (acl))
                                 ^
set-permissions.c:590:70: error: use of undeclared identifier 'acl'
if (! acl_errno_valid (saved_errno) && ! acl_extended_nontrivial (acl))

     ^
1 warning and 4 errors generated.
make[2]: *** [set-permissions.o] Error 1
make[1]: *** [all] Error 2
make: *** [lib] Error 2
make: *** Waiting for unfinished jobs....
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/emacs info
  GEN      ../../info/emacs.info
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/misc info
  GEN      ../../info/ada-mode.info
  GEN      ../../info/auth.info
  GEN      ../../info/autotype.info
[...]
  GEN      ../../info/widget.info
  GEN      ../../info/wisent.info
  GEN      ../../info/woman.info
  GEN      ../../info/efaq-w32.info


On Windows (MSYS2/MINGW64):

[...]
  CC       acl-errno-valid.o
  CC       acl-internal.o
  CCLD     cmdproxy.exe
  CC       get-permissions.o
  CCLD     ddeclient.exe
  CC       set-permissions.o
set-permissions.c: In function 'set_acls':
set-permissions.c:496:7: 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).
       ^
set-permissions.c:534:7: warning: implicit declaration of function 'acl_delete_def_file' [-Wimplicit-function-declaration]
       ret = acl_delete_def_file (name);
       ^
Makefile:1627: set di istruzioni per l'obiettivo "set-permissions.o" non riuscito
make[2]: *** [set-permissions.o] Errore 1
[...]
  CC       set-permissions.o
set-permissions.c: In function 'set_acls':
set-permissions.c:496:7: 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).
       ^
set-permissions.c:534:7: warning: implicit declaration of function 'acl_delete_def_file' [-Wimplicit-function-declaration]
       ret = acl_delete_def_file (name);
       ^
Makefile:1627: set di istruzioni per l'obiettivo "set-permissions.o" non riuscito
[...]


To build I used the same emacs-master.tar.gz file from git repo. I did successful builds with master more o less 10 days ago.


Ciao,
Angelo.



--- End Message ---
--- Begin Message --- Subject: Re: bug#20681: Build failure [MSYS2/MINGW64, OSX] Date: Thu, 28 May 2015 20:47:14 +0300
> Date: Thu, 28 May 2015 14:55:50 +0200
> From: Angelo Graziosi <address@hidden>
> 
> The build I tried with current master failed. This occurs in the 
> nextstep build on OSX and also in the MSYS2/MINGW64 on Windows. The same 
> master builds fine in the GTK build on GNU/Linux (but here there are 
> other issues; see bug #20677).
> 
> The failure looks the same.
> 
> On OSX:
> 
> [...]
>    GEN      dirent.h
>    GEN      fcntl.h
> /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
>    CC       acl-errno-valid.o
>    CC       acl-internal.o
>    CC       get-permissions.o
>    CC       set-permissions.o
> set-permissions.c:569:20: warning: incompatible pointer to integer 
> conversion passing 'acl_t' (aka 'struct _acl *') to parameter of type 
> 'int' [-Wint-conversion]
>            acl = acl_init (acl);
>                            ^~~
> /usr/include/sys/acl.h:149:27: note: passing argument to parameter 
> 'count' here
> extern acl_t    acl_init(int count);
>                               ^
> set-permissions.c:585:26: error: use of undeclared identifier 'acl'
>          ret = acl_set_fd (desc, acl);
>                                  ^
> set-permissions.c:587:47: error: use of undeclared identifier 'acl'
>          ret = acl_set_file (name, ACL_TYPE_EXTENDED, acl);
>                                                       ^
> set-permissions.c:590:27: error: use of undeclared identifier 'saved_errno'
>            if (! acl_errno_valid (saved_errno) && ! 
> acl_extended_nontrivial (acl))
>                                   ^
> set-permissions.c:590:70: error: use of undeclared identifier 'acl'
>            if (! acl_errno_valid (saved_errno) && ! 
> acl_extended_nontrivial (acl))
>  
>       ^
> 1 warning and 4 errors generated.
> make[2]: *** [set-permissions.o] Error 1

Should be fixed now.  (set-permissions.c cannot be compiled on MinGW,
and is unnecessary there, so I removed it from the build.)

P.S. Thanks to Paul who made this fix easy by merging the gnulib
changes in nt/gnulib.mk.


--- End Message ---

reply via email to

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