#2809 closed defect (invalid)
grass --version displays the wrong release number
Reported by: | pmav99 | Owned by: | martinl |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.3 |
Component: | Packaging | Version: | 7.0.2 |
Keywords: | Ubuntu | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | Linux |
Description
(venv)grassuser@7d152add9280:~/repo$ dpkg -s grass7 Package: grass7 Version: 7.0.2-1~ubuntu14.04.1 (venv)grassuser@7d152add9280:~/repo$ grass --version GRASS GIS 7.0.1
It seems that the release number has not been updated.
Change History (5)
comment:1 by , 9 years ago
Keywords: | Ubuntu added |
---|---|
Platform: | Unspecified → Linux |
comment:2 by , 9 years ago
It seems to me that you installed both packages - grass
from ubuntugis (1) a grass7
from Launchpad (2). Please remove grass7
, the stable packages from (2) will be removed, stable GRASS packages will be maintained only within ubuntugis project. GRASS Launchpad project will provide only daily builds (3).
(1) https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable
(2) https://launchpad.net/~grass/+archive/ubuntu/grass-stable
(3) https://launchpad.net/~grass/+archive/ubuntu/grass-devel
comment:3 by , 9 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
follow-up: 5 comment:4 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
@martini
I am using ppa:grass/grass-stable
because the ubuntugis-unstable
one does not have a package for 7.0.2
. I guess that eventually it will get uploaded there too.
Anyway, I uninstalled/reinistalled everything and it seems to be working now. It seems that the grass-stable
repository is installing a binary named grass70
while the ubuntugis-unstable
one installs a binary named grass
and that's where the problem was.
I am closing the issue.
comment:5 by , 9 years ago
Replying to pmav99:
Anyway, I uninstalled/reinistalled everything and it seems to be working now. It seems that the
grass-stable
repository is installing a binary namedgrass70
while theubuntugis-unstable
one installs a binary namedgrass
and that's where the problem was.
you are right. grass-stable is now obsolete, I will maintain stable package on ubuntugis-unstable (I will upload 7.0.2 ASAP).
In case it seems to be an Ubuntu packaging issue.
Please check with
if it really picks the right startup script from the 7.0.2-1~ubuntu14.04.1 package.