From unknown Wed Sep 10 09:57:56 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#18383 <18383@debbugs.gnu.org> To: bug#18383 <18383@debbugs.gnu.org> Subject: Status: Build failure Reply-To: bug#18383 <18383@debbugs.gnu.org> Date: Wed, 10 Sep 2025 16:57:56 +0000 retitle 18383 Build failure reassign 18383 emacs submitter 18383 Angelo Graziosi severity 18383 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 01 15:20:54 2014 Received: (at submit) by debbugs.gnu.org; 1 Sep 2014 19:20:54 +0000 Received: from localhost ([127.0.0.1]:55890 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XOX9p-0003Ov-MX for submit@debbugs.gnu.org; Mon, 01 Sep 2014 15:20:54 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43242) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XOX9n-0003Oi-B1 for submit@debbugs.gnu.org; Mon, 01 Sep 2014 15:20:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOX9X-00022J-Pu for submit@debbugs.gnu.org; Mon, 01 Sep 2014 15:20:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOX9X-00022D-Dq for submit@debbugs.gnu.org; Mon, 01 Sep 2014 15:20:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOX9P-0001Rt-Hk for bug-gnu-emacs@gnu.org; Mon, 01 Sep 2014 15:20:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOX9I-0001zV-1J for bug-gnu-emacs@gnu.org; Mon, 01 Sep 2014 15:20:27 -0400 Received: from smtp204.alice.it ([82.57.200.100]:45592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOX9H-0001zG-N8 for bug-gnu-emacs@gnu.org; Mon, 01 Sep 2014 15:20:19 -0400 Received: from [192.168.1.100] (79.2.26.156) by smtp204.alice.it (8.6.060.28) (authenticated as angelo.graziosi@alice.it) id 52E53D4F2586A533; Mon, 1 Sep 2014 21:20:18 +0200 Message-ID: <5404C6E8.1070304@alice.it> Date: Mon, 01 Sep 2014 21:20:08 +0200 From: Angelo Graziosi User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: Build failure Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: Dmitry Antipov X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Current trun, rev. 117801, fails to build (I tried on MSYS2-MinGW64) with this compiler error: gcc -std=gnu99 -c -mtune=generic -DUSE_CRT_DLL=1 -I /tmp/emacs/nt/inc -Demacs -I. -I. -I../lib -I../lib -mtune=generic -IC:/msys64/mingw64/include/librsvg-2.0 -IC:/msys64/mingw64/include/gdk-pixbuf-2.0 -pthread -IC:/msys64/mingw64/include/cairo -IC:/msys64/mingw64/include/glib-2.0 -IC:/msys64/mingw64/lib/glib-2.0/include -mms-bitfields -IC:/msys64/mingw64/include/pixman-1 -I/mingw64/include/libpng16 -I/mingw64/include/harfbuzz -IC:/msys64/mingw64/include -I/mingw64/include/freetype2 -IC:/msys64/mingw64/include/libpng16 -IC:/msys64/mingw64/include/libxml2 -IC:/msys64/mingw64/include/dbus-1.0 -IC:/msys64/mingw64/lib/dbus-1.0/include -MMD -MF deps/fileio.d -MP -IC:/msys64/mingw64/include/p11-kit-1 -IC:/msys64/mingw64/include -I/mingw64/include/noX -Ofast -g0 -pipe fileio.c fileio.c: In function 'Fexpand_file_name': fileio.c:1345:26: error: 'aidr' undeclared (first use in this function) newdirlen = strlen (aidr); ^ fileio.c:1345:26: note: each undeclared identifier is reported only once for each function it appears in maybe this change was the origin of failure: 2014-09-01 Dmitry Antipov Avoid extra calls to strlen in filesystem I/O routines. * fileio.c (Fexpand_file_name): Avoid calls to strlen if the length of 'newdir' is known or may be precalculated. (file_accessible_directory_p): Prefer to pass Lisp_Object, not 'char *', and so use precalculated length. (Ffile_accessible_directory_p): [...] Ciao, Angelo. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 01 16:15:46 2014 Received: (at submit) by debbugs.gnu.org; 1 Sep 2014 20:15:46 +0000 Received: from localhost ([127.0.0.1]:55922 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XOY0v-0004mo-Dg for submit@debbugs.gnu.org; Mon, 01 Sep 2014 16:15:45 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50625) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XOY0s-0004mb-Uu for submit@debbugs.gnu.org; Mon, 01 Sep 2014 16:15:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOY0d-0003GI-Nn for submit@debbugs.gnu.org; Mon, 01 Sep 2014 16:15:37 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOY0d-0003G8-FJ for submit@debbugs.gnu.org; Mon, 01 Sep 2014 16:15:27 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOY0V-0001QJ-R2 for bug-gnu-emacs@gnu.org; Mon, 01 Sep 2014 16:15:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOY0O-00035y-9j for bug-gnu-emacs@gnu.org; Mon, 01 Sep 2014 16:15:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:42185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOY0O-00035k-2z for bug-gnu-emacs@gnu.org; Mon, 01 Sep 2014 16:15:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XOY0K-0002WV-39 for bug-gnu-emacs@gnu.org; Mon, 01 Sep 2014 22:15:08 +0200 Received: from 82-69-64-228.dsl.in-addr.zen.co.uk ([82.69.64.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Sep 2014 22:15:08 +0200 Received: from andrewjmoreton by 82-69-64-228.dsl.in-addr.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Sep 2014 22:15:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: bug-gnu-emacs@gnu.org From: Andy Moreton Subject: Re: bug#18383: Build failure Date: Mon, 01 Sep 2014 21:14:54 +0100 Lines: 46 Message-ID: <86k35n85dt.fsf@gmail.com> References: <5404C6E8.1070304@alice.it> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 82-69-64-228.dsl.in-addr.zen.co.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (windows-nt) Cancel-Lock: sha1:/9ZYdRub/Fpu7RVn/pWYl4DG21E= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) On Mon 01 Sep 2014, Angelo Graziosi wrote: > Current trun, rev. 117801, fails to build (I tried on MSYS2-MinGW64) with this > compiler error: > > gcc -std=gnu99 -c -mtune=generic -DUSE_CRT_DLL=1 -I /tmp/emacs/nt/inc > -Demacs -I. -I. -I../lib -I../lib -mtune=generic > -IC:/msys64/mingw64/include/librsvg-2.0 > -IC:/msys64/mingw64/include/gdk-pixbuf-2.0 -pthread > -IC:/msys64/mingw64/include/cairo -IC:/msys64/mingw64/include/glib-2.0 > -IC:/msys64/mingw64/lib/glib-2.0/include -mms-bitfields > -IC:/msys64/mingw64/include/pixman-1 -I/mingw64/include/libpng16 > -I/mingw64/include/harfbuzz -IC:/msys64/mingw64/include > -I/mingw64/include/freetype2 -IC:/msys64/mingw64/include/libpng16 > -IC:/msys64/mingw64/include/libxml2 -IC:/msys64/mingw64/include/dbus-1.0 > -IC:/msys64/mingw64/lib/dbus-1.0/include -MMD -MF deps/fileio.d -MP > -IC:/msys64/mingw64/include/p11-kit-1 > -IC:/msys64/mingw64/include -I/mingw64/include/noX -Ofast -g0 -pipe > fileio.c > fileio.c: In function 'Fexpand_file_name': > fileio.c:1345:26: error: 'aidr' undeclared (first use in this function) > newdirlen = strlen (aidr); > ^ > fileio.c:1345:26: note: each undeclared identifier is reported only once for > each function it appears in > It looks like a typo in r117801. This fixed the Mingw64 build for me: === modified file 'src/fileio.c' --- src/fileio.c 2014-09-01 16:05:43 +0000 +++ src/fileio.c 2014-09-01 20:10:44 +0000 @@ -1342,7 +1342,7 @@ memcpy (adir, SSDATA (tem), newdirlen + 1); } else - newdirlen = strlen (aidr); + newdirlen = strlen (adir); newdir = adir; } HTH, AndyM From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 02 02:51:38 2014 Received: (at control) by debbugs.gnu.org; 2 Sep 2014 06:51:38 +0000 Received: from localhost ([127.0.0.1]:56335 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XOhwH-0003lz-Oy for submit@debbugs.gnu.org; Tue, 02 Sep 2014 02:51:37 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:52030 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XOhwG-0003lr-8t for control@debbugs.gnu.org; Tue, 02 Sep 2014 02:51:36 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XOhwF-0001gE-Vd for control@debbugs.gnu.org; Tue, 02 Sep 2014 02:51:36 -0400 Date: Tue, 02 Sep 2014 02:51:35 -0400 Message-Id: Subject: control message for bug 18383 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.7 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.7 (------) close 18383 From unknown Wed Sep 10 09:57:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 30 Sep 2014 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator