From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: "Official" binary of Emacs-24.4 for MS-Windows Date: Fri, 24 Oct 2014 17:13:41 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1414163648 7318 80.91.229.3 (24 Oct 2014 15:14:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2014 15:14:08 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii , Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 24 17:14:02 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XhgYz-0007q9-PC for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2014 17:14:01 +0200 Original-Received: from localhost ([::1]:49121 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhgYz-00065H-A2 for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2014 11:14:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhgYl-000650-G4 for emacs-devel@gnu.org; Fri, 24 Oct 2014 11:13:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhgYk-0007iN-E6 for emacs-devel@gnu.org; Fri, 24 Oct 2014 11:13:47 -0400 Original-Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:39680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhgYg-0007hN-Bm; Fri, 24 Oct 2014 11:13:42 -0400 Original-Received: by mail-wi0-f170.google.com with SMTP id n3so1443260wiv.1 for ; Fri, 24 Oct 2014 08:13:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=I8grvUg0RMFEomtyoejqdzpYyiQ0rq9h0czJvBpDOr0=; b=a44BWU2CpHKTnCTHOLRJ/jrRtZ9mRvo1bhThGf/AgIy8lV4dh2aGPY2GDr4pA7FFW/ vcGqR/AcLtfTsXk/9iYwsGJEkFh6M4H7U5sRvSUvQuOONGV+du35V6NUU9y3Wwxo/nCI jVg5d9yvDBkre5tQlp+j9B9gaVqMi9hjH2KIxBLaeokAj0DZdtc/sOL9BFlXnLzu72Aa nZQTFcpTMMIqCx9cyvr+Uiha1fVpNwSvDOqNfeau24+FtTa/F5zoWkCZJI7qH2cWDayI efpOR1vdE1jrTdvvPLUV1ak+G7H1/MuywcA5Ecr3GBpb0uzgrKJ4nJ80iNrCwD5FGxo4 I8uw== X-Received: by 10.180.90.237 with SMTP id bz13mr4875521wib.50.1414163621074; Fri, 24 Oct 2014 08:13:41 -0700 (PDT) Original-Received: by 10.217.152.70 with HTTP; Fri, 24 Oct 2014 08:13:41 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22a X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175779 Archived-At: 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