From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: GNU Bazaar doesn't support the GNU build system Date: Fri, 18 Jan 2013 14:11:00 +0100 Message-ID: <87fw1y7i1n.fsf@gnu.org> References: <87r4lj7ziv.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwBio-0005Q0-Pt for bug-guix@gnu.org; Fri, 18 Jan 2013 08:11:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwBin-0005Yi-Q3 for bug-guix@gnu.org; Fri, 18 Jan 2013 08:11:02 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:15577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwBin-0005Yd-JT for bug-guix@gnu.org; Fri, 18 Jan 2013 08:11:01 -0500 In-Reply-To: <87r4lj7ziv.fsf@karetnikov.org> (Nikita Karetnikov's message of "Fri, 18 Jan 2013 01:53:00 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: > I'm packaging GNU Bazaar. Unfortunately, it doesn't support the GNU > build system. Yeah, among other things... > 'INSTALL' contains the following instructions: > > When upgrading using setup.py, it is recommended that you first delete the > bzrlib directory from the install target. > > To install bzr as a user, run > > python setup.py install --home ~=20 > > To install system-wide, run (as root) > > python setup.py install > > I know how to replace phases. But how can I call 'python'? Like this: (system* "python" "setup.py" "install"). Ludo=E2=80=99.