From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: Emacs with native comp on win7 produces wrong line endings in autoloads files Date: Sat, 29 Jan 2022 12:24:21 +0100 Message-ID: <865yq2aioq.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35635"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: emacs-devel@gnu.org To: Loreno Heer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 29 12:29:35 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nDlvA-00090S-RI for ged-emacs-devel@m.gmane-mx.org; Sat, 29 Jan 2022 12:29:33 +0100 Original-Received: from localhost ([::1]:56236 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nDlv9-0004bD-7f for ged-emacs-devel@m.gmane-mx.org; Sat, 29 Jan 2022 06:29:31 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56828) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDlqP-0003Nm-Ls for emacs-devel@gnu.org; Sat, 29 Jan 2022 06:24:37 -0500 Original-Received: from [2001:470:142:3::e] (port=49852 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDlqO-0006vT-JT; Sat, 29 Jan 2022 06:24:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=0GsK14ft/Rm0LnzuG6uOseUycRa3rY4Rfq9BqsFUJVo=; b=HNc55v/F9PtKcXqVOJsb hkG47OsttN/N8enrJxJ6weofTVTlKD2HdzqG6XJIxkxfpN89uZDamNsA34RTJh3+bJtllGOkDYEtJ j7PEsii3GvYctLZ/ZYowoYsmsn5+KLwYxWpngAluqYy1ZadqoSmUsIB82VhTD+9CFhTQ+f9tout4m u3rXH5sEem7XiokVUuI9iCXn6P8KJYzi8yvxkvlU7NYEkvVKG6roKE4Brh4X9fSmwg8jiAckOWm/w J4VbLdnc6P2hhFoWm8Clr92sM2nHV+v+qW+ZQeD7SJNYsIeA1Fm+86GpjzZaOtI6AsVX4SG9RT85A 46l7n5QQgSraFg==; Original-Received: from p4fe3e9f7.dip0.t-ipconnect.de ([79.227.233.247]:62310 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDlqO-00030W-6m; Sat, 29 Jan 2022 06:24:36 -0500 In-Reply-To: (Loreno Heer's message of "Sat, 29 Jan 2022 10:24:51 +0100") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:285550 Archived-At: Loreno Heer writes: > Just compiled the latest master branch on git, with native comp > on win 7. usually this works well. but now there seems to be a problem > with the generated autoloads files, whenever a package is installed. > > Compiling file > c:/Users/User/AppData/Roaming/.emacs.d/elpa/pdf-tools-20220125.1708/pdf-tools-autoloads.el > at Sat Jan 29 10:24:21 2022 > pdf-tools-autoloads.el: Error: End of file during parsing See bug 53529 and this message[1] for a possible solution (which I haven't tested yet.) Best, Arash Footnotes: [1] https://lists.gnu.org/archive/html/bug-gnu-emacs/2022-01/msg02013.html