Re: [GRASS-user] Unable to install add-ons on fedora23

2016-04-29 Thread Salim Razzaz
On Thu, Apr 28, 2016 at 01:52:31PM +0200, Martin Landa wrote:

 
> 2016-04-28 12:03 GMT+02:00 Salim Razzaz <salim.raz...@gmail.com>:
> > There isn't any directory called 'include' in /usr/lib64/grass-7.0.3/ when 
> > I checked. And grass-devel is installed (I ran 'dnf list installed 
> > grass-devel' and it is there)
> 
> it sounds like broken packaging on Fedora. What is content of
> grass-devel package?
 

usr/include/grass/defs/
usr/include/grass/dgl/
usr/include/grass/iostream/
usr/include/grass/vect/
usr/include/grass/ #headers

usr/lib64/pkgconfig/
usr/lib64/ #libgrass_  .so (51)

usr/share/doc/grass-devel/doc/
usr/share/doc/grass-devel/SUBMITTING
usr/share/doc/grass-devel/TODO

So yeah. Make went missing like Markus said. It exists in the __src.rpm though. 
and it shows in BUILD after packaging. So I guess it's the spec file. I'm a 
newbie, but a curious one. So I'll try to find the culprit piece and report 
back if anything shows up (doubt it though, considering my skills). 

Thank you all

S






___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] Unable to install add-ons on fedora23

2016-04-28 Thread Salim Razzaz
On Wed, Apr 27, 2016 at 07:21:07PM -0400, Vaclav Petras wrote:
> On Wed, Apr 27, 2016 at 2:35 PM, Salim Razzaz <salim.raz...@gmail.com>
> wrote:
> 
> > the compiled one and installed the rpm instead with grass-devel, liblas,
> > and liblas-devel. Now I'm trying to install an add-on but this is happening:
> >
> > g.extension extension=r.vol.dem --verbose
> > Fetching  from GRASS-Addons SVN repository (be patient)...
> > ...
> >
> Compiling...
> > ERROR: Please install GRASS development package
> >
> 
> If you have the GRASS development package installed, you can try to debug
> the issue by using -d flag (Download source code and exit). This will give
> you directory with the source code and a command to compile. Try also other
> addons.

Thank you for your answer. I did what you suggested and downloaded the addon (I 
even tried with a different add-on 'd.vect.thematic2'), but when running the 
command to compile the source code I got:

Makefile:5: /usr/lib64/grass-7.0.3/include/Make/Script.make: No such file or 
directory
make: *** No rule to make target 
'/usr/lib64/grass-7.0.3/include/Make/Script.make'.  Stop.

There isn't any directory called 'include' in /usr/lib64/grass-7.0.3/ when I 
checked. And grass-devel is installed (I ran 'dnf list installed grass-devel' 
and it is there) 
I guess I'll revert back to a compiled GRASS
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] Unable to install add-ons on fedora23

2016-04-27 Thread Salim Razzaz
Dear GRASS users, I have previously had GRASS 70 compiled from sourcecode and 
was able to install add-ons with g.extension. Few days ago I discovered the rpm 
of GRASS 7.0.3 so I removed the compiled one and installed the rpm instead with 
grass-devel, liblas, and liblas-devel. Now I'm trying to install an add-on but 
this is happening:

g.extension extension=r.vol.dem --verbose
Fetching  from GRASS-Addons SVN repository (be patient)...
Ar.vol.dem/main.c
Ar.vol.dem/r_vol_dem_layerup.jpg
Ar.vol.dem/r.vol.dem.html
Ar.vol.dem/chull.c
Ar.vol.dem/globals.h
Ar.vol.dem/r_vol_dem_layerdown.jpg
Ar.vol.dem/macros.h
Ar.vol.dem/Makefile
Ar.vol.dem/chull.h
 U   r.vol.dem
Checked out revision 68319.
Compiling...
ERROR: Please install GRASS development package

As I'm pretty new in both grass and fedora I'm not really sure what do here. 
grass-devel is surely installed but somehow it is not recognized when running 
the command. 
Any help is appreciated.
Thanks

Salim Razzaz
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user