all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* "Official" binary of Emacs-24.4 for MS-Windows
@ 2014-10-24 15:13 Dani Moncayo
  2014-10-24 15:17 ` Windows build pipeline - " Nic Ferrier
                   ` (2 more replies)
  0 siblings, 3 replies; 38+ messages in thread
From: Dani Moncayo @ 2014-10-24 15:13 UTC (permalink / raw)
  To: Eli Zaretskii, Glenn Morris; +Cc: Emacs development discussions

Hello Eli and Glenn,

I've followed your advice for making an "official" binary distribution
of Emacs-24.4 for MS-Windows [1][2], and this is what I've got:

20 hours ago, I sent an email to "ftp-upload@gnu.org", asking for
upload rights to the GNU FTP site.  Still without answer (I don't know
how long this use to take).

I've just tried to make the binary, but after stripping temacs.exe,
this is what happens when I try to re-dump emacs.exe:

----------
Dani@LEG570 $ strip temacs.exe
Dani@LEG570 $ make
cd ../lisp; make  update-subdirs
make[1]: Entering directory `/usr/home/dani/emacs/emacs-24.4-build/lisp'
for file in `find ../../emacs-24.4/lisp -type d -print`; do  case
$file in  ../../emacs-24.4/lisp*/cedet* | ../../emacs-
24.4/lisp*/leim* ) ;;  *) wins="$wins${wins:+ }$file" ;;  esac;  done; \
for file in $wins; do \
   ../../emacs-24.4/lisp/../build-aux/update-subdirs $file; \
done;
make[1]: Leaving directory `/usr/home/dani/emacs/emacs-24.4-build/lisp'
if test "no" = "yes"; then \
  rm -f bootstrap-emacs.exe; \
  ln temacs.exe bootstrap-emacs.exe; \
else \
  ./temacs --batch --load loadup bootstrap || exit 1; \
  test "X" = X ||  -zex emacs.exe; \
  mv -f emacs.exe bootstrap-emacs.exe; \
fi
/bin/sh: line 4: ./temacs: Bad file number
Makefile:815: recipe for target `bootstrap-emacs.exe' failed
make: *** [bootstrap-emacs.exe] Error 1
Dani@LEG570 $ rm emacs.exe
Dani@LEG570 $ rm emacs-24.4.1.exe
Dani@LEG570 $ make
cd ../lisp; make  update-subdirs
make[1]: Entering directory `/usr/home/dani/emacs/emacs-24.4-build/lisp'
for file in `find ../../emacs-24.4/lisp -type d -print`; do  case
$file in  ../../emacs-24.4/lisp*/cedet* | ../../emacs-
24.4/lisp*/leim* ) ;;  *) wins="$wins${wins:+ }$file" ;;  esac;  done; \
for file in $wins; do \
   ../../emacs-24.4/lisp/../build-aux/update-subdirs $file; \
done;
make[1]: Leaving directory `/usr/home/dani/emacs/emacs-24.4-build/lisp'
if test "no" = "yes"; then \
  rm -f bootstrap-emacs.exe; \
  ln temacs.exe bootstrap-emacs.exe; \
else \
  ./temacs --batch --load loadup bootstrap || exit 1; \
  test "X" = X ||  -zex emacs.exe; \
  mv -f emacs.exe bootstrap-emacs.exe; \
fi
/bin/sh: line 4: ./temacs: Bad file number
Makefile:815: recipe for target `bootstrap-emacs.exe' failed
make: *** [bootstrap-emacs.exe] Error 1
----------

Do you know where the problem is?

TIA.

--
Dani Moncayo

---------------
[1] http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-10/msg01000.html
[2] http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-10/msg00995.html



^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2014-11-15 15:31 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-24 15:13 "Official" binary of Emacs-24.4 for MS-Windows Dani Moncayo
2014-10-24 15:17 ` Windows build pipeline - " Nic Ferrier
2014-10-24 15:42   ` Dani Moncayo
2014-10-24 15:55 ` Eli Zaretskii
2014-10-24 15:56   ` Dani Moncayo
2014-10-24 17:26     ` Eli Zaretskii
2014-10-24 18:03       ` Dani Moncayo
2014-10-24 19:29         ` Eli Zaretskii
2014-10-24 20:21           ` Dani Moncayo
2014-10-25  6:28             ` Eli Zaretskii
2014-10-25  8:00               ` Dani Moncayo
2014-10-25  8:11                 ` Eli Zaretskii
2014-10-25  8:39                   ` Dani Moncayo
2014-10-25  9:23                     ` Eli Zaretskii
2014-10-25  9:31                       ` Dani Moncayo
2014-10-25  9:37                         ` Eli Zaretskii
2014-10-25 11:08                           ` Dani Moncayo
2014-10-25 11:36                             ` Eli Zaretskii
2014-10-25 13:27                               ` Dani Moncayo
2014-10-30 15:04                                 ` Dani Moncayo
2014-10-30 15:58                                   ` Eli Zaretskii
2014-10-25  8:38                 ` Glenn Morris
2014-10-30 15:06                   ` Dani Moncayo
2014-10-30 15:25                     ` Glenn Morris
2014-11-10  5:34 ` Eli Zaretskii
2014-11-10  7:29   ` Dani Moncayo
2014-11-10  7:34     ` Dani Moncayo
2014-11-10 10:49     ` Eli Zaretskii
2014-11-12 12:02       ` Dani Moncayo
2014-11-12 13:59         ` Thorsten Jolitz
2014-11-12 14:02           ` Dani Moncayo
2014-11-12 15:44             ` Thorsten Jolitz
2014-11-12 17:39           ` Alexander Shukaev
2014-11-13  9:57             ` Thorsten Jolitz
2014-11-15 12:09         ` Dani Moncayo
2014-11-15 13:03           ` Eli Zaretskii
     [not found]           ` <<83egt4fwf4.fsf@gnu.org>
2014-11-15 14:53             ` Drew Adams
2014-11-15 15:31           ` Stefan Monnier

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.