From debbugs-submit-bounces@debbugs.gnu.org Thu May 30 07:24:28 2019 Received: (at 35999) by debbugs.gnu.org; 30 May 2019 11:24:28 +0000 Received: from localhost ([127.0.0.1]:60852 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hWJAa-0003SJ-5T for submit@debbugs.gnu.org; Thu, 30 May 2019 07:24:28 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21250) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hWJAW-0003S3-By for 35999@debbugs.gnu.org; Thu, 30 May 2019 07:24:25 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1559201851; cv=none; d=zoho.com; s=zohoarc; b=K/1h+I4f96NApK4rfsm7s8gr5Kk441H1QdgfOlcKA1wgP9jkIOYfwb2C7qi73JGCSzKXAD1z6NgYGAFoYpeTGTWgQP7en4rRE1kt8Q3S9bodPp3+MtmIh/6RAjMbQWCWFEPTut+XDKGR+xIn0UloGnhpBnlfqfO+6fdCcKfJ++Q= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1559201851; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=rxhn7X7v//QVmXgNGGwbO/mFLkQj79INpqvSZ0E58BM=; b=Xn7ePjeqz93OMNGoqB065aZ3HxpzTnOzvYWBTju0+AE63JGmkemQnt0aDppN8msk7uVtHZ+7lEfFEknEgl+bTzohDvsPoaMphuDeyfl4IL9tYv728J8g+ftkbCmOSKPE1IGPlNBEgwRoRooIHvGkGi700MfrmF5uQD76UP8jFcs= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1559201851; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=669; bh=rxhn7X7v//QVmXgNGGwbO/mFLkQj79INpqvSZ0E58BM=; b=HlZ67LbfPsEscAlu0VcPvoWfPdgz5V+AmKtm6DO47lfpbdbH4AzHc/lSNsaDqTyJ 0v4k8btm7An/yqMTWayHcFS01KR3C0cb+RDxKv+HlKvI+yuLgrraTfwSPimyXP/PAuR bVNS5muhSkyCQ18NuvGVEDYMCUUCzYSgVQMXyMrY= Received: from localhost (p54AD4CCC.dip0.t-ipconnect.de [84.173.76.204]) by mx.zohomail.com with SMTPS id 1559201850996953.7032861303303; Thu, 30 May 2019 00:37:30 -0700 (PDT) References: <20190530070238.8683-1-atai@atai.org> <20190530071011.9435-1-atai@atai.org> User-agent: mu4e 1.2.0; emacs 26.2 From: Ricardo Wurmus To: Andy Tai Subject: Re: [bug#35999] [PATCH] gnu: add gthumb In-reply-to: <20190530071011.9435-1-atai@atai.org> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Thu, 30 May 2019 09:37:27 +0200 Message-ID: <87y32ojsug.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35999 Cc: 35999@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Andy, > * gnu/packages/gnome.scm (gthumb): Add at 3.8.0 thanks for the patch. (Note that the commit message should be =E2=80=9CAdd variable.=E2=80=9D) > + (arguments > + `(#:validate-runpath? #f)) It=E2=80=99s not a good idea to disable RUNPATH validation, because it usua= lly shows you that something might be wrong. In this package the problem is that the RUNPATH does not include the lib/gthumb/extensions directory. I=E2=80=99m still fighting with a handful of binaries that don=E2=80=99t se= em to get the right RUNPATH, but once that=E2=80=99s done I=E2=80=99ll push the updated p= atch to the master branch. --=20 Ricardo