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#34321: reproducibility: absolute file name in newst-treeview.elc Date: Mon, 04 Feb 2019 17:55:09 -0500 Message-ID: <74ef8njh9u.fsf@fencepost.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="38107"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) To: 34321@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Feb 05 00:01:18 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 1gqnEs-0009mc-GS for geb-bug-gnu-emacs@m.gmane.org; Tue, 05 Feb 2019 00:01:18 +0100 Original-Received: from localhost ([127.0.0.1]:50658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqnEr-0001i0-F8 for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Feb 2019 18:01:17 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqn9p-00061C-TI for bug-gnu-emacs@gnu.org; Mon, 04 Feb 2019 17:56:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqn9n-0002mg-Tp for bug-gnu-emacs@gnu.org; Mon, 04 Feb 2019 17:56:05 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60576) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gqn9m-0002lP-Os for bug-gnu-emacs@gnu.org; Mon, 04 Feb 2019 17:56:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gqn9m-0004gb-MS for bug-gnu-emacs@gnu.org; Mon, 04 Feb 2019 17:56: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:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 34321 X-GNU-PR-Package: emacs X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.154932092017937 (code B ref -1); Mon, 04 Feb 2019 22:56:02 +0000 Original-Received: (at submit) by debbugs.gnu.org; 4 Feb 2019 22:55:20 +0000 Original-Received: from localhost ([127.0.0.1]:59854 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gqn94-0004fD-3r for submit@debbugs.gnu.org; Mon, 04 Feb 2019 17:55:20 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56314) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gqn92-0004ez-9w for submit@debbugs.gnu.org; Mon, 04 Feb 2019 17:55:16 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqn8x-0002ML-40 for submit@debbugs.gnu.org; Mon, 04 Feb 2019 17:55:11 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1gqn8v-0001ij-WD; Mon, 04 Feb 2019 17:55:10 -0500 X-Spook: Power South Africa Al Qaeda Arabian Peninsula Virual X-Ran: A1H)8,DW'a#dk?|'VdDzacgb;{d[ 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:155097 Archived-At: Package: emacs Version: 26.1.91 Severity: minor For some reason, the definition of newsticker--group-shift in the compiled file newst-treeview.elc ends up containing a string that points to the build directory. Eg in the 26.1.91 pretest tarfile, it is: "/home/nico/work/emacs-26/lisp/emacs-lisp/cl-extra.elc" This means that newst-treeview.elc is non-reproducible (contents change as build directory changes). (Issued spotted in https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/emacs.html )