John Cremona on Fri, 16 Jul 2010 23:01:53 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: some glitches in make test-all
|
- To: Pari Developers <pari-dev@list.cr.yp.to>
- Subject: Re: some glitches in make test-all
- From: John Cremona <john.cremona@gmail.com>
- Date: Fri, 16 Jul 2010 22:01:18 +0100
- Delivery-date: Fri, 16 Jul 2010 23:01:53 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Yyb4gQWZfeRIzhRHHHpp1s7iQauC6nFn+t6Dlbe39UE=; b=QNn5Xb5CEh+nk+vQDY8U83qjLI5Nyx0VW2Am/hfwk6QAjIIEzLRQ3beTQKLXIRnmlc AfQsg6Apxi16qxOYE17vHyBnGPVYB7FY6ZVTn3T8iSCO+/bhKqf4E5GQ5U+qQuQ8qIdQ uXl4d7/aubVgiIh6NJxrdDleMlXu4rzwOqcK0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=XrMHiYUgIrZ2OHaeTAWF8RWIFg8PMz8Fboxm1WJ3MZfDC5uyPRoc+m99bwweLCAM7i n0QVj8HezvWFLQVuL5pTfkxtM1Ut7hxwG1Ds1F+ydYXhCuhXwPk6cgTIS+utuweHm62L gItzwMNXlD8nFegzWvM45ChE3yG99PXfC3j04=
- In-reply-to: <20100716200059.GB30147@yellowpig>
- Mailing-list: contact pari-dev-help@list.cr.yp.to; run by ezmlm
- References: <AANLkTilMzrnKUKug8ALys2SDyjdR1-cD1Ui3eMeN0Z_p@mail.gmail.com> <20100716200059.GB30147@yellowpig>
Thanks, Bill.
On 16 July 2010 21:00, Bill Allombert
<Bill.Allombert@math.u-bordeaux1.fr> wrote:
> On Fri, Jul 16, 2010 at 08:33:48PM +0100, John Cremona wrote:
>> Thanks for the detailed reply.
>>
>> (1) You are right that I had the defaults set for the install
>> directory, but had not yet done "make install". I definitely agree
>> that it should be possible to let users do "make test-all" *before*
>> "make install". That should be possible to manage by some use of
>> environment variables and the like, but I am not volunteering.
>
> env GP_DATA_DIR=data make test-all
> should do the trick.
For me I had to do
env GP_DATA_DIR=$PWD/data make test-all
(i.e. the Environment variable had to be set to an absolute path) and
then it did work.
John
>
> Cheers,
> Bill.
>