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: Re: Building Emacs from a new MinGW environment Date: Fri, 13 Sep 2013 16:31:41 +0200 Message-ID: References: <83sixwfdjk.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1379082718 23844 80.91.229.3 (13 Sep 2013 14:31:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Sep 2013 14:31:58 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 13 16:32:02 2013 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 1VKUPh-0003Ie-Dh for ged-emacs-devel@m.gmane.org; Fri, 13 Sep 2013 16:32:01 +0200 Original-Received: from localhost ([::1]:47366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKUPh-0005Of-0s for ged-emacs-devel@m.gmane.org; Fri, 13 Sep 2013 10:32:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKUPZ-0005OL-Mi for emacs-devel@gnu.org; Fri, 13 Sep 2013 10:31:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKUPV-0008TL-0D for emacs-devel@gnu.org; Fri, 13 Sep 2013 10:31:53 -0400 Original-Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:58444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKUPP-0008S9-8m; Fri, 13 Sep 2013 10:31:43 -0400 Original-Received: by mail-la0-f48.google.com with SMTP id er20so1071729lab.7 for ; Fri, 13 Sep 2013 07:31:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bpT248xy+wATk3ncZYvjmHR+pbv7OEmrnleLIcnqG/4=; b=si5Ia7EUqSd02xBVv/e/e73TfImThzSJF0heuwl1SIEHEvRHHhXDItU82cprVxfdtE Qq/BqEueX9bPOM1A7J3Ib+rE+l1nNuJdGKjS5ydV4l2Fy61yzcAaz6YC+pZx4zrNqVHT REangZFM3KnjsUL058fJbpS0odMSlgWO+SirXUy+FnzHKjvDIaF4+xu6B5AK9cndAN8l jwH+xhV7EdMm3pGghQgYWcHETBX2hJu6+JvreXtOFDaHNrmTXpYicmusC390xKoycgRv 8ff8uzB7ByImxu7sJRbAoyx1It83rvr+tjQe5K+UpK6mxtLpMKeP3Q83VS5zPhAxD8xX 3VHA== X-Received: by 10.152.116.7 with SMTP id js7mr11189721lab.11.1379082701447; Fri, 13 Sep 2013 07:31:41 -0700 (PDT) Original-Received: by 10.114.176.231 with HTTP; Fri, 13 Sep 2013 07:31:41 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::230 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:163328 Archived-At: On Mon, Aug 26, 2013 at 10:08 PM, Dani Moncayo wrote: >> So I advise you to stay with 3.20 for the time being, as I currently >> see no way of reconciling these incompatibilities > > Ok, I'll stick for the moment to the old environment. Thanks for the info. Hi Eli, A couple of days ago, I screwed up my build environment by mistake, and since currently we cannot create such environment automatically (with the "mingw-get" package manager), because of the incompatibilities you pointed out, I've had to re-create the MinGW environment via the "manual" method. And I've _almost_ succeeded :), but "make bootstrap" fails at some point after dumping "temacs.exe". The last messages from "make bootstrap" are below. I've been searching the internet looking for one solution, but I've failed so far. Perhaps you could help me out. TIA. Dumping from temacs.tmp to temacs.exe test "no" = "yes" || \ test "X" = X || -r temacs.exe cd ../lisp; make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 - --jobserver-fds=3,4 - --jobserver-fds=3,4 -j update-subdirs make[3]: Entering directory `/home/dani/emacs/build/lisp' cd /home/dani/emacs/emacs.git/lisp; subdirs=`find . -type d -print`; for file in $subdirs; do case $file in */.* | */.*/* | */=* | */cedet* ) ;; *) wins="$wins${wins:+ }$file" ;; esac; done; \ for file in $wins; do \ /home/dani/emacs/emacs.git/build-aux/update-subdirs $file; \ done; make[3]: Leaving directory `/home/dani/emacs/build/lisp' if test "no" = "yes"; then \ rm -f bootstrap-emacs.exe; \ ln temacs.exe bootstrap-emacs.exe; \ else \ `/bin/pwd`/temacs --batch --load loadup bootstrap || exit 1; \ test "X" = X || -zex emacs.exe; \ mv -f emacs.exe bootstrap-emacs.exe; \ fi Warning: arch-independent data dir `%emacs_dir%/share/emacs/24.3.50/etc/': Permission denied Error: charsets directory not found: c:/msys/home/dani/emacs/build/src/%emacs_dir%/share/emacs/24.3.50/etc/charsets Emacs will not function correctly without the character map files. Please check your installation! Makefile:834: recipe for target `bootstrap-emacs.exe' failed make[2]: *** [bootstrap-emacs.exe] Error 1 make[2]: Leaving directory `/home/dani/emacs/build/src' Makefile:381: recipe for target `src' failed make[1]: *** [src] Error 2 make[1]: Leaving directory `/home/dani/emacs/build' Makefile:1060: recipe for target `bootstrap' failed make: *** [bootstrap] Error 2 -- Dani Moncayo