Re: [GRASS-user] wxpython and wxgtk c++ abi mismatch error - how to fix?

2021-08-03 Thread Saulteau Don
Very cool! So I took the extra step of self-compiling python-wxpython to 4.1.1 and now GRASS runs super smooth again and no warnings in the console! The key was removing the --use_syswx part of the build. Thanks for your help and for anyone else, here's some related bug reports that help explain

Re: [GRASS-user] compiling grass-7.8.5 on conda environment

2021-08-03 Thread Laura Poggio
Hi Vaclav, thanks a lot! with the patch for the makefile in the repository I managed to solve the previous error. Now I am getting a different error apparently linked to some library conflict (same combination of libraries works in a different environment):

Re: [GRASS-user] compiling grass-7.8.5 on conda environment

2021-08-03 Thread Vaclav Petras
Hi Laura, See whether the following is helpful to you. It uses everything from conda and has some local fixes for iconv. I didn't test 7.8.5 specifically, only the 7.8 release branch. GRASS GIS on HPC Henry2 https://github.com/ncsu-geoforall-lab/grass-gis-on-hpc-henry2/ Some more comments: On

[GRASS-user] compiling grass-7.8.5 on conda environment

2021-08-03 Thread Laura Poggio
Dear all, I am trying to compile grass 7.8.5 in a conda environment (on centos7, managed HPC) adapting this instructions here . conda create -y -n $conda_env python=3.8.5 conda activate $conda_env conda

Re: [GRASS-user] compiling grass-7.8.5 on centos7 with proj from source

2021-08-03 Thread Laura Poggio
I switched to use conda environments and it seems things are improving. However I get different errors (see other email) Thanks Laura On Mon, 2 Aug 2021 at 11:07, Laura Poggio wrote: > Dear all, > I am trying to compile grass-7.8.5 on a managed HPC with centos7 and > rather old libraries for

Re: [GRASS-user] wxpython and wxgtk c++ abi mismatch error - how to fix?

2021-08-03 Thread Maximilian Stahlberg
Hi, from what you describe I had the same problem and was able to fix it. I believe the issue is that wxpython 4.0.7.2 is outdated as the maintainer never got a more recent version to build. However, you can obtain version 4.1.1 for your current user via pip: pip install --user --update wxpython

Re: [GRASS-user] wxpython and wxgtk c++ abi mismatch error - how to fix?

2021-08-03 Thread Maris Nartiss
As a former Gentoo user, I feel your pain. Unfortunately there is nothing we can do, you must rebuild wxgtk and then rebuild wxpython as building one and not other with the same g++ version is a path to hard to predict random failures. And pray the mighty toolchain goods that you have only one