Skip to content

Instantly share code, notes, and snippets.

@asomers
Created April 5, 2017 16:48
Show Gist options
  • Save asomers/cad484f6b350c816f5fb94293367437c to your computer and use it in GitHub Desktop.
Save asomers/cad484f6b350c816f5fb94293367437c to your computer and use it in GitHub Desktop.
output of ./configure CC=gcc for pjdfstest
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pjdfstest configure 0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure CC=gcc
## --------- ##
## Platform. ##
## --------- ##
hostname = stealthy.eng.sldomain.com
uname -m = amd64
uname -r = 12.0-CURRENT
uname -s = FreeBSD
uname -v = FreeBSD 12.0-CURRENT #24 r315874M: Thu Mar 23 17:32:57 MDT 2017 alans@stealthy.eng.sldomain.com:/usr/obj/usr/home/alans/freebsd/head/sys/GENERIC
/usr/bin/uname -p = amd64
/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: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/home/alans/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2295: checking for a BSD-compatible install
configure:2363: result: /usr/bin/install -c
configure:2374: checking whether build environment is sane
configure:2429: result: yes
configure:2580: checking for a thread-safe mkdir -p
configure:2619: result: ./install-sh -c -d
configure:2626: checking for gawk
configure:2642: found /usr/local/bin/gawk
configure:2653: result: gawk
configure:2664: checking whether make sets $(MAKE)
configure:2686: result: yes
configure:2715: checking whether make supports nested variables
configure:2732: result: yes
configure:2867: checking build system type
configure:2881: result: amd64-unknown-freebsd12.0
configure:2901: checking host system type
configure:2914: result: amd64-unknown-freebsd12.0
configure:3047: checking for C compiler version
configure:3056: gcc --version >&5
gcc (FreeBSD Ports Collection) 4.9.4
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3067: $? = 0
configure:3056: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/lto-wrapper
Target: x86_64-portbld-freebsd12.0
Configured with: /wrkdirs/usr/ports/lang/gcc/work/gcc-4.9.4/configure --disable-bootstrap --disable-nls --enable-gnu-indirect-function --libdir=/usr/local/lib/gcc49 --libexecdir=/usr/local/libexec/gcc49 --program-suffix=49 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc49/include/c++/ --with-ld=/usr/local/bin/ld --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --with-ecj-jar=/usr/local/share/java/ecj-4.5.jar --enable-languages=c,c++,objc,fortran,java --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/info/gcc49 --build=x86_64-portbld-freebsd12.0
Thread model: posix
gcc version 4.9.4 (FreeBSD Ports Collection)
configure:3067: $? = 0
configure:3056: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3067: $? = 1
configure:3056: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3067: $? = 1
configure:3087: checking whether the C compiler works
configure:3109: gcc conftest.c >&5
configure:3113: $? = 0
configure:3161: result: yes
configure:3164: checking for C compiler default output file name
configure:3166: result: a.out
configure:3172: checking for suffix of executables
configure:3179: gcc -o conftest conftest.c >&5
configure:3183: $? = 0
configure:3205: result:
configure:3227: checking whether we are cross compiling
configure:3235: gcc -o conftest conftest.c >&5
configure:3239: $? = 0
configure:3246: ./conftest
configure:3250: $? = 0
configure:3265: result: no
configure:3270: checking for suffix of object files
configure:3292: gcc -c conftest.c >&5
configure:3296: $? = 0
configure:3317: result: o
configure:3321: checking whether we are using the GNU C compiler
configure:3340: gcc -c conftest.c >&5
configure:3340: $? = 0
configure:3349: result: yes
configure:3358: checking whether gcc accepts -g
configure:3378: gcc -c -g conftest.c >&5
configure:3378: $? = 0
configure:3419: result: yes
configure:3436: checking for gcc option to accept ISO C89
configure:3499: gcc -c -g -O2 conftest.c >&5
configure:3499: $? = 0
configure:3512: result: none needed
configure:3537: checking whether gcc understands -c and -o together
configure:3559: gcc -c conftest.c -o conftest2.o
configure:3562: $? = 0
configure:3559: gcc -c conftest.c -o conftest2.o
configure:3562: $? = 0
configure:3574: result: yes
configure:3602: checking for style of include used by make
configure:3630: result: GNU
configure:3656: checking dependency style of gcc
configure:3767: result: gcc3
configure:3790: checking how to run the C preprocessor
configure:3821: gcc -E conftest.c
configure:3821: $? = 0
configure:3835: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:3835: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3860: result: gcc -E
configure:3880: gcc -E conftest.c
configure:3880: $? = 0
configure:3894: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:3894: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3923: checking for grep that handles long lines and -e
configure:3981: result: /usr/bin/grep
configure:3986: checking for egrep
configure:4048: result: /usr/bin/grep -E
configure:4053: checking for ANSI C header files
configure:4073: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:11:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h: In function 'posix_memalign':
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:192:46: error: expected declaration specifiers before '__nonnull'
int posix_memalign(void **, size_t, size_t) __nonnull(1); /* (ADV) */
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:248:20: error: storage class specified for parameter 'malloc_conf'
extern const char *malloc_conf;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:249:15: error: storage class specified for parameter 'malloc_message'
extern void (*malloc_message)(void *, const char *);
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:337:14: error: storage class specified for parameter 'suboptarg'
extern char *suboptarg; /* getsubopt(3) external variable */
^
In file included from conftest.c:12:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include/stdarg.h:98:24: error: storage class specified for parameter 'va_list'
typedef __gnuc_va_list va_list;
^
In file included from /usr/include/strings.h:67:0,
from /usr/include/string.h:45,
from conftest.c:13:
/usr/include/xlocale/_strings.h:31:26: error: storage class specified for parameter 'locale_t'
typedef struct _xlocale *locale_t;
^
/usr/include/xlocale/_strings.h:46:47: error: expected declaration specifiers or '...' before 'locale_t'
int strcasecmp_l(const char *, const char *, locale_t);
^
/usr/include/xlocale/_strings.h:47:56: error: expected declaration specifiers or '...' before 'locale_t'
int strncasecmp_l(const char *, const char *, size_t, locale_t);
^
In file included from conftest.c:13:0:
/usr/include/string.h:130:19: error: storage class specified for parameter 'ssize_t'
typedef __ssize_t ssize_t;
^
/usr/include/string.h:134:56: error: expected declaration specifiers or '...' before 'ssize_t'
void swab(const void * __restrict, void * __restrict, ssize_t);
^
In file included from /usr/include/string.h:142:0,
from conftest.c:13:
/usr/include/xlocale/_string.h:46:44: error: expected declaration specifiers or '...' before 'locale_t'
int strcoll_l(const char *, const char *, locale_t);
^
/usr/include/xlocale/_string.h:47:49: error: expected declaration specifiers or '...' before 'locale_t'
size_t strxfrm_l(char *, const char *, size_t, locale_t);
^
conftest.c:18:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
In file included from conftest.c:11:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:192:6: error: old-style parameter declarations in prototyped function definition
int posix_memalign(void **, size_t, size_t) __nonnull(1); /* (ADV) */
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:192:1: error: parameter name omitted
int posix_memalign(void **, size_t, size_t) __nonnull(1); /* (ADV) */
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:192:1: error: parameter name omitted
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:192:1: error: parameter name omitted
conftest.c:22:1: error: expected '{' at end of input
}
^
configure:4073: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <stdarg.h>
| #include <string.h>
| #include <float.h>
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4157: result: no
configure:4170: checking for sys/types.h
configure:4170: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:45:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
configure:4170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
configure:4170: result: no
configure:4170: checking for sys/stat.h
configure:4170: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/sys/time.h:37:0,
from /usr/include/sys/stat.h:99,
from conftest.c:45:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
configure:4170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/stat.h>
configure:4170: result: no
configure:4170: checking for stdlib.h
configure:4170: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:45:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h: In function 'posix_memalign':
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:192:46: error: expected declaration specifiers before '__nonnull'
int posix_memalign(void **, size_t, size_t) __nonnull(1); /* (ADV) */
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:248:20: error: storage class specified for parameter 'malloc_conf'
extern const char *malloc_conf;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:249:15: error: storage class specified for parameter 'malloc_message'
extern void (*malloc_message)(void *, const char *);
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:337:14: error: storage class specified for parameter 'suboptarg'
extern char *suboptarg; /* getsubopt(3) external variable */
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:192:6: error: old-style parameter declarations in prototyped function definition
int posix_memalign(void **, size_t, size_t) __nonnull(1); /* (ADV) */
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:192:1: error: parameter name omitted
int posix_memalign(void **, size_t, size_t) __nonnull(1); /* (ADV) */
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:192:1: error: parameter name omitted
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdlib.h:192:1: error: parameter name omitted
conftest.c:45:0: error: expected '{' at end of input
#include <stdlib.h>
^
configure:4170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <stdlib.h>
configure:4170: result: no
configure:4170: checking for string.h
configure:4170: gcc -c -g -O2 conftest.c >&5
configure:4170: $? = 0
configure:4170: result: yes
configure:4170: checking for memory.h
configure:4170: gcc -c -g -O2 conftest.c >&5
configure:4170: $? = 0
configure:4170: result: yes
configure:4170: checking for strings.h
configure:4170: gcc -c -g -O2 conftest.c >&5
configure:4170: $? = 0
configure:4170: result: yes
configure:4170: checking for inttypes.h
configure:4170: gcc -c -g -O2 conftest.c >&5
configure:4170: $? = 0
configure:4170: result: yes
configure:4170: checking for stdint.h
configure:4170: gcc -c -g -O2 conftest.c >&5
configure:4170: $? = 0
configure:4170: result: yes
configure:4170: checking for unistd.h
configure:4170: gcc -c -g -O2 conftest.c >&5
In file included from /usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/unistd.h:46:0,
from conftest.c:50:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
configure:4170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <unistd.h>
configure:4170: result: no
configure:4183: checking minix/config.h usability
configure:4183: gcc -c -g -O2 conftest.c >&5
conftest.c:49:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:4183: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4183: result: no
configure:4183: checking minix/config.h presence
configure:4183: gcc -E conftest.c
conftest.c:16:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:4183: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4183: result: no
configure:4183: checking for minix/config.h
configure:4183: result: no
configure:4204: checking whether it is safe to define __EXTENSIONS__
configure:4222: gcc -c -g -O2 conftest.c >&5
configure:4222: $? = 0
configure:4229: result: yes
configure:4249: checking sys/mkdev.h usability
configure:4249: gcc -c -g -O2 conftest.c >&5
conftest.c:54:23: fatal error: sys/mkdev.h: No such file or directory
#include <sys/mkdev.h>
^
compilation terminated.
configure:4249: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mkdev.h>
configure:4249: result: no
configure:4249: checking sys/mkdev.h presence
configure:4249: gcc -E conftest.c
conftest.c:21:23: fatal error: sys/mkdev.h: No such file or directory
#include <sys/mkdev.h>
^
compilation terminated.
configure:4249: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <sys/mkdev.h>
configure:4249: result: no
configure:4249: checking for sys/mkdev.h
configure:4249: result: no
configure:4262: checking for bindat
configure:4262: gcc -o conftest -g -O2 conftest.c >&5
configure:4262: $? = 0
configure:4262: result: yes
configure:4269: checking for chflags
configure:4269: gcc -o conftest -g -O2 conftest.c >&5
configure:4269: $? = 0
configure:4269: result: yes
configure:4276: checking for chflagsat
configure:4276: gcc -o conftest -g -O2 conftest.c >&5
configure:4276: $? = 0
configure:4276: result: yes
configure:4283: checking for connectat
configure:4283: gcc -o conftest -g -O2 conftest.c >&5
configure:4283: $? = 0
configure:4283: result: yes
configure:4290: checking for faccessat
configure:4290: gcc -o conftest -g -O2 conftest.c >&5
configure:4290: $? = 0
configure:4290: result: yes
configure:4297: checking for fchflags
configure:4297: gcc -o conftest -g -O2 conftest.c >&5
configure:4297: $? = 0
configure:4297: result: yes
configure:4304: checking for fchmodat
configure:4304: gcc -o conftest -g -O2 conftest.c >&5
configure:4304: $? = 0
configure:4304: result: yes
configure:4311: checking for fchownat
configure:4311: gcc -o conftest -g -O2 conftest.c >&5
configure:4311: $? = 0
configure:4311: result: yes
configure:4318: checking for fstatat
configure:4318: gcc -o conftest -g -O2 conftest.c >&5
configure:4318: $? = 0
configure:4318: result: yes
configure:4325: checking for lchflags
configure:4325: gcc -o conftest -g -O2 conftest.c >&5
configure:4325: $? = 0
configure:4325: result: yes
configure:4332: checking for lchmod
configure:4332: gcc -o conftest -g -O2 conftest.c >&5
configure:4332: $? = 0
configure:4332: result: yes
configure:4339: checking for linkat
configure:4339: gcc -o conftest -g -O2 conftest.c >&5
configure:4339: $? = 0
configure:4339: result: yes
configure:4346: checking for lpathconf
configure:4346: gcc -o conftest -g -O2 conftest.c >&5
configure:4346: $? = 0
configure:4346: result: yes
configure:4353: checking for mkdirat
configure:4353: gcc -o conftest -g -O2 conftest.c >&5
configure:4353: $? = 0
configure:4353: result: yes
configure:4360: checking for mkfifoat
configure:4360: gcc -o conftest -g -O2 conftest.c >&5
configure:4360: $? = 0
configure:4360: result: yes
configure:4367: checking for mknodat
configure:4367: gcc -o conftest -g -O2 conftest.c >&5
configure:4367: $? = 0
configure:4367: result: yes
configure:4374: checking for openat
configure:4374: gcc -o conftest -g -O2 conftest.c >&5
configure:4374: $? = 0
configure:4374: result: yes
configure:4381: checking for posix_fallocate
configure:4381: gcc -o conftest -g -O2 conftest.c >&5
configure:4381: $? = 0
configure:4381: result: yes
configure:4388: checking for readlinkat
configure:4388: gcc -o conftest -g -O2 conftest.c >&5
configure:4388: $? = 0
configure:4388: result: yes
configure:4395: checking for renameat
configure:4395: gcc -o conftest -g -O2 conftest.c >&5
configure:4395: $? = 0
configure:4395: result: yes
configure:4402: checking for symlinkat
configure:4402: gcc -o conftest -g -O2 conftest.c >&5
configure:4402: $? = 0
configure:4402: result: yes
configure:4409: checking for utimensat
configure:4409: gcc -o conftest -g -O2 conftest.c >&5
configure:4409: $? = 0
configure:4409: result: yes
configure:4418: checking sys/acl.h usability
configure:4418: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/sys/param.h:90:0,
from /usr/include/sys/acl.h:39,
from conftest.c:76:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
configure:4418: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/acl.h>
configure:4418: result: no
configure:4418: checking sys/acl.h presence
configure:4418: gcc -E conftest.c
configure:4418: $? = 0
configure:4418: result: yes
configure:4418: WARNING: sys/acl.h: present but cannot be compiled
configure:4418: WARNING: sys/acl.h: check for missing prerequisite headers?
configure:4418: WARNING: sys/acl.h: see the Autoconf documentation
configure:4418: WARNING: sys/acl.h: section "Present But Cannot Be Compiled"
configure:4418: WARNING: sys/acl.h: proceeding with the compiler's result
configure:4418: checking for sys/acl.h
configure:4418: result: no
configure:4461: checking for struct stat.st_atim
configure:4461: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
conftest.c: In function 'main':
conftest.c:52:5: error: used struct type value where scalar is required
if (ac_aggr.st_atim)
^
configure:4461: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_atim)
| return 0;
| ;
| return 0;
| }
configure:4461: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
configure:4461: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_atim)
| return 0;
| ;
| return 0;
| }
configure:4461: result: no
configure:4474: checking for struct stat.st_atimespec
configure:4474: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
conftest.c: In function 'main':
conftest.c:52:5: error: used struct type value where scalar is required
if (ac_aggr.st_atimespec)
^
configure:4474: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_atimespec)
| return 0;
| ;
| return 0;
| }
configure:4474: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
configure:4474: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_atimespec)
| return 0;
| ;
| return 0;
| }
configure:4474: result: no
configure:4489: checking for struct stat.st_birthtim
configure:4489: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
conftest.c: In function 'main':
conftest.c:52:5: error: used struct type value where scalar is required
if (ac_aggr.st_birthtim)
^
configure:4489: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_birthtim)
| return 0;
| ;
| return 0;
| }
configure:4489: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
configure:4489: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_birthtim)
| return 0;
| ;
| return 0;
| }
configure:4489: result: no
configure:4502: checking for struct stat.st_birthtime
configure:4502: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
configure:4502: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_birthtime)
| return 0;
| ;
| return 0;
| }
configure:4502: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
configure:4502: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_birthtime)
| return 0;
| ;
| return 0;
| }
configure:4502: result: no
configure:4515: checking for struct stat.st_birthtimespec
configure:4515: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
conftest.c: In function 'main':
conftest.c:52:5: error: used struct type value where scalar is required
if (ac_aggr.st_birthtimespec)
^
configure:4515: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_birthtimespec)
| return 0;
| ;
| return 0;
| }
configure:4515: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
configure:4515: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_birthtimespec)
| return 0;
| ;
| return 0;
| }
configure:4515: result: no
configure:4530: checking for struct stat.st_ctim
configure:4530: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
conftest.c: In function 'main':
conftest.c:52:5: error: used struct type value where scalar is required
if (ac_aggr.st_ctim)
^
configure:4530: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_ctim)
| return 0;
| ;
| return 0;
| }
configure:4530: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
configure:4530: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_ctim)
| return 0;
| ;
| return 0;
| }
configure:4530: result: no
configure:4543: checking for struct stat.st_ctimespec
configure:4543: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
conftest.c: In function 'main':
conftest.c:52:5: error: used struct type value where scalar is required
if (ac_aggr.st_ctimespec)
^
configure:4543: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_ctimespec)
| return 0;
| ;
| return 0;
| }
configure:4543: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
configure:4543: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_ctimespec)
| return 0;
| ;
| return 0;
| }
configure:4543: result: no
configure:4558: checking for struct stat.st_mtim
configure:4558: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
conftest.c: In function 'main':
conftest.c:52:5: error: used struct type value where scalar is required
if (ac_aggr.st_mtim)
^
configure:4558: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_mtim)
| return 0;
| ;
| return 0;
| }
configure:4558: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
configure:4558: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_mtim)
| return 0;
| ;
| return 0;
| }
configure:4558: result: no
configure:4571: checking for struct stat.st_mtimespec
configure:4571: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
conftest.c: In function 'main':
conftest.c:52:5: error: used struct type value where scalar is required
if (ac_aggr.st_mtimespec)
^
configure:4571: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_mtimespec)
| return 0;
| ;
| return 0;
| }
configure:4571: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:44:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:266:9: error: unknown type name '__vm_ooffset_t'
typedef __vm_ooffset_t vm_ooffset_t;
^
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/sys/types.h:268:9: error: unknown type name '__vm_pindex_t'
typedef __vm_pindex_t vm_pindex_t;
^
configure:4571: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pjdfstest"
| #define PACKAGE_TARNAME "pjdfstest"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "pjdfstest 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pjdfstest"
| #define VERSION "0.1"
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_BINDAT 1
| #define HAVE_CHFLAGS 1
| #define HAVE_CHFLAGSAT 1
| #define HAVE_CONNECTAT 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHFLAGS 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCHOWNAT 1
| #define HAVE_FSTATAT 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_LCHMOD 1
| #define HAVE_LINKAT 1
| #define HAVE_LPATHCONF 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKFIFOAT 1
| #define HAVE_MKNODAT 1
| #define HAVE_OPENAT 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_READLINKAT 1
| #define HAVE_RENAMEAT 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_UTIMENSAT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
|
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_mtimespec)
| return 0;
| ;
| return 0;
| }
configure:4571: result: no
configure:4695: checking that generated files are newer than configure
configure:4701: result: done
configure:4724: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by pjdfstest config.status 0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on stealthy.eng.sldomain.com
config.status:882: creating Makefile
config.status:882: creating config.h
config.status:1111: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=amd64-unknown-freebsd12.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
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_func_bindat=yes
ac_cv_func_chflags=yes
ac_cv_func_chflagsat=yes
ac_cv_func_connectat=yes
ac_cv_func_faccessat=yes
ac_cv_func_fchflags=yes
ac_cv_func_fchmodat=yes
ac_cv_func_fchownat=yes
ac_cv_func_fstatat=yes
ac_cv_func_lchflags=yes
ac_cv_func_lchmod=yes
ac_cv_func_linkat=yes
ac_cv_func_lpathconf=yes
ac_cv_func_mkdirat=yes
ac_cv_func_mkfifoat=yes
ac_cv_func_mknodat=yes
ac_cv_func_openat=yes
ac_cv_func_posix_fallocate=yes
ac_cv_func_readlinkat=yes
ac_cv_func_renameat=yes
ac_cv_func_symlinkat=yes
ac_cv_func_utimensat=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=no
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=no
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_acl_h=no
ac_cv_header_sys_mkdev_h=no
ac_cv_header_sys_stat_h=no
ac_cv_header_sys_types_h=no
ac_cv_header_unistd_h=no
ac_cv_host=amd64-unknown-freebsd12.0
ac_cv_member_struct_stat_st_atim=no
ac_cv_member_struct_stat_st_atimespec=no
ac_cv_member_struct_stat_st_birthtim=no
ac_cv_member_struct_stat_st_birthtime=no
ac_cv_member_struct_stat_st_birthtimespec=no
ac_cv_member_struct_stat_st_ctim=no
ac_cv_member_struct_stat_st_ctimespec=no
ac_cv_member_struct_stat_st_mtim=no
ac_cv_member_struct_stat_st_mtimespec=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /usr/home/alans/src/pjdfstest/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /usr/home/alans/src/pjdfstest/missing autoconf'
AUTOHEADER='${SHELL} /usr/home/alans/src/pjdfstest/missing autoheader'
AUTOMAKE='${SHELL} /usr/home/alans/src/pjdfstest/missing automake-1.15'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/home/alans/src/pjdfstest/missing makeinfo'
MKDIR_P='./install-sh -c -d'
OBJEXT='o'
PACKAGE='pjdfstest'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='pjdfstest'
PACKAGE_STRING='pjdfstest 0.1'
PACKAGE_TARNAME='pjdfstest'
PACKAGE_URL=''
PACKAGE_VERSION='0.1'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.1'
ac_ct_CC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='amd64-unknown-freebsd12.0'
build_alias=''
build_cpu='amd64'
build_os='freebsd12.0'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='amd64-unknown-freebsd12.0'
host_alias=''
host_cpu='amd64'
host_os='freebsd12.0'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /usr/home/alans/src/pjdfstest/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "pjdfstest"
#define PACKAGE_TARNAME "pjdfstest"
#define PACKAGE_VERSION "0.1"
#define PACKAGE_STRING "pjdfstest 0.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "pjdfstest"
#define VERSION "0.1"
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_BINDAT 1
#define HAVE_CHFLAGS 1
#define HAVE_CHFLAGSAT 1
#define HAVE_CONNECTAT 1
#define HAVE_FACCESSAT 1
#define HAVE_FCHFLAGS 1
#define HAVE_FCHMODAT 1
#define HAVE_FCHOWNAT 1
#define HAVE_FSTATAT 1
#define HAVE_LCHFLAGS 1
#define HAVE_LCHMOD 1
#define HAVE_LINKAT 1
#define HAVE_LPATHCONF 1
#define HAVE_MKDIRAT 1
#define HAVE_MKFIFOAT 1
#define HAVE_MKNODAT 1
#define HAVE_OPENAT 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_READLINKAT 1
#define HAVE_RENAMEAT 1
#define HAVE_SYMLINKAT 1
#define HAVE_UTIMENSAT 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment