From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcFGY-0001rE-HC for guix-patches@gnu.org; Mon, 31 Jul 2017 14:18:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcFGU-0002ER-GO for guix-patches@gnu.org; Mon, 31 Jul 2017 14:18:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:32948) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcFGU-0002E0-CA for guix-patches@gnu.org; Mon, 31 Jul 2017 14:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dcFGU-00029p-0Z for guix-patches@gnu.org; Mon, 31 Jul 2017 14:18:02 -0400 Subject: [bug#27848] guix: build-system: gnu: Avoid warnings from "libtool finish" Resent-Message-ID: From: Dave Love References: <874ltyhrj2.fsf@i-ulialbion.it.manchester.ac.uk> <87k22o39s8.fsf@gnu.org> Date: Mon, 31 Jul 2017 19:17:48 +0100 In-Reply-To: <87k22o39s8.fsf@gnu.org> ("Ludovic \=\?iso-8859-1\?Q\?Court\=E8s\?\= \=\?iso-8859-1\?Q\?\=22's\?\= message of "Mon, 31 Jul 2017 17:28:55 +0200") Message-ID: <87k22obhdf.fsf@i-ulialbion.it.manchester.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27848@debbugs.gnu.org Ludovic Court=C3=A8s writes: > I=E2=80=99m not too keen on this approach, in large part because I=E2=80= =99ve got used > to the =E2=80=9Cldconfig not found=E2=80=9D messages, It's OK if you know, but I assume it's common for newbies to see it and waste time, as at least two of us did. > but also because a simple change > like this can create more problems than what it solves: packages where > the =E2=80=9Clibtool=E2=80=9D script lives in a different directory, pack= ages where > =E2=80=9Clibtool=E2=80=9D is a different thing, packages where it=E2=80= =99s read-only or where > it=E2=80=99s a directory, etc. OK, but I thought the common case of it at top level was worth fixing. I guess you could check it's really a libtool script before editing it. However, is there a good reason not to provide a dummy ldconfig which does nothing, or prints a message about not doing anything?