Re: [GRASS-dev] [Qgis-user] QGIS 3.10 GeoPDF creation greyed out

2019-10-29 Thread Bas Couwenberg

On 2019-10-29 10:01, Jürgen E. Fischer wrote:

On Tue, 29. Oct 2019 at 13:07:47 +1000, Nyall Dawson wrote:

1. Wait for GRASS to update and release (doesn't seem a great option
-- the whole geo stack is being delayed by this (e.g. gdal 3 missed
the ubuntu 19.10 release)


GDAL 3 is not in Ubuntu 19.10 because it's not in Debian unstable yet, 
and Ubuntu syncs its packages from Debian unstable by default.


There is also no one actively maintaining the geospatial packages in 
Ubuntu, and hence no one to do work that diverges from Debian.


The transition to GDAL 3 in Debian unstable is blocked by the removal of 
python-gdal as discussed in the transition bugreport:


 https://bugs.debian.org/939989

python-gdal will also be dropped from the upcoming upload of gdal 
(2.4.3+dfsg-1) once the final release is published.


Once gdal without python-gdal has migrated to testing the transition 
should no longer be blocked by the python-gdal removal.


Unblocking the testing migration may involve getting the remaining 
reverse dependencies of python-gdal removed from testing as well.


Kind Regards,

Bas
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [QGIS-Developer] Bump to proj 6/gdal 3

2019-07-23 Thread Bas Couwenberg

On 2019-07-23 10:23, Jürgen E. Fischer wrote:

What's the state of GRASS with PROJ 6?


7.6.1 builds successfully when you define 
ACCEPT_USE_OF_DEPRECATED_PROJ_API_H.


7.6.0 fails due to the removal of nad2bin in PROJ 6.

Kind Regards,

Bas
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] git merge mess on master

2019-05-21 Thread Bas Couwenberg

On 2019-05-21 11:22, Markus Neteler wrote:

How to revert that? Of course someone had to run into this at some
point, so seems I "volunteered" to be the first :((


rebase and force push.

Kind Regards,

Bas
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] svn/trac -> git/github migration plan

2019-05-16 Thread Bas Couwenberg

On 2019-05-16 14:16, Markus Neteler wrote:

 External contributors
# workflow for external contributors - they have to fork the repo in
GitHub Web interface
# create fork via github GUI
git clone $my_for_url
# all steps see above
...
# push feature branch to own fork repo of GRASS GIS
git push origin $feature_branch_name   # here: origin is fork repo
# create pull request in GitHub Web interface (the link is shown in
the terminal)


May I suggest cloning the grass repo and adding the fork as an 
additional remote, this makes merging changes from the grass repo 
easier.


 git clone https://github.com/OSGeo/grass.git
 cd grass
 git remote add github https://github.com//grass.git
 git remote set-url --push github 
ssh://g...@github.com//grass.git

 ...
 git push github 

This way origin is the authoritative source for the code, and additional 
remotes are forks.


Kind Regards,

Bas
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Errored: GRASS-GIS/grass-ci#3305 (master - ec426fb)

2019-03-06 Thread Bas Couwenberg

On 2019-03-06 09:25, Markus Neteler wrote:

$ ./.travis/$TRAVIS_OS_NAME.before_install.sh
Error: retrieving gpg key timed out.
gpg: keyring `/tmp/tmpe6iyl625/secring.gpg' created
gpg: keyring `/tmp/tmpe6iyl625/pubring.gpg' created
gpg: requesting key 314DF160 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpe6iyl625/trustdb.gpg: trustdb created
gpg: key 314DF160: public key "Launchpad ubuntugis-stable" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
The command "./.travis/$TRAVIS_OS_NAME.before_install.sh" failed and
exited with 1 during .

... not sure what this means?


Looks like adding the UbuntuGIS PPA failed, i.e. this command:

 sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y

Most likely a transient issue, try again to see if it still fails.

Kind Regards,

Bas
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Wrong or broken doc package for Ubuntu?

2018-10-31 Thread Bas Couwenberg

On 2018-10-31 16:51, Vaclav Petras wrote:
Am I missing something? Is the package broken? Should I open a ticket 
and

where?


Doesn't look like the package is broken:

 $ wget -q 
https://launchpad.net/ubuntu/+archive/primary/+files/grass-doc_7.4.0-1_all.deb 
-P /tmp/

 $ dpkg-deb -c /tmp/grass-doc_7.4.0-1_all.deb | grep grass_logo.png
 -rw-r--r-- root/root  1702 2018-01-26 11:31 
./usr/share/doc/grass-doc/html/grass_logo.png


Kind Regards,

Bas
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev