all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dani Moncayo <dmoncayo@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>, Glenn Morris <rgm@gnu.org>
Cc: Emacs development discussions <emacs-devel@gnu.org>
Subject: "Official" binary of Emacs-24.4 for MS-Windows
Date: Fri, 24 Oct 2014 17:13:41 +0200	[thread overview]
Message-ID: <CAH8Pv0is274XwtZHT=UXpDjwd1PsvcrnuSbZKrAuwm1PTZs-uQ@mail.gmail.com> (raw)

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



             reply	other threads:[~2014-10-24 15:13 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-24 15:13 Dani Moncayo [this message]
2014-10-24 15:17 ` Windows build pipeline - Re: "Official" binary of Emacs-24.4 for MS-Windows 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

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='CAH8Pv0is274XwtZHT=UXpDjwd1PsvcrnuSbZKrAuwm1PTZs-uQ@mail.gmail.com' \
    --to=dmoncayo@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@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.