[GRASS-dev] compilation of grass on AIX 7.1

Ivan Barka ivan.barka at gmail.com
Wed Mar 20 02:17:26 PDT 2013


Hi devs,

so now I can configure G7 (revision  55464) on AIX 7.1 by command:

export PATH=$PATH:$HOME/apps/bin
CFLAGS="-lstdc++" ./configure --prefix=$HOME/apps
--with-proj-includes=$HOME/apps/include --with-proj-libs=$HOME/apps/lib
--with-proj-share=$HOME/apps/share --with-gdal=$HOME/apps/bin/gdal-config
--with-libs=$HOME/apps/lib --without-tiff --without-png --without-opengl
--without-tcltk --without-fftw --without-jpeg --enable-largefile
--without-postgres

output is in the attached file g7_configure_output.txt

Trying to compile g7 by "gmake" I get errors everywhere - see
g7_gmake_output.txt
The first one reports that install-sh can not be executed, I dont know
why...

gmake on this machine is GNU Make 3.80
make is probably native AIX make, but I really do not know its version,
make -v does not work, nothing about it in man page. Trying to run make I
get only errors - see g7_make_output.txt

thanks for any help

Ivan




2013/3/18 Markus Metz <markus.metz.giswork at gmail.com>

> On Sun, Mar 17, 2013 at 11:08 PM, Glynn Clements
> <glynn at gclements.plus.com> wrote:
> >
> > Markus Neteler wrote:
> >
> >> > r39731 re-wrote it to use $host. Rather than trying to figure out the
> >> > correct $host value for each possible system (few of which were
> >> > available for testing), the sections for "unused" systems were
> >> > removed, with the intent that they would be added if and when someone
> >> > with access to such a system was able to report the correct $host
> >> > value and which compiler/linker switches actually worked on that
> >> > system.
> >>
> >> ... your help would be needed to re-enable AIX support.
> >
> > The main thing that's needed is someone with:
> >
> > 1. Knowledge of the correct $host string for that platform (this can
> > be obtained by running the config.guess script).
>
> Or simply running ./configure and report the error. Users trying to
> compile GRASS are, according to the official documentation, advised to
> run
> ./configure <optional custom options>
> make
> make install
>
> >
> > 2. Knowledge of which compiler and linker switches are required to
> > build shared libraries on that platform.
> >
> > 3. Access to the platform, for testing.
> >
> > Each new platform needs to define the following variables:
> >
> >         LDFLAGS
> >         LD_SEARCH_FLAGS
> >         LD_LIBRARY_PATH_VAR
> >
> >         SHLIB_CFLAGS
> >         SHLIB_LD
> >         SHLIB_LD_FLAGS
> >         SHLIB_SUFFIX
> >
> >         STLIB_LD
> >         STLIB_SUFFIX
> >
> > STLIB_LD and STLIB_SUFFIX have sensible defaults (building static
> > libraries tends to be the same on all systems). The others only really
> > matter for building shared libraries (LDFLAGS is also used for
> > building executables, but it can normally be empty).
> >
>
> I would like to see support for at least FreeBSD (BSD is the
> predecessor of nearly all current operating systems), IBM AIX (a
> commercial unix-based OS), and HP-UX (another commercial unix-based
> OS). If we can adjust the G7 configure script to compile G7 on IBM AIX
> and HP-UX, we would be to my knowledge the only GIS package available
> for these high-performance operating systems, and I assume that we
> want G7 to be available on commercial high-performance operating
> systems.
>
> Markus M
> _______________________________________________
> grass-dev mailing list
> grass-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20130320/cbc203e6/attachment-0001.html>
-------------- next part --------------
checking host system type... powerpc-ibm-aix7.1.0.0
checking for gcc... gcc
checking whether the C compiler (gcc -lstdc++ ) works... yes
checking whether the C compiler (gcc -lstdc++ ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for full floating-point support... yes
checking for pwd... /usr/bin/pwd
checking for source directory... /gpfs/home/senko/dev/grass/grass7
checking for build directory... /gpfs/home/senko/dev/grass/grass7
checking for svnversion... /usr/bin/svnversion
checking for MacOSX App... no
checking for MacOSX architectures... no
checking for MacOSX SDK... no
checking how to build libraries... shared
checking for gettimeofday in -lbsd... yes
checking for additional include dirs... 
checking for additional library dirs... /gpfs/home/senko/apps/lib
checking for a BSD compatible install... /gpfs/home/senko/dev/grass/grass7/install-sh -c
checking for flex... lex
checking for yywrap in -ll... yes
checking for lex... /usr/bin/lex
checking for bison... no
checking for byacc... no
checking for yacc... /usr/bin/yacc
checking for ranlib... ranlib
checking for ar... ar
checking for env... env
checking for perl... /usr/bin/perl
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for limits.h... yes
checking for termio.h... yes
checking for termios.h... yes
checking for unistd.h... yes
checking for values.h... yes
checking for f2c.h... no
checking for g2c.h... no
checking for sys/ioctl.h... yes
checking for sys/mtio.h... no
checking for sys/resource.h... yes
checking for sys/time.h... yes
checking for sys/timeb.h... yes
checking for sys/types.h... yes
checking for sys/utsname.h... yes
checking for libintl.h... no
checking for iconv.h... yes
checking for langinfo.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for off_t... yes
checking for uid_t in sys/types.h... yes
checking return type of signal handlers... void
checking for Cygwin environment... no
checking for ftime... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for lseek... yes
checking for nice... yes
checking for time... yes
checking for uname... yes
checking for seteuid... yes
checking for setpriority... yes
checking for setreuid... yes
checking for setruid... yes
checking for drand48... yes
checking for putenv... yes
checking for setenv... yes
checking for nanosleep... yes
checking whether setpgrp takes no argument... yes
checking for long long int... yes
checking for W11... no
checking for X... libraries , headers 
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for library containing cuserid... none required
checking for asprintf... no
checking for atan... no
checking for atan in -lm... yes
checking for dlsym... yes
checking for iconv... no
checking for iconv in -liconv... yes
checking for socket... yes
checking for location of zlib includes... 
checking for zlib.h... yes
checking for location of zlib library... 
checking for deflate in -lz... yes
checking for location of External PROJ.4 includes... /gpfs/home/senko/apps/include
checking for proj_api.h... yes
checking External PROJ.4 version... 480
checking for location of External PROJ.4 library... /gpfs/home/senko/apps/lib
checking for pj_get_def in -lproj... yes
checking for location of External PROJ.4 data files... /gpfs/home/senko/apps/share
checking for /gpfs/home/senko/apps/share/epsg... no
configure: warning: *** Unable to locate PROJ data files.
checking for nad2bin... /gpfs/home/senko/apps/bin/nad2bin
checking whether to use regex... yes
checking for location of regex includes... 
checking for regex.h... yes
checking for location of regex library... 
checking for regcomp... yes
checking whether to use Readline... no
checking whether to use GDAL... yes
checking for gdal-config... /gpfs/home/senko/apps/bin/gdal-config
checking whether to use libLAS... no
checking whether to use NetCDF... no
checking whether to use GEOS... no
checking whether to use TIFF... no
checking whether to use PNG... no
checking whether to use PostgreSQL... no
checking whether to use MySQL... no
checking whether to use SQLite... no
checking whether to use FFMPEG... no
checking whether to use OpenGL... no
checking whether to use ODBC... no
checking whether to use FFTW... no
checking whether to use BLAS... no
checking whether to use LAPACK... no
checking whether to use Cairo... no
checking whether to use FreeType... no
checking whether to use NLS... no
checking whether to use C++... yes
checking for c++... c++
checking whether the C++ compiler (c++     -L/gpfs/home/senko/apps/lib) works... yes
checking whether the C++ compiler (c++     -L/gpfs/home/senko/apps/lib) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking whether to use openDWG... no
checking whether to use POSIX threads... no
checking whether to use OpenMP... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... 1
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking if system supports Large Files at all... yes
checking whether to use wxWidgets... no
creating ./config.status
creating include/Make/Platform.make
creating include/Make/Doxyfile_arch_html
creating include/Make/Doxyfile_arch_latex
creating include/version.h
creating grass.pc
creating include/config.h
Copying config.status to config.status.powerpc-ibm-aix7.1.0.0

GRASS is now configured for:  powerpc-ibm-aix7.1.0.0

  Source directory:           /gpfs/home/senko/dev/grass/grass7
  Build directory:            /gpfs/home/senko/dev/grass/grass7
  Installation directory:     ${prefix}/grass-7.0.svn
  Startup script in directory:${exec_prefix}/bin
  C compiler:                 gcc -lstdc++ 
  C++ compiler:               c++ -g -O2
  Building shared libraries:  yes
  OpenGL platform:            none

  MacOSX application:         no
  MacOSX architectures:       
  MacOSX SDK:                 

  BLAS support:               no
  C++ support:                yes
  Cairo support:              no
  DWG support:                no
  FFMPEG support:             no
  FFTW support:               no
  FreeType support:           no
  GDAL support:               yes
  NETCDF support:             no
  GEOS support:               no
  LAPACK support:             no
  Large File support (LFS):   yes
  libLAS support:             no
  MySQL support:              no
  NLS support:                no
  ODBC support:               no
  OGR support:                yes
  OpenGL support:             no
  OpenMP support:             no
  PNG support:                no
  POSIX thread support:       no
  PostgreSQL support:         no
  Readline support:           no
  Regex support:              yes
  SQLite support:             no
  TIFF support:               no
  wxWidgets support:          no
  X11 support:                yes
-------------- next part --------------
chmod 755 install-sh
gmake subdirs
gmake[1]: Entering directory `/gpfs/home/senko/dev/grass/grass7'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/demolocation'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 PERMANENT/WIND /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/demolocation/PERMANENT/WIND
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[2]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/demolocation/PERMANENT/WIND] Error 126
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/demolocation'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/tools'
gmake -C timer || echo /gpfs/home/senko/dev/grass/grass7/tools/timer >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/tools/timer'
no HTML documentation available
no manual page available
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/tools/timer'
gmake -C g.html2man || echo /gpfs/home/senko/dev/grass/grass7/tools/g.html2man >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/tools/g.html2man'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 html.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/html.py
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/html.py] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/tools/g.html2man'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  mkhtml.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/mkhtml.py
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[2]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/mkhtml.py] Error 126
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/tools'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/include'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 arraystats.h /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/arraystats.h
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[2]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/arraystats.h] Error 126
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/include'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/datetime'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/change.o -c change.c
change.c:7:28: fatal error: grass/datetime.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/change.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/datetime'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/gis'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64 -DGRASS_VERSION_DATE=\"'2013'\" -DPACKAGE=\""grasslibs"\"     -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/adj_cellhd.o -c adj_cellhd.c
adj_cellhd.c:14:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/adj_cellhd.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/gis'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/raster'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64 -DGDAL_LINK=1 -DGDAL_DYNAMIC=1 -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/apps/include -I/gpfs/home/senko/apps/include -I/gpfs/home/senko/apps/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/align_window.o -c align_window.c
align_window.c:17:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/align_window.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/raster'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/external'
gmake -C ccmath || echo /gpfs/home/senko/dev/grass/grass7/lib/external/ccmath >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/external/ccmath'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 ccmath.h /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/ccmath_grass.h
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[4]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/ccmath_grass.h] Error 126
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/external/ccmath'
gmake -C shapelib || echo /gpfs/home/senko/dev/grass/grass7/lib/external/shapelib >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/external/shapelib'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 shapefil.h /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/shapefil.h
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[4]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/shapefil.h] Error 126
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/external/shapelib'
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/external'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/gmath'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64   -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/ATLAS_wrapper_blas_level_1.o -c ATLAS_wrapper_blas_level_1.c
ATLAS_wrapper_blas_level_1.c:23:25: fatal error: grass/gmath.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/ATLAS_wrapper_blas_level_1.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/gmath'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/linkm'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/dispose.o -c dispose.c
dispose.c:7:25: fatal error: grass/linkm.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/dispose.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/linkm'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/driver'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/Box.o -c Box.c
In file included from Box.c:1:0:
driver.h:5:27: fatal error: grass/fontcap.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/Box.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/driver'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/pngdriver'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64   -I../driver -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/Box.o -c Box.c
In file included from Box.c:3:0:
pngdriver.h:10:26: fatal error: grass/config.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/Box.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/pngdriver'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/psdriver'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64 -I../driver -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/Box.o -c Box.c
In file included from Box.c:2:0:
psdriver.h:6:26: fatal error: grass/config.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/Box.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/psdriver'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/htmldriver'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64 -I../driver -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/Draw.o -c Draw.c
Draw.c:2:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/Draw.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/htmldriver'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/cairodriver'
gmake[3]: Nothing to be done for `first'.
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/cairodriver'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/bitmap'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/bitmap.o -c bitmap.c
bitmap.c:37:25: fatal error: grass/linkm.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/bitmap.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/bitmap'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/btree'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/create.o -c create.c
create.c:3:25: fatal error: grass/btree.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/create.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/btree'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/btree2'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/rbtree.o -c rbtree.c
rbtree.c:32:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/rbtree.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/btree2'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/display'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"  -I../driver -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/clip.o -c clip.c
clip.c:5:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/clip.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/display'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/db'
gmake -C dbmi_base || echo /gpfs/home/senko/dev/grass/grass7/lib/db/dbmi_base >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/db/dbmi_base'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64   -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/alloc.o -c alloc.c
alloc.c:17:24: fatal error: grass/dbmi.h: No such file or directory
compilation terminated.
gmake[4]: *** [OBJ.powerpc-ibm-aix7.1.0.0/alloc.o] Error 1
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/db/dbmi_base'
gmake -C dbmi_client || echo /gpfs/home/senko/dev/grass/grass7/lib/db/dbmi_client >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/db/dbmi_client'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64   -I../dbmi_base -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/c_add_col.o -c c_add_col.c
c_add_col.c:15:24: fatal error: grass/dbmi.h: No such file or directory
compilation terminated.
gmake[4]: *** [OBJ.powerpc-ibm-aix7.1.0.0/c_add_col.o] Error 1
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/db/dbmi_client'
gmake -C stubs || echo /gpfs/home/senko/dev/grass/grass7/lib/db/stubs >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/db/stubs'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/add_col.o -c add_col.c
add_col.c:1:24: fatal error: grass/dbmi.h: No such file or directory
compilation terminated.
gmake[4]: *** [OBJ.powerpc-ibm-aix7.1.0.0/add_col.o] Error 1
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/db/stubs'
gmake -C dbmi_driver || echo /gpfs/home/senko/dev/grass/grass7/lib/db/dbmi_driver >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/db/dbmi_driver'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64   -I../dbmi_base -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/d_add_col.o -c d_add_col.c
d_add_col.c:16:24: fatal error: grass/dbmi.h: No such file or directory
compilation terminated.
gmake[4]: *** [OBJ.powerpc-ibm-aix7.1.0.0/d_add_col.o] Error 1
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/db/dbmi_driver'
gmake -C sqlp || echo /gpfs/home/senko/dev/grass/grass7/lib/db/sqlp >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/db/sqlp'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/alloc.o -c alloc.c
alloc.c:24:24: fatal error: grass/sqlp.h: No such file or directory
compilation terminated.
gmake[4]: *** [OBJ.powerpc-ibm-aix7.1.0.0/alloc.o] Error 1
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/db/sqlp'
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/db'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/fonts'
gmake -C fonts || echo /gpfs/home/senko/dev/grass/grass7/lib/fonts/fonts >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/fonts/fonts'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 hersh.oc1 /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/fonts
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[4]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/fonts/hersh.oc1] Error 126
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/fonts/fonts'
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/fonts'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/proj'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -I/gpfs/home/senko/apps/include -DPACKAGE=\""grasslibs"\"  -I/gpfs/home/senko/apps/include -I/gpfs/home/senko/apps/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/convert.o -c convert.c
convert.c:16:26: fatal error: grass/config.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/convert.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/proj'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/vector'
if [ "" != "" ] ; then GISRC=/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/demolocation/.grassrc70 GISBASE=/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0 PATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:$PATH" PYTHONPATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python:$PYTHONPATH" LIBPATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib:-L/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib -L/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib" LC_ALL=C  --html-description < /dev/null | grep -v '</body>\|</html>' > vectorascii.tmp.html ; fi
VERSION_NUMBER=7.0.svn VERSION_DATE=2013 \
        python /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/mkhtml.py vectorascii > /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/vectorascii.html
