Created
August 17, 2021 11:37
-
-
Save maxminoS/45ca90f7a49c9810471697db077b42ab to your computer and use it in GitHub Desktop.
ifuse-mac (gromgit/fuse/ifuse-mac) on macOS 11 - Homebrew build logs
This file contains hidden or 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
Homebrew build logs for gromgit/fuse/ifuse-mac on macOS 11 | |
Build date: 2021-08-17 18:17:27 |
This file contains hidden or 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
HOMEBREW_VERSION: 3.2.7-17-g8b69798 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 8b69798ba4d351a69a557baae4152e0f8f0040bf | |
Last commit: 15 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 4f32f0d4746b71392e253914eb2e1f7adf3552a3 | |
Core tap last commit: 2 hours ago | |
Core tap branch: master | |
HOMEBREW_PREFIX: /opt/homebrew | |
HOMEBREW_BROWSER: /usr/bin/google-chrome-stable | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_MAKE_JOBS: 8 | |
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby | |
CPU: octa-core 64-bit arm_firestorm_icestorm | |
Clang: 12.0.5 build 1205 | |
Git: 2.32.0 => /opt/homebrew/bin/git | |
Curl: 7.64.1 => /usr/bin/curl | |
macOS: 11.4-arm64 | |
CLT: 12.5.0.22.9 | |
Xcode: 12.5.1 | |
Rosetta 2: false |
This file contains hidden or 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
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: Some installed formulae are deprecated or disabled. | |
You should find replacements for the following formulae: | |
ilmbase | |
[email protected] | |
Warning: Putting non-prefixed coreutils in your path can cause GMP builds to fail. | |
Warning: You have unlinked kegs in your Cellar. | |
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
imath | |
openexr | |
Warning: You have uncommitted modifications to Homebrew/homebrew-core. | |
If this is a surprise to you, then you should stash these modifications. | |
Stashing returns Homebrew to a pristine state but can be undone | |
should you later need to do so for some reason. | |
cd /opt/homebrew/Library/Taps/homebrew/homebrew-core && git stash && git clean -d -f | |
Uncommitted files: | |
M Formula/ifuse.rb | |
M Formula/mpv.rb | |
Warning: Some installed formulae are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install emacs | |
Run `brew missing` for more details. |
This file contains hidden or 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
gromgit/fuse/ifuse-mac |
This file contains hidden or 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
Formula: ifuse-mac | |
Tap: gromgit/fuse | |
Path: /opt/homebrew/Library/Taps/gromgit/homebrew-fuse/Formula/ifuse-mac.rb |
This file contains hidden or 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
2021-08-17 18:17:17 +0700 | |
./autogen.sh | |
configure.ac:12: installing './compile' | |
configure.ac:33: installing './config.guess' | |
configure.ac:33: installing './config.sub' | |
configure.ac:6: installing './install-sh' | |
configure.ac:6: installing './missing' | |
src/Makefile.am: installing './depcomp' | |
configure.ac:21: warning: The macro `AC_HEADER_STDC' is obsolete. | |
configure.ac:21: You should run autoupdate. | |
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... | |
configure.ac:21: the top level | |
configure.ac:39: warning: AC_OUTPUT should be used without arguments. | |
configure.ac:39: You should run autoupdate. | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a race-free mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether make supports nested variables... (cached) yes | |
checking for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether the compiler supports GNU C... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to enable C11 features... none needed | |
checking whether clang understands -c and -o together... yes | |
checking whether make supports the include directive... yes (GNU style) | |
checking dependency style of clang... gcc3 | |
checking pkg-config is at least version 0.9.0... yes | |
checking for libimobiledevice-1.0 >= 1.3.0... yes | |
checking for fuse >= 2.7.0... no | |
configure: error: Package requirements (fuse >= 2.7.0) were not met: | |
No package 'fuse' found | |
Consider adjusting the PKG_CONFIG_PATH environment variable if you | |
installed software in a non-standard prefix. | |
Alternatively, you may set the environment variables libfuse_CFLAGS | |
and libfuse_LIBS to avoid the need to call pkg-config. | |
See the pkg-config man page for more details. | |
HOMEBREW_VERSION: 3.2.7-17-g8b69798 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 8b69798ba4d351a69a557baae4152e0f8f0040bf | |
Last commit: 15 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 4f32f0d4746b71392e253914eb2e1f7adf3552a3 | |
Core tap last commit: 2 hours ago | |
Core tap branch: master | |
HOMEBREW_PREFIX: /opt/homebrew | |
HOMEBREW_BROWSER: /usr/bin/google-chrome-stable | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_MAKE_JOBS: 8 | |
HOMEBREW_NO_BOOTSNAP: set | |
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby | |
CPU: octa-core 64-bit arm_firestorm_icestorm | |
Clang: 12.0.5 build 1205 | |
Git: 2.32.0 => /opt/homebrew/bin/git | |
Curl: 7.64.1 => /usr/bin/curl | |
macOS: 11.4-arm64 | |
CLT: 12.5.0.22.9 | |
Xcode: 12.5.1 | |
Rosetta 2: false | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
CFLAGS: -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 | |
CXXFLAGS: -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 | |
CPPFLAGS: -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 | |
LDFLAGS: -L/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/lib | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /opt/homebrew/opt/libffi:/opt/homebrew/opt/[email protected]:/opt/homebrew/opt/readline:/opt/homebrew/opt/sqlite:/opt/homebrew | |
CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /opt/homebrew/opt/[email protected]/Frameworks | |
PKG_CONFIG_PATH: /opt/homebrew/opt/libffi/lib/pkgconfig:/opt/homebrew/opt/pcre/lib/pkgconfig:/opt/homebrew/opt/[email protected]/lib/pkgconfig:/opt/homebrew/opt/readline/lib/pkgconfig:/opt/homebrew/opt/sqlite/lib/pkgconfig:/opt/homebrew/opt/xz/lib/pkgconfig:/opt/homebrew/opt/[email protected]/lib/pkgconfig:/opt/homebrew/opt/glib/lib/pkgconfig:/opt/homebrew/opt/libplist/lib/pkgconfig:/opt/homebrew/opt/libtasn1/lib/pkgconfig:/opt/homebrew/opt/libusb/lib/pkgconfig:/opt/homebrew/opt/libusbmuxd/lib/pkgconfig:/opt/homebrew/opt/libimobiledevice/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/fuse | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/11 | |
HOMEBREW_GIT: git | |
HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk | |
ACLOCAL_PATH: /opt/homebrew/share/aclocal | |
PATH: /opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/autoconf/bin:/opt/homebrew/opt/automake/bin:/opt/homebrew/opt/libtool/bin:/opt/homebrew/opt/pkg-config/bin:/opt/homebrew/opt/gettext/bin:/opt/homebrew/opt/pcre/bin:/opt/homebrew/opt/gdbm/bin:/opt/homebrew/opt/[email protected]/bin:/opt/homebrew/opt/sqlite/bin:/opt/homebrew/opt/xz/bin:/opt/homebrew/opt/[email protected]/bin:/opt/homebrew/opt/glib/bin:/opt/homebrew/opt/libplist/bin:/opt/homebrew/opt/libtasn1/bin:/opt/homebrew/opt/libusbmuxd/bin:/opt/homebrew/opt/libimobiledevice/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains hidden or 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
clang called with: --version | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os --version -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -V -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -qversion -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -version | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -version -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -L/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/lib conftest.c | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -L/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/lib conftest.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/[email protected]/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/[email protected]/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -L/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/lib conftest.c | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -L/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/lib conftest.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/[email protected]/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/[email protected]/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -L/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/lib conftest.c | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -L/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/lib conftest.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/[email protected]/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/[email protected]/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 conftest.c | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include | |
superenv executed: clang -pipe -Os -c -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 conftest.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include | |
clang called with: -c -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 conftest.c | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include | |
superenv executed: clang -pipe -Os -c -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 conftest.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include | |
clang called with: -c -g -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 conftest.c | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include | |
superenv executed: clang -pipe -Os -c -g -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 conftest.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include | |
clang called with: -c -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 conftest.c | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include | |
superenv executed: clang -pipe -Os -c -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 conftest.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include | |
superenv executed: clang -pipe -Os -c conftest.c -o conftest2.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include | |
superenv executed: clang -pipe -Os -c conftest.c -o conftest2.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include | |
clang called with: -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include | |
superenv executed: clang -pipe -Os -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include | |
This file contains hidden or 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 ifuse configure 1.1.4, which was | |
generated by GNU Autoconf 2.71. Invocation command line was | |
$ ./configure | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Monolith | |
uname -m = arm64 | |
uname -r = 20.5.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 20.5.0: Sat May 8 05:10:31 PDT 2021; root:xnu-7195.121.3~9/RELEASE_ARM64_T8101 | |
/usr/bin/uname -p = arm | |
/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 20.5.0: Sat May 8 05:10:31 PDT 2021; root:xnu-7195.121.3~9/RELEASE_ARM64_T8101 | |
Kernel configured for up to 8 processors. | |
8 processors are physically available. | |
8 processors are logically available. | |
Processor type: arm64e (ARM64E) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 327 tasks, 2196 threads, 8 processors | |
Load average: 2.05, Mach factor: 5.94 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /opt/homebrew/Library/Homebrew/shims/mac/super/ | |
PATH: /opt/homebrew/opt/autoconf/bin/ | |
PATH: /opt/homebrew/opt/automake/bin/ | |
PATH: /opt/homebrew/opt/libtool/bin/ | |
PATH: /opt/homebrew/opt/pkg-config/bin/ | |
PATH: /opt/homebrew/opt/gettext/bin/ | |
PATH: /opt/homebrew/opt/pcre/bin/ | |
PATH: /opt/homebrew/opt/gdbm/bin/ | |
PATH: /opt/homebrew/opt/[email protected]/bin/ | |
PATH: /opt/homebrew/opt/sqlite/bin/ | |
PATH: /opt/homebrew/opt/xz/bin/ | |
PATH: /opt/homebrew/opt/[email protected]/bin/ | |
PATH: /opt/homebrew/opt/glib/bin/ | |
PATH: /opt/homebrew/opt/libplist/bin/ | |
PATH: /opt/homebrew/opt/libtasn1/bin/ | |
PATH: /opt/homebrew/opt/libusbmuxd/bin/ | |
PATH: /opt/homebrew/opt/libimobiledevice/bin/ | |
PATH: /usr/bin/ | |
PATH: /bin/ | |
PATH: /usr/sbin/ | |
PATH: /sbin/ | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2489: looking for aux files: config.guess config.sub compile missing install-sh | |
configure:2502: trying ./ | |
configure:2531: ./config.guess found | |
configure:2531: ./config.sub found | |
configure:2531: ./compile found | |
configure:2531: ./missing found | |
configure:2513: ./install-sh found | |
configure:2660: checking for a BSD-compatible install | |
configure:2733: result: /usr/bin/install -c | |
configure:2744: checking whether build environment is sane | |
configure:2799: result: yes | |
configure:2958: checking for a race-free mkdir -p | |
configure:3002: result: ./install-sh -c -d | |
configure:3009: checking for gawk | |
configure:3044: result: no | |
configure:3009: checking for mawk | |
configure:3044: result: no | |
configure:3009: checking for nawk | |
configure:3044: result: no | |
configure:3009: checking for awk | |
configure:3030: found /usr/bin/awk | |
configure:3041: result: awk | |
configure:3052: checking whether make sets $(MAKE) | |
configure:3075: result: yes | |
configure:3105: checking whether make supports nested variables | |
configure:3123: result: yes | |
configure:3271: checking whether make supports nested variables | |
configure:3289: result: yes | |
configure:3367: checking for gcc | |
configure:3399: result: clang | |
configure:3752: checking for C compiler version | |
configure:3761: clang --version >&5 | |
Apple clang version 12.0.5 (clang-1205.0.22.11) | |
Target: arm64-apple-darwin20.5.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:3772: $? = 0 | |
configure:3761: clang -v >&5 | |
Apple clang version 12.0.5 (clang-1205.0.22.11) | |
Target: arm64-apple-darwin20.5.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:3772: $? = 0 | |
configure:3761: clang -V >&5 | |
clang: error: unsupported option '-V -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk' | |
configure:3772: $? = 1 | |
configure:3761: clang -qversion >&5 | |
clang: error: unknown argument '-qversion'; did you mean '--version'? | |
configure:3772: $? = 1 | |
configure:3761: clang -version >&5 | |
clang: error: unknown argument '-version'; did you mean '--version'? | |
configure:3772: $? = 1 | |
configure:3792: checking whether the C compiler works | |
configure:3814: clang -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -L/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/lib conftest.c >&5 | |
configure:3818: $? = 0 | |
configure:3868: result: yes | |
configure:3871: checking for C compiler default output file name | |
configure:3873: result: a.out | |
configure:3879: checking for suffix of executables | |
configure:3886: clang -o conftest -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -L/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/lib conftest.c >&5 | |
configure:3890: $? = 0 | |
configure:3913: result: | |
configure:3935: checking whether we are cross compiling | |
configure:3943: clang -o conftest -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -L/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/lib conftest.c >&5 | |
configure:3947: $? = 0 | |
configure:3954: ./conftest | |
configure:3958: $? = 0 | |
configure:3973: result: no | |
configure:3978: checking for suffix of object files | |
configure:4001: clang -c -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 conftest.c >&5 | |
configure:4005: $? = 0 | |
configure:4027: result: o | |
configure:4031: checking whether the compiler supports GNU C | |
configure:4051: clang -c -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 conftest.c >&5 | |
configure:4051: $? = 0 | |
configure:4061: result: yes | |
configure:4072: checking whether clang accepts -g | |
configure:4093: clang -c -g -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 conftest.c >&5 | |
configure:4093: $? = 0 | |
configure:4137: result: yes | |
configure:4157: checking for clang option to enable C11 features | |
configure:4172: clang -c -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64 conftest.c >&5 | |
configure:4172: $? = 0 | |
configure:4190: result: none needed | |
configure:4306: checking whether clang understands -c and -o together | |
configure:4329: clang -c conftest.c -o conftest2.o | |
configure:4332: $? = 0 | |
configure:4329: clang -c conftest.c -o conftest2.o | |
configure:4332: $? = 0 | |
configure:4344: result: yes | |
configure:4364: checking whether make supports the include directive | |
configure:4379: make -f confmf.GNU && cat confinc.out | |
this is the am__doit target | |
configure:4382: $? = 0 | |
configure:4401: result: yes (GNU style) | |
configure:4427: checking dependency style of clang | |
configure:4539: result: gcc3 | |
configure:4676: checking pkg-config is at least version 0.9.0 | |
configure:4679: result: yes | |
configure:4689: checking for libimobiledevice-1.0 >= 1.3.0 | |
configure:4696: $PKG_CONFIG --exists --print-errors "libimobiledevice-1.0 >= 1.3.0" | |
configure:4699: $? = 0 | |
configure:4713: $PKG_CONFIG --exists --print-errors "libimobiledevice-1.0 >= 1.3.0" | |
configure:4716: $? = 0 | |
configure:4774: result: yes | |
configure:4780: checking for fuse >= 2.7.0 | |
configure:4787: $PKG_CONFIG --exists --print-errors "fuse >= 2.7.0" | |
Package fuse was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `fuse.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'fuse' found | |
configure:4790: $? = 1 | |
configure:4804: $PKG_CONFIG --exists --print-errors "fuse >= 2.7.0" | |
Package fuse was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `fuse.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'fuse' found | |
configure:4807: $? = 1 | |
configure:4821: result: no | |
No package 'fuse' found | |
configure:4837: error: Package requirements (fuse >= 2.7.0) were not met: | |
No package 'fuse' found | |
Consider adjusting the PKG_CONFIG_PATH environment variable if you | |
installed software in a non-standard prefix. | |
Alternatively, you may set the environment variables libfuse_CFLAGS | |
and libfuse_LIBS to avoid the need to call pkg-config. | |
See the pkg-config man page for more details. | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64' | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value='-I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64' | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value=-L/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/lib | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/11 | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/opt/homebrew/opt/libffi/lib/pkgconfig:/opt/homebrew/opt/pcre/lib/pkgconfig:/opt/homebrew/opt/[email protected]/lib/pkgconfig:/opt/homebrew/opt/readline/lib/pkgconfig:/opt/homebrew/opt/sqlite/lib/pkgconfig:/opt/homebrew/opt/xz/lib/pkgconfig:/opt/homebrew/opt/[email protected]/lib/pkgconfig:/opt/homebrew/opt/glib/lib/pkgconfig:/opt/homebrew/opt/libplist/lib/pkgconfig:/opt/homebrew/opt/libtasn1/lib/pkgconfig:/opt/homebrew/opt/libusb/lib/pkgconfig:/opt/homebrew/opt/libusbmuxd/lib/pkgconfig:/opt/homebrew/opt/libimobiledevice/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/fuse | |
ac_cv_env_PKG_CONFIG_set=set | |
ac_cv_env_PKG_CONFIG_value=/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/bin/fuse-pkg-config | |
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_libfuse_CFLAGS_set= | |
ac_cv_env_libfuse_CFLAGS_value= | |
ac_cv_env_libfuse_LIBS_set= | |
ac_cv_env_libfuse_LIBS_value= | |
ac_cv_env_libimobiledevice_CFLAGS_set= | |
ac_cv_env_libimobiledevice_CFLAGS_value= | |
ac_cv_env_libimobiledevice_LIBS_set= | |
ac_cv_env_libimobiledevice_LIBS_value= | |
ac_cv_env_libplist_CFLAGS_set= | |
ac_cv_env_libplist_CFLAGS_value= | |
ac_cv_env_libplist_LIBS_set= | |
ac_cv_env_libplist_LIBS_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_objext=o | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_ac_ct_CC=clang | |
ac_cv_prog_cc_c11= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cc_stdc= | |
ac_cv_prog_make_make_set=yes | |
am_cv_CC_dependencies_compiler_type=gcc3 | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_cc_c_o=yes | |
pkg_cv_libimobiledevice_CFLAGS='-I/opt/homebrew/Cellar/[email protected]/1.1.1k/include -I/opt/homebrew/Cellar/libplist/2.2.0/include -I/opt/homebrew/Cellar/libusbmuxd/2.0.2/include -I/opt/homebrew/Cellar/libimobiledevice/1.3.0/include' | |
pkg_cv_libimobiledevice_LIBS='-L/opt/homebrew/Cellar/libplist/2.2.0/lib -L/opt/homebrew/Cellar/libimobiledevice/1.3.0/lib -limobiledevice-1.0 -lplist-2.0' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} '\''/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/missing'\'' aclocal-1.16' | |
AMDEPBACKSLASH='\' | |
AMDEP_FALSE='#' | |
AMDEP_TRUE='' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='1' | |
AM_V='$(V)' | |
AUTOCONF='${SHELL} '\''/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/missing'\'' autoconf' | |
AUTOHEADER='${SHELL} '\''/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/missing'\'' autoheader' | |
AUTOMAKE='${SHELL} '\''/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/missing'\'' automake-1.16' | |
AWK='awk' | |
CC='clang' | |
CCDEPMODE='depmode=gcc3' | |
CFLAGS='-I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64' | |
CPPFLAGS='-I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include -I/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/include/fuse -D_USE_FILE_OFFSET_BITS=64' | |
CSCOPE='cscope' | |
CTAGS='ctags' | |
CYGPATH_W='echo' | |
DEFS='' | |
DEPDIR='.deps' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='' | |
ETAGS='etags' | |
EXEEXT='' | |
GREP='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LDFLAGS='-L/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/lib' | |
LIBOBJS='' | |
LIBS='' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} '\''/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/missing'\'' makeinfo' | |
MKDIR_P='./install-sh -c -d' | |
OBJEXT='o' | |
PACKAGE='ifuse' | |
PACKAGE_BUGREPORT='https://github.com/libimobiledevice/ifuse/issues' | |
PACKAGE_NAME='ifuse' | |
PACKAGE_STRING='ifuse 1.1.4' | |
PACKAGE_TARNAME='ifuse' | |
PACKAGE_URL='https://libimobiledevice.org' | |
PACKAGE_VERSION='1.1.4' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/temp/bin/fuse-pkg-config' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/11' | |
PKG_CONFIG_PATH='/opt/homebrew/opt/libffi/lib/pkgconfig:/opt/homebrew/opt/pcre/lib/pkgconfig:/opt/homebrew/opt/[email protected]/lib/pkgconfig:/opt/homebrew/opt/readline/lib/pkgconfig:/opt/homebrew/opt/sqlite/lib/pkgconfig:/opt/homebrew/opt/xz/lib/pkgconfig:/opt/homebrew/opt/[email protected]/lib/pkgconfig:/opt/homebrew/opt/glib/lib/pkgconfig:/opt/homebrew/opt/libplist/lib/pkgconfig:/opt/homebrew/opt/libtasn1/lib/pkgconfig:/opt/homebrew/opt/libusb/lib/pkgconfig:/opt/homebrew/opt/libusbmuxd/lib/pkgconfig:/opt/homebrew/opt/libimobiledevice/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/fuse' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='' | |
VERSION='1.1.4' | |
ac_ct_CC='clang' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='' | |
am__fastdepCC_FALSE='#' | |
am__fastdepCC_TRUE='' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='_no' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='' | |
build_alias='' | |
build_cpu='' | |
build_os='' | |
build_vendor='' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
host='' | |
host_alias='' | |
host_cpu='' | |
host_os='' | |
host_vendor='' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/ifuse-mac-20210817-20295-1mp19ue/ifuse-1.1.4/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
libfuse_CFLAGS='' | |
libfuse_LIBS='' | |
libimobiledevice_CFLAGS='-I/opt/homebrew/Cellar/[email protected]/1.1.1k/include -I/opt/homebrew/Cellar/libplist/2.2.0/include -I/opt/homebrew/Cellar/libusbmuxd/2.0.2/include -I/opt/homebrew/Cellar/libimobiledevice/1.3.0/include' | |
libimobiledevice_LIBS='-L/opt/homebrew/Cellar/libplist/2.2.0/lib -L/opt/homebrew/Cellar/libimobiledevice/1.3.0/lib -limobiledevice-1.0 -lplist-2.0' | |
libplist_CFLAGS='' | |
libplist_LIBS='' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='NONE' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
runstatedir='${localstatedir}/run' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "ifuse" | |
#define PACKAGE_TARNAME "ifuse" | |
#define PACKAGE_VERSION "1.1.4" | |
#define PACKAGE_STRING "ifuse 1.1.4" | |
#define PACKAGE_BUGREPORT "https://github.com/libimobiledevice/ifuse/issues" | |
#define PACKAGE_URL "https://libimobiledevice.org" | |
#define PACKAGE "ifuse" | |
#define VERSION "1.1.4" | |
configure: exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment