Details Ticket 2564


Comment | Reply | Take | Open


Serial Number 2564
Subject interp_float needs siteslib in extralibs
Area grass5.7
Queue grass
Requestors kyngchaos@charter.net
Owner none
Status resolved
Last User Contact Sat Jul 23 18:49:26 2005 (3 yr ago)
Current Priority 30
Final Priority 70
Due No date assigned
Last Action Wed Sep 27 01:23:10 2006 (2 yr ago)
Created Mon Aug 2 00:52:49 2004 (4 yr ago)

Transaction History Ticket 2564


Mon, Aug 2 2004 00:52:49    Request created by guest  
Subject: interp_float needs siteslib in extralibs

Platform: other
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: cvs20040724

Somewhere between 7-10 cvs snapshot and 7-24 cvs the lib/rst/interp_float/makefile
changed.  It 
needs $(SITESLIB) (I put it after $(VECTLIB)) in the EXTRA_LIBS.  Otherwise interp_float
fails to build 
because it can't find G_site_put.
Mon, Aug 2 2004 13:37:46    Mail sent by guest  
Fixed in CVS.

Markus
Mon, Aug 2 2004 13:37:59    Status changed to resolved by mneteler  
Mon, Aug 2 2004 20:00:09    Mail sent by paul-grass@stjohnspoint.co.uk  
Return-Path <paul-grass@stjohnspoint.co.uk>
Delivered-To grass-bugs@lists.intevation.de
Date Mon, 2 Aug 2004 18:53:32 +0100 (BST)
From Paul Kelly <paul-grass@stjohnspoint.co.uk>
To Request Tracker <grass-bugs@intevation.de>
Cc grass5@grass.itc.it
Subject Re: [GRASS5] [bug #2564] (grass) interp_float needs siteslib in extralibs
In-Reply-To <20040801225249.D134213B12@lists.intevation.de>
Message-ID <Pine.LNX.4.60.0408021848300.15099@agrippa.ukshells.co.uk>
References <20040801225249.D134213B12@lists.intevation.de>
MIME-Version 1.0
Content-Type TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Spam-Status No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level
On Mon, 2 Aug 2004, Request Tracker wrote:

> this bug's URL: http://intevation.de/rt/webrt?serial_num=2564
> -------------------------------------------------------------------------
>
> Subject: interp_float needs siteslib in extralibs
>
> Platform: other
> grass obtained from: Trento Italy site
> grass binary for platform: Compiled from Sources
> GRASS Version: cvs20040724
>
> Somewhere between 7-10 cvs snapshot and 7-24 cvs the lib/rst/interp_float/makefile
changed.  It
> needs $(SITESLIB) (I put it after $(VECTLIB)) in the EXTRA_LIBS.  Otherwise
interp_float fails to build
> because it can't find G_site_put.

The change on 13th July didn't affect the status of this pre-existing bug; 
it just fixed another one ($(GMATHLIB) also needed to be included in 
EXTRA_LIBS).

Are you sure this is the correct fix? I'm not saying that it's not, just 
that I didn't do that at the time I made the other changes as I wasn't sure
why the library needed to call G_site_put(). I thought v.surf.rst had been 
fully updated to 5.7 a long time ago and it used vector files, not sites. 
In any case it writes a raster as its output so it shouldn't need to write 
a sites file (the way I'm thinking about it).

I thought perhaps there was some old code from 5.3 being linked in that 
shouldn't have been, and meant to bring it up on the developers' list so 
somebody could look into it in more detail, but I forgot.

So thanks for doing that now.

Paul


Mon, Aug 2 2004 20:00:09    Status changed to open by _rt_system  
Mon, Aug 2 2004 21:08:18    Mail sent by kyngchaos@charter.net  
Return-Path <kyngchaos@charter.net>
Delivered-To grass-bugs@lists.intevation.de
X-Ironport-AV i="3.83,100,1089000000"; d="scan'208"; a="164966573:sNHT13289110"
Mime-Version 1.0 (Apple Message framework v618)
In-Reply-To <20040802180009.4E93A13944@lists.intevation.de>
References <20040802180009.4E93A13944@lists.intevation.de>
Content-Type text/plain; charset=US-ASCII; format=flowed
Message-Id <4B6BE8B6-E4B7-11D8-887E-000A95DB713E@charter.net>
Content-Transfer-Encoding 7bit
From William Kyngesburye <kyngchaos@charter.net>
Subject Re: [bug #2564] (grass) interp_float needs siteslib in
Date Mon, 2 Aug 2004 14:08:10 -0500
To Paul Kelly via RT <grass-bugs@intevation.de>
X-Mailer Apple Mail (2.618)
X-Spam-Status No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level
On Aug 2, 2004, at 1:00 PM, Paul Kelly via RT wrote:

> Are you sure this is the correct fix? I'm not saying that it's not, 
> just
> that I didn't do that at the time I made the other changes as I wasn't 
> sure
> why the library needed to call G_site_put(). I thought v.surf.rst had 
> been
> fully updated to 5.7 a long time ago and it used vector files, not 
> sites.
> In any case it writes a raster as its output so it shouldn't need to 
> write
> a sites file (the way I'm thinking about it).
>
> I thought perhaps there was some old code from 5.3 being linked in that
> shouldn't have been, and meant to bring it up on the developers' list 
> so
> somebody could look into it in more detail, but I forgot.
>
Looks like point2d.c is linked from the 5.3 source (that's where 
G_site_put is used).  Beyond that, I don't know much about the inner 
workings of GRASS.  I guess adding SITESLIB is a temporary fix for 
building, until point2d.c is updated for 5.7.  Not sure if v.surf.rst 
will work correctly tho, I've never had the need to try it out.

-----
William Kyngesburye <kyngchaos@charter.net>
http://webpages.charter.net/kyngchaos/

"Oh, look, I seem to have fallen down a deep, dark hole.  Now what does 
that remind me of?  Ah, yes - life."

- Marvin


Tue, Aug 3 2004 02:28:23    Mail sent by hamish_nospam@yahoo.com  
Return-Path <hamish_nospam@yahoo.com>
Delivered-To grass-bugs@lists.intevation.de
Date Tue, 3 Aug 2004 12:27:50 +1200
From Hamish <hamish_nospam@yahoo.com>
To Paul Kelly <paul-grass@stjohnspoint.co.uk>
Cc grass-bugs@intevation.de, grass5@grass.itc.it
Subject Re: [GRASS5] [bug #2564] (grass) interp_float needs siteslib in extralibs
Message-Id <20040803122750.79cf7602.hamish_nospam@yahoo.com>
In-Reply-To <Pine.LNX.4.60.0408021848300.15099@agrippa.ukshells.co.uk>
References <20040801225249.D134213B12@lists.intevation.de> <Pine.LNX.4.60.0408021848300.15099@agrippa.ukshells.co.uk>
X-Mailer Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-pc-linux-gnu)
X-Face M<EoB)"*Z~u!,vFhXmw}R_KbdBta*P_=T|rbBL'e1/CQ9;/1g\BU3&!=y8ria$2Uk!HT&BB 8i?|X_+7~1jsy}F~g$2va%3fV`*=L(*cem[@3\yg,G,@rg6/QMJ
Mime-Version 1.0
Content-Type text/plain; charset=US-ASCII
Content-Transfer-Encoding 7bit
X-Spam-Status No, hits=-4.0 tagged_above=-999.0 required=3.0 tests=BAYES_00, FORGED_YAHOO_RCVD
X-Spam-Level
> I thought v.surf.rst had been fully updated to 5.7 a long time ago and
> it used vector files, not sites. In any case it writes a raster as its
> output so it shouldn't need to write a sites file (the way I'm
> thinking about it).

No, the deviation file was not updated; it currently tries to write a
sites file which ends up with no attributes. So devi= is pretty useless
right now, until it is updated to 5.7 points.

Also I'd note that v.surf.idw still needs some updating. Currently it
only has field=, which is refering to column number not field value ..



Hamish


Tue, Aug 3 2004 11:19:59    Mail sent by neteler@itc.it  
Return-Path <neteler@itc.it>
Delivered-To grass-bugs@lists.intevation.de
Date Tue, 3 Aug 2004 11:19:48 +0200
From Markus Neteler <neteler@itc.it>
To Hamish <hamish_nospam@yahoo.com>
Cc Paul Kelly <paul-grass@stjohnspoint.co.uk>, grass-bugs@intevation.de, grass5@grass.itc.it, hofierka@itc.it
Subject Re: [GRASS5] [bug #2564] (grass) interp_float needs siteslib in extralibs
Message-ID <20040803091948.GK3529@thuille.itc.it>
Mail-Followup-To Hamish <hamish_nospam@yahoo.com>, Paul Kelly <paul-grass@stjohnspoint.co.uk>, grass-bugs@intevation.de, grass5@grass.itc.it, hofierka@itc.it
References <20040801225249.D134213B12@lists.intevation.de> <Pine.LNX.4.60.0408021848300.15099@agrippa.ukshells.co.uk> <20040803122750.79cf7602.hamish_nospam@yahoo.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
In-Reply-To <20040803122750.79cf7602.hamish_nospam@yahoo.com>
User-Agent Mutt/1.4.1i
X-Spam-Status No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level
On Tue, Aug 03, 2004 at 12:27:50PM +1200, Hamish wrote:
> > I thought v.surf.rst had been fully updated to 5.7 a long time ago and
> > it used vector files, not sites. In any case it writes a raster as its
> > output so it shouldn't need to write a sites file (the way I'm
> > thinking about it).
> 
> No, the deviation file was not updated; it currently tries to write a
> sites file which ends up with no attributes. So devi= is pretty useless
> right now, until it is updated to 5.7 points.

>From Jaro Hofierka I got v.vol.rst.cv with deviation updated to 5.7 vectors.
Maybe this could be merged into v.[surf|vol].rst at some point.
But there is still sites oriented code inside.
 
> Also I'd note that v.surf.idw still needs some updating. Currently it
> only has field=, which is refering to column number not field value ..
> 
> Hamish

Markus


Sat, Jul 23 2005 13:32:05    Mail sent by msieczka  
Hi All

Does any of issues discussed in the thread still appy for 6.1?

Maciek
Sat, Jul 23 2005 17:55:27    Mail sent by kyngchaos@kyngchaos.com  
Return-Path <woklist@charter.net>
Delivered-To grass-bugs@lists.intevation.de
X-IronPort-AV i="3.95,137,1120449600"; d="scan'208"; a="1158644185:sNHT14707376"
In-Reply-To <20050723113205.521631006B8@lists.intevation.de>
References <20050723113205.521631006B8@lists.intevation.de>
Mime-Version 1.0 (Apple Message framework v733)
Content-Type text/plain; charset=US-ASCII; format=flowed
Message-Id <3D6EB0C4-80EA-4A6C-9E4B-083E2FA63863@charter.net>
Cc grass5@grass.itc.it
Reply-To William Kyngesburye <kyngchaos@kyngchaos.com>
Content-Transfer-Encoding 7bit
From William K <woklist@charter.net>
Subject Re: [bug #2564] (grass) interp_float needs siteslib in extralibs
Date Sat, 23 Jul 2005 10:55:18 -0500
To Maciek Sieczka via RT <grass-bugs@intevation.de>
X-Mailer Apple Mail (2.733)
X-Spam-Status No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level
I have not had any problems with this in 6.0 or 6.1.


Sat, Jul 23 2005 18:48:59    Status changed to resolved by msieczka  
Sat, Jul 23 2005 18:48:59    Mail sent by msieczka  
Doesn't apply to 6.1. Closing it.

Maciek
Sat, Jul 23 2005 18:49:26    Mail sent by msieczka  
Doesn't apply to 6.1. Closing it.

Maciek
Tue, Sep 26 2006 18:33:16    Comments added by guest  
Good Luck! http://xoomer.alice.it/pik0/poker-rooms/
Tue, Sep 26 2006 22:38:27    Comments added by guest  
Cool design http://xoomer.alice.it/pik0/razz-poker/
Wed, Sep 27 2006 01:23:10    Comments added by guest  
Great work on website. <a href="http://xoomer.alice.it/pik0/rules-of-poker/">rules
of poker</a> [url=http://xoomer.alice.it/pik0/rules-of-poker/]rules of poker[/url]
http://xoomer.alice.it/pik0/rules-of-poker/
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