python: can't open file '/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/mkhtml.py': [Errno 2] No such file or directory
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/vectorascii.html] Error 2
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/vector'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/imagery'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64 -I/gpfs/home/senko/apps/include  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/alloc.o -c alloc.c
alloc.c:3:27: fatal error: grass/imagery.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/alloc.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/imagery'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/cluster'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/c_assign.o -c c_assign.c
c_assign.c:15:27: fatal error: grass/cluster.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/c_assign.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/cluster'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/rowio'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/fileno.o -c fileno.c
fileno.c:14:25: fatal error: grass/rowio.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/fileno.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/rowio'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/segment'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/address.o -c address.c
In file included from address.c:15:0:
local_proto.h:4:27: fatal error: grass/segment.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/address.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/segment'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/sites'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64 -I/gpfs/home/senko/apps/include  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/sites.o -c sites.c
sites.c:22:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/sites.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/sites'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/rst'
gmake -C data || echo /gpfs/home/senko/dev/grass/grass7/lib/rst/data >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/rst/data'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 dataquad.h /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/dataquad.h
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[4]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/dataquad.h] Error 126
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/rst/data'
gmake -C qtree || echo /gpfs/home/senko/dev/grass/grass7/lib/rst/qtree >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/rst/qtree'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 qtree.h /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/qtree.h
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[4]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/qtree.h] Error 126
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/rst/qtree'
gmake -C interp_float || echo /gpfs/home/senko/dev/grass/grass7/lib/rst/interp_float >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/rst/interp_float'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 interpf.h /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/interpf.h
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[4]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/interpf.h] Error 126
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/rst/interp_float'
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/rst'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/lidar'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 lidar.h /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/lidar.h
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/lidar.h] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/lidar'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/raster3d'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/alloc.o -c alloc.c
In file included from alloc.c:5:0:
raster3d_intern.h:1:28: fatal error: grass/raster3d.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/alloc.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/raster3d'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/gpde'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 N_gwflow.h /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/N_gwflow.h
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include/grass/N_gwflow.h] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/gpde'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/dspf'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/cube_io.o -c cube_io.c
cube_io.c:2:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/cube_io.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/dspf'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/symbol'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/read.o -c read.c
read.c:20:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/read.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/symbol'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/init'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64 -DD_LOCATION_NAME=\"\" -DD_GISDBASE=\"\" -DGRASS_VERSION_NUMBER=\"'7.0.svn'\" -DGRASS_VERSION_UPDATE_PKG=\"''\" -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/clean_temp.o -c clean_temp.c
clean_temp.c:1:26: fatal error: grass/config.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/clean_temp.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/init'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/cdhc'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/as181.o -c as181.c
as181.c:3:24: fatal error: grass/cdhc.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/as181.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/cdhc'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/stats'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/c_ave.o -c c_ave.c
c_ave.c:1:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/c_ave.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/stats'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/arraystats'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/basic.o -c basic.c
basic.c:2:30: fatal error: grass/arraystats.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/basic.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/arraystats'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/ogsf'
gmake[3]: Nothing to be done for `first'.
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/ogsf'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/nviz'
gmake[3]: Nothing to be done for `first'.
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/nviz'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/temporal'
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/temporal/SQL'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 map_stds_register_table_template.sql /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/sql/map_stds_register_table_template.sql
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[4]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/sql/map_stds_register_table_template.sql] Error 126
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/temporal/SQL'
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/temporal/lib'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/connect.o -c connect.c
connect.c:15:28: fatal error: grass/temporal.h: No such file or directory
compilation terminated.
gmake[4]: *** [OBJ.powerpc-ibm-aix7.1.0.0/connect.o] Error 1
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/temporal/lib'
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/temporal/t.connect'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:18:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[4]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/temporal/t.connect'
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/temporal'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/python'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 __init__.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python/grass/__init__.py
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python/grass/__init__.py] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/python'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/iostream'
c++  -g -O2   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/ami_stream.o -c ami_stream.cpp
ami_stream.cpp:47:39: fatal error: grass/iostream/ami_stream.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/ami_stream.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/iostream'
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/lib/manage'
gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64 -I/gpfs/home/senko/apps/include  -DPACKAGE=\""grasslibs"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/add_elem.o -c add_elem.c
add_elem.c:14:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/add_elem.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib/manage'
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/lib'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/db'
if [ "" != "" ] ; then GISRC=/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/demolocation/.grassrc70 GISBASE=/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0 PATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:$PATH" PYTHONPATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python:$PYTHONPATH" LIBPATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib:-L/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib -L/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib" LC_ALL=C  --html-description < /dev/null | grep -v '</body>\|</html>' > databaseintro.tmp.html ; fi
VERSION_NUMBER=7.0.svn VERSION_DATE=2013 \
        python /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/mkhtml.py databaseintro > /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/databaseintro.html
python: can't open file '/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/mkhtml.py': [Errno 2] No such file or directory
gmake[2]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/databaseintro.html] Error 2
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/db'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/display'
if [ "" != "" ] ; then GISRC=/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/demolocation/.grassrc70 GISBASE=/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0 PATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:$PATH" PYTHONPATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python:$PYTHONPATH" LIBPATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib:-L/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib -L/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib" LC_ALL=C  --html-description < /dev/null | grep -v '</body>\|</html>' > displaydrivers.tmp.html ; fi
VERSION_NUMBER=7.0.svn VERSION_DATE=2013 \
        python /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/mkhtml.py displaydrivers > /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/displaydrivers.html
python: can't open file '/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/mkhtml.py': [Errno 2] No such file or directory
gmake[2]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/displaydrivers.html] Error 2
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/display'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general'
gmake -C g.access || echo /gpfs/home/senko/dev/grass/grass7/general/g.access >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.access'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/exp_perms.o -c exp_perms.c
exp_perms.c:1:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/exp_perms.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.access'
gmake -C g.cairocomp || echo /gpfs/home/senko/dev/grass/grass7/general/g.cairocomp >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.cairocomp'
gmake[3]: Nothing to be done for `first'.
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.cairocomp'
gmake -C g.copy || echo /gpfs/home/senko/dev/grass/grass7/general/g.copy >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.copy'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:23:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.copy'
gmake -C g.dirseps || echo /gpfs/home/senko/dev/grass/grass7/general/g.dirseps >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.dirseps'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:20:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.dirseps'
gmake -C g.filename || echo /gpfs/home/senko/dev/grass/grass7/general/g.filename >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.filename'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:22:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.filename'
gmake -C g.findetc || echo /gpfs/home/senko/dev/grass/grass7/general/g.findetc >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.findetc'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:17:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.findetc'
gmake -C g.findfile || echo /gpfs/home/senko/dev/grass/grass7/general/g.findfile >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.findfile'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/element.o -c element.c
element.c:1:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/element.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.findfile'
gmake -C g.gisenv || echo /gpfs/home/senko/dev/grass/grass7/general/g.gisenv >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.gisenv'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:22:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.gisenv'
gmake -C g.gui || echo /gpfs/home/senko/dev/grass/grass7/general/g.gui >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.gui'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:21:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.gui'
gmake -C g.list || echo /gpfs/home/senko/dev/grass/grass7/general/g.list >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.list'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:24:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.list'
gmake -C g.mapset || echo /gpfs/home/senko/dev/grass/grass7/general/g.mapset >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.mapset'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:24:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.mapset'
gmake -C g.mapsets || echo /gpfs/home/senko/dev/grass/grass7/general/g.mapsets >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.mapsets'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/get_maps.o -c get_maps.c
get_maps.c:4:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/get_maps.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.mapsets'
gmake -C g.message || echo /gpfs/home/senko/dev/grass/grass7/general/g.message >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.message'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:20:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.message'
gmake -C g.mkfontcap || echo /gpfs/home/senko/dev/grass/grass7/general/g.mkfontcap >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.mkfontcap'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/freetype_fonts.o -c freetype_fonts.c
freetype_fonts.c:17:26: fatal error: grass/config.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/freetype_fonts.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.mkfontcap'
gmake -C g.mlist || echo /gpfs/home/senko/dev/grass/grass7/general/g.mlist >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.mlist'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:23:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.mlist'
gmake -C g.mremove || echo /gpfs/home/senko/dev/grass/grass7/general/g.mremove >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.mremove'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64 -I/gpfs/home/senko/apps/include  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/check_reclass.o -c check_reclass.c
check_reclass.c:3:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/check_reclass.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.mremove'
gmake -C g.parser || echo /gpfs/home/senko/dev/grass/grass7/general/g.parser >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.parser'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:24:27: fatal error: grass/glocale.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.parser'
gmake -C g.pnmcomp || echo /gpfs/home/senko/dev/grass/grass7/general/g.pnmcomp >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.pnmcomp'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:20:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.pnmcomp'
gmake -C g.ppmtopng || echo /gpfs/home/senko/dev/grass/grass7/general/g.ppmtopng >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.ppmtopng'
gmake[3]: Nothing to be done for `first'.
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.ppmtopng'
gmake -C g.proj || echo /gpfs/home/senko/dev/grass/grass7/general/g.proj >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.proj'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"  -I/gpfs/home/senko/apps/include -I/gpfs/home/senko/apps/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/create.o -c create.c
create.c:4:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/create.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.proj'
gmake -C g.region || echo /gpfs/home/senko/dev/grass/grass7/general/g.region >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.region'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64 -I/gpfs/home/senko/apps/include  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/apps/include -I/gpfs/home/senko/apps/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/adjust.o -c adjust.c
adjust.c:1:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/adjust.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.region'
gmake -C g.remove || echo /gpfs/home/senko/dev/grass/grass7/general/g.remove >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.remove'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:24:26: fatal error: grass/raster.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.remove'
gmake -C g.rename || echo /gpfs/home/senko/dev/grass/grass7/general/g.rename >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.rename'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:22:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.rename'
gmake -C g.tempfile || echo /gpfs/home/senko/dev/grass/grass7/general/g.tempfile >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.tempfile'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:24:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.tempfile'
gmake -C g.version || echo /gpfs/home/senko/dev/grass/grass7/general/g.version >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/g.version'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64 -I/gpfs/home/senko/apps/include -I/gpfs/home/senko/apps/include  -DGRASS_VERSION_NUMBER=\"'7.0.svn'\" -DGRASS_VERSION_DATE=\"'2013'\" -DGRASS_VERSION_SVN=\"'55464'\" -DGRASS_VERSION_UPDATE_PKG=\"''\" -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:21:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/g.version'
gmake -C manage || echo /gpfs/home/senko/dev/grass/grass7/general/manage >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/manage'
gmake[4]: Entering directory `/gpfs/home/senko/dev/grass/grass7/general/manage/lister'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64 -I/gpfs/home/senko/apps/include  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/cell.o -c cell.c
cell.c:3:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[4]: *** [OBJ.powerpc-ibm-aix7.1.0.0/cell.o] Error 1
gmake[4]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/manage/lister'
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general/manage'
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/general'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/raster'
gmake -C r.mapcalc
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/raster/r.mapcalc'
gmake[3]: *** virtual memory exhausted.  Stop.
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/raster/r.mapcalc'
gmake[2]: *** [default] Error 2
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/raster'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/raster3d'
if [ "" != "" ] ; then GISRC=/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/demolocation/.grassrc70 GISBASE=/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0 PATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:$PATH" PYTHONPATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python:$PYTHONPATH" LIBPATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib:-L/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib -L/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib" LC_ALL=C  --html-description < /dev/null | grep -v '</body>\|</html>' > raster3dintro.tmp.html ; fi
VERSION_NUMBER=7.0.svn VERSION_DATE=2013 \
        python /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/mkhtml.py raster3dintro > /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/raster3dintro.html
python: can't open file '/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/mkhtml.py': [Errno 2] No such file or directory
gmake[2]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/raster3dintro.html] Error 2
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/raster3d'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/vector'
if [ "" != "" ] ; then GISRC=/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/demolocation/.grassrc70 GISBASE=/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0 PATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:$PATH" PYTHONPATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python:$PYTHONPATH" LIBPATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib:-L/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib -L/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib" LC_ALL=C  --html-description < /dev/null | grep -v '</body>\|</html>' > vectorintro.tmp.html ; fi
VERSION_NUMBER=7.0.svn VERSION_DATE=2013 \
        python /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/mkhtml.py vectorintro > /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/vectorintro.html
python: can't open file '/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/mkhtml.py': [Errno 2] No such file or directory
gmake[2]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/vectorintro.html] Error 2
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/vector'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/misc'
gmake -C m.cogo || echo /gpfs/home/senko/dev/grass/grass7/misc/m.cogo >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/misc/m.cogo'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:24:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/misc/m.cogo'
gmake -C m.measure || echo /gpfs/home/senko/dev/grass/grass7/misc/m.measure >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/misc/m.measure'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:27:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/misc/m.measure'
gmake -C m.nviz.image || echo /gpfs/home/senko/dev/grass/grass7/misc/m.nviz.image >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/misc/m.nviz.image'
gmake[3]: Nothing to be done for `first'.
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/misc/m.nviz.image'
gmake -C m.nviz.script || echo /gpfs/home/senko/dev/grass/grass7/misc/m.nviz.script >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/misc/m.nviz.script'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:27:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/misc/m.nviz.script'
gmake -C m.transform || echo /gpfs/home/senko/dev/grass/grass7/misc/m.transform >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/misc/m.transform'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c
main.c:23:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/misc/m.transform'
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/misc'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/imagery'
if [ "" != "" ] ; then GISRC=/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/demolocation/.grassrc70 GISBASE=/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0 PATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:$PATH" PYTHONPATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python:$PYTHONPATH" LIBPATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib:-L/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib -L/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib" LC_ALL=C  --html-description < /dev/null | grep -v '</body>\|</html>' > imageryintro.tmp.html ; fi
VERSION_NUMBER=7.0.svn VERSION_DATE=2013 \
        python /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/mkhtml.py imageryintro > /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/imageryintro.html
python: can't open file '/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/mkhtml.py': [Errno 2] No such file or directory
gmake[2]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/imageryintro.html] Error 2
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/imagery'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/ps'
gmake -C ps.map || echo /gpfs/home/senko/dev/grass/grass7/ps/ps.map >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/ps/ps.map'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64 -I/gpfs/home/senko/apps/include  -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/apps/include -I/gpfs/home/senko/apps/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/box.o -c box.c
In file included from box.c:6:0:
local_proto.h:1:26: fatal error: grass/raster.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/box.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/ps/ps.map'
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/ps'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts'
gmake -C d.correlate || echo /gpfs/home/senko/dev/grass/grass7/scripts/d.correlate >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/d.correlate'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  d.correlate.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/d.correlate
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/d.correlate] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/d.correlate'
gmake -C d.polar || echo /gpfs/home/senko/dev/grass/grass7/scripts/d.polar >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/d.polar'
Makefile:13: warning: overriding commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/d.polar'
../../include/Make/ScriptRules.make:19: warning: ignoring old commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/d.polar'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  d.polar.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/d.polar
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/d.polar] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/d.polar'
gmake -C d.rast.edit || echo /gpfs/home/senko/dev/grass/grass7/scripts/d.rast.edit >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/d.rast.edit'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  d.rast.edit.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/d.rast.edit
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/d.rast.edit] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/d.rast.edit'
gmake -C d.rast.leg || echo /gpfs/home/senko/dev/grass/grass7/scripts/d.rast.leg >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/d.rast.leg'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  d.rast.leg.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/d.rast.leg
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/d.rast.leg] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/d.rast.leg'
gmake -C d.redraw || echo /gpfs/home/senko/dev/grass/grass7/scripts/d.redraw >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/d.redraw'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  d.redraw.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/d.redraw
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/d.redraw] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/d.redraw'
gmake -C d.shadedmap || echo /gpfs/home/senko/dev/grass/grass7/scripts/d.shadedmap >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/d.shadedmap'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  d.shadedmap.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/d.shadedmap
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/d.shadedmap] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/d.shadedmap'
gmake -C d.vect.thematic || echo /gpfs/home/senko/dev/grass/grass7/scripts/d.vect.thematic >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/d.vect.thematic'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  d.vect.thematic.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/d.vect.thematic
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/d.vect.thematic] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/d.vect.thematic'
gmake -C db.dropcolumn || echo /gpfs/home/senko/dev/grass/grass7/scripts/db.dropcolumn >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/db.dropcolumn'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  db.dropcolumn.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/db.dropcolumn
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/db.dropcolumn] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/db.dropcolumn'
gmake -C db.droptable || echo /gpfs/home/senko/dev/grass/grass7/scripts/db.droptable >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/db.droptable'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  db.droptable.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/db.droptable
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/db.droptable] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/db.droptable'
gmake -C db.in.ogr || echo /gpfs/home/senko/dev/grass/grass7/scripts/db.in.ogr >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/db.in.ogr'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  db.in.ogr.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/db.in.ogr
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/db.in.ogr] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/db.in.ogr'
gmake -C db.out.ogr || echo /gpfs/home/senko/dev/grass/grass7/scripts/db.out.ogr >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/db.out.ogr'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  db.out.ogr.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/db.out.ogr
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/db.out.ogr] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/db.out.ogr'
gmake -C db.test || echo /gpfs/home/senko/dev/grass/grass7/scripts/db.test >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/db.test'
Makefile:16: warning: overriding commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/db.test'
../../include/Make/ScriptRules.make:19: warning: ignoring old commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/db.test'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  db.test.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/db.test
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/db.test] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/db.test'
gmake -C g.extension || echo /gpfs/home/senko/dev/grass/grass7/scripts/g.extension >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/g.extension'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  g.extension.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/g.extension
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/g.extension] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/g.extension'
gmake -C g.extension.rebuild.all || echo /gpfs/home/senko/dev/grass/grass7/scripts/g.extension.rebuild.all >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/g.extension.rebuild.all'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  g.extension.rebuild.all.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/g.extension.rebuild.all
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/g.extension.rebuild.all] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/g.extension.rebuild.all'
gmake -C g.manual || echo /gpfs/home/senko/dev/grass/grass7/scripts/g.manual >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/g.manual'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  g.manual.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/g.manual
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/g.manual] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/g.manual'
gmake -C i.image.mosaic || echo /gpfs/home/senko/dev/grass/grass7/scripts/i.image.mosaic >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/i.image.mosaic'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  i.image.mosaic.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/i.image.mosaic
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/i.image.mosaic] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/i.image.mosaic'
gmake -C i.in.spotvgt || echo /gpfs/home/senko/dev/grass/grass7/scripts/i.in.spotvgt >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/i.in.spotvgt'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  i.in.spotvgt.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/i.in.spotvgt
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/i.in.spotvgt] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/i.in.spotvgt'
gmake -C i.landsat.rgb || echo /gpfs/home/senko/dev/grass/grass7/scripts/i.landsat.rgb >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/i.landsat.rgb'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  i.landsat.rgb.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/i.landsat.rgb
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/i.landsat.rgb] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/i.landsat.rgb'
gmake -C i.oif || echo /gpfs/home/senko/dev/grass/grass7/scripts/i.oif >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/i.oif'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  i.oif.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/i.oif
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/i.oif] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/i.oif'
gmake -C i.pansharpen || echo /gpfs/home/senko/dev/grass/grass7/scripts/i.pansharpen >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/i.pansharpen'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  i.pansharpen.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/i.pansharpen
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/i.pansharpen] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/i.pansharpen'
gmake -C i.spectral || echo /gpfs/home/senko/dev/grass/grass7/scripts/i.spectral >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/i.spectral'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  i.spectral.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/i.spectral
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/i.spectral] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/i.spectral'
gmake -C i.tasscap || echo /gpfs/home/senko/dev/grass/grass7/scripts/i.tasscap >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/i.tasscap'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  i.tasscap.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/i.tasscap
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/i.tasscap] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/i.tasscap'
gmake -C m.proj || echo /gpfs/home/senko/dev/grass/grass7/scripts/m.proj >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/m.proj'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  m.proj.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/m.proj
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/m.proj] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/m.proj'
gmake -C r.blend || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.blend >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.blend'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.blend.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.blend
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.blend] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.blend'
gmake -C r.buffer.lowmem || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.buffer.lowmem >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.buffer.lowmem'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.buffer.lowmem.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.buffer.lowmem
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.buffer.lowmem] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.buffer.lowmem'
gmake -C r.colors.stddev || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.colors.stddev >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.colors.stddev'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.colors.stddev.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.colors.stddev
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.colors.stddev] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.colors.stddev'
gmake -C r.fillnulls || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.fillnulls >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.fillnulls'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.fillnulls.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.fillnulls
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.fillnulls] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.fillnulls'
gmake -C r.grow || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.grow >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.grow'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.grow.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.grow
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.grow] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.grow'
gmake -C r.in.aster || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.in.aster >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.in.aster'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.in.aster.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.in.aster
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.in.aster] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.in.aster'
gmake -C r.in.srtm || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.in.srtm >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.in.srtm'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.in.srtm.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.in.srtm
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.in.srtm] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.in.srtm'
gmake -C r.in.wms || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.in.wms >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.in.wms'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.in.wms.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.in.wms
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.in.wms] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.in.wms'
gmake -C r.mask || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.mask >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.mask'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.mask.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.mask
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.mask] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.mask'
gmake -C r.out.xyz || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.out.xyz >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.out.xyz'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.out.xyz.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.out.xyz
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.out.xyz] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.out.xyz'
gmake -C r.pack || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.pack >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.pack'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.pack.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.pack
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.pack] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.pack'
gmake -C r.plane || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.plane >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.plane'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.plane.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.plane
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.plane] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.plane'
gmake -C r.reclass.area || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.reclass.area >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.reclass.area'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.reclass.area.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.reclass.area
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.reclass.area] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.reclass.area'
gmake -C r.rgb || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.rgb >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.rgb'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.rgb.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.rgb
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.rgb] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.rgb'
gmake -C r.shaded.relief || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.shaded.relief >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.shaded.relief'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.shaded.relief.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.shaded.relief
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.shaded.relief] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.shaded.relief'
gmake -C r.tileset || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.tileset >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.tileset'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.tileset.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.tileset
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.tileset] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.tileset'
gmake -C r.unpack || echo /gpfs/home/senko/dev/grass/grass7/scripts/r.unpack >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.unpack'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r.unpack.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.unpack
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r.unpack] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r.unpack'
gmake -C r3.in.xyz || echo /gpfs/home/senko/dev/grass/grass7/scripts/r3.in.xyz >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/r3.in.xyz'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  r3.in.xyz.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r3.in.xyz
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/r3.in.xyz] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/r3.in.xyz'
gmake -C v.build.all || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.build.all >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.build.all'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.build.all.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.build.all
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.build.all] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.build.all'
gmake -C v.centroids || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.centroids >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.centroids'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.centroids.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.centroids
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.centroids] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.centroids'
gmake -C v.convert.all || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.convert.all >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.convert.all'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.convert.all.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.convert.all
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.convert.all] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.convert.all'
gmake -C v.db.addcolumn || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.db.addcolumn >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.addcolumn'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.db.addcolumn.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.addcolumn
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.addcolumn] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.addcolumn'
gmake -C v.db.addtable || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.db.addtable >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.addtable'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.db.addtable.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.addtable
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.addtable] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.addtable'
gmake -C v.db.join || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.db.join >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.join'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.db.join.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.join
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.join] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.join'
gmake -C v.db.dropcolumn || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.db.dropcolumn >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.dropcolumn'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.db.dropcolumn.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.dropcolumn
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.dropcolumn] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.dropcolumn'
gmake -C v.db.droprow || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.db.droprow >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.droprow'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.db.droprow.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.droprow
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.droprow] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.droprow'
gmake -C v.db.droptable || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.db.droptable >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.droptable'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.db.droptable.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.droptable
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.droptable] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.droptable'
gmake -C v.db.renamecolumn || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.db.renamecolumn >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.renamecolumn'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.db.renamecolumn.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.renamecolumn
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.renamecolumn] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.renamecolumn'
gmake -C v.db.reconnect.all || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.db.reconnect.all >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.reconnect.all'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.db.reconnect.all.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.reconnect.all
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.reconnect.all] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.reconnect.all'
gmake -C v.db.univar || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.db.univar >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.univar'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.db.univar.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.univar
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.univar] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.univar'
gmake -C v.db.update || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.db.update >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.update'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.db.update.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.update
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.db.update] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.db.update'
gmake -C v.dissolve || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.dissolve >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.dissolve'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.dissolve.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.dissolve
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.dissolve] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.dissolve'
gmake -C v.in.e00 || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.in.e00 >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.in.e00'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.in.e00.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.in.e00
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.in.e00] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.in.e00'
gmake -C v.in.geonames || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.in.geonames >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.in.geonames'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.in.geonames.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.in.geonames
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.in.geonames] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.in.geonames'
gmake -C v.in.gns || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.in.gns >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.in.gns'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.in.gns.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.in.gns
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.in.gns] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.in.gns'
gmake -C v.in.lines || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.in.lines >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.in.lines'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.in.lines.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.in.lines
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.in.lines] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.in.lines'
gmake -C v.in.mapgen || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.in.mapgen >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.in.mapgen'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.in.mapgen.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.in.mapgen
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.in.mapgen] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.in.mapgen'
gmake -C v.in.sites.all || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.in.sites.all >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.in.sites.all'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.in.sites.all.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.in.sites.all
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.in.sites.all] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.in.sites.all'
gmake -C v.in.wfs || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.in.wfs >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.in.wfs'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.in.wfs.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.in.wfs
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.in.wfs] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.in.wfs'
gmake -C v.rast.stats || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.rast.stats >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.rast.stats'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.rast.stats.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.rast.stats
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.rast.stats] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.rast.stats'
gmake -C v.report || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.report >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.report'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.report.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.report
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.report] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.report'
gmake -C v.out.gps || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.out.gps >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.out.gps'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.out.gps.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.out.gps
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.out.gps] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.out.gps'
gmake -C v.pack || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.pack >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.pack'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.pack.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.pack
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.pack] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.pack'
gmake -C v.unpack || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.unpack >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.unpack'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.unpack.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.unpack
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.unpack] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.unpack'
gmake -C v.what.vect || echo /gpfs/home/senko/dev/grass/grass7/scripts/v.what.vect >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.what.vect'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  v.what.vect.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.what.vect
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/v.what.vect] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/v.what.vect'
gmake -C wxpyimgview || echo /gpfs/home/senko/dev/grass/grass7/scripts/wxpyimgview >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/scripts/wxpyimgview'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  wxpyimgview.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/wxpyimgview
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/scripts/wxpyimgview] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts/wxpyimgview'
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/scripts'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/temporal'
VERSION_NUMBER=7.0.svn /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/g.html2man.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/temporalintro.html /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/man/man1/temporalintro.1
/bin/sh: /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/tools/g.html2man.py:  not found
gmake[2]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/man/man1/temporalintro.1] Error 127
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/temporal'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/doc'
if [ "" != "" ] ; then GISRC=/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/demolocation/.grassrc70 GISBASE=/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0 PATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:$PATH" PYTHONPATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/python:$PYTHONPATH" LIBPATH="/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/bin:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib:/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib:-L/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib -L/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/lib" LC_ALL=C  --html-description < /dev/null | grep -v '</body>\|</html>' > projectionintro.tmp.html ; fi
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 grass7_arch.png /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/grass7_arch.png
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[2]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/grass7_arch.png] Error 126
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/doc'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/gui'
gmake -C icons || echo /gpfs/home/senko/dev/grass/grass7/gui/icons >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/gui/icons'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 grass/3d-help.png /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/gui/icons/grass/3d-help.png
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/gui/icons/grass/3d-help.png] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/gui/icons'
gmake -C images || echo /gpfs/home/senko/dev/grass/grass7/gui/images >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/gui/images'
gmake[3]: *** virtual memory exhausted.  Stop.
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/gui/images'
gmake -C scripts || echo /gpfs/home/senko/dev/grass/grass7/gui/scripts >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/gui/scripts'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  d.rast3d.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/gui/scripts/d.rast3d
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/gui/scripts/d.rast3d] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/gui/scripts'
gmake -C xml || echo /gpfs/home/senko/dev/grass/grass7/gui/xml >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/gui/xml'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 grass-interface.dtd /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/grass-interface.dtd 
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/grass-interface.dtd] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/gui/xml'
gmake -C wxpython || echo /gpfs/home/senko/dev/grass/grass7/gui/wxpython >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/gui/wxpython'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 icons/__init__.py /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/gui/wxpython/icons/__init__.py
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[3]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/etc/gui/wxpython/icons/__init__.py] Error 126
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/gui/wxpython'
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/gui'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/visualization'
gmake -C xganim || echo /gpfs/home/senko/dev/grass/grass7/visualization/xganim >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/visualization/xganim'
gmake[3]: Nothing to be done for `first'.
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/visualization/xganim'
gmake -C ximgview || echo /gpfs/home/senko/dev/grass/grass7/visualization/ximgview >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/visualization/ximgview'
gcc  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64   -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/color.o -c color.c
color.c:7:23: fatal error: grass/gis.h: No such file or directory
compilation terminated.
gmake[3]: *** [OBJ.powerpc-ibm-aix7.1.0.0/color.o] Error 1
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/visualization/ximgview'
gmake -C wximgview || echo /gpfs/home/senko/dev/grass/grass7/visualization/wximgview >> /gpfs/home/senko/dev/grass/grass7/error.log
gmake[3]: Entering directory `/gpfs/home/senko/dev/grass/grass7/visualization/wximgview'
gmake[3]: Nothing to be done for `first'.
gmake[3]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/visualization/wximgview'
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/visualization'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/locale'
NLS disabled.
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/locale'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/man'
Makefile:81: warning: overriding commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: ignoring old commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: overriding commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: ignoring old commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: overriding commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: ignoring old commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: overriding commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: ignoring old commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: overriding commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: ignoring old commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: overriding commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: ignoring old commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: overriding commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: ignoring old commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: overriding commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: ignoring old commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: overriding commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
Makefile:81: warning: ignoring old commands for target `/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/.html'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 grassdocs.css /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/grassdocs.css
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[2]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/docs/html/grassdocs.css] Error 126
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/man'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/macosx'
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/macosx'
gmake[2]: Entering directory `/gpfs/home/senko/dev/grass/grass7/mswindows'
gmake[2]: Nothing to be done for `first'.
gmake[2]: Leaving directory `/gpfs/home/senko/dev/grass/grass7/mswindows'
gmake[1]: Leaving directory `/gpfs/home/senko/dev/grass/grass7'
gmake /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/AUTHORS /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/COPYING /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/CHANGES /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/REQUIREMENTS.html /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/GPL.TXT /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/contributors.csv /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/contributors_extra.csv /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/translators.csv
gmake[1]: Entering directory `/gpfs/home/senko/dev/grass/grass7'
/gpfs/home/senko/dev/grass/grass7/install-sh -c  -m 644 AUTHORS /gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/AUTHORS
/gpfs/home/senko/dev/grass/grass7/install-sh[239]: : cannot execute
gmake[1]: *** [/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/AUTHORS] Error 126
gmake[1]: Leaving directory `/gpfs/home/senko/dev/grass/grass7'
gmake: *** [default] Error 2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: error.log
Type: application/octet-stream
Size: 8280 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20130320/cbc203e6/attachment-0001.obj>
-------------- next part --------------
"./include/Make/Grass.make", line 77: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 79: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 85: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 92: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 229: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 231: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 233: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 235: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 237: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 238: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 239: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 241: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 243: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 244: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 246: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 247: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 249: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 251: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 252: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 254: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 256: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 260: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 263: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 265: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 267: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 269: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 271: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 272: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 274: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 276: make: Dependency line needs colon or double colon operator.
"./include/Make/Grass.make", line 277: make: Dependency line needs colon or double colon operator.
make: Equal sign not found in macro substitution.


More information about the grass-dev mailing list