Details Ticket 2738


Comment | Reply | Take | Open


Serial Number 2738
Subject make error in 57.cvs (cvs update on 11.29.2004)
Area grass5.7
Queue grass
Requestors kwythers@umn.edu
Owner none
Status resolved
Last User Contact Mon Nov 29 18:22:05 2004 (4 yr ago)
Current Priority 30
Final Priority 70
Due No date assigned
Last Action Wed Dec 1 18:41:59 2004 (4 yr ago)
Created Mon Nov 29 16:37:06 2004 (4 yr ago)

Transaction History Ticket 2738


Mon, Nov 29 2004 16:37:06    Request created by guest  
Subject: make error in 57.cvs (cvs update on 11.29.2004)

Platform: Mac OSX
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources

I'm getting a make error this moring that Make is unable to locate the demolocation
directory. This is 
in grass57 after cvs updating this moring (11.29.2004). The error is:

/bin/sh: line 1: /Users/kirkw/grass5_dev/grass57_cvs/dist.powerpc-apple-darwin7.6.0/
demolocation/.grassrc57: No such file or directory
make: *** [builddemolocation] Error 1
Mon, Nov 29 2004 17:32:29    Mail sent by mneteler  
Did you run

 make mixclean

before compiling? May be needed this time due to significant
changes.

Markus
Mon, Nov 29 2004 17:48:47    Mail sent by woklist@charter.net  
Return-Path <woklist@charter.net>
Delivered-To grass-bugs@lists.intevation.de
X-Ironport-AV i="3.87,116,1099285200"; d="scan'208"; a="465497231:sNHT12805056"
In-Reply-To <20041129163229.8F206102C12@lists.intevation.de>
References <20041129163229.8F206102C12@lists.intevation.de>
Mime-Version 1.0 (Apple Message framework v619)
Content-Type text/plain; charset=US-ASCII; format=flowed
Message-Id <83E2FF4A-4226-11D9-B89F-000A95DB713E@charter.net>
Content-Transfer-Encoding 7bit
Cc Markus Neteler via RT <grass-bugs@intevation.de>
From William K <woklist@charter.net>
Subject Re: [GRASS5] [bug #2738] (grass) make error in 57.cvs (cvs update on 11.29.2004)
Date Mon, 29 Nov 2004 10:48:37 -0600
To grass5@grass.itc.it
X-Mailer Apple Mail (2.619)
X-Spam-Status No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level
Markus-

I figured this one out and responded to another thread that mentioned 
this problem.  It seems that the Makefile says on line 324:

	@ cp -rpf demolocation/ ${ARCH_DISTDIR}/

which (on Mac OS X at least) tries to copy just the contents of 
demolocation to ARCH_DISTDIR instead of demolocation and its contents 
(so I end up with ARCH_DISTDIR/PERMANENT/ instead of 
ARCH_DISTDIR/demolocation/PERMANENT/).  Then the .grassrc57 setup 
fails.  Remove the trailing slash from demolocation and it works:

	@ cp -rpf demolocation ${ARCH_DISTDIR}/


PS. since Radim changed .grassrc57 to .grassrc6, shouldn't it be 
changed here too (at least for consistency)?


On Nov 29, 2004, at 10:32 AM, Markus Neteler via RT wrote:

> Did you run
>
>  make mixclean
>
> before compiling? May be needed this time due to significant
> changes.
>
> Markus
>
> -------------------------------------------- Managed by Request Tracker
>
> _______________________________________________
> grass5 mailing list
> grass5@grass.itc.it
> http://grass.itc.it/mailman/listinfo/grass5
>
>
-----
William Kyngesburye <kyngchaos@charter.net>
http://webpages.charter.net/kyngchaos/

"This is a question about the past, is it? ... How can I tell that the 
past isn't a fiction designed to account for the discrepancy between my 
immediate physical sensations and my state of mind?"

- The Ruler of the Universe


Mon, Nov 29 2004 18:22:05    Mail sent by mneteler  
...
> Remove the trailing slash from demolocation and it works:
>	@ cp -rpf demolocation ${ARCH_DISTDIR}/

Fixed in CVS. Thanks for finding it.

> PS. since Radim changed .grassrc57 to .grassrc6, shouldn't it be 
> changed here too (at least for consistency)?

Well, I am using variables here:
 ${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}
so that should be fine (will become 60 one day in the near future).

The other (more visible to the user) change to .grassrc6
avoids potential conflicts with the 5.7.0 release.

Markus
Mon, Nov 29 2004 18:22:09    Status changed to resolved by mneteler  
Mon, Nov 29 2004 21:11:25    Mail sent by kwythers@umn.edu  
Return-Path <kwythers@umn.edu>
Delivered-To grass-bugs@lists.intevation.de
X-Umn-Remote-Mta [N] c-24-245-46-214.mn.client2.attbi.com [24.245.46.214] #+TS+AU+HN
In-Reply-To <20041129172205.A554F102C15@lists.intevation.de>
References <20041129172205.A554F102C15@lists.intevation.de>
Mime-Version 1.0 (Apple Message framework v619)
Content-Type text/plain; charset=US-ASCII; format=flowed
Message-Id <A110865E-4242-11D9-944B-000A95C4BF06@umn.edu>
Content-Transfer-Encoding 7bit
Cc William K via RT <grass-bugs@intevation.de>
From Kirk R.Wythers <kwythers@umn.edu>
Subject Re: [bug #2738] (grass) make error in 57.cvs (cvs update on 11.29.2004)
Date Mon, 29 Nov 2004 14:09:52 -0600
To Markus Neteler via RT <grass-bugs@intevation.de>
X-Mailer Apple Mail (2.619)
X-Spam-Status No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level
Thank you, to both of you. 57 is compiling away now...

Kirk

On Nov 29, 2004, at 11:22 AM, Markus Neteler via RT wrote:

> ...
>> Remove the trailing slash from demolocation and it works:
>> 	@ cp -rpf demolocation ${ARCH_DISTDIR}/
>
> Fixed in CVS. Thanks for finding it.
>
>> PS. since Radim changed .grassrc57 to .grassrc6, shouldn't it be
>> changed here too (at least for consistency)?
>
> Well, I am using variables here:
>  ${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}
> so that should be fine (will become 60 one day in the near future).
>
> The other (more visible to the user) change to .grassrc6
> avoids potential conflicts with the 5.7.0 release.
>
> Markus
>
>
> -------------------------------------------- Managed by Request Tracker
>
Kirk R. Wythers	
Dept. of Forest Resources
University of Minnesota
email: kwythers@umn.edu
tel: 612.625.2261
fax: 612.625.5212


Mon, Nov 29 2004 21:11:25    Status changed to open by _rt_system  
Wed, Dec 1 2004 18:41:59    Status changed to resolved by mneteler  
Comment | Reply | Take | Open

You are currently authenticated as guest.
[Show Configuration] [Login as another user]

Users Guide - Mail Commands - Homepage of RequestTracker 1.0.7 - list any request