GNU bug report logs -
#20692
Build failure (cygwin)
Previous Next
Reported by: Dani Moncayo <dmoncayo <at> gmail.com>
Date: Fri, 29 May 2015 15:10:03 UTC
Severity: normal
Merged with 20681
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 20692 in the body.
You can then email your comments to 20692 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#20692
; Package
emacs
.
(Fri, 29 May 2015 15:10:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Dani Moncayo <dmoncayo <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 29 May 2015 15:10:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This is how I use to build Emacs for Cygwin:
$ cd $sourcepath
$ ./autogen.sh
$ cd $buildpath
$ $sourcepath/configure --with-w32
$ make
Well, I've just got this error when trying to make the above build:
make[2]: Entering directory '/cygdrive/c/emacs/build/x86-64-cygwin/build2/lib'
CC set-permissions.o
../../../../src/repo/lib/set-permissions.c: In function ‘set_acls’:
../../../../src/repo/lib/set-permissions.c:614:28: error: ‘count’
undeclared (first use in this function)
ret = facl (desc, SETACL, count, entries);
^
../../../../src/repo/lib/set-permissions.c:614:28: note: each
undeclared identifier is reported only once for each function it
appears in
../../../../src/repo/lib/set-permissions.c:614:35: error: ‘entries’
undeclared (first use in this function)
ret = facl (desc, SETACL, count, entries);
^
Makefile:1561: recipe for target 'set-permissions.o' failed
make[2]: *** [set-permissions.o] Error 1
make[2]: Leaving directory '/cygdrive/c/emacs/build/x86-64-cygwin/build2/lib'
Makefile:1432: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/cygdrive/c/emacs/build/x86-64-cygwin/build2/lib'
Makefile:385: recipe for target 'lib' failed
make: *** [lib] Error 2
--
Dani Moncayo
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#20692
; Package
emacs
.
(Fri, 29 May 2015 15:19:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 20692 <at> debbugs.gnu.org (full text, mbox):
You know, I was /just/ writing up an email to emacs-devel about this.
I've confirmed that the problem lies in Paul's recent commit "Merge from
gnulib" sha 6c52e9b93b68795d1876718d8f3c1d57bf7f6d91. I'm not really
sure exactly what the cause is, but I believe it's something wrong with
the preprocessor logic.
- Nick
Forcibly Merged 20681 20692.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Fri, 29 May 2015 22:44:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 30 Jun 2015 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 353 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.