Re: Build problem with temacs

2006-12-19 Thread Francis Wright

From: Eli Zaretskii [EMAIL PROTECTED]
To: Lennart Borgman [EMAIL PROTECTED]
Cc: emacs-pretest-bug@gnu.org; Francis Wright [EMAIL PROTECTED]
Sent: Tuesday, December 19, 2006 4:18 AM
Subject: Re: Build problem with temacs



Date: Tue, 19 Dec 2006 00:55:50 +0100
From: Lennart Borgman [EMAIL PROTECTED]
CC: Sven Axelsson [EMAIL PROTECTED],  emacs-pretest-bug@gnu.org

FYI cacls.exe comes with Windows.


Thanks, but Francis needs first to tell me that he can use cacls to
resolve the weird problem he had with executable permissions of
temacs.  Then I could add a call to cacls to the appropriate Makefile.


Thanks for the suggestion.  If I hit the problem again and am able to solve 
it by running cacls (or some similar command) then I'll let you know. 




___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Build problem with temacs

2006-12-18 Thread Juanma Barranquero

On 12/18/06, Eli Zaretskii [EMAIL PROTECTED] wrote:


Same here, but I never saw such a problem.  Strange...


Neither did I, on XP Home nor XP Pro, both with administrator permissions.

   /L/e/k/t/u


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Build problem with temacs

2006-12-18 Thread Eli Zaretskii
 Date: Mon, 18 Dec 2006 10:56:20 +0100
 From: Sven Axelsson [EMAIL PROTECTED]
 
 If needed you can manipulate the permission settings with SetACL
 (http://setacl.sourceforge.net/)

Thanks, but I'd like the Windows build procedure to require the
absolute minimum of tools that don't come with the basic installation.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Build problem with temacs

2006-12-18 Thread Lennart Borgman

Eli Zaretskii wrote:

Date: Mon, 18 Dec 2006 10:56:20 +0100
From: Sven Axelsson [EMAIL PROTECTED]

If needed you can manipulate the permission settings with SetACL
(http://setacl.sourceforge.net/)



Thanks, but I'd like the Windows build procedure to require the
absolute minimum of tools that don't come with the basic installation.
  


FYI cacls.exe comes with Windows.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Build problem with temacs

2006-12-18 Thread Eli Zaretskii
 Date: Tue, 19 Dec 2006 00:55:50 +0100
 From: Lennart Borgman [EMAIL PROTECTED]
 CC: Sven Axelsson [EMAIL PROTECTED],  emacs-pretest-bug@gnu.org
 
 FYI cacls.exe comes with Windows.

Thanks, but Francis needs first to tell me that he can use cacls to
resolve the weird problem he had with executable permissions of
temacs.  Then I could add a call to cacls to the appropriate Makefile.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Build problem with temacs

2006-12-16 Thread Francis Wright
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

My first attempt to build Emacs on this computer failed when the build
process tried to execute temacs.  This computer uses NTFS and it turned out
that temacs.exe was not executable.  (It was readable and writable, but not
executable.)  I gave temacs.exe execute permission by hand, reran make and
the build then completed correctly (as far as I can tell so far).  All the
other executable files appear to have been given execute permission
automatically.

My only other experience of building Emacs using a very similar build
environment was on a computer using a FAT file system, so this problem could
not arise.

In GNU Emacs 22.0.91.1 (i386-mingw-nt5.1.2600)
 of 2006-12-14 on CENTAUR
X server distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ENG
  locale-coding-system: cp1252
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  eldoc-mode: t
  show-paren-mode: t
  recentf-mode: t
  delete-selection-mode: t
  encoded-kbd-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
help-echo help-echo help-echo help-echo help-echo 
menu-bar help-menu report-emacs-bug

Recent messages:
File c:/Documents and Settings/fjw/My Documents/UG/CalcToSID.awk removed
from the recentf list
File c:/Documents and Settings/fjw/My Documents/UG/cwk12.csv removed from
the recentf list
File c:/Documents and Settings/fjw/My Documents/UG/CalcToSID1.awk removed
from the recentf list
File c:/Documents and Settings/fjw/My Documents/modules.txt removed from the
recentf list
Cleaning up the recentf list...done (12 removed)
Loading eldoc...done
For information about the GNU Project and its goals, type C-h C-p. [2 times]
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Build problem with temacs

2006-12-16 Thread Eli Zaretskii
 From: Francis Wright [EMAIL PROTECTED]
 Date: Sat, 16 Dec 2006 17:18:10 -
 
 I gave temacs.exe execute permission by hand, reran make and
 the build then completed correctly

What did you do to give it execute permission?  If it's a stock
Windows command, perhaps we should consider running it by default,
just in case.

 My only other experience of building Emacs using a very similar build
 environment was on a computer using a FAT file system, so this problem could
 not arise.

I doubt if this has to do anything with NTFS directly, because I
routinely build Emacs on 2 different NTFS-based machines, and never
saw such a problem.

I suspect that this has something to do with security permissions on
that system.  What version of Windows is that, and what privileges you
have, as a user, on it?


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug