From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#34322: reproducibility: absolute file name in tramp.elc Date: Mon, 04 Feb 2019 17:58:50 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="31377"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) To: 34322@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 04 23:59:51 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gqnDS-000861-Rq for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Feb 2019 23:59:50 +0100 Original-Received: from localhost ([127.0.0.1]:50612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqnDR-0000Nl-Pc for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Feb 2019 17:59:49 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:44007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqnCk-0008PE-CD for bug-gnu-emacs@gnu.org; Mon, 04 Feb 2019 17:59:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqnCi-00058z-Fy for bug-gnu-emacs@gnu.org; Mon, 04 Feb 2019 17:59:05 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60581) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gqnCg-00055w-O5 for bug-gnu-emacs@gnu.org; Mon, 04 Feb 2019 17:59:04 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gqnCg-0004lG-Fx for bug-gnu-emacs@gnu.org; Mon, 04 Feb 2019 17:59:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 04 Feb 2019 22:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 34322 X-GNU-PR-Package: emacs X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.154932113818290 (code B ref -1); Mon, 04 Feb 2019 22:59:02 +0000 Original-Received: (at submit) by debbugs.gnu.org; 4 Feb 2019 22:58:58 +0000 Original-Received: from localhost ([127.0.0.1]:59862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gqnCb-0004kw-UD for submit@debbugs.gnu.org; Mon, 04 Feb 2019 17:58:58 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:57781) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gqnCa-0004kj-4G for submit@debbugs.gnu.org; Mon, 04 Feb 2019 17:58:56 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqnCU-0004sd-Pm for submit@debbugs.gnu.org; Mon, 04 Feb 2019 17:58:50 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1gqnCU-0006gw-MJ; Mon, 04 Feb 2019 17:58:50 -0500 X-Spook: afsatcom Sarin Social media Power lines Cyber terror X-Ran: ]\N2Ji,S\&IA7c)`OSzyh5h%1W List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:155096 Archived-At: Package: emacs Version: 26.1.91 Severity: minor Perhaps the same issue as https://debbugs.gnu.org/34321 . The definition of tramp-lookup-syntax in tramp.elc contains the absolute file name of the build directory, making the file non-reproducible. Eg in the 26.1.91 pretest tarfile, it contains "/home/nico/work/emacs-26/lisp/net/tramp-compat.elc"