-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
1,373 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,293 @@ | ||
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
|
||
It was created by configure, which was | ||
generated by GNU Autoconf 2.71. Invocation command line was | ||
|
||
$ ./configure | ||
|
||
## --------- ## | ||
## Platform. ## | ||
## --------- ## | ||
|
||
hostname = alecr-host | ||
uname -m = x86_64 | ||
uname -r = 6.11.9-arch1-1 | ||
uname -s = Linux | ||
uname -v = #1 SMP PREEMPT_DYNAMIC Sun, 17 Nov 2024 16:06:17 +0000 | ||
|
||
/usr/bin/uname -p = unknown | ||
/bin/uname -X = unknown | ||
|
||
/bin/arch = unknown | ||
/usr/bin/arch -k = unknown | ||
/usr/convex/getsysinfo = unknown | ||
/usr/bin/hostinfo = unknown | ||
/bin/machine = unknown | ||
/usr/bin/oslevel = unknown | ||
/bin/universe = unknown | ||
|
||
PATH: /usr/local/sbin/ | ||
PATH: /usr/local/bin/ | ||
PATH: /usr/bin/ | ||
PATH: /usr/bin/site_perl/ | ||
PATH: /usr/bin/vendor_perl/ | ||
PATH: /usr/bin/core_perl/ | ||
PATH: /opt/quarto/bin/ | ||
PATH: /usr/lib/rstudio/resources/app/bin/postback/ | ||
PATH: /home/alecr/.TinyTeX/bin/x86_64-linux/ | ||
|
||
|
||
## ----------- ## | ||
## Core tests. ## | ||
## ----------- ## | ||
|
||
configure:2297: CC: gcc | ||
configure:2299: CXX: g++ -std=gnu++17 | ||
configure:2309: pkg-config proj exists, will use it | ||
configure:2358: using proj.h. | ||
configure:3443: PROJ: 9.5.0 | ||
configure:3524: checking PROJ: checking whether linking against PROJ works: | ||
configure:3533: result: yes | ||
configure:3751: POSTGIS_PROJ_VERSION: 95 | ||
configure:3790: checking for geos-config | ||
configure:3813: found /usr/bin/geos-config | ||
configure:3826: result: /usr/bin/geos-config | ||
configure:3862: checking geos-config usability | ||
configure:3871: result: yes | ||
configure:3880: GEOS: 3.13.0 | ||
configure:3882: checking GEOS version >= 3.5.0 | ||
configure:3890: result: yes | ||
configure:3931: checking geos: linking with -L/usr/lib -lgeos_c | ||
configure:3941: result: yes | ||
configure:3966: checking whether byte ordering is bigendian | ||
configure:3982: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/r/src=/usr/src/debug/r -flto=auto -ffat-lto-objects -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/usr/include conftest.c >&5 | ||
conftest.c:8:9: warning: "POSTGIS_PROJ_VERSION" redefined | ||
8 | #define POSTGIS_PROJ_VERSION "95" | ||
| ^~~~~~~~~~~~~~~~~~~~ | ||
<command-line>: note: this is the location of the previous definition | ||
conftest.c:11:16: error: unknown type name 'not' | ||
11 | not a universal capable compiler | ||
| ^~~ | ||
conftest.c:11:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' | ||
11 | not a universal capable compiler | ||
| ^~~~~~~~~ | ||
conftest.c:11:22: error: unknown type name 'universal' | ||
configure:3982: $? = 1 | ||
configure: failed program was: | ||
| /* confdefs.h */ | ||
| #define PACKAGE_NAME "" | ||
| #define PACKAGE_TARNAME "" | ||
| #define PACKAGE_VERSION "" | ||
| #define PACKAGE_STRING "" | ||
| #define PACKAGE_BUGREPORT "" | ||
| #define PACKAGE_URL "" | ||
| #define POSTGIS_PROJ_VERSION "95" | ||
| /* end confdefs.h. */ | ||
| #ifndef __APPLE_CC__ | ||
| not a universal capable compiler | ||
| #endif | ||
| typedef int dummy; | ||
| | ||
configure:4028: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/r/src=/usr/src/debug/r -flto=auto -ffat-lto-objects -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/usr/include conftest.c >&5 | ||
conftest.c:8:9: warning: "POSTGIS_PROJ_VERSION" redefined | ||
8 | #define POSTGIS_PROJ_VERSION "95" | ||
| ^~~~~~~~~~~~~~~~~~~~ | ||
<command-line>: note: this is the location of the previous definition | ||
configure:4028: $? = 0 | ||
configure: failed program was: | ||
| /* confdefs.h */ | ||
| #define PACKAGE_NAME "" | ||
| #define PACKAGE_TARNAME "" | ||
| #define PACKAGE_VERSION "" | ||
| #define PACKAGE_STRING "" | ||
| #define PACKAGE_BUGREPORT "" | ||
| #define PACKAGE_URL "" | ||
| #define POSTGIS_PROJ_VERSION "95" | ||
| /* end confdefs.h. */ | ||
| #include <sys/types.h> | ||
| #include <sys/param.h> | ||
| | ||
| int | ||
| main (void) | ||
| { | ||
| #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) | ||
| bogus endian macros | ||
| #endif | ||
| | ||
| ; | ||
| return 0; | ||
| } | ||
configure:4074: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/r/src=/usr/src/debug/r -flto=auto -ffat-lto-objects -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/usr/include conftest.c >&5 | ||
conftest.c:8:9: warning: "POSTGIS_PROJ_VERSION" redefined | ||
8 | #define POSTGIS_PROJ_VERSION "95" | ||
| ^~~~~~~~~~~~~~~~~~~~ | ||
<command-line>: note: this is the location of the previous definition | ||
conftest.c: In function 'main': | ||
conftest.c:16:15: error: unknown type name 'bogus' | ||
16 | bogus endian macros | ||
| ^~~~~ | ||
conftest.c:16:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros' | ||
16 | bogus endian macros | ||
| ^~~~~~ | ||
configure:4074: $? = 1 | ||
configure: failed program was: | ||
| /* confdefs.h */ | ||
| #define PACKAGE_NAME "" | ||
| #define PACKAGE_TARNAME "" | ||
| #define PACKAGE_VERSION "" | ||
| #define PACKAGE_STRING "" | ||
| #define PACKAGE_BUGREPORT "" | ||
| #define PACKAGE_URL "" | ||
| #define POSTGIS_PROJ_VERSION "95" | ||
| /* end confdefs.h. */ | ||
| #include <limits.h> | ||
| | ||
| int | ||
| main (void) | ||
| { | ||
| #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) | ||
| bogus endian macros | ||
| #endif | ||
| | ||
| ; | ||
| return 0; | ||
| } | ||
configure:4169: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/r/src=/usr/src/debug/r -flto=auto -ffat-lto-objects -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/usr/include -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto conftest.c -lproj -L/usr/lib -lgeos_c >&5 | ||
conftest.c:8:9: warning: "POSTGIS_PROJ_VERSION" redefined | ||
8 | #define POSTGIS_PROJ_VERSION "95" | ||
| ^~~~~~~~~~~~~~~~~~~~ | ||
<command-line>: note: this is the location of the previous definition | ||
configure:4169: $? = 0 | ||
configure:4169: ./conftest | ||
configure:4169: $? = 0 | ||
configure:4181: result: no | ||
configure:4210: checking for GEOS_init_r in -lgeos_c | ||
configure:4233: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/r/src=/usr/src/debug/r -flto=auto -ffat-lto-objects -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/usr/include -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto conftest.c -lgeos_c -lproj -L/usr/lib -lgeos_c >&5 | ||
conftest.c:8:9: warning: "POSTGIS_PROJ_VERSION" redefined | ||
8 | #define POSTGIS_PROJ_VERSION "95" | ||
| ^~~~~~~~~~~~~~~~~~~~ | ||
<command-line>: note: this is the location of the previous definition | ||
configure:4233: $? = 0 | ||
configure:4243: result: yes | ||
configure:4265: Package CPP flags: -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/usr/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/usr/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBLWGEOM_INTERNAL_H | ||
configure:4267: Package LIBS: -lproj -L/usr/lib -lgeos_c | ||
configure:4377: creating ./config.status | ||
|
||
## ---------------------- ## | ||
## Running config.status. ## | ||
## ---------------------- ## | ||
|
||
This file was extended by config.status, which was | ||
generated by GNU Autoconf 2.71. Invocation command line was | ||
|
||
CONFIG_FILES = | ||
CONFIG_HEADERS = | ||
CONFIG_LINKS = | ||
CONFIG_COMMANDS = | ||
$ ./config.status | ||
|
||
on alecr-host | ||
|
||
config.status:788: creating src/Makevars | ||
config.status:788: creating src/postgis_config.h | ||
config.status:958: src/postgis_config.h is unchanged | ||
|
||
## ---------------- ## | ||
## Cache variables. ## | ||
## ---------------- ## | ||
|
||
ac_cv_c_bigendian=no | ||
ac_cv_env_CC_set=set | ||
ac_cv_env_CC_value=gcc | ||
ac_cv_env_CFLAGS_set=set | ||
ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/r/src=/usr/src/debug/r -flto=auto -ffat-lto-objects' | ||
ac_cv_env_CPPFLAGS_set=set | ||
ac_cv_env_CPPFLAGS_value=-I/usr/local/include | ||
ac_cv_env_LDFLAGS_set=set | ||
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto' | ||
ac_cv_env_LIBS_set= | ||
ac_cv_env_LIBS_value= | ||
ac_cv_env_build_alias_set= | ||
ac_cv_env_build_alias_value= | ||
ac_cv_env_host_alias_set= | ||
ac_cv_env_host_alias_value= | ||
ac_cv_env_target_alias_set= | ||
ac_cv_env_target_alias_value= | ||
ac_cv_lib_geos_c_GEOS_init_r=yes | ||
ac_cv_path_GEOS_CONFIG=/usr/bin/geos-config | ||
|
||
## ----------------- ## | ||
## Output variables. ## | ||
## ----------------- ## | ||
|
||
CC='gcc' | ||
CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/r/src=/usr/src/debug/r -flto=auto -ffat-lto-objects' | ||
CPPFLAGS=' -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/usr/include' | ||
DEFS='-DHAVE_CONFIG_H' | ||
ECHO_C='' | ||
ECHO_N='-n' | ||
ECHO_T='' | ||
EXEEXT='' | ||
GEOS_CONFIG='/usr/bin/geos-config' | ||
GEOS_LIBS='-L/usr/lib -lgeos_c' | ||
LDFLAGS='-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto' | ||
LIBOBJS='' | ||
LIBS='-lproj -L/usr/lib -lgeos_c' | ||
LTLIBOBJS='' | ||
OBJECTS=' $(OBJECTS_RCPP) $(OBJECTS_LIBLWGEOM)' | ||
OBJEXT='' | ||
PACKAGE_BUGREPORT='' | ||
PACKAGE_NAME='' | ||
PACKAGE_STRING='' | ||
PACKAGE_TARNAME='' | ||
PACKAGE_URL='' | ||
PACKAGE_VERSION='' | ||
PATH_SEPARATOR=':' | ||
PKG_CPPFLAGS=' -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/usr/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/usr/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBLWGEOM_INTERNAL_H' | ||
PKG_LIBS='-lproj -L/usr/lib -lgeos_c -lgeos_c' | ||
PROJ_CPPFLAGS=' -DHAVE_PROJ_H' | ||
PROJ_LIBS='-lproj ' | ||
SHELL='/bin/sh' | ||
ac_ct_CC='' | ||
bindir='${exec_prefix}/bin' | ||
build_alias='' | ||
datadir='${datarootdir}' | ||
datarootdir='${prefix}/share' | ||
docdir='${datarootdir}/doc/${PACKAGE}' | ||
dvidir='${docdir}' | ||
exec_prefix='${prefix}' | ||
host_alias='' | ||
htmldir='${docdir}' | ||
includedir='${prefix}/include' | ||
infodir='${datarootdir}/info' | ||
libdir='${exec_prefix}/lib' | ||
libexecdir='${exec_prefix}/libexec' | ||
localedir='${datarootdir}/locale' | ||
localstatedir='${prefix}/var' | ||
mandir='${datarootdir}/man' | ||
oldincludedir='/usr/include' | ||
pdfdir='${docdir}' | ||
prefix='/usr/local' | ||
program_transform_name='s,x,x,' | ||
psdir='${docdir}' | ||
runstatedir='${localstatedir}/run' | ||
sbindir='${exec_prefix}/sbin' | ||
sharedstatedir='${prefix}/com' | ||
sysconfdir='${prefix}/etc' | ||
target_alias='' | ||
|
||
## ----------- ## | ||
## confdefs.h. ## | ||
## ----------- ## | ||
|
||
/* confdefs.h */ | ||
#define PACKAGE_NAME "" | ||
#define PACKAGE_TARNAME "" | ||
#define PACKAGE_VERSION "" | ||
#define PACKAGE_STRING "" | ||
#define PACKAGE_BUGREPORT "" | ||
#define PACKAGE_URL "" | ||
#define POSTGIS_PROJ_VERSION "95" | ||
|
||
configure: exit 0 |
Oops, something went wrong.