Created
August 16, 2012 21:37
-
-
Save bgotink/3373837 to your computer and use it in GitHub Desktop.
"brew install --HEAD e2fsprogs" log
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
bram:~/Downloads/backup$ brew install --HEAD e2fsprogs | |
==> Cloning https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git | |
Cloning into '/Library/Caches/Homebrew/e2fsprogs--git'... | |
remote: Counting objects: 33824, done. | |
remote: Compressing objects: 100% (7500/7500), done. | |
remote: Total 33824 (delta 27272), reused 32257 (delta 26058) | |
Receiving objects: 100% (33824/33824), 16.32 MiB | 139 KiB/s, done. | |
Resolving deltas: 100% (27272/27272), done. | |
==> Downloading patches | |
######################################################################## 100.0% | |
==> Patching | |
patching file lib/Makefile.darwin-lib | |
==> ./configure --prefix=/usr/local/Cellar/e2fsprogs/HEAD | |
==> make | |
cd ./util ; make subst | |
CC subst.c | |
LD subst | |
make[1]: `util/subst.conf' is up to date. | |
make[1]: `lib/config.h' is up to date. | |
SUBST lib/dirpaths.h | |
make[1]: `lib/ext2fs/ext2_types.h' is up to date. | |
make[1]: `lib/blkid/blkid_types.h' is up to date. | |
make[1]: `lib/uuid/uuid_types.h' is up to date. | |
SUBST compile_et | |
SUBST ext2_err.et | |
COMPILE_ET ext2_err.et | |
make libs | |
make[2]: `util/subst.conf' is up to date. | |
make[2]: `lib/config.h' is up to date. | |
make[2]: `lib/dirpaths.h' is up to date. | |
make[2]: `lib/ext2fs/ext2_types.h' is up to date. | |
make[2]: `lib/blkid/blkid_types.h' is up to date. | |
make[2]: `lib/uuid/uuid_types.h' is up to date. | |
make[2]: `compile_et' is up to date. | |
make[2]: `ext2_err.h' is up to date. | |
making all in lib/et | |
CC error_message.c | |
CC et_name.c | |
CC init_et.c | |
CC com_err.c | |
CC com_right.c | |
GEN_LIB libcom_err.a | |
making all in lib/ss | |
SUBST mk_cmds | |
COMPILE_ET ss_err.et | |
COMPILE_ET ss_err.et | |
MK_CMDS std_rqs.c | |
CC ss_err.c | |
CC invocation.c | |
CC help.c | |
CC execute_cmd.c | |
CC parse.c | |
CC error.c | |
CC listen.c | |
CC prompt.c | |
CC request_tbl.c | |
CC list_rqs.c | |
CC pager.c | |
CC requests.c | |
CC get_readline.c | |
CC data.c | |
CC std_rqs.c | |
GEN_LIB libss.a | |
making all in lib/e2p | |
CC feature.c | |
CC fsetflags.c | |
CC fgetflags.c | |
CC fgetversion.c | |
CC fsetversion.c | |
CC getflags.c | |
CC getversion.c | |
CC hashstr.c | |
CC iod.c | |
CC mntopts.c | |
CC ls.c | |
CC pe.c | |
CC parse_num.c | |
CC ps.c | |
CC pf.c | |
CC setflags.c | |
CC setversion.c | |
CC uuid.c | |
CC ostype.c | |
CC percent.c | |
GEN_LIB libe2p.a | |
making all in lib/uuid | |
CP uuid.h | |
SUBST uuid_clear.3 | |
SUBST uuid.3 | |
SUBST uuid_compare.3 | |
SUBST uuid_copy.3 | |
SUBST uuid_generate.3 | |
SUBST uuid_is_null.3 | |
SUBST uuid_parse.3 | |
SUBST uuid_time.3 | |
SUBST uuid_unparse.3 | |
CC compare.c | |
CC copy.c | |
CC clear.c | |
CC gen_uuid.c | |
CC isnull.c | |
CC pack.c | |
CC parse.c | |
CC unpack.c | |
CC uuid_time.c | |
CC unparse.c | |
CC tst_uuid.o | |
GEN_LIB libuuid.a | |
LD uuid_time | |
LD tst_uuid | |
making all in lib/ext2fs | |
CC gen_crc32ctable | |
CC bb_compat.c | |
CC inode_io.c | |
CC write_bb_file.c | |
CC dupfs.c | |
CC imager.c | |
CC test_io.c | |
CC ext2_err.c | |
CC alloc.c | |
CC alloc_sb.c | |
CC alloc_stats.c | |
CC alloc_tables.c | |
CC badblocks.c | |
CC bb_inode.c | |
CC bitmaps.c | |
CC bitops.c | |
CC blkmap64_ba.c | |
CC blkmap64_rb.c | |
CC blknum.c | |
CC block.c | |
CC bmap.c | |
CC check_desc.c | |
CC closefs.c | |
CC crc16.c | |
GEN32CTABLE crc32c_table.h | |
CC csum.c | |
CC dblist.c | |
CC dblist_dir.c | |
CC dirblock.c | |
CC dir_iterate.c | |
CC dirhash.c | |
csum.c:633:18: error: no member named 'i_checksum_lo' in 'struct ext2_inode_large'; did you mean 'i_checksum_hi'? | |
old_lo = inode->i_checksum_lo; | |
^~~~~~~~~~~~~ | |
i_checksum_hi | |
./ext2_fs.h:463:8: note: 'i_checksum_hi' declared here | |
__u16 i_checksum_hi; /* crc32c(uuid+inum+inode) */ | |
^ | |
csum.c:634:9: error: no member named 'i_checksum_lo' in 'struct ext2_inode_large'; did you mean 'i_checksum_hi'? | |
inode->i_checksum_lo = 0; | |
^~~~~~~~~~~~~ | |
i_checksum_hi | |
./ext2_fs.h:463:8: note: 'i_checksum_hi' declared here | |
__u16 i_checksum_hi; /* crc32c(uuid+inum+inode) */ | |
^ | |
csum.c:647:9: error: no member named 'i_checksum_lo' in 'struct ext2_inode_large'; did you mean 'i_checksum_hi'? | |
inode->i_checksum_lo = old_lo; | |
^~~~~~~~~~~~~ | |
i_checksum_hi | |
./ext2_fs.h:463:8: note: 'i_checksum_hi' declared here | |
__u16 i_checksum_hi; /* crc32c(uuid+inum+inode) */ | |
^ | |
csum.c:669:39: error: no member named 'i_checksum_lo' in 'struct ext2_inode_large'; did you mean 'i_checksum_hi'? | |
provided = ext2fs_le16_to_cpu(inode->i_checksum_lo); | |
^~~~~~~~~~~~~ | |
i_checksum_hi | |
../../lib/ext2fs/bitops.h:46:40: note: expanded from macro 'ext2fs_le16_to_cpu' | |
#define ext2fs_le16_to_cpu(x) ((__u16)(x)) | |
^ | |
./ext2_fs.h:463:8: note: 'i_checksum_hi' declared here | |
__u16 i_checksum_hi; /* crc32c(uuid+inum+inode) */ | |
^ | |
csum.c:716:9: error: no member named 'i_checksum_lo' in 'struct ext2_inode_large'; did you mean 'i_checksum_hi'? | |
inode->i_checksum_lo = ext2fs_cpu_to_le16(crc & 0xFFFF); | |
^~~~~~~~~~~~~ | |
i_checksum_hi | |
./ext2_fs.h:463:8: note: 'i_checksum_hi' declared here | |
__u16 i_checksum_hi; /* crc32c(uuid+inum+inode) */ | |
^ | |
CC expanddir.c | |
5 errors generated. | |
make[2]: *** [csum.o] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
make[1]: *** [all-libs-recursive] Error 1 | |
make: *** [all] Error 2 | |
config.log was copied to /Users/bram/Library/Logs/Homebrew | |
==> Build Environment | |
HOMEBREW_VERSION: 0.9.2 | |
HEAD: 8bb77e6808915e36882d3bebad2ec40ec2fcb4c5 | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.8-x86_64 | |
Xcode: 4.4.1 | |
CLT: 4.4.0.0.1.1249367152 | |
X11: N/A | |
CC: /usr/bin/clang | |
CXX: /usr/bin/clang++ => /usr/bin/clang | |
LD: /usr/bin/clang | |
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type | |
CPPFLAGS: -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include | |
LDFLAGS: -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib | |
MAKEFLAGS: -j8 | |
MACOSX_DEPLOYMENT_TARGET: 10.8 | |
PKG_CONFIG_PATH: /usr/local/Library/Homebrew/pkgconfig | |
ACLOCAL_PATH: /usr/local/Cellar/gettext/0.18.1.1/share/aclocal | |
OBJC: /usr/bin/clang | |
PATH: /usr/local/Cellar/gettext/0.18.1.1/bin:/Users/bram/bin:/opt/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/Library/Contributions/cmds | |
Error: Failed executing: make (e2fsprogs.rb:31) | |
This link will help resolve the above errors: | |
https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist |
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
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.69. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/e2fsprogs/HEAD | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = bram.local | |
uname -m = x86_64 | |
uname -r = 12.0.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 174 tasks, 913 threads, 8 processors | |
Load average: 1.76, Mach factor: 6.23 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Cellar/gettext/0.18.1.1/bin | |
PATH: /Users/bram/bin | |
PATH: /opt/bin | |
PATH: /usr/local/bin | |
PATH: /usr/local/sbin | |
PATH: /usr/bin | |
PATH: /usr/sbin | |
PATH: /bin | |
PATH: /sbin | |
PATH: /usr/local/Library/Contributions/cmds | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2747: result: Generating configuration file for e2fsprogs version 1.43-WIP | |
configure:2749: result: Release date is August, 2012 | |
configure:2760: checking build system type | |
configure:2774: result: x86_64-apple-darwin12.0.0 | |
configure:2794: checking host system type | |
configure:2807: result: x86_64-apple-darwin12.0.0 | |
configure:2876: checking for gcc | |
configure:2903: result: /usr/bin/clang | |
configure:3132: checking for C compiler version | |
configure:3141: /usr/bin/clang --version >&5 | |
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin12.0.0 | |
Thread model: posix | |
configure:3152: $? = 0 | |
configure:3141: /usr/bin/clang -v >&5 | |
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin12.0.0 | |
Thread model: posix | |
configure:3152: $? = 0 | |
configure:3141: /usr/bin/clang -V >&5 | |
clang: error: argument to '-V' is missing (expected 1 value) | |
clang: error: no input files | |
configure:3152: $? = 1 | |
configure:3141: /usr/bin/clang -qversion >&5 | |
clang: error: no input files | |
configure:3152: $? = 1 | |
configure:3172: checking whether the C compiler works | |
configure:3194: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:3198: $? = 0 | |
configure:3246: result: yes | |
configure:3249: checking for C compiler default output file name | |
configure:3251: result: a.out | |
configure:3257: checking for suffix of executables | |
configure:3264: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:3268: $? = 0 | |
configure:3290: result: | |
configure:3312: checking whether we are cross compiling | |
configure:3320: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:3324: $? = 0 | |
configure:3331: ./conftest | |
configure:3335: $? = 0 | |
configure:3350: result: no | |
configure:3355: checking for suffix of object files | |
configure:3377: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:3381: $? = 0 | |
configure:3402: result: o | |
configure:3406: checking whether we are using the GNU C compiler | |
configure:3425: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:3425: $? = 0 | |
configure:3434: result: yes | |
configure:3443: checking whether /usr/bin/clang accepts -g | |
configure:3463: /usr/bin/clang -c -g -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:3463: $? = 0 | |
configure:3504: result: yes | |
configure:3521: checking for /usr/bin/clang option to accept ISO C89 | |
configure:3584: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:3584: $? = 0 | |
configure:3597: result: none needed | |
configure:3618: checking for dlopen in -ldl | |
configure:3643: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c -ldl >&5 | |
configure:3643: $? = 0 | |
configure:3652: result: yes | |
configure:3737: checking for gcc | |
configure:3764: result: /usr/bin/clang | |
configure:3993: checking for C compiler version | |
configure:4002: /usr/bin/clang --version >&5 | |
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin12.0.0 | |
Thread model: posix | |
configure:4013: $? = 0 | |
configure:4002: /usr/bin/clang -v >&5 | |
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin12.0.0 | |
Thread model: posix | |
configure:4013: $? = 0 | |
configure:4002: /usr/bin/clang -V >&5 | |
clang: error: argument to '-V' is missing (expected 1 value) | |
clang: error: no input files | |
configure:4013: $? = 1 | |
configure:4002: /usr/bin/clang -qversion >&5 | |
clang: error: no input files | |
configure:4013: $? = 1 | |
configure:4017: checking whether we are using the GNU C compiler | |
configure:4045: result: yes | |
configure:4054: checking whether /usr/bin/clang accepts -g | |
configure:4115: result: yes | |
configure:4132: checking for /usr/bin/clang option to accept ISO C89 | |
configure:4208: result: none needed | |
configure:4237: checking how to run the C preprocessor | |
configure:4268: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:4268: $? = 0 | |
configure:4282: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4282: $? = 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 HAVE_DLOPEN 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4307: result: /usr/bin/clang -E | |
configure:4327: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:4327: $? = 0 | |
configure:4341: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4341: $? = 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 HAVE_DLOPEN 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4369: checking for additional special compiler flags | |
configure:4383: result: (none) | |
configure:4411: result: Disabling maintainer mode by default | |
configure:4432: result: Disabling symlinks for install by default | |
configure:4453: result: Disabling relative symlinks for install by default | |
configure:4474: result: Disabling symlinks for build by default | |
configure:4498: result: Disabling verbose make commands | |
configure:4526: result: Disabling compression support by default | |
configure:4551: result: Enabling htree directory support by default | |
configure:4588: result: Disabling ELF shared libraries by default | |
configure:4621: result: Disabling BSD shared libraries by default | |
configure:4647: result: Disabling profiling libraries by default | |
configure:4672: result: Disabling checker libraries by default | |
configure:4699: result: Disabling journal debugging by default | |
configure:4719: result: Disabling blkid debugging by default | |
configure:4741: result: Enabling testio debugging by default | |
configure:4799: checking for pkg-config | |
configure:4817: found /usr/local/bin/pkg-config | |
configure:4829: result: /usr/local/bin/pkg-config | |
configure:4854: checking pkg-config is at least version 0.9.0 | |
configure:4857: result: yes | |
configure:4945: result: Enabling private uuid library by default | |
configure:5006: checking for pkg-config | |
configure:5036: result: /usr/local/bin/pkg-config | |
configure:5061: checking pkg-config is at least version 0.9.0 | |
configure:5064: result: yes | |
configure:5157: result: Enabling private blkid library by default | |
configure:5218: checking for pkg-config | |
configure:5248: result: /usr/local/bin/pkg-config | |
configure:5273: checking pkg-config is at least version 0.9.0 | |
configure:5276: result: yes | |
configure:5300: result: Disabling quota support by default | |
configure:5332: result: Enabling debugfs support by default | |
configure:5353: result: Enabling e2image support by default | |
configure:5374: result: Enabling e2resize support by default | |
configure:5395: result: Enabling e4defrag support by default | |
configure:5424: result: Building fsck wrapper by default | |
configure:5447: result: Building e2initrd helper by default | |
configure:5475: result: Try using thread local support by default | |
configure:5484: checking for thread local storage (TLS) class | |
configure:5511: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:5511: $? = 0 | |
configure:5531: result: __thread | |
configure:5555: result: Building uuidd by default | |
configure:5576: result: Enabling mmp support by default | |
configure:5598: result: Enabling bitmap statistics support by default | |
configure:5627: result: Disabling additional bitmap statistics by default | |
configure:5652: checking whether make sets $(MAKE) | |
configure:5674: result: yes | |
configure:5697: checking for a BSD-compatible install | |
configure:5765: result: /usr/bin/install -c | |
configure:5790: checking whether NLS is requested | |
configure:5799: result: yes | |
configure:5837: checking for msgfmt | |
configure:5868: result: /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt | |
configure:5877: checking for gmsgfmt | |
configure:5908: result: /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt | |
configure:5948: checking for xgettext | |
configure:5979: result: /usr/local/Cellar/gettext/0.18.1.1/bin/xgettext | |
configure:6019: checking for msgmerge | |
configure:6049: result: /usr/local/Cellar/gettext/0.18.1.1/bin/msgmerge | |
configure:6127: checking for ranlib | |
configure:6143: found /usr/bin/ranlib | |
configure:6154: result: ranlib | |
configure:6177: checking for strerror in -lcposix | |
configure:6202: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c -lcposix >&5 | |
ld: library not found for -lcposix | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:6202: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char strerror (); | |
| int | |
| main () | |
| { | |
| return strerror (); | |
| ; | |
| return 0; | |
| } | |
configure:6211: result: no | |
configure:6220: checking for grep that handles long lines and -e | |
configure:6278: result: /usr/bin/grep | |
configure:6283: checking for egrep | |
configure:6345: result: /usr/bin/grep -E | |
configure:6350: checking for ANSI C header files | |
configure:6370: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6370: $? = 0 | |
configure:6443: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:6443: $? = 0 | |
configure:6443: ./conftest | |
configure:6443: $? = 0 | |
configure:6454: result: yes | |
configure:6462: checking for an ANSI C-conforming const | |
configure:6528: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6528: $? = 0 | |
configure:6535: result: yes | |
configure:6544: checking for signed | |
configure:6560: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6560: $? = 0 | |
configure:6567: result: yes | |
configure:6575: checking for inline | |
configure:6591: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6591: $? = 0 | |
configure:6599: result: inline | |
configure:6622: checking for sys/types.h | |
configure:6622: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6622: $? = 0 | |
configure:6622: result: yes | |
configure:6622: checking for sys/stat.h | |
configure:6622: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6622: $? = 0 | |
configure:6622: result: yes | |
configure:6622: checking for stdlib.h | |
configure:6622: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6622: $? = 0 | |
configure:6622: result: yes | |
configure:6622: checking for string.h | |
configure:6622: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6622: $? = 0 | |
configure:6622: result: yes | |
configure:6622: checking for memory.h | |
configure:6622: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6622: $? = 0 | |
configure:6622: result: yes | |
configure:6622: checking for strings.h | |
configure:6622: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6622: $? = 0 | |
configure:6622: result: yes | |
configure:6622: checking for inttypes.h | |
configure:6622: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6622: $? = 0 | |
configure:6622: result: yes | |
configure:6622: checking for stdint.h | |
configure:6622: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6622: $? = 0 | |
configure:6622: result: yes | |
configure:6622: checking for unistd.h | |
configure:6622: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6622: $? = 0 | |
configure:6622: result: yes | |
configure:6634: checking for off_t | |
configure:6634: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6634: $? = 0 | |
configure:6634: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:65:20: error: expected expression | |
if (sizeof ((off_t))) | |
^ | |
1 error generated. | |
configure:6634: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_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 | |
| int | |
| main () | |
| { | |
| if (sizeof ((off_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:6634: result: yes | |
configure:6645: checking for size_t | |
configure:6645: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6645: $? = 0 | |
configure:6645: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:65:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:6645: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_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 | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:6645: result: yes | |
configure:6657: checking for long long | |
configure:6674: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:6674: $? = 0 | |
configure:6682: result: yes | |
configure:6691: checking for long double | |
configure:6723: result: yes | |
configure:6732: checking for wchar_t | |
configure:6749: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6749: $? = 0 | |
configure:6756: result: yes | |
configure:6765: checking for wint_t | |
configure:6782: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6782: $? = 0 | |
configure:6789: result: yes | |
configure:6798: checking for inttypes.h | |
configure:6815: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6815: $? = 0 | |
configure:6822: result: yes | |
configure:6833: checking for stdint.h | |
configure:6850: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6850: $? = 0 | |
configure:6857: result: yes | |
configure:6870: checking for intmax_t | |
configure:6895: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:6895: $? = 0 | |
configure:6902: result: yes | |
configure:6912: checking whether printf() supports POSIX/XSI format strings | |
configure:6953: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:6953: $? = 0 | |
configure:6953: ./conftest | |
configure:6953: $? = 0 | |
configure:6964: result: yes | |
configure:6976: checking for working alloca.h | |
configure:6993: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:6993: $? = 0 | |
configure:7001: result: yes | |
configure:7009: checking for alloca | |
configure:7046: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:7046: $? = 0 | |
configure:7054: result: yes | |
configure:7166: checking for stdlib.h | |
configure:7166: result: yes | |
configure:7166: checking for unistd.h | |
configure:7166: result: yes | |
configure:7166: checking for sys/param.h | |
configure:7166: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:7166: $? = 0 | |
configure:7166: result: yes | |
configure:7186: checking for getpagesize | |
configure:7186: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:7186: $? = 0 | |
configure:7186: result: yes | |
configure:7195: checking for working mmap | |
configure:7342: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:7342: $? = 0 | |
configure:7342: ./conftest | |
configure:7342: $? = 0 | |
configure:7352: result: yes | |
configure:7362: checking whether we are using the GNU C Library 2.1 or newer | |
conftest.c:45:10: fatal error: 'features.h' file not found | |
#include <features.h> | |
^ | |
1 error generated. | |
configure:7389: result: no | |
configure:7397: checking whether integer division by zero raises SIGFPE | |
configure:7454: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:7454: $? = 0 | |
configure:7454: ./conftest | |
configure:7454: $? = 0 | |
configure:7465: result: yes | |
configure:7478: checking for unsigned long long | |
configure:7495: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:7495: $? = 0 | |
configure:7503: result: yes | |
configure:7531: checking for inttypes.h | |
configure:7549: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:7549: $? = 0 | |
configure:7557: result: yes | |
configure:7570: checking whether the inttypes.h PRIxNN macros are broken | |
configure:7591: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:7591: $? = 0 | |
configure:7599: result: no | |
configure:7613: checking for stdint.h | |
configure:7613: result: yes | |
configure:7623: checking for SIZE_MAX | |
configure:7696: result: yes | |
configure:7710: checking for stdint.h | |
configure:7710: result: yes | |
configure:7761: checking for ld used by GCC | |
configure:7825: result: /usr/bin/clang | |
configure:7832: checking if the linker (/usr/bin/clang) is GNU ld | |
configure:7845: result: no | |
configure:7851: checking for shared library run path origin | |
configure:7864: result: done | |
configure:8270: checking for ptrdiff_t | |
configure:8270: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:8270: $? = 0 | |
configure:8270: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:86:24: error: expected expression | |
if (sizeof ((ptrdiff_t))) | |
^ | |
1 error generated. | |
configure:8270: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_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 | |
| int | |
| main () | |
| { | |
| if (sizeof ((ptrdiff_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:8270: result: yes | |
configure:8284: checking argz.h usability | |
configure:8284: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:83:10: fatal error: 'argz.h' file not found | |
#include <argz.h> | |
^ | |
1 error generated. | |
configure:8284: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_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 <argz.h> | |
configure:8284: result: no | |
configure:8284: checking argz.h presence | |
configure:8284: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
conftest.c:50:10: fatal error: 'argz.h' file not found | |
#include <argz.h> | |
^ | |
1 error generated. | |
configure:8284: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| /* end confdefs.h. */ | |
| #include <argz.h> | |
configure:8284: result: no | |
configure:8284: checking for argz.h | |
configure:8284: result: no | |
configure:8284: checking limits.h usability | |
configure:8284: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:8284: $? = 0 | |
configure:8284: result: yes | |
configure:8284: checking limits.h presence | |
configure:8284: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:8284: $? = 0 | |
configure:8284: result: yes | |
configure:8284: checking for limits.h | |
configure:8284: result: yes | |
configure:8284: checking locale.h usability | |
configure:8284: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:8284: $? = 0 | |
configure:8284: result: yes | |
configure:8284: checking locale.h presence | |
configure:8284: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:8284: $? = 0 | |
configure:8284: result: yes | |
configure:8284: checking for locale.h | |
configure:8284: result: yes | |
configure:8284: checking nl_types.h usability | |
configure:8284: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:8284: $? = 0 | |
configure:8284: result: yes | |
configure:8284: checking nl_types.h presence | |
configure:8284: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:8284: $? = 0 | |
configure:8284: result: yes | |
configure:8284: checking for nl_types.h | |
configure:8284: result: yes | |
configure:8284: checking malloc.h usability | |
configure:8284: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:86:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^ | |
1 error generated. | |
configure:8284: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_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 <malloc.h> | |
configure:8284: result: no | |
configure:8284: checking malloc.h presence | |
configure:8284: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
conftest.c:53:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^ | |
1 error generated. | |
configure:8284: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| /* end confdefs.h. */ | |
| #include <malloc.h> | |
configure:8284: result: no | |
configure:8284: checking for malloc.h | |
configure:8284: result: no | |
configure:8284: checking stddef.h usability | |
configure:8284: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:8284: $? = 0 | |
configure:8284: result: yes | |
configure:8284: checking stddef.h presence | |
configure:8284: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:8284: $? = 0 | |
configure:8284: result: yes | |
configure:8284: checking for stddef.h | |
configure:8284: result: yes | |
configure:8284: checking for stdlib.h | |
configure:8284: result: yes | |
configure:8284: checking for string.h | |
configure:8284: result: yes | |
configure:8284: checking for unistd.h | |
configure:8284: result: yes | |
configure:8284: checking for sys/param.h | |
configure:8284: result: yes | |
configure:8300: checking for asprintf | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for fwprintf | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for getcwd | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for getegid | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for geteuid | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for getgid | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for getuid | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for mempcpy | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_mempcpy", referenced from: | |
_main in conftest-BYWCWG.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8300: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| /* end confdefs.h. */ | |
| /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define mempcpy innocuous_mempcpy | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char mempcpy (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef mempcpy | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char mempcpy (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_mempcpy || defined __stub___mempcpy | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return mempcpy (); | |
| ; | |
| return 0; | |
| } | |
configure:8300: result: no | |
configure:8300: checking for munmap | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for putenv | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for setenv | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for setlocale | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for snprintf | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for stpcpy | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for strcasecmp | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for strdup | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for strtoul | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for tsearch | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for wcslen | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8300: $? = 0 | |
configure:8300: result: yes | |
configure:8300: checking for __argz_count | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"___argz_count", referenced from: | |
_main in conftest-0kadt3.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8300: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| /* end confdefs.h. */ | |
| /* Define __argz_count to an innocuous variant, in case <limits.h> declares __argz_count. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __argz_count innocuous___argz_count | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __argz_count (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef __argz_count | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char __argz_count (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub___argz_count || defined __stub_____argz_count | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __argz_count (); | |
| ; | |
| return 0; | |
| } | |
configure:8300: result: no | |
configure:8300: checking for __argz_stringify | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"___argz_stringify", referenced from: | |
_main in conftest-0S4udV.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8300: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| /* end confdefs.h. */ | |
| /* Define __argz_stringify to an innocuous variant, in case <limits.h> declares __argz_stringify. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __argz_stringify innocuous___argz_stringify | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __argz_stringify (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef __argz_stringify | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char __argz_stringify (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub___argz_stringify || defined __stub_____argz_stringify | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __argz_stringify (); | |
| ; | |
| return 0; | |
| } | |
configure:8300: result: no | |
configure:8300: checking for __argz_next | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"___argz_next", referenced from: | |
_main in conftest-NSF4b0.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8300: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| /* end confdefs.h. */ | |
| /* Define __argz_next to an innocuous variant, in case <limits.h> declares __argz_next. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __argz_next innocuous___argz_next | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __argz_next (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef __argz_next | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char __argz_next (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub___argz_next || defined __stub_____argz_next | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __argz_next (); | |
| ; | |
| return 0; | |
| } | |
configure:8300: result: no | |
configure:8300: checking for __fsetlocking | |
configure:8300: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"___fsetlocking", referenced from: | |
_main in conftest-YC4cem.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8300: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| /* end confdefs.h. */ | |
| /* Define __fsetlocking to an innocuous variant, in case <limits.h> declares __fsetlocking. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __fsetlocking innocuous___fsetlocking | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __fsetlocking (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef __fsetlocking | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char __fsetlocking (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub___fsetlocking || defined __stub_____fsetlocking | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __fsetlocking (); | |
| ; | |
| return 0; | |
| } | |
configure:8300: result: no | |
configure:8311: checking whether _snprintf is declared | |
configure:8331: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:82:22: error: use of undeclared identifier '_snprintf' | |
char *p = (char *) _snprintf; | |
^ | |
1 error generated. | |
configure:8331: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| int | |
| main () | |
| { | |
| | |
| #ifndef _snprintf | |
| char *p = (char *) _snprintf; | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:8338: result: no | |
configure:8352: checking whether _snwprintf is declared | |
configure:8372: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:83:22: error: use of undeclared identifier '_snwprintf' | |
char *p = (char *) _snwprintf; | |
^ | |
1 error generated. | |
configure:8372: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| int | |
| main () | |
| { | |
| | |
| #ifndef _snwprintf | |
| char *p = (char *) _snwprintf; | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:8379: result: no | |
configure:8394: checking whether feof_unlocked is declared | |
configure:8414: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:8414: $? = 0 | |
configure:8421: result: yes | |
configure:8435: checking whether fgets_unlocked is declared | |
configure:8455: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:85:22: error: use of undeclared identifier 'fgets_unlocked' | |
char *p = (char *) fgets_unlocked; | |
^ | |
1 error generated. | |
configure:8455: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| int | |
| main () | |
| { | |
| | |
| #ifndef fgets_unlocked | |
| char *p = (char *) fgets_unlocked; | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:8462: result: no | |
configure:8476: checking whether getc_unlocked is declared | |
configure:8496: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:8496: $? = 0 | |
configure:8503: result: yes | |
configure:8571: checking for iconv | |
configure:8593: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_iconv", referenced from: | |
_main in conftest-WZETV3.o | |
"_iconv_close", referenced from: | |
_main in conftest-WZETV3.o | |
"_iconv_open", referenced from: | |
_main in conftest-WZETV3.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8593: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #include <iconv.h> | |
| int | |
| main () | |
| { | |
| iconv_t cd = iconv_open("",""); | |
| iconv(cd,NULL,NULL,NULL,NULL); | |
| iconv_close(cd); | |
| ; | |
| return 0; | |
| } | |
configure:8615: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c -liconv >&5 | |
configure:8615: $? = 0 | |
configure:8625: result: yes | |
configure:8633: checking how to link with libiconv | |
configure:8635: result: -liconv | |
configure:8646: checking for iconv declaration | |
configure:8675: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:8675: $? = 0 | |
configure:8686: result: | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
configure:8697: checking for nl_langinfo and CODESET | |
configure:8713: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8713: $? = 0 | |
configure:8722: result: yes | |
configure:8732: checking for LC_MESSAGES | |
configure:8748: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:8748: $? = 0 | |
configure:8756: result: yes | |
configure:8770: checking for bison | |
configure:8786: found /usr/bin/bison | |
configure:8797: result: bison | |
configure:8811: checking version of bison | |
configure:8820: result: 2.3, ok | |
configure:8842: checking whether NLS is requested | |
configure:8851: result: yes | |
configure:8867: checking whether included gettext is requested | |
configure:8877: result: no | |
configure:8888: checking for GNU gettext in libc | |
configure:8907: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"__nl_domain_bindings", referenced from: | |
_main in conftest-KNzuxn.o | |
"__nl_msg_cat_cntr", referenced from: | |
_main in conftest-KNzuxn.o | |
"_libintl_bindtextdomain", referenced from: | |
_main in conftest-KNzuxn.o | |
"_libintl_gettext", referenced from: | |
_main in conftest-KNzuxn.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8907: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| /* end confdefs.h. */ | |
| #include <libintl.h> | |
| extern int _nl_msg_cat_cntr; | |
| extern int *_nl_domain_bindings; | |
| int | |
| main () | |
| { | |
| bindtextdomain ("", ""); | |
| return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings | |
| ; | |
| return 0; | |
| } | |
configure:8915: result: no | |
configure:9298: checking for GNU gettext in libintl | |
configure:9325: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c /usr/local/Cellar/gettext/0.18.1.1/lib/libintl.dylib >&5 | |
configure:9325: $? = 0 | |
configure:9364: result: yes | |
configure:9409: checking whether to use NLS | |
configure:9411: result: yes | |
configure:9414: checking where the gettext function comes from | |
configure:9425: result: external libintl | |
configure:9433: checking how to link with libintl | |
configure:9435: result: /usr/local/Cellar/gettext/0.18.1.1/lib/libintl.dylib | |
configure:9511: checking whether make sets $(MAKE) | |
configure:9533: result: yes | |
configure:9542: checking for GNU make | |
configure:9557: result: make | |
configure:9573: checking for ln | |
configure:9591: found /bin/ln | |
configure:9604: result: /bin/ln | |
configure:9612: checking whether ln -s works | |
configure:9616: result: yes | |
configure:9625: checking for mv | |
configure:9643: found /bin/mv | |
configure:9656: result: /bin/mv | |
configure:9666: checking for cp | |
configure:9684: found /bin/cp | |
configure:9697: result: /bin/cp | |
configure:9707: checking for rm | |
configure:9725: found /bin/rm | |
configure:9738: result: /bin/rm | |
configure:9748: checking for chmod | |
configure:9766: found /bin/chmod | |
configure:9779: result: /bin/chmod | |
configure:9791: checking for gawk | |
configure:9821: result: no | |
configure:9791: checking for mawk | |
configure:9821: result: no | |
configure:9791: checking for nawk | |
configure:9821: result: no | |
configure:9791: checking for awk | |
configure:9807: found /usr/bin/awk | |
configure:9818: result: awk | |
configure:9829: checking for egrep | |
configure:9891: result: /usr/bin/grep -E | |
configure:9898: checking for sed | |
configure:9916: found /usr/bin/sed | |
configure:9929: result: /usr/bin/sed | |
configure:9939: checking for perl | |
configure:9957: found /usr/bin/perl | |
configure:9970: result: /usr/bin/perl | |
configure:9980: checking for ldconfig | |
configure:10011: result: : | |
configure:10062: checking for ar | |
configure:10078: found /usr/bin/ar | |
configure:10089: result: ar | |
configure:10154: checking for ranlib | |
configure:10181: result: ranlib | |
configure:10246: checking for strip | |
configure:10262: found /usr/bin/strip | |
configure:10273: result: strip | |
configure:10297: checking for makeinfo | |
configure:10313: found /usr/bin/makeinfo | |
configure:10324: result: makeinfo | |
configure:10399: checking dirent.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking dirent.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for dirent.h | |
configure:10399: result: yes | |
configure:10399: checking errno.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking errno.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for errno.h | |
configure:10399: result: yes | |
configure:10399: checking execinfo.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking execinfo.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for execinfo.h | |
configure:10399: result: yes | |
configure:10399: checking getopt.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking getopt.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for getopt.h | |
configure:10399: result: yes | |
configure:10399: checking for malloc.h | |
configure:10399: result: no | |
configure:10399: checking mntent.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:125:10: fatal error: 'mntent.h' file not found | |
#include <mntent.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_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 <mntent.h> | |
configure:10399: result: no | |
configure:10399: checking mntent.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
conftest.c:92:10: fatal error: 'mntent.h' file not found | |
#include <mntent.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| /* end confdefs.h. */ | |
| #include <mntent.h> | |
configure:10399: result: no | |
configure:10399: checking for mntent.h | |
configure:10399: result: no | |
configure:10399: checking paths.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking paths.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for paths.h | |
configure:10399: result: yes | |
configure:10399: checking semaphore.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking semaphore.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for semaphore.h | |
configure:10399: result: yes | |
configure:10399: checking setjmp.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking setjmp.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for setjmp.h | |
configure:10399: result: yes | |
configure:10399: checking signal.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking signal.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for signal.h | |
configure:10399: result: yes | |
configure:10399: checking stdarg.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking stdarg.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for stdarg.h | |
configure:10399: result: yes | |
configure:10399: checking for stdint.h | |
configure:10399: result: yes | |
configure:10399: checking for stdlib.h | |
configure:10399: result: yes | |
configure:10399: checking termios.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking termios.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for termios.h | |
configure:10399: result: yes | |
configure:10399: checking termio.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:133:10: fatal error: 'termio.h' file not found | |
#include <termio.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_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 <termio.h> | |
configure:10399: result: no | |
configure:10399: checking termio.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
conftest.c:100:10: fatal error: 'termio.h' file not found | |
#include <termio.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| /* end confdefs.h. */ | |
| #include <termio.h> | |
configure:10399: result: no | |
configure:10399: checking for termio.h | |
configure:10399: result: no | |
configure:10399: checking for unistd.h | |
configure:10399: result: yes | |
configure:10399: checking utime.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking utime.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for utime.h | |
configure:10399: result: yes | |
configure:10399: checking linux/falloc.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:135:10: fatal error: 'linux/falloc.h' file not found | |
#include <linux/falloc.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_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 <linux/falloc.h> | |
configure:10399: result: no | |
configure:10399: checking linux/falloc.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
conftest.c:102:10: fatal error: 'linux/falloc.h' file not found | |
#include <linux/falloc.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| /* end confdefs.h. */ | |
| #include <linux/falloc.h> | |
configure:10399: result: no | |
configure:10399: checking for linux/falloc.h | |
configure:10399: result: no | |
configure:10399: checking linux/fd.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:135:10: fatal error: 'linux/fd.h' file not found | |
#include <linux/fd.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_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 <linux/fd.h> | |
configure:10399: result: no | |
configure:10399: checking linux/fd.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
conftest.c:102:10: fatal error: 'linux/fd.h' file not found | |
#include <linux/fd.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| /* end confdefs.h. */ | |
| #include <linux/fd.h> | |
configure:10399: result: no | |
configure:10399: checking for linux/fd.h | |
configure:10399: result: no | |
configure:10399: checking linux/major.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:135:10: fatal error: 'linux/major.h' file not found | |
#include <linux/major.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_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 <linux/major.h> | |
configure:10399: result: no | |
configure:10399: checking linux/major.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
conftest.c:102:10: fatal error: 'linux/major.h' file not found | |
#include <linux/major.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| /* end confdefs.h. */ | |
| #include <linux/major.h> | |
configure:10399: result: no | |
configure:10399: checking for linux/major.h | |
configure:10399: result: no | |
configure:10399: checking net/if_dl.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking net/if_dl.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for net/if_dl.h | |
configure:10399: result: yes | |
configure:10399: checking netinet/in.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking netinet/in.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for netinet/in.h | |
configure:10399: result: yes | |
configure:10399: checking sys/disklabel.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:137:10: fatal error: 'sys/disklabel.h' file not found | |
#include <sys/disklabel.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_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 <sys/disklabel.h> | |
configure:10399: result: no | |
configure:10399: checking sys/disklabel.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
conftest.c:104:10: fatal error: 'sys/disklabel.h' file not found | |
#include <sys/disklabel.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/disklabel.h> | |
configure:10399: result: no | |
configure:10399: checking for sys/disklabel.h | |
configure:10399: result: no | |
configure:10399: checking sys/file.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking sys/file.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for sys/file.h | |
configure:10399: result: yes | |
configure:10399: checking sys/ioctl.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking sys/ioctl.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for sys/ioctl.h | |
configure:10399: result: yes | |
configure:10399: checking sys/mkdev.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:139:10: fatal error: 'sys/mkdev.h' file not found | |
#include <sys/mkdev.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_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 <sys/mkdev.h> | |
configure:10399: result: no | |
configure:10399: checking sys/mkdev.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
conftest.c:106:10: fatal error: 'sys/mkdev.h' file not found | |
#include <sys/mkdev.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/mkdev.h> | |
configure:10399: result: no | |
configure:10399: checking for sys/mkdev.h | |
configure:10399: result: no | |
configure:10399: checking sys/mman.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking sys/mman.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for sys/mman.h | |
configure:10399: result: yes | |
configure:10399: checking sys/prctl.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:140:10: fatal error: 'sys/prctl.h' file not found | |
#include <sys/prctl.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_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 <sys/prctl.h> | |
configure:10399: result: no | |
configure:10399: checking sys/prctl.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
conftest.c:107:10: fatal error: 'sys/prctl.h' file not found | |
#include <sys/prctl.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/prctl.h> | |
configure:10399: result: no | |
configure:10399: checking for sys/prctl.h | |
configure:10399: result: no | |
configure:10399: checking sys/queue.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking sys/queue.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for sys/queue.h | |
configure:10399: result: yes | |
configure:10399: checking sys/resource.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking sys/resource.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for sys/resource.h | |
configure:10399: result: yes | |
configure:10399: checking sys/select.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking sys/select.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for sys/select.h | |
configure:10399: result: yes | |
configure:10399: checking sys/socket.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking sys/socket.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for sys/socket.h | |
configure:10399: result: yes | |
configure:10399: checking sys/sockio.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking sys/sockio.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for sys/sockio.h | |
configure:10399: result: yes | |
configure:10399: checking for sys/stat.h | |
configure:10399: result: yes | |
configure:10399: checking sys/syscall.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking sys/syscall.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for sys/syscall.h | |
configure:10399: result: yes | |
configure:10399: checking sys/sysmacros.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:147:10: fatal error: 'sys/sysmacros.h' file not found | |
#include <sys/sysmacros.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_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 <sys/sysmacros.h> | |
configure:10399: result: no | |
configure:10399: checking sys/sysmacros.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
conftest.c:114:10: fatal error: 'sys/sysmacros.h' file not found | |
#include <sys/sysmacros.h> | |
^ | |
1 error generated. | |
configure:10399: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/sysmacros.h> | |
configure:10399: result: no | |
configure:10399: checking for sys/sysmacros.h | |
configure:10399: result: no | |
configure:10399: checking sys/time.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking sys/time.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for sys/time.h | |
configure:10399: result: yes | |
configure:10399: checking for sys/types.h | |
configure:10399: result: yes | |
configure:10399: checking sys/un.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking sys/un.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for sys/un.h | |
configure:10399: result: yes | |
configure:10399: checking sys/wait.h usability | |
configure:10399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking sys/wait.h presence | |
configure:10399: /usr/bin/clang -E -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10399: checking for sys/wait.h | |
configure:10399: result: yes | |
configure:10412: checking for sys/disk.h | |
configure:10412: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10412: $? = 0 | |
configure:10412: result: yes | |
configure:10412: checking for sys/mount.h | |
configure:10412: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10412: $? = 0 | |
configure:10412: result: yes | |
configure:10429: checking for net/if.h | |
configure:10429: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
In file included from conftest.c:129: | |
/usr/include/net/if.h:306:19: error: field has incomplete type 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
/usr/include/net/if.h:307:19: error: field has incomplete type 'struct sockaddr' | |
struct sockaddr ifru_dstaddr; | |
^ | |
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
/usr/include/net/if.h:308:19: error: field has incomplete type 'struct sockaddr' | |
struct sockaddr ifru_broadaddr; | |
^ | |
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
/usr/include/net/if.h:352:18: error: field has incomplete type 'struct sockaddr' | |
struct sockaddr ifra_addr; | |
^ | |
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
/usr/include/net/if.h:353:18: error: field has incomplete type 'struct sockaddr' | |
struct sockaddr ifra_broadaddr; | |
^ | |
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
/usr/include/net/if.h:354:18: error: field has incomplete type 'struct sockaddr' | |
struct sockaddr ifra_mask; | |
^ | |
/usr/include/net/if.h:306:10: note: forward declaration of 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
/usr/include/net/if.h:437:26: error: field has incomplete type 'struct sockaddr_storage' | |
struct sockaddr_storage addr; /* in/out */ | |
^ | |
/usr/include/net/if.h:437:9: note: forward declaration of 'struct sockaddr_storage' | |
struct sockaddr_storage addr; /* in/out */ | |
^ | |
/usr/include/net/if.h:438:26: error: field has incomplete type 'struct sockaddr_storage' | |
struct sockaddr_storage dstaddr; /* out */ | |
^ | |
/usr/include/net/if.h:437:9: note: forward declaration of 'struct sockaddr_storage' | |
struct sockaddr_storage addr; /* in/out */ | |
^ | |
8 errors generated. | |
configure:10429: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_SYS_TYPES_H | |
| #include <sys/types.h> | |
| #endif | |
| #if HAVE_SYS_SOCKET | |
| #include <sys/socket.h> | |
| #endif | |
| | |
| | |
| #include <net/if.h> | |
configure:10429: result: no | |
configure:10449: checking for vprintf | |
configure:10449: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:10449: $? = 0 | |
configure:10449: result: yes | |
configure:10455: checking for _doprnt | |
configure:10455: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"__doprnt", referenced from: | |
_main in conftest-Wee2mW.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:10455: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| /* end confdefs.h. */ | |
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define _doprnt innocuous__doprnt | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char _doprnt (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef _doprnt | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char _doprnt (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub__doprnt || defined __stub____doprnt | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return _doprnt (); | |
| ; | |
| return 0; | |
| } | |
configure:10455: result: no | |
configure:10466: checking for struct dirent.d_reclen | |
configure:10466: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10466: $? = 0 | |
configure:10466: result: yes | |
configure:10474: checking for ssize_t | |
configure:10474: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10474: $? = 0 | |
configure:10474: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:127:22: error: expected expression | |
if (sizeof ((ssize_t))) | |
^ | |
1 error generated. | |
configure:10474: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((ssize_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10474: result: yes | |
configure:10482: checking whether llseek is declared | |
configure:10482: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:132:10: error: use of undeclared identifier 'llseek' | |
(void) llseek; | |
^ | |
1 error generated. | |
configure:10482: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| /* end confdefs.h. */ | |
| #include <unistd.h> | |
| | |
| int | |
| main () | |
| { | |
| #ifndef llseek | |
| #ifdef __cplusplus | |
| (void) llseek; | |
| #else | |
| (void) llseek; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10482: result: no | |
configure:10490: checking whether lseek64 is declared | |
configure:10490: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:134:10: error: use of undeclared identifier 'lseek64' | |
(void) lseek64; | |
^ | |
1 error generated. | |
configure:10490: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| /* end confdefs.h. */ | |
| #define _LARGEFILE_SOURCE | |
| #define _LARGEFILE64_SOURCE | |
| #include <unistd.h> | |
| | |
| int | |
| main () | |
| { | |
| #ifndef lseek64 | |
| #ifdef __cplusplus | |
| (void) lseek64; | |
| #else | |
| (void) lseek64; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10490: result: no | |
configure:10504: checking size of short | |
configure:10509: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:10509: $? = 0 | |
configure:10509: ./conftest | |
configure:10509: $? = 0 | |
configure:10523: result: 2 | |
configure:10537: checking size of int | |
configure:10542: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:10542: $? = 0 | |
configure:10542: ./conftest | |
configure:10542: $? = 0 | |
configure:10556: result: 4 | |
configure:10570: checking size of long | |
configure:10575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:10575: $? = 0 | |
configure:10575: ./conftest | |
configure:10575: $? = 0 | |
configure:10589: result: 8 | |
configure:10603: checking size of long long | |
configure:10608: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:10608: $? = 0 | |
configure:10608: ./conftest | |
configure:10608: $? = 0 | |
configure:10622: result: 8 | |
configure:10640: checking whether byte ordering is bigendian | |
configure:10655: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10655: $? = 0 | |
configure:10700: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10700: $? = 0 | |
configure:10718: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:134:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:10718: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| | |
| int | |
| main () | |
| { | |
| #if BYTE_ORDER != BIG_ENDIAN | |
| not big endian | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10846: result: no | |
configure:10884: checking for inttypes.h | |
configure:10884: result: yes | |
configure:10894: checking for intptr_t | |
configure:10894: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10894: $? = 0 | |
configure:10894: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
conftest.c:164:23: error: expected expression | |
if (sizeof ((intptr_t))) | |
^ | |
1 error generated. | |
configure:10894: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_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 | |
| int | |
| main () | |
| { | |
| if (sizeof ((intptr_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10894: result: yes | |
configure:10904: checking whether struct stat has a st_flags field | |
configure:10920: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10920: $? = 0 | |
configure:10928: result: yes | |
configure:10931: checking whether st_flags field is useful | |
configure:10947: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10947: $? = 0 | |
configure:10955: result: yes | |
configure:10963: checking for struct sockaddr.sa_len | |
configure:10963: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include conftest.c >&5 | |
configure:10963: $? = 0 | |
configure:10963: result: yes | |
configure:11035: checking for __secure_getenv | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"___secure_getenv", referenced from: | |
_main in conftest-upwHYH.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| /* end confdefs.h. */ | |
| /* Define __secure_getenv to an innocuous variant, in case <limits.h> declares __secure_getenv. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __secure_getenv innocuous___secure_getenv | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __secure_getenv (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef __secure_getenv | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char __secure_getenv (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub___secure_getenv || defined __stub_____secure_getenv | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __secure_getenv (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for backtrace | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for blkid_probe_get_topology | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_blkid_probe_get_topology", referenced from: | |
_main in conftest-vyfU5V.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| /* end confdefs.h. */ | |
| /* Define blkid_probe_get_topology to an innocuous variant, in case <limits.h> declares blkid_probe_get_topology. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define blkid_probe_get_topology innocuous_blkid_probe_get_topology | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char blkid_probe_get_topology (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef blkid_probe_get_topology | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char blkid_probe_get_topology (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_blkid_probe_get_topology || defined __stub___blkid_probe_get_topology | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return blkid_probe_get_topology (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for chflags | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for fallocate | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_fallocate", referenced from: | |
_main in conftest-ffl1to.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| /* end confdefs.h. */ | |
| /* Define fallocate to an innocuous variant, in case <limits.h> declares fallocate. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fallocate innocuous_fallocate | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fallocate (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef fallocate | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char fallocate (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_fallocate || defined __stub___fallocate | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fallocate (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for fallocate64 | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_fallocate64", referenced from: | |
_main in conftest-0DtyNq.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| /* end confdefs.h. */ | |
| /* Define fallocate64 to an innocuous variant, in case <limits.h> declares fallocate64. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fallocate64 innocuous_fallocate64 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fallocate64 (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef fallocate64 | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char fallocate64 (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_fallocate64 || defined __stub___fallocate64 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fallocate64 (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for fchown | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for fdatasync | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for fstat64 | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for ftruncate64 | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_ftruncate64", referenced from: | |
_main in conftest-iCV93M.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| /* end confdefs.h. */ | |
| /* Define ftruncate64 to an innocuous variant, in case <limits.h> declares ftruncate64. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define ftruncate64 innocuous_ftruncate64 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char ftruncate64 (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef ftruncate64 | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char ftruncate64 (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_ftruncate64 || defined __stub___ftruncate64 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return ftruncate64 (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for getdtablesize | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for getmntinfo | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for getpwuid_r | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for getrlimit | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for getrusage | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for jrand48 | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for llseek | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_llseek", referenced from: | |
_main in conftest-On0rUV.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_JRAND48 1 | |
| /* end confdefs.h. */ | |
| /* Define llseek to an innocuous variant, in case <limits.h> declares llseek. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define llseek innocuous_llseek | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char llseek (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef llseek | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char llseek (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_llseek || defined __stub___llseek | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return llseek (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for lseek64 | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_lseek64", referenced from: | |
_main in conftest-TEAyY7.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_JRAND48 1 | |
| /* end confdefs.h. */ | |
| /* Define lseek64 to an innocuous variant, in case <limits.h> declares lseek64. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define lseek64 innocuous_lseek64 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char lseek64 (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef lseek64 | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char lseek64 (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_lseek64 || defined __stub___lseek64 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return lseek64 (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for mallinfo | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_mallinfo", referenced from: | |
_main in conftest-dq8H42.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_JRAND48 1 | |
| /* end confdefs.h. */ | |
| /* Define mallinfo to an innocuous variant, in case <limits.h> declares mallinfo. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define mallinfo innocuous_mallinfo | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char mallinfo (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef mallinfo | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char mallinfo (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_mallinfo || defined __stub___mallinfo | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return mallinfo (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for mbstowcs | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for memalign | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_memalign", referenced from: | |
_main in conftest-d3xI21.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_JRAND48 1 | |
| #define HAVE_MBSTOWCS 1 | |
| /* end confdefs.h. */ | |
| /* Define memalign to an innocuous variant, in case <limits.h> declares memalign. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define memalign innocuous_memalign | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char memalign (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef memalign | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char memalign (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_memalign || defined __stub___memalign | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return memalign (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for mmap | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for msync | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for nanosleep | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for open64 | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_open64", referenced from: | |
_main in conftest-DKHCoX.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_JRAND48 1 | |
| #define HAVE_MBSTOWCS 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MSYNC 1 | |
| #define HAVE_NANOSLEEP 1 | |
| /* end confdefs.h. */ | |
| /* Define open64 to an innocuous variant, in case <limits.h> declares open64. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define open64 innocuous_open64 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char open64 (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef open64 | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char open64 (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_open64 || defined __stub___open64 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return open64 (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for pathconf | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for posix_fadvise | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_posix_fadvise", referenced from: | |
_main in conftest-8HK21t.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_JRAND48 1 | |
| #define HAVE_MBSTOWCS 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MSYNC 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_PATHCONF 1 | |
| /* end confdefs.h. */ | |
| /* Define posix_fadvise to an innocuous variant, in case <limits.h> declares posix_fadvise. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define posix_fadvise innocuous_posix_fadvise | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char posix_fadvise (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef posix_fadvise | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char posix_fadvise (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_posix_fadvise || defined __stub___posix_fadvise | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return posix_fadvise (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for posix_memalign | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for prctl | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_prctl", referenced from: | |
_main in conftest-on1MD7.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_JRAND48 1 | |
| #define HAVE_MBSTOWCS 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MSYNC 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| /* end confdefs.h. */ | |
| /* Define prctl to an innocuous variant, in case <limits.h> declares prctl. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define prctl innocuous_prctl | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char prctl (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef prctl | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char prctl (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_prctl || defined __stub___prctl | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return prctl (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for setmntent | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_setmntent", referenced from: | |
_main in conftest-9R90gh.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_JRAND48 1 | |
| #define HAVE_MBSTOWCS 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MSYNC 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| /* end confdefs.h. */ | |
| /* Define setmntent to an innocuous variant, in case <limits.h> declares setmntent. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setmntent innocuous_setmntent | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setmntent (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef setmntent | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char setmntent (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_setmntent || defined __stub___setmntent | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setmntent (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for setresgid | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_setresgid", referenced from: | |
_main in conftest-eCclrA.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_JRAND48 1 | |
| #define HAVE_MBSTOWCS 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MSYNC 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| /* end confdefs.h. */ | |
| /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setresgid innocuous_setresgid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setresgid (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef setresgid | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char setresgid (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_setresgid || defined __stub___setresgid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setresgid (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for setresuid | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_setresuid", referenced from: | |
_main in conftest-CKE9vp.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_JRAND48 1 | |
| #define HAVE_MBSTOWCS 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MSYNC 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| /* end confdefs.h. */ | |
| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setresuid innocuous_setresuid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setresuid (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef setresuid | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char setresuid (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_setresuid || defined __stub___setresuid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setresuid (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for srandom | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for strcasecmp | |
configure:11035: result: yes | |
configure:11035: checking for strdup | |
configure:11035: result: yes | |
configure:11035: checking for strnlen | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for strptime | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for strtoull | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for sync_file_range | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_sync_file_range", referenced from: | |
_main in conftest-uhQ3FB.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11035: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_JRAND48 1 | |
| #define HAVE_MBSTOWCS 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MSYNC 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_SRANDOM 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRPTIME 1 | |
| #define HAVE_STRTOULL 1 | |
| /* end confdefs.h. */ | |
| /* Define sync_file_range to an innocuous variant, in case <limits.h> declares sync_file_range. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define sync_file_range innocuous_sync_file_range | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char sync_file_range (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef sync_file_range | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char sync_file_range (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_sync_file_range || defined __stub___sync_file_range | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return sync_file_range (); | |
| ; | |
| return 0; | |
| } | |
configure:11035: result: no | |
configure:11035: checking for sysconf | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for usleep | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for utime | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11035: checking for valloc | |
configure:11035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11035: $? = 0 | |
configure:11035: result: yes | |
configure:11045: checking for socket in -lsocket | |
configure:11070: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c -lsocket >&5 | |
ld: library not found for -lsocket | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11070: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_JRAND48 1 | |
| #define HAVE_MBSTOWCS 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MSYNC 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_SRANDOM 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRPTIME 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_VALLOC 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char socket (); | |
| int | |
| main () | |
| { | |
| return socket (); | |
| ; | |
| return 0; | |
| } | |
configure:11079: result: no | |
configure:11086: checking for optreset | |
configure:11105: result: yes | |
configure:11114: checking for sem_init | |
configure:11114: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib conftest.c >&5 | |
configure:11114: $? = 0 | |
configure:11114: result: yes | |
configure:11248: checking for unified diff option | |
configure:11255: result: -u | |
configure:11351: checking whether linker accepts -static | |
configure:11368: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib -static conftest.c >&5 | |
ld: library not found for -lcrt0.o | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11368: $? = 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 HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define TLS __thread | |
| #define USE_UUIDD 1 | |
| #define CONFIG_MMP 1 | |
| #define ENABLE_BMAP_STATS 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_JRAND48 1 | |
| #define HAVE_MBSTOWCS 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MSYNC 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_SRANDOM 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRPTIME 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_OPTRESET 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| int | |
| main () | |
| { | |
| fflush(stdout); | |
| ; | |
| return 0; | |
| } | |
configure:11383: result: no | |
configure:11392: result: Using Apple Darwin / GNU libintl workaround | |
configure:11563: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by config.status, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on bram.local | |
config.status:1129: creating MCONFIG | |
config.status:1129: creating Makefile | |
config.status:1129: creating e2fsprogs.spec | |
config.status:1129: creating util/Makefile | |
config.status:1129: creating util/subst.conf | |
config.status:1129: creating util/gen-tarball | |
config.status:1129: creating util/install-symlink | |
config.status:1129: creating lib/et/Makefile | |
config.status:1129: creating lib/ss/Makefile | |
config.status:1129: creating lib/e2p/Makefile | |
config.status:1129: creating lib/ext2fs/Makefile | |
config.status:1129: creating lib/ext2fs/ext2_types.h | |
config.status:1129: creating lib/uuid/Makefile | |
config.status:1129: creating lib/uuid/uuid_types.h | |
config.status:1129: creating lib/blkid/Makefile | |
config.status:1129: creating lib/blkid/blkid_types.h | |
config.status:1129: creating lib/quota/Makefile | |
config.status:1129: creating lib/ss/ss.pc | |
config.status:1129: creating lib/uuid/uuid.pc | |
config.status:1129: creating lib/et/com_err.pc | |
config.status:1129: creating lib/e2p/e2p.pc | |
config.status:1129: creating lib/blkid/blkid.pc | |
config.status:1129: creating lib/ext2fs/ext2fs.pc | |
config.status:1129: creating misc/Makefile | |
config.status:1129: creating ext2ed/Makefile | |
config.status:1129: creating e2fsck/Makefile | |
config.status:1129: creating debugfs/Makefile | |
config.status:1129: creating tests/Makefile | |
config.status:1129: creating tests/progs/Makefile | |
config.status:1129: creating resize/Makefile | |
config.status:1129: creating doc/Makefile | |
config.status:1129: creating intl/Makefile | |
config.status:1129: creating intl/libgnuintl.h | |
config.status:1129: creating po/Makefile.in | |
config.status:1129: creating lib/config.h | |
config.status:1323: executing default-1 commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
_cv_gnu_make_command=make | |
ac_cv_build=x86_64-apple-darwin12.0.0 | |
ac_cv_c_bigendian=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_c_inline=inline | |
ac_cv_e2fsprogs_use_static=no | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=/usr/bin/clang | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type' | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value='-I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include' | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value='-L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib' | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_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___argz_count=no | |
ac_cv_func___argz_next=no | |
ac_cv_func___argz_stringify=no | |
ac_cv_func___fsetlocking=no | |
ac_cv_func___secure_getenv=no | |
ac_cv_func__doprnt=no | |
ac_cv_func_alloca_works=yes | |
ac_cv_func_asprintf=yes | |
ac_cv_func_backtrace=yes | |
ac_cv_func_blkid_probe_get_topology=no | |
ac_cv_func_chflags=yes | |
ac_cv_func_fallocate64=no | |
ac_cv_func_fallocate=no | |
ac_cv_func_fchown=yes | |
ac_cv_func_fdatasync=yes | |
ac_cv_func_fstat64=yes | |
ac_cv_func_ftruncate64=no | |
ac_cv_func_fwprintf=yes | |
ac_cv_func_getcwd=yes | |
ac_cv_func_getdtablesize=yes | |
ac_cv_func_getegid=yes | |
ac_cv_func_geteuid=yes | |
ac_cv_func_getgid=yes | |
ac_cv_func_getmntinfo=yes | |
ac_cv_func_getpagesize=yes | |
ac_cv_func_getpwuid_r=yes | |
ac_cv_func_getrlimit=yes | |
ac_cv_func_getrusage=yes | |
ac_cv_func_getuid=yes | |
ac_cv_func_jrand48=yes | |
ac_cv_func_llseek=no | |
ac_cv_func_lseek64=no | |
ac_cv_func_mallinfo=no | |
ac_cv_func_mbstowcs=yes | |
ac_cv_func_memalign=no | |
ac_cv_func_mempcpy=no | |
ac_cv_func_mmap=yes | |
ac_cv_func_mmap_fixed_mapped=yes | |
ac_cv_func_msync=yes | |
ac_cv_func_munmap=yes | |
ac_cv_func_nanosleep=yes | |
ac_cv_func_open64=no | |
ac_cv_func_pathconf=yes | |
ac_cv_func_posix_fadvise=no | |
ac_cv_func_posix_memalign=yes | |
ac_cv_func_prctl=no | |
ac_cv_func_putenv=yes | |
ac_cv_func_sem_init=yes | |
ac_cv_func_setenv=yes | |
ac_cv_func_setlocale=yes | |
ac_cv_func_setmntent=no | |
ac_cv_func_setresgid=no | |
ac_cv_func_setresuid=no | |
ac_cv_func_snprintf=yes | |
ac_cv_func_srandom=yes | |
ac_cv_func_stpcpy=yes | |
ac_cv_func_strcasecmp=yes | |
ac_cv_func_strdup=yes | |
ac_cv_func_strnlen=yes | |
ac_cv_func_strptime=yes | |
ac_cv_func_strtoul=yes | |
ac_cv_func_strtoull=yes | |
ac_cv_func_sync_file_range=no | |
ac_cv_func_sysconf=yes | |
ac_cv_func_tsearch=yes | |
ac_cv_func_usleep=yes | |
ac_cv_func_utime=yes | |
ac_cv_func_valloc=yes | |
ac_cv_func_vprintf=yes | |
ac_cv_func_wcslen=yes | |
ac_cv_gnu_library_2_1=no | |
ac_cv_have_decl__snprintf=no | |
ac_cv_have_decl__snwprintf=no | |
ac_cv_have_decl_feof_unlocked=yes | |
ac_cv_have_decl_fgets_unlocked=no | |
ac_cv_have_decl_getc_unlocked=yes | |
ac_cv_have_decl_llseek=no | |
ac_cv_have_decl_lseek64=no | |
ac_cv_have_optreset=yes | |
ac_cv_header_argz_h=no | |
ac_cv_header_dirent_h=yes | |
ac_cv_header_errno_h=yes | |
ac_cv_header_execinfo_h=yes | |
ac_cv_header_getopt_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_limits_h=yes | |
ac_cv_header_linux_falloc_h=no | |
ac_cv_header_linux_fd_h=no | |
ac_cv_header_linux_major_h=no | |
ac_cv_header_locale_h=yes | |
ac_cv_header_malloc_h=no | |
ac_cv_header_memory_h=yes | |
ac_cv_header_mntent_h=no | |
ac_cv_header_net_if_dl_h=yes | |
ac_cv_header_net_if_h=no | |
ac_cv_header_netinet_in_h=yes | |
ac_cv_header_nl_types_h=yes | |
ac_cv_header_paths_h=yes | |
ac_cv_header_semaphore_h=yes | |
ac_cv_header_setjmp_h=yes | |
ac_cv_header_signal_h=yes | |
ac_cv_header_stdarg_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stddef_h=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_disk_h=yes | |
ac_cv_header_sys_disklabel_h=no | |
ac_cv_header_sys_file_h=yes | |
ac_cv_header_sys_ioctl_h=yes | |
ac_cv_header_sys_mkdev_h=no | |
ac_cv_header_sys_mman_h=yes | |
ac_cv_header_sys_mount_h=yes | |
ac_cv_header_sys_param_h=yes | |
ac_cv_header_sys_prctl_h=no | |
ac_cv_header_sys_queue_h=yes | |
ac_cv_header_sys_resource_h=yes | |
ac_cv_header_sys_select_h=yes | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_sockio_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_syscall_h=yes | |
ac_cv_header_sys_sysmacros_h=no | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_un_h=yes | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_termio_h=no | |
ac_cv_header_termios_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_utime_h=yes | |
ac_cv_host=x86_64-apple-darwin12.0.0 | |
ac_cv_lib_cposix_strerror=no | |
ac_cv_lib_dl_dlopen=yes | |
ac_cv_lib_socket_socket=no | |
ac_cv_member_struct_dirent_d_reclen=yes | |
ac_cv_member_struct_sockaddr_sa_len=yes | |
ac_cv_objext=o | |
ac_cv_path_CHMOD=/bin/chmod | |
ac_cv_path_CP=/bin/cp | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GMSGFMT=/usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_LDCONFIG=: | |
ac_cv_path_LN=/bin/ln | |
ac_cv_path_MSGFMT=/usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt | |
ac_cv_path_MSGMERGE=/usr/local/Cellar/gettext/0.18.1.1/bin/msgmerge | |
ac_cv_path_MV=/bin/mv | |
ac_cv_path_PERL=/usr/bin/perl | |
ac_cv_path_RM=/bin/rm | |
ac_cv_path_SED=/usr/bin/sed | |
ac_cv_path_XGETTEXT=/usr/local/Cellar/gettext/0.18.1.1/bin/xgettext | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='/usr/bin/clang -E' | |
ac_cv_prog_INTLBISON=bison | |
ac_cv_prog_MAKEINFO=makeinfo | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=/usr/bin/clang | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_sizeof_int=4 | |
ac_cv_sizeof_long=8 | |
ac_cv_sizeof_long_long=8 | |
ac_cv_sizeof_short=2 | |
ac_cv_tls=__thread | |
ac_cv_type_intptr_t=yes | |
ac_cv_type_long_long=yes | |
ac_cv_type_off_t=yes | |
ac_cv_type_ptrdiff_t=yes | |
ac_cv_type_size_t=yes | |
ac_cv_type_ssize_t=yes | |
ac_cv_type_unsigned_long_long=yes | |
ac_cv_working_alloca_h=yes | |
acl_cv_hardcode_direct=yes | |
acl_cv_hardcode_libdir_flag_spec= | |
acl_cv_hardcode_libdir_separator= | |
acl_cv_hardcode_minus_L=no | |
acl_cv_libext=a | |
acl_cv_path_LD=/usr/bin/clang | |
acl_cv_prog_gnu_ld=no | |
acl_cv_rpath=done | |
acl_cv_shlibext=dylib | |
acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib' | |
acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' | |
acl_cv_wl=-Wl, | |
am_cv_func_iconv=yes | |
am_cv_langinfo_codeset=yes | |
am_cv_lib_iconv=yes | |
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | |
am_cv_proto_iconv_arg1= | |
am_cv_val_LC_MESSAGES=yes | |
bh_cv_c_signed=yes | |
e2fsprogs_cv_struct_st_flags=yes | |
e2fsprogs_cv_struct_st_flags_immut=yes | |
gt_cv_c_intmax_t=yes | |
gt_cv_c_long_double=yes | |
gt_cv_c_wchar_t=yes | |
gt_cv_c_wint_t=yes | |
gt_cv_func_gnugettext1_libc=no | |
gt_cv_func_gnugettext1_libintl=yes | |
gt_cv_func_printf_posix=yes | |
gt_cv_header_inttypes_h=yes | |
gt_cv_int_divbyzero_sigfpe=yes | |
gt_cv_inttypes_pri_broken=no | |
jm_ac_cv_header_inttypes_h=yes | |
jm_ac_cv_header_stdint_h=yes | |
nls_cv_force_use_gnu_gettext=no | |
nls_cv_header_intl= | |
nls_cv_header_libgt= | |
nls_cv_use_gnu_gettext=no | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ALLOCA='' | |
AR='ar' | |
AWK='awk' | |
BINARY_TYPE='bin' | |
BLKID_CMT='' | |
BSDLIB_CMT='#' | |
BUILD_CC='/usr/bin/clang' | |
BUILD_CFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include' | |
BUILD_INCLUDED_LIBINTL='no' | |
BUILD_LDFLAGS='-L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib' | |
CATOBJEXT='.gmo' | |
CC='/usr/bin/clang' | |
CFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 --std=gnu89 -Wno-return-type' | |
CHECKER_CMT='#' | |
CHMOD='/bin/chmod' | |
CP='/bin/cp' | |
CPP='/usr/bin/clang -E' | |
CPPFLAGS='-I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include' | |
CYGWIN_CMT='#' | |
DATADIRNAME='share' | |
DEBUGFS_CMT='' | |
DEFRAG_CMT='' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPLIBBLKID='$(LIB)/libblkid.a' | |
DEPLIBQUOTA='$(LIB)/libquota.a' | |
DEPLIBUUID='$(LIB)/libuuid.a' | |
DEPPROFILED_LIBBLKID='$(LIB)/libblkid.a' | |
DEPPROFILED_LIBQUOTA='$(LIB)/libquota.a' | |
DEPPROFILED_LIBUUID='$(LIB)/libuuid.a' | |
DEPSTATIC_LIBBLKID='$(LIB)/libblkid.a' | |
DEPSTATIC_LIBQUOTA='$(LIB)/libquota.a' | |
DEPSTATIC_LIBUUID='$(LIB)/libuuid.a' | |
DLOPEN_LIB='-ldl' | |
DO_TEST_SUITE='check' | |
E2FSPROGS_DAY='1' | |
E2FSPROGS_MONTH='August' | |
E2FSPROGS_PKGVER='1.43~WIP-2012-08-1' | |
E2FSPROGS_VERSION='1.43-WIP' | |
E2FSPROGS_YEAR='2012' | |
E2INITRD_MAN='e2initrd_helper.8' | |
E2INITRD_PROG='e2initrd_helper' | |
E='@echo' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ELF_CMT='#' | |
ES='echo' | |
ET_DIR='/private/tmp/homebrew-e2fsprogs-HEAD-1UBm/lib/et' | |
EXEEXT='' | |
FSCK_MAN='fsck.8' | |
FSCK_PROG='fsck' | |
GENCAT='gencat' | |
GETTEXT_PACKAGE='e2fsprogs' | |
GLIBC21='no' | |
GMSGFMT='/usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt' | |
GREP='/usr/bin/grep' | |
HAVE_ASPRINTF='1' | |
HAVE_POSIX_PRINTF='1' | |
HAVE_SNPRINTF='1' | |
HAVE_WPRINTF='0' | |
HTREE_CMT='' | |
IMAGER_CMT='' | |
INCLUDES='-I. -I$(top_builddir)/lib -I$(top_srcdir)/lib -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTOBJEXT='.mo' | |
INTLBISON='bison' | |
INTLLIBS='/usr/local/Cellar/gettext/0.18.1.1/lib/libintl.dylib' | |
INTLOBJS='' | |
INTL_LIBTOOL_SUFFIX_PREFIX='' | |
LDCONFIG=':' | |
LDFLAGS='-L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib' | |
LDFLAG_DYNAMIC='' | |
LDFLAG_STATIC='' | |
LIBBLKID='$(LIB)/libblkid.a' | |
LIBICONV='-liconv' | |
LIBINTL='/usr/local/Cellar/gettext/0.18.1.1/lib/libintl.dylib' | |
LIBOBJS='' | |
LIBQUOTA='$(LIB)/libquota.a' | |
LIBS='' | |
LIBUUID='$(LIB)/libuuid.a' | |
LIB_EXT='.a' | |
LINK_BUILD_FLAGS='' | |
LINK_INSTALL_FLAGS='-f' | |
LINUX_CMT='#' | |
LN='/bin/ln' | |
LN_S='ln -s' | |
LTLIBICONV='-liconv' | |
LTLIBINTL='-L/usr/local/Cellar/gettext/0.18.1.1/lib -lintl -R/usr/local/Cellar/gettext/0.18.1.1/lib' | |
LTLIBOBJS='' | |
MAINTAINER_CMT='#' | |
MAKEINFO='makeinfo' | |
MKINSTALLDIRS='$(top_builddir)/config/mkinstalldirs' | |
MSGFMT='/usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt' | |
MSGMERGE='/usr/local/Cellar/gettext/0.18.1.1/bin/msgmerge' | |
MV='/bin/mv' | |
OBJEXT='o' | |
PACKAGE='e2fsprogs' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='' | |
PACKAGE_STRING='' | |
PACKAGE_TARNAME='' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='' | |
PATH_SEPARATOR=':' | |
PERL='/usr/bin/perl' | |
PKG_CONFIG='/usr/local/bin/pkg-config' | |
POSUB='po' | |
PRIVATE_LIBS_CMT='' | |
PROFILED_LIBBLKID='$(LIB)/libblkid.a' | |
PROFILED_LIBQUOTA='$(LIB)/libquota.a' | |
PROFILED_LIBUUID='$(LIB)/libuuid.a' | |
PROFILED_LIB_EXT='.a' | |
PROFILE_CMT='#' | |
Q='@' | |
QUOTA_CMT='' | |
RANLIB='ranlib' | |
RDYNAMIC='-rdynamic' | |
RESIZER_CMT='' | |
RM='/bin/rm' | |
SED='/usr/bin/sed' | |
SEM_INIT_LIB='' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SIZEOF_INT='4' | |
SIZEOF_LONG='8' | |
SIZEOF_LONG_LONG='8' | |
SIZEOF_SHORT='2' | |
SOCKET_LIB='' | |
SS_DIR='/private/tmp/homebrew-e2fsprogs-HEAD-1UBm/lib/ss' | |
STATIC_LIBBLKID='$(LIB)/libblkid.a' | |
STATIC_LIBQUOTA='$(LIB)/libquota.a' | |
STATIC_LIBUUID='$(LIB)/libuuid.a' | |
STATIC_LIB_EXT='.a' | |
STRIP='strip' | |
SYMLINK_RELATIVE='' | |
TEST_IO_CMT='' | |
UNIX_CMT='' | |
UNI_DIFF_OPTS='-u' | |
USE_INCLUDED_LIBINTL='no' | |
USE_NLS='yes' | |
UUIDD_CMT='' | |
UUID_CMT='' | |
VERSION='0.14.1' | |
XGETTEXT='/usr/local/Cellar/gettext/0.18.1.1/bin/xgettext' | |
ac_ct_CC='/usr/bin/clang' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin12.0.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin12.0.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin12.0.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin12.0.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
ifGNUmake='' | |
ifNotGNUmake='#' | |
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/Cellar/e2fsprogs/HEAD' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
root_bindir='${exec_prefix}/bin' | |
root_libdir='${exec_prefix}/lib' | |
root_prefix='/usr/local/Cellar/e2fsprogs/HEAD' | |
root_sbindir='${exec_prefix}/sbin' | |
root_sysconfdir='${prefix}/etc' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ------------------- ## | |
## File substitutions. ## | |
## ------------------- ## | |
ASM_TYPES_HEADER='./asm_types.h' | |
MAKEFILE_BSDLIB='/dev/null' | |
MAKEFILE_CHECKER='/dev/null' | |
MAKEFILE_ELF='/dev/null' | |
MAKEFILE_LIBRARY='./lib/Makefile.library' | |
MAKEFILE_PROFILE='/dev/null' | |
MCONFIG='./MCONFIG' | |
PUBLIC_CONFIG_HEADER='./public_config.h' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "" | |
#define PACKAGE_TARNAME "" | |
#define PACKAGE_VERSION "" | |
#define PACKAGE_STRING "" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_URL "" | |
#define HAVE_DLOPEN 1 | |
#define ENABLE_HTREE 1 | |
#define CONFIG_TESTIO_DEBUG 1 | |
#define CONFIG_BUILD_FINDFS 1 | |
#define TLS __thread | |
#define USE_UUIDD 1 | |
#define CONFIG_MMP 1 | |
#define ENABLE_BMAP_STATS 1 | |
#define PACKAGE "e2fsprogs" | |
#define VERSION "0.14.1" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 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 HAVE_UNISTD_H 1 | |
#define HAVE_LONG_LONG 1 | |
#define HAVE_LONG_DOUBLE 1 | |
#define HAVE_WCHAR_T 1 | |
#define HAVE_WINT_T 1 | |
#define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
#define HAVE_STDINT_H_WITH_UINTMAX 1 | |
#define HAVE_INTMAX_T 1 | |
#define HAVE_POSIX_PRINTF 1 | |
#define HAVE_ALLOCA_H 1 | |
#define HAVE_ALLOCA 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_SYS_PARAM_H 1 | |
#define HAVE_GETPAGESIZE 1 | |
#define HAVE_MMAP 1 | |
#define INTDIV0_RAISES_SIGFPE 1 | |
#define HAVE_UNSIGNED_LONG_LONG 1 | |
#define HAVE_UINTMAX_T 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_LIMITS_H 1 | |
#define HAVE_LOCALE_H 1 | |
#define HAVE_NL_TYPES_H 1 | |
#define HAVE_STDDEF_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_SYS_PARAM_H 1 | |
#define HAVE_ASPRINTF 1 | |
#define HAVE_FWPRINTF 1 | |
#define HAVE_GETCWD 1 | |
#define HAVE_GETEGID 1 | |
#define HAVE_GETEUID 1 | |
#define HAVE_GETGID 1 | |
#define HAVE_GETUID 1 | |
#define HAVE_MUNMAP 1 | |
#define HAVE_PUTENV 1 | |
#define HAVE_SETENV 1 | |
#define HAVE_SETLOCALE 1 | |
#define HAVE_SNPRINTF 1 | |
#define HAVE_STPCPY 1 | |
#define HAVE_STRCASECMP 1 | |
#define HAVE_STRDUP 1 | |
#define HAVE_STRTOUL 1 | |
#define HAVE_TSEARCH 1 | |
#define HAVE_WCSLEN 1 | |
#define HAVE_DECL__SNPRINTF 0 | |
#define HAVE_DECL__SNWPRINTF 0 | |
#define HAVE_DECL_FEOF_UNLOCKED 1 | |
#define HAVE_DECL_FGETS_UNLOCKED 0 | |
#define HAVE_DECL_GETC_UNLOCKED 1 | |
#define HAVE_ICONV 1 | |
#define ICONV_CONST | |
#define HAVE_LANGINFO_CODESET 1 | |
#define HAVE_LC_MESSAGES 1 | |
#define ENABLE_NLS 1 | |
#define HAVE_GETTEXT 1 | |
#define HAVE_DCGETTEXT 1 | |
#define HAVE_DIRENT_H 1 | |
#define HAVE_ERRNO_H 1 | |
#define HAVE_EXECINFO_H 1 | |
#define HAVE_GETOPT_H 1 | |
#define HAVE_PATHS_H 1 | |
#define HAVE_SEMAPHORE_H 1 | |
#define HAVE_SETJMP_H 1 | |
#define HAVE_SIGNAL_H 1 | |
#define HAVE_STDARG_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_TERMIOS_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_UTIME_H 1 | |
#define HAVE_NET_IF_DL_H 1 | |
#define HAVE_NETINET_IN_H 1 | |
#define HAVE_SYS_FILE_H 1 | |
#define HAVE_SYS_IOCTL_H 1 | |
#define HAVE_SYS_MMAN_H 1 | |
#define HAVE_SYS_QUEUE_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_SYS_SELECT_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_SYS_SOCKIO_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_SYS_SYSCALL_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_UN_H 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_SYS_DISK_H 1 | |
#define HAVE_SYS_MOUNT_H 1 | |
#define HAVE_VPRINTF 1 | |
#define HAVE_RECLEN_DIRENT 1 | |
#define HAVE_TYPE_SSIZE_T 1 | |
#define SIZEOF_SHORT 2 | |
#define SIZEOF_INT 4 | |
#define SIZEOF_LONG 8 | |
#define SIZEOF_LONG_LONG 8 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_INTPTR_T 1 | |
#define HAVE_STAT_FLAGS 1 | |
#define HAVE_SA_LEN 1 | |
#define HAVE_BACKTRACE 1 | |
#define HAVE_CHFLAGS 1 | |
#define HAVE_FCHOWN 1 | |
#define HAVE_FDATASYNC 1 | |
#define HAVE_FSTAT64 1 | |
#define HAVE_GETDTABLESIZE 1 | |
#define HAVE_GETMNTINFO 1 | |
#define HAVE_GETPWUID_R 1 | |
#define HAVE_GETRLIMIT 1 | |
#define HAVE_GETRUSAGE 1 | |
#define HAVE_JRAND48 1 | |
#define HAVE_MBSTOWCS 1 | |
#define HAVE_MMAP 1 | |
#define HAVE_MSYNC 1 | |
#define HAVE_NANOSLEEP 1 | |
#define HAVE_PATHCONF 1 | |
#define HAVE_POSIX_MEMALIGN 1 | |
#define HAVE_SRANDOM 1 | |
#define HAVE_STRCASECMP 1 | |
#define HAVE_STRDUP 1 | |
#define HAVE_STRNLEN 1 | |
#define HAVE_STRPTIME 1 | |
#define HAVE_STRTOULL 1 | |
#define HAVE_SYSCONF 1 | |
#define HAVE_USLEEP 1 | |
#define HAVE_UTIME 1 | |
#define HAVE_VALLOC 1 | |
#define HAVE_OPTRESET 1 | |
#define _INTL_REDIRECT_MACROS 1 | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment