From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Newsgroups: gmane.emacs.devel Subject: Re: building emacs-dynamic-modules on Windows Msys64 mingw32 Date: Sat, 25 Oct 2014 15:49:41 +0200 Message-ID: References: <85oat19ksm.fsf@stephe-leake.org> <83bnp064k3.fsf@gnu.org> <85h9ys9vzz.fsf@stephe-leake.org> <83siic48hw.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1414244994 351 80.91.229.3 (25 Oct 2014 13:49:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Oct 2014 13:49:54 +0000 (UTC) Cc: Stephen Leake , Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 25 15:49:49 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 1Xi1j3-0003x1-0s for ged-emacs-devel@m.gmane.org; Sat, 25 Oct 2014 15:49:49 +0200 Original-Received: from localhost ([::1]:53554 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xi1j2-0006NC-Eo for ged-emacs-devel@m.gmane.org; Sat, 25 Oct 2014 09:49:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xi1iz-0006Mw-4p for emacs-devel@gnu.org; Sat, 25 Oct 2014 09:49:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xi1iy-0004c0-48 for emacs-devel@gnu.org; Sat, 25 Oct 2014 09:49:45 -0400 Original-Received: from mail-qg0-x22c.google.com ([2607:f8b0:400d:c04::22c]:57485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xi1iw-0004bg-MU; Sat, 25 Oct 2014 09:49:42 -0400 Original-Received: by mail-qg0-f44.google.com with SMTP id j5so2167324qga.17 for ; Sat, 25 Oct 2014 06:49:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=2Ha16R4kZISUhGTOXwzsO2OtfIiF51YBhnkYLBajpm0=; b=C8Rsr9ubwfwKWs1kmw4ydPhmnmamwzeMzNkzvIL3jJWZEz0ysjLjFdsoogHGMiuadV 3WzildeFB1lWo5VG3lVQa0kJJBT/EI8AbILcYrJJVkq689Syd9UfVrYi1Td8F3x3t7Yf /75WqSSPCd8lSjOlqmfBAcQ8IYoUq2GNaqy9e8mYju43nozQY4K83AcwrTSHuj2ewV6B 1ow8kdiRWdIN7y/D7PBfQAPrQjTBvrC7N4E9pVsuIiNAfaCS/Zk5kzrCw47EE2bc5BP8 XNpMQGdYMOIkwx0VprQOjgDGhv8zwDAoSC/vus2iDhwmMPKBlmlfIeEzXIbV8lxwOam7 kzog== X-Received: by 10.224.166.6 with SMTP id k6mr16151140qay.57.1414244981457; Sat, 25 Oct 2014 06:49:41 -0700 (PDT) Original-Received: by 10.140.95.34 with HTTP; Sat, 25 Oct 2014 06:49:41 -0700 (PDT) In-Reply-To: <83siic48hw.fsf@gnu.org> X-Google-Sender-Auth: dtbxrGQUG1nuxNk8CbiZKQzg7lw X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::22c 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:175828 Archived-At: Hi, Stephen has the same bug I described in my announcement (on a linux system). http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00292.html On Sat, Oct 25, 2014 at 2:52 PM, Eli Zaretskii wrote: > I actually find this all very strange: the git repo claims to have > started in July 2014, but doesn't say which Emacs branch it was forked > off. And I don't think we had any problems like this in July on any > of the 2 active branches. > > So maybe the person who did that should chime in and explain what he > did, instead of us trying to second-guess him. I downloaded a tarball of the repo at the last commit on the trunk branch but I forgot to write down the actual commit id, sorry. The only thing I have is the creation time of the files in the zip: 2014-07-01. My working directory builds successfully but it seems cloning the repo breaks it. I suspect some files that are needed for the build were not added (because of .gitignore maybe) when I created the repo from the zip content. Given the previous date, my repo was probably base on a commit between rev 117456 and rev 117461 included (6 commits).