Re: [GRASS-dev] Travis CI

2015-07-23 Thread Pietro
Dear Ivan, On Tue, Jul 21, 2015 at 11:52 AM, Ivan Minčík wrote: > Hi all, > we have just integrated Travis Continuous Integration system [1] to the > GRASS source code. Every commit is now build in Travis [2] using gcc and > clang. In case the build fails, error message should go to GRASS-dev lis

Re: [GRASS-dev] Travis CI

2015-07-23 Thread Rainer M Krug
Ivan Minčík writes: > Hi all, > we have just integrated Travis Continuous Integration system [1] to the > GRASS source code. Every commit is now build in Travis [2] using gcc and > clang. In case the build fails, error message should go to GRASS-dev list. > This looks very nice - great. But I se

Re: [GRASS-dev] [GRASS GIS] #2712: WARNING: Unable to rename null file

2015-07-23 Thread GRASS GIS
#2712: WARNING: Unable to rename null file +- Reporter: hellik | Owner: grass-dev@… Type: defect | Status: new Priority: blocker| Milestone: 7.1.0 Component: LibRaster |Version: svn-trunk Resolution:

Re: [GRASS-dev] [GRASS GIS] #2712: WARNING: Unable to rename null file

2015-07-23 Thread GRASS GIS
#2712: WARNING: Unable to rename null file +- Reporter: hellik | Owner: grass-dev@… Type: defect | Status: new Priority: blocker| Milestone: 7.1.0 Component: LibRaster |Version: svn-trunk Resolution:

Re: [GRASS-dev] [GRASS GIS] #2708: Run GRASS with Python3

2015-07-23 Thread GRASS GIS
#2708: Run GRASS with Python3 --+- Reporter: zarch| Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 7.0.1 Component: Default |Version: unspecified Resolution:

Re: [GRASS-dev] [GRASS GIS] #2708: Run GRASS with Python3

2015-07-23 Thread GRASS GIS
#2708: Run GRASS with Python3 --+- Reporter: zarch| Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 7.0.1 Component: Default |Version: unspecified Resolution:

[GRASS-dev] GRASS GIS 7.0.1 RC2 released

2015-07-23 Thread Markus Neteler
*We are pleased to announce the second release candidate of the upcoming GRASS GIS 7.0.1 version* The GRASS Development Team released at their recent Community Sprint in Como, Italy the last release candidate of GRASS GIS 7.0.1RC2.

Re: [GRASS-dev] compiling on OSX 10.11 (El Capitan Beta)

2015-07-23 Thread Carlos Grohmann
On thing that I found weird id this: dyld: Library not loaded: /Applications/GRASS-7.0.app/Contents/MacOS/lib/libgrass_gis.7.0.1RC2.dylib Referenced from: /Users/guano/Documents/installs/release_20150720_grass_7_0_1RC2/dist.x86_64-apple-darwin15.0.0/bin/g.parser Reason: image not found Why

Re: [GRASS-dev] compiling on OSX 10.11 (El Capitan Beta)

2015-07-23 Thread William Kyngesburye
I believe what happens is it compiles with links to where it will be installed, but during documentation creation it uses DYLD_LIBRARY_PATH to make it look in the build dir. This is what is not working. On Jul 23, 2015, at 7:40 PM, Carlos Grohmann wrote: > On thing that I found weird id this: