From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Question about (properties `((python2-variant . , (delay XXX)))) and name resolution Date: Wed, 20 Jul 2016 12:17:53 +0200 Message-ID: <87d1m8d35a.fsf@gnu.org> References: <20160719194754.254cf411@scratchpost.org> <20160720035823.GB21435@jasmine> <20160720092637.5813b122@scratchpost.org> 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]:41890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPoZn-00052c-Uo for guix-devel@gnu.org; Wed, 20 Jul 2016 06:18:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPoZh-0000KY-QW for guix-devel@gnu.org; Wed, 20 Jul 2016 06:18:02 -0400 In-Reply-To: <20160720092637.5813b122@scratchpost.org> (Danny Milosavljevic's message of "Wed, 20 Jul 2016 09:26:37 +0200") 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" To: Danny Milosavljevic Cc: guix-devel@gnu.org Danny Milosavljevic skribis: > I tried that, but I still can't do > > $ guix package -i ptpython-2 > > because: > > guix package: error: ptpython: package not found for version 2 [...] > (name "ptpython-2")))) In the former command-line package specification syntax, which is still supported but deprecated, =E2=80=9Cptpython-2=E2=80=9D was taken to mean = =E2=80=9Cversion 2 of package =E2=80=98ptpython=E2=80=99=E2=80=9D. Because of this, you cannot r= efer to this =E2=80=9Cptpython-2=E2=80=9D package from the command-line (except with -e). The solution is to call it differently, like =E2=80=9Cptpython2=E2=80=9D. Eventually (I=E2=80=99d say after 0.10.1 is released) we=E2=80=99ll remove = support for the old syntax and the problem will be gone. HTH! Ludo=E2=80=99.