* Package: sci-geosciences/tcd-utils-20120115-r2:0 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking tcd-utils-20120115.tar.bz2 to /var/tmp/portage/sci-geosciences/tcd-utils-20120115-r2/work >>> Source unpacked in /var/tmp/portage/sci-geosciences/tcd-utils-20120115-r2/work >>> Preparing source in /var/tmp/portage/sci-geosciences/tcd-utils-20120115-r2/work/tcd-utils-20120115 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/sci-geosciences/tcd-utils-20120115-r2/work/tcd-utils-20120115 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --docdir=/usr/share/doc/tcd-utils-20120115-r2 --htmldir=/usr/share/doc/tcd-utils-20120115-r2/html --libdir=/usr/lib64 configure: loading site script /usr/share/config.site checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking tcd.h usability... yes checking tcd.h presence... yes checking for tcd.h... yes checking for get_tide_db_header in -ltcd... yes configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/sci-geosciences/tcd-utils-20120115-r2/work/tcd-utils-20120115 ... make -j4 x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"tcd-utils\" -DPACKAGE_TARNAME=\"tcd-utils\" -DPACKAGE_VERSION=\"20120115\" -DPACKAGE_STRING=\"tcd-utils\ 20120115\" -DPACKAGE_BUGREPORT=\"dave@flaterco.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tcd-utils\" -DVERSION=\"20120115\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBTCD=1 -I. -O2 -pipe -march=native -fno-diagnostics-color -c build_tide_db.c x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"tcd-utils\" -DPACKAGE_TARNAME=\"tcd-utils\" -DPACKAGE_VERSION=\"20120115\" -DPACKAGE_STRING=\"tcd-utils\ 20120115\" -DPACKAGE_BUGREPORT=\"dave@flaterco.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tcd-utils\" -DVERSION=\"20120115\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBTCD=1 -I. -O2 -pipe -march=native -fno-diagnostics-color -c xml.c x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"tcd-utils\" -DPACKAGE_TARNAME=\"tcd-utils\" -DPACKAGE_VERSION=\"20120115\" -DPACKAGE_STRING=\"tcd-utils\ 20120115\" -DPACKAGE_BUGREPORT=\"dave@flaterco.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tcd-utils\" -DVERSION=\"20120115\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBTCD=1 -I. -O2 -pipe -march=native -fno-diagnostics-color -c restore_tide_db.c build_tide_db.c: In function ‘CreateTCDFromHarmonics’: build_tide_db.c:677:48: error: passing argument 3 of ‘create_tide_db’ from incompatible pointer type [-Wincompatible-pointer-types] 677 | if (!create_tide_db (dbname, constituents, constituent, speed, | ^~~~~~~~~~~ | | | char ** In file included from build_tide_db.c:9: /usr/include/tcd.h:338:27: note: expected ‘const char * const*’ but argument is of type ‘char **’ 338 | NV_CHAR const * const constituent[], const NV_FLOAT64 *speed, | ^ build_tide_db.c:678:49: error: passing argument 7 of ‘create_tide_db’ from incompatible pointer type [-Wincompatible-pointer-types] 678 | start_year, num_years, equilibrium, node_factor)) | ^~~~~~~~~~~ | | | float ** /usr/include/tcd.h:340:30: note: expected ‘const float * const*’ but argument is of type ‘float **’ 340 | NV_FLOAT32 const * const equilibrium[], | ^ build_tide_db.c:678:62: error: passing argument 8 of ‘create_tide_db’ from incompatible pointer type [-Wincompatible-pointer-types] 678 | start_year, num_years, equilibrium, node_factor)) | ^~~~~~~~~~~ | | | float ** /usr/include/tcd.h:341:30: note: expected ‘const float * const*’ but argument is of type ‘float **’ 341 | NV_FLOAT32 const * const node_factor[]); | ^ build_tide_db.c: In function ‘CreateTCDFromNavo’: build_tide_db.c:760:48: error: passing argument 3 of ‘create_tide_db’ from incompatible pointer type [-Wincompatible-pointer-types] 760 | if (!create_tide_db (dbname, constituents, default_constituent, | ^~~~~~~~~~~~~~~~~~~ | | | char ** /usr/include/tcd.h:338:27: note: expected ‘const char * const*’ but argument is of type ‘char **’ 338 | NV_CHAR const * const constituent[], const NV_FLOAT64 *speed, | ^ build_tide_db.c:761:64: error: passing argument 7 of ‘create_tide_db’ from incompatible pointer type [-Wincompatible-pointer-types] 761 | default_speed, start_year, num_years, equilibrium, node_factor)) | ^~~~~~~~~~~ | | | float ** /usr/include/tcd.h:340:30: note: expected ‘const float * const*’ but argument is of type ‘float **’ 340 | NV_FLOAT32 const * const equilibrium[], | ^ build_tide_db.c:761:77: error: passing argument 8 of ‘create_tide_db’ from incompatible pointer type [-Wincompatible-pointer-types] 761 | default_speed, start_year, num_years, equilibrium, node_factor)) | ^~~~~~~~~~~ | | | float ** /usr/include/tcd.h:341:30: note: expected ‘const float * const*’ but argument is of type ‘float **’ 341 | NV_FLOAT32 const * const node_factor[]); | ^ make: *** [Makefile:326: build_tide_db.o] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: sci-geosciences/tcd-utils-20120115-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sci-geosciences/tcd-utils-20120115-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=sci-geosciences/tcd-utils-20120115-r2::gentoo'`. * The complete build log is located at '/var/log/portage/sci-geosciences:tcd-utils-20120115-r2:20231205-102741.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sci-geosciences/tcd-utils-20120115-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sci-geosciences/tcd-utils-20120115-r2/temp/environment'. * Working directory: '/var/tmp/portage/sci-geosciences/tcd-utils-20120115-r2/work/tcd-utils-20120115' * S: '/var/tmp/portage/sci-geosciences/tcd-utils-20120115-r2/work/tcd-utils-20120115'