From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: strange build error today: "Renaming: Invalid argument" Date: Thu, 03 Aug 2017 16:41:50 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87d18c8ju9.fsf@lifelogs.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1501793011 7643 195.159.176.226 (3 Aug 2017 20:43:31 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 3 Aug 2017 20:43:31 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 03 22:43:26 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ddMxp-0001dS-3x for ged-emacs-devel@m.gmane.org; Thu, 03 Aug 2017 22:43:25 +0200 Original-Received: from localhost ([::1]:50241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddMxu-0005fm-MT for ged-emacs-devel@m.gmane.org; Thu, 03 Aug 2017 16:43:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddMxL-0005fI-1J for emacs-devel@gnu.org; Thu, 03 Aug 2017 16:42:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddMxI-0006ey-6L for emacs-devel@gnu.org; Thu, 03 Aug 2017 16:42:55 -0400 Original-Received: from [195.159.176.226] (port=55460 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ddMxI-0006aw-0R for emacs-devel@gnu.org; Thu, 03 Aug 2017 16:42:52 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ddMwj-0006ff-HL for emacs-devel@gnu.org; Thu, 03 Aug 2017 22:42:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 35 Original-X-Complaints-To: usenet@blaine.gmane.org X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Cancel-Lock: sha1:xVukOlKjKBdpalqpFqi5gdYaidY= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:217274 Archived-At: I did `make bootstrap` to no avail. FWIW I'm using an encrypted partition on Ubuntu 17.04 as my home directory, in case it matters--maybe this only happens in that setup. git bisect says the issue is with this commit, which relates to the error message. commit 1f9f514e7c2ba41b0954d0141f99652f6a53a107 Author: Paul Eggert Date: Wed Aug 2 01:53:46 2017 -0700 When renaming a file, ask only if EEXIST or ENOSYS Thanks! Ted % git status (clean tree) % make distclean; ./autogen.sh all; ./configure --with-modules ; make -j10 ... GEN net/tramp-loaddefs.el Source file ‘/home/tzz/source/emacs/emacs/lisp/emacs-lisp/map.el’ newer than byte-compiled file Source file ‘/home/tzz/source/emacs/emacs/lisp/emacs-lisp/cl-lib.el’ newer than byte-compiled file Source file ‘/home/tzz/source/emacs/emacs/lisp/emacs-lisp/gv.el’ newer than byte-compiled file Renaming: Invalid argument, /home/tzz/source/emacs/emacs/lisp/net/tramp-loaddefs.el198334G4, /home/tzz/source/emacs/emacs/lisp/net/tramp-loaddefs.el Makefile:424: recipe for target 'net/tramp-loaddefs.el' failed make[2]: *** [net/tramp-loaddefs.el] Error 255 % git status Untracked files: admin/unidata/unidata-gen.elc198064G4 admin/unidata/uvs.elc198044G4 lisp/net/tramp-loaddefs.el198114G4 lisp/net/tramp-loaddefs.el198334G4