[GRASS-dev] ubuntu grass daily: installing addons: ERROR: Please install GRASS development package

hi,

on an ubuntu laptop I've installed grass daily following [1]

during installing an addon via g.extension, I get following message:

g.extension extension=r.geomorphon url=
Fetching <r.geomorphon> from GRASS GIS Addons repository (be patient)...
Compiling...
ERROR: Please install GRASS development package

how to install GRASS development package?

[1] https://grass.osgeo.org/download/software/linux/

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/ubuntu-grass-daily-installing-addons-ERROR-Please-install-GRASS-development-package-tp5251261.html
Sent from the Grass - Dev mailing list archive at Nabble.com.

On Wed, Feb 17, 2016 at 4:45 PM, Helmut Kudrnovsky <hellik@web.de> wrote:

hi,

on an ubuntu laptop I've installed grass daily following [1]

during installing an addon via g.extension, I get following message:

g.extension extension=r.geomorphon url=
Fetching <r.geomorphon> from GRASS GIS Addons repository (be patient)...
Compiling...
ERROR: Please install GRASS development package

how to install GRASS development package?

This should work:
sudo apt-get install grass-daily-dev

[1] https://grass.osgeo.org/download/software/linux/

-----
best regards
Helmut
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/ubuntu-grass-daily-installing-addons-ERROR-Please-install-GRASS-development-package-tp5251261.html
Sent from the Grass - Dev mailing list archive at Nabble.com.
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Anna Petrášová wrote

On Wed, Feb 17, 2016 at 4:45 PM, Helmut Kudrnovsky &lt;

hellik@

&gt; wrote:

hi,

on an ubuntu laptop I've installed grass daily following [1]

during installing an addon via g.extension, I get following message:

g.extension extension=r.geomorphon url=
Fetching

<r.geomorphon>
from GRASS GIS Addons repository (be patient)...

Compiling...
ERROR: Please install GRASS development package

how to install GRASS development package?

This should work:
sudo apt-get install grass-daily-dev

[1] https://grass.osgeo.org/download/software/linux/

-----
best regards
Helmut
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/ubuntu-grass-daily-installing-addons-ERROR-Please-install-GRASS-development-package-tp5251261.html
Sent from the Grass - Dev mailing list archive at Nabble.com.
_______________________________________________
grass-dev mailing list

grass-dev@.osgeo

http://lists.osgeo.org/mailman/listinfo/grass-dev

_______________________________________________
grass-dev mailing list

grass-dev@.osgeo

http://lists.osgeo.org/mailman/listinfo/grass-dev

yes, thanks, it works now

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/ubuntu-grass-daily-installing-addons-ERROR-Please-install-GRASS-development-package-tp5251261p5251292.html
Sent from the Grass - Dev mailing list archive at Nabble.com.

On Thu, Feb 18, 2016 at 8:34 AM, Helmut Kudrnovsky <hellik@web.de> wrote:

Anna Petrášová wrote

On Wed, Feb 17, 2016 at 4:45 PM, Helmut Kudrnovsky

...

during installing an addon via g.extension, I get following message:

g.extension extension=r.geomorphon url=

...

ERROR: Please install GRASS development package

how to install GRASS development package?

This should work:
sudo apt-get install grass-daily-dev

How about changing the message and proposing common names?
Maybe even conditionalize using

echo $OSTYPE
linux-gnu

?

Markus

2016-02-18 11:58 GMT+01:00 Markus Neteler <neteler@osgeo.org>:

echo $OSTYPE
linux-gnu

?

lsb_release -i
Distributor ID: Debian

? Ma

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa

On Thu, Feb 18, 2016 at 12:01 PM, Martin Landa <landa.martin@gmail.com> wrote:

2016-02-18 11:58 GMT+01:00 Markus Neteler <neteler@osgeo.org>:

echo $OSTYPE
linux-gnu

?

lsb_release -i
Distributor ID: Debian

here:

lsb_release -i
Distributor ID: Fedora

this would even allow fine-tuned messages. However, the
redhat-lsb-core or whatever it is called elsewhere may not be present.

The order could be
- try lsb_release -i: if success, print devel package name;
    - if it fails, try $OSTYPE: if success, print choice of devel pkg names;
        - if it fails: if success, print current generic message.

Markus