From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: Lint on line Date: Mon, 23 Nov 2015 11:31:09 +0300 Message-ID: <87610t5d82.fsf@gmail.com> References: <871tbhy6i6.fsf@gnu.org> <1448238160.3837620.446978289.1EAE4186@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0mWq-0005yZ-Mb for guix-devel@gnu.org; Mon, 23 Nov 2015 03:31:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0mWn-0003eM-G4 for guix-devel@gnu.org; Mon, 23 Nov 2015 03:31:16 -0500 Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:36038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0mWn-0003e1-9D for guix-devel@gnu.org; Mon, 23 Nov 2015 03:31:13 -0500 Received: by lbblt2 with SMTP id lt2so91711107lbb.3 for ; Mon, 23 Nov 2015 00:31:12 -0800 (PST) In-Reply-To: <1448238160.3837620.446978289.1EAE4186@webmail.messagingengine.com> (Leo Famulari's message of "Sun, 22 Nov 2015 19:22:40 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari (2015-11-23 03:22 +0300) wrote: > What is the recommended way to handle the following warning? > > "gnu/packages/firmware.scm:33:12: ath9k-htc-firmware-1.4.0: the source > file name should contain the package name" It means that the source file name should be "/gnu/store/=E2=80=A6-ath9k-htc-firmware-1.4.0", while it is probably "/gnu/store/=E2=80=A6-git-checkout" or something. To fix it, 'file-name' field should be added to the source origin. Look for example at 'minetest' or 'mars' package recipes. --=20 Alex