From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: compile 28.2 with checkinstall Date: Thu, 08 Dec 2022 17:41:24 +0200 Message-ID: <83359p3ntn.fsf@gnu.org> References: <83cz8v3ycs.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36412"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Laurent Arnoud Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 08 16:43:09 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 1p3J3F-0009DH-BP for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Dec 2022 16:43:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p3J1o-0000gk-FP; Thu, 08 Dec 2022 10:41:41 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3J1m-0000gJ-1v for emacs-devel@gnu.org; Thu, 08 Dec 2022 10:41:38 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3J1i-0001PE-8u; Thu, 08 Dec 2022 10:41:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=ZRQLEsIvGYivu2w1fz3z51UZCrx4AJVQkp4x4AUUcQE=; b=YcXJOIUcpa/w wSeCEwfs5RTibOabp46qYPiIhZ/a+3Tp33kNHb74cUq6wkk2w1mNqnKutlnNHGyr84DsVpgSTZzzY t0z2v59hV70KDfHBcvu36vopw4wtZ+aCvEbFTWcDbi3pIh406hSZrq/GEWTlQVSwHIX6Gxi1ZVnBb HHzqdSdRvYo87d5qD6AXdazeH9Fv5KMkAtTCu7URKS+hXODD/suMdEP9qDVIykADnqb3tucc7hEqc zuWrcihMxjDFX1n9/wDilKC/pcDittXkQMimpUmBiA/Cph+P8X9KRHc9r+kyEYyIRnEK5UOXYALCO Hj79CoUk06ypV4cVdLqNhQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3J1h-0003gl-Kz; Thu, 08 Dec 2022 10:41:33 -0500 In-Reply-To: (message from Laurent Arnoud on Thu, 8 Dec 2022 15:59:02 +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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301043 Archived-At: > From: Laurent Arnoud > Date: Thu, 8 Dec 2022 15:59:02 +0100 > Cc: emacs-devel@gnu.org > > Compressing *.el etc. ... > gzip: ../etc/publicsuffix.txt: No such file or directory > make: *** [Makefile:571: install-arch-indep] Error 1 > > **** Installation failed. Aborting package creation. > ``` > > When I tried to debug, I found that the `pwd` is on `/usr/local/share/emacs/28.2/lisp` at this step > with checkinstall. Thanks. But we have other installation commands that use just $(srcdir) (which is a relative directory, AFAICT), and they do work with checkinstall, so I wonder how is this one different.