Coder Social home page Coder Social logo

ffmpeg-static-osx's People

Contributors

albinoz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ffmpeg-static-osx's Issues

Too many .dylib dependencies

This script does not create a 'real' static FFmpeg build. Compared to the Tessus and Zeranou FFmpeg macOS builds, this one has way too many .dylib dependencies that renders this useless if you want to use it in a sandbox environment.

Here are the dependencies:
/System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 1675.129.0)
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox (compatibility version 1.0.0, current version 1000.0.0)
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1281.100.1)
/System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation (compatibility version 1.0.0, current version 2.0.0)
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo (compatibility version 1.2.0, current version 1.5.0)
/System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 1355.13.0)
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)
/usr/lib/libexpat.1.dylib (compatibility version 7.0.0, current version 8.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11)
/System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage (compatibility version 1.0.1, current version 5.0.0)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1894.40.150)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 902.1.0)
/usr/local/opt/xz/lib/liblzma.5.dylib (compatibility version 8.0.0, current version 8.5.0)
/System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1675.129.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 1069.22.0)
/System/Library/Frameworks/CoreText.framework/Versions/A/CoreText (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)

Basically the /usr/lib/ dylib will make it not possible to use it when sandboxing or macOS 10.11
Especially these are troublesome:

/usr/lib/libiconv.2.dylib
/usr/lib/libexpat.1.dylib
/usr/local/opt/xz/lib/liblzma.5.dylib

If the script could be take care of those three dependencies (read: make those really static build in), it would be a very good and useful script. ;-)

Fails Subtitle Build....

[2021-04-22 18:46:42]
[2021-04-22 18:46:42] βš™οΈ Subtitles Builds
[2021-04-22 18:48:51]
[2021-04-22 18:48:51] πŸ“
[2021-04-22 18:48:53] --2021-04-22 18:48:53-- https://download.savannah.gnu.org/releases/freetype/
[2021-04-22 18:48:53] Resolving download.savannah.gnu.org (download.savannah.gnu.org)... 209.51.188.200
[2021-04-22 18:48:53] Connecting to download.savannah.gnu.org (download.savannah.gnu.org)|209.51.188.200|:443... connected.
[2021-04-22 18:51:04] Unable to establish SSL connection.

Failed to build

[2019-07-23 14:43:40] πŸ“ libpng git
[2019-07-23 14:43:43] Cloning into 'libpng'...
[2019-07-23 14:44:16] Can't exec "aclocal": Permission denied at /usr/local/Cellar/autoconf/2.69/share/autoconf/Autom4te/FileUtils.pm line 326.
[2019-07-23 14:44:16] autoreconf: failed to run aclocal: Permission denied

Do you need a complete log?:

"dyld: Library not loaded: /usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib"

Hello!

I was able to successfully compile ffmpeg via this script. However, when I move my compiled ffmpeg binary to a fresh machine, I get the error in the issue title: dyld: Library not loaded: /usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib

The binary does work on the machine it was compiled on, but if it needs this non-OS-supplied library, it's not really static. Can this be worked around?

(General note: I find that often with these types of errors, there's actually more than one library missing, but you won't get the error about the next one until you correct the first...)

Apple Silicon version?

Any plans for an Apple Silicon version?
It is already possible because I saw site offering static FFmpeg builds for AS.

Scripts fails

The script fails on my MBP running 11.4
Here is the log:

[2021-07-08 20:09:37] adam | 2014 < 2021-07-08
[2021-07-08 20:09:37] Download and Build Last Static FFmpeg
[2021-07-08 20:09:37] macOS 10.12 < 11 Build Compatibility
[2021-07-08 20:09:38] macOS 11.4 | 16 GB | 8 Cores | 2,3 GHz
[2021-07-08 20:09:40]
[2021-07-08 20:09:40] ♻️ Check Xcode CLI Install
[2021-07-08 20:09:40] xcode-select version 2384.
[2021-07-08 20:09:40] Xcode CLI AllReady Installed
[2021-07-08 20:09:40]
[2021-07-08 20:09:40] ♻️ Check Homebrew Install
[2021-07-08 20:09:42] HomeBrew AllReady Installed
[2021-07-08 20:09:42]
[2021-07-08 20:09:42] ♻️ Check Homebrew Update
[2021-07-08 20:09:46] Pruned 0 symbolic links and 2 directories from /usr/local
[2021-07-08 20:09:47] Please note that these warnings are just used to help the Homebrew maintainers
[2021-07-08 20:09:47] with debugging if you file an issue. If everything you use Homebrew for is
[2021-07-08 20:09:47] working fine: please don't worry or file an issue; just ignore this. Thanks!
[2021-07-08 20:09:47]
[2021-07-08 20:09:47] Warning: You have unlinked kegs in your Cellar.
[2021-07-08 20:09:47] Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on
[2021-07-08 20:09:47] those kegs to fail to run properly once built. Run brew link on these:
[2021-07-08 20:09:47] autoconf
[2021-07-08 20:09:47] automake
[2021-07-08 20:10:06] ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
[2021-07-08 20:10:06] https://github.com/Homebrew/brew#donations
[2021-07-08 20:10:06] Updated 1 tap (homebrew/core).
[2021-07-08 20:10:09] ==> Updated Formulae
[2021-07-08 20:10:09] auditbeat
[2021-07-08 20:10:09] cgit
[2021-07-08 20:10:09] cubejs-cli
[2021-07-08 20:10:09] filebeat
[2021-07-08 20:10:09] grafana
[2021-07-08 20:10:09] heartbeat
[2021-07-08 20:10:09] isort
[2021-07-08 20:10:09] k9s
[2021-07-08 20:10:09] metricbeat
[2021-07-08 20:10:09] minio
[2021-07-08 20:10:09] packetbeat
[2021-07-08 20:10:09] purescript
[2021-07-08 20:10:09] serverless
[2021-07-08 20:10:09] tanka
[2021-07-08 20:10:09] terraform-ls
[2021-07-08 20:10:09] tfsec
[2021-07-08 20:10:16]
[2021-07-08 20:10:16] ♻️ Check Java Install
[2021-07-08 20:10:20] openjdk version "16.0.1" 2021-04-20
[2021-07-08 20:10:20] OpenJDK Runtime Environment Homebrew (build 16.0.1+0)
[2021-07-08 20:10:20] OpenJDK 64-Bit Server VM Homebrew (build 16.0.1+0, mixed mode, sharing)
[2021-07-08 20:10:20] Java AllReady Installed
[2021-07-08 20:10:20]
[2021-07-08 20:10:20] ♻️ Check Homebrew Config
[2021-07-08 20:10:23] Warning: git 2.32.0 is already installed and up-to-date.
[2021-07-08 20:10:23] To reinstall 2.32.0, run:
[2021-07-08 20:10:23] brew reinstall git
[2021-07-08 20:10:23] Warning: wget 1.21.1 is already installed and up-to-date.
[2021-07-08 20:10:23] To reinstall 1.21.1, run:
[2021-07-08 20:10:23] brew reinstall wget
[2021-07-08 20:10:23] Warning: cmake 3.20.5 is already installed and up-to-date.
[2021-07-08 20:10:23] To reinstall 3.20.5, run:
[2021-07-08 20:10:23] brew reinstall cmake
[2021-07-08 20:10:23] Warning: autoconf 2.71 is already installed, it's just not linked.
[2021-07-08 20:10:23] To link this version, run:
[2021-07-08 20:10:23] brew link autoconf
[2021-07-08 20:10:23] Warning: automake 1.16.3_1 is already installed, it's just not linked.
[2021-07-08 20:10:23] To link this version, run:
[2021-07-08 20:10:23] brew link automake
[2021-07-08 20:10:23] Warning: nasm 2.15.05 is already installed and up-to-date.
[2021-07-08 20:10:23] To reinstall 2.15.05, run:
[2021-07-08 20:10:23] brew reinstall nasm
[2021-07-08 20:10:23] Warning: libtool 2.4.6_3 is already installed and up-to-date.
[2021-07-08 20:10:23] To reinstall 2.4.6_3, run:
[2021-07-08 20:10:23] brew reinstall libtool
[2021-07-08 20:10:23] Warning: ninja 1.10.2 is already installed and up-to-date.
[2021-07-08 20:10:23] To reinstall 1.10.2, run:
[2021-07-08 20:10:23] brew reinstall ninja
[2021-07-08 20:10:23] Warning: meson 0.58.1 is already installed and up-to-date.
[2021-07-08 20:10:23] To reinstall 0.58.1, run:
[2021-07-08 20:10:23] brew reinstall meson
[2021-07-08 20:10:23] Warning: pkg-config 0.29.2_3 is already installed and up-to-date.
[2021-07-08 20:10:23] To reinstall 0.29.2_3, run:
[2021-07-08 20:10:23] brew reinstall pkg-config
[2021-07-08 20:10:23] Warning: rtmpdump 2.4+20151223_1 is already installed and up-to-date.
[2021-07-08 20:10:23] To reinstall 2.4+20151223_1, run:
[2021-07-08 20:10:23] brew reinstall rtmpdump
[2021-07-08 20:10:23]
[2021-07-08 20:10:23] ⏱ Miminum Requirement Build in 46s
[2021-07-08 20:10:25]
[2021-07-08 20:10:25] πŸ’Ύ Made 1Go RamDisk
[2021-07-08 20:10:25] Started erase on disk3
[2021-07-08 20:10:25] Unmounting disk
[2021-07-08 20:10:25] Erasing
[2021-07-08 20:10:25] Initialized /dev/rdisk3 as a 1024 MB case-insensitive HFS Plus volume
[2021-07-08 20:10:25] Mounting disk
[2021-07-08 20:10:27] Finished erase on disk3 (RamDisk)
[2021-07-08 20:10:28] 2021-07-08 20:10:28.449 mdutil[28755:556377] mdutil disabling Spotlight: /System/Volumes/Data/Volumes/RamDisk -> kMDConfigSearchLevelFSSearchOnly
[2021-07-08 20:10:28] /System/Volumes/Data/Volumes/RamDisk:
[2021-07-08 20:10:28] Indexing disabled.
[2021-07-08 20:10:28]
[2021-07-08 20:10:28]
[2021-07-08 20:10:28] βš™οΈ Base Builds
[2021-07-08 20:10:28]
[2021-07-08 20:10:28] πŸ“ xz git
[2021-07-08 20:10:30] Cloning into 'xz'...
[2021-07-08 20:10:32] + autopoint -f
[2021-07-08 20:10:33] autopoint: using AM_GNU_GETTEXT_REQUIRE_VERSION instead of AM_GNU_GETTEXT_VERSION
[2021-07-08 20:10:34] Copying file ABOUT-NLS
[2021-07-08 20:10:34] Copying file build-aux/config.rpath
[2021-07-08 20:10:34] Copying file m4/gettext.m4
[2021-07-08 20:10:35] Copying file m4/host-cpu-c-abi.m4
[2021-07-08 20:10:35] Copying file m4/iconv.m4
[2021-07-08 20:10:35] Copying file m4/intlmacosx.m4
[2021-07-08 20:10:35] Copying file m4/lib-ld.m4
[2021-07-08 20:10:35] Copying file m4/lib-link.m4
[2021-07-08 20:10:35] Copying file m4/lib-prefix.m4
[2021-07-08 20:10:35] Copying file m4/nls.m4
[2021-07-08 20:10:35] Copying file m4/po.m4
[2021-07-08 20:10:35] Copying file m4/progtest.m4
[2021-07-08 20:10:35] Copying file po/Makefile.in.in
[2021-07-08 20:10:35] Copying file po/Makevars.template
[2021-07-08 20:10:35] Copying file po/Rules-quot
[2021-07-08 20:10:35] Copying file po/boldquot.sed
[2021-07-08 20:10:35] Copying file po/[email protected]
[2021-07-08 20:10:35] Copying file po/[email protected]
[2021-07-08 20:10:35] Copying file po/insert-header.sin
[2021-07-08 20:10:35] Copying file po/quot.sed
[2021-07-08 20:10:35] Copying file po/remove-potcdate.sin
[2021-07-08 20:10:35] + libtoolize -c -f
[2021-07-08 20:10:35] ./autogen.sh: line 16: libtoolize: command not found
[2021-07-08 20:10:35] + glibtoolize -c -f
[2021-07-08 20:10:35] glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
[2021-07-08 20:10:35] glibtoolize: copying file 'build-aux/ltmain.sh'
[2021-07-08 20:10:35] glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
[2021-07-08 20:10:35] glibtoolize: copying file 'm4/libtool.m4'
[2021-07-08 20:10:35] glibtoolize: copying file 'm4/ltoptions.m4'
[2021-07-08 20:10:35] glibtoolize: copying file 'm4/ltsugar.m4'
[2021-07-08 20:10:35] glibtoolize: copying file 'm4/ltversion.m4'
[2021-07-08 20:10:35] glibtoolize: copying file 'm4/lt~obsolete.m4'
[2021-07-08 20:10:35] + aclocal -I m4
[2021-07-08 20:10:37] + autoconf
[2021-07-08 20:10:38] + autoheader
[2021-07-08 20:10:38] + automake -acf --foreign
[2021-07-08 20:10:38] Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/local/bin/automake line 3936.
[2021-07-08 20:10:39] configure.ac:576: installing 'build-aux/compile'
[2021-07-08 20:10:39] configure.ac:33: installing 'build-aux/config.guess'
[2021-07-08 20:10:39] configure.ac:33: installing 'build-aux/config.sub'
[2021-07-08 20:10:39] configure.ac:573: installing 'build-aux/install-sh'
[2021-07-08 20:10:39] configure.ac:573: installing 'build-aux/missing'
[2021-07-08 20:10:39] debug/Makefile.am: installing 'build-aux/depcomp'
[2021-07-08 20:10:39] + test x '!=' x--no-po4a
[2021-07-08 20:10:39] + cd po4a
[2021-07-08 20:10:39] + sh update-po
[2021-07-08 20:10:39] po4a/update-po: The program 'po4a' was not found.
[2021-07-08 20:10:39] po4a/update-po: Translated man pages were not generated.
[2021-07-08 20:10:39] configure: WARNING: unrecognized options: --disable-docs, --disable-examples
[2021-07-08 20:10:40]
[2021-07-08 20:10:40] XZ Utils 5.3.1alpha
[2021-07-08 20:10:40]
[2021-07-08 20:10:40] System type:
[2021-07-08 20:10:40] checking build system type... x86_64-apple-darwin20.5.0
[2021-07-08 20:10:40] checking host system type... x86_64-apple-darwin20.5.0
[2021-07-08 20:10:40]
[2021-07-08 20:10:40] Configure options:
[2021-07-08 20:10:40] checking if debugging code should be compiled... no
[2021-07-08 20:10:40] checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
[2021-07-08 20:10:40] checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
[2021-07-08 20:10:40] checking which match finders to build... hc3 hc4 bt2 bt3 bt4
[2021-07-08 20:10:40] checking which integrity checks to build... crc32 crc64 sha256
[2021-07-08 20:10:40] checking if external SHA-256 should be used... no
[2021-07-08 20:10:40] checking if assembler optimizations should be used... no
[2021-07-08 20:10:40] checking if small size is preferred over speed... no
[2021-07-08 20:10:40] checking if threading support is wanted... yes, posix
[2021-07-08 20:10:40] checking how much RAM to assume if the real amount is unknown... 128 MiB
[2021-07-08 20:10:40] checking if library symbol versioning should be used... no
[2021-07-08 20:10:40] checking if sandboxing should be used... maybe (autodetect)
[2021-07-08 20:10:40]
[2021-07-08 20:10:40] checking for a shell that conforms to POSIX... /bin/sh
[2021-07-08 20:10:40]
[2021-07-08 20:10:40] Initializing Automake:
[2021-07-08 20:10:40] checking for a BSD-compatible install... /usr/bin/install -c
[2021-07-08 20:10:40] checking whether build environment is sane... yes
[2021-07-08 20:10:40] checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
[2021-07-08 20:10:40] checking for gawk... no
[2021-07-08 20:10:40] checking for mawk... no
[2021-07-08 20:10:40] checking for nawk... no
[2021-07-08 20:10:40] checking for awk... awk
[2021-07-08 20:10:40] checking whether make sets $(MAKE)... yes
[2021-07-08 20:10:40] checking whether make supports nested variables... yes
[2021-07-08 20:10:40] checking whether ln -s works... yes
[2021-07-08 20:10:40] checking for style of include used by make... GNU
[2021-07-08 20:10:40] checking for gcc... gcc
[2021-07-08 20:10:40] checking whether the C compiler works... yes
[2021-07-08 20:10:40] checking for C compiler default output file name... a.out
[2021-07-08 20:10:40] checking for suffix of executables...
[2021-07-08 20:10:41] checking whether we are cross compiling... no
[2021-07-08 20:10:41] checking for suffix of object files... o
[2021-07-08 20:10:41] checking whether we are using the GNU C compiler... yes
[2021-07-08 20:10:41] checking whether gcc accepts -g... yes
[2021-07-08 20:10:41] checking for gcc option to accept ISO C89... none needed
[2021-07-08 20:10:41] checking whether gcc understands -c and -o together... yes
[2021-07-08 20:10:41] checking dependency style of gcc... gcc3
[2021-07-08 20:10:41] checking for gcc option to accept ISO C99... none needed
[2021-07-08 20:10:41] checking dependency style of gcc... gcc3
[2021-07-08 20:10:41] checking how to run the C preprocessor... gcc -E
[2021-07-08 20:10:41] checking for grep that handles long lines and -e... /usr/bin/grep
[2021-07-08 20:10:41] checking for egrep... /usr/bin/grep -E
[2021-07-08 20:10:42] checking for ANSI C header files... yes
[2021-07-08 20:10:42] checking for sys/types.h... yes
[2021-07-08 20:10:42] checking for sys/stat.h... yes
[2021-07-08 20:10:42] checking for stdlib.h... yes
[2021-07-08 20:10:42] checking for string.h... yes
[2021-07-08 20:10:42] checking for memory.h... yes
[2021-07-08 20:10:42] checking for strings.h... yes
[2021-07-08 20:10:42] checking for inttypes.h... yes
[2021-07-08 20:10:43] checking for stdint.h... yes
[2021-07-08 20:10:43] checking for unistd.h... yes
[2021-07-08 20:10:43] checking minix/config.h usability... no
[2021-07-08 20:10:43] checking minix/config.h presence... no
[2021-07-08 20:10:43] checking for minix/config.h... no
[2021-07-08 20:10:43] checking whether it is safe to define EXTENSIONS... yes
[2021-07-08 20:10:43]
[2021-07-08 20:10:43] POSIX threading support:
[2021-07-08 20:10:43] checking for a sed that does not truncate output... /usr/bin/sed
[2021-07-08 20:10:43] checking whether gcc is Clang... yes
[2021-07-08 20:10:43] checking whether pthreads work with "-pthread" and "-lpthread"... yes
[2021-07-08 20:10:43] checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no
[2021-07-08 20:10:43] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
[2021-07-08 20:10:43] checking whether more special flags are required for pthreads... no
[2021-07-08 20:10:43] checking for PTHREAD_PRIO_INHERIT... yes
[2021-07-08 20:10:44] checking for library containing clock_gettime... none required
[2021-07-08 20:10:44] checking for clock_gettime... yes
[2021-07-08 20:10:44] checking for pthread_condattr_setclock... no
[2021-07-08 20:10:44] checking whether CLOCK_MONOTONIC is declared... yes
[2021-07-08 20:10:44]
[2021-07-08 20:10:44] Initializing Libtool:
[2021-07-08 20:10:44] checking how to print strings... printf
[2021-07-08 20:10:44] checking for a sed that does not truncate output... (cached) /usr/bin/sed
[2021-07-08 20:10:44] checking for fgrep... /usr/bin/grep -F
[2021-07-08 20:10:44] checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
[2021-07-08 20:10:44] checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
[2021-07-08 20:10:44] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[2021-07-08 20:10:44] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[2021-07-08 20:10:44] checking the maximum length of command line arguments... 786432
[2021-07-08 20:10:44] checking how to convert x86_64-apple-darwin20.5.0 file names to x86_64-apple-darwin20.5.0 format... func_convert_file_noop
[2021-07-08 20:10:44] checking how to convert x86_64-apple-darwin20.5.0 file names to toolchain format... func_convert_file_noop
[2021-07-08 20:10:44] checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
[2021-07-08 20:10:44] checking for objdump... objdump
[2021-07-08 20:10:44] checking how to recognize dependent libraries... pass_all
[2021-07-08 20:10:44] checking for dlltool... no
[2021-07-08 20:10:44] checking how to associate runtime and link libraries... printf %s\n
[2021-07-08 20:10:44] checking for ar... ar
[2021-07-08 20:10:44] checking for archiver @file support... no
[2021-07-08 20:10:44] checking for strip... strip
[2021-07-08 20:10:44] checking for ranlib... ranlib
[2021-07-08 20:10:44] checking command to parse /usr/bin/nm -B output from gcc object... ok
[2021-07-08 20:10:44] checking for sysroot... no
[2021-07-08 20:10:44] checking for a working dd... /bin/dd
[2021-07-08 20:10:44] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[2021-07-08 20:10:44] checking for mt... no
[2021-07-08 20:10:44] checking if : is a manifest tool... no
[2021-07-08 20:10:44] checking for dsymutil... dsymutil
[2021-07-08 20:10:44] checking for nmedit... nmedit
[2021-07-08 20:10:44] checking for lipo... lipo
[2021-07-08 20:10:44] checking for otool... otool
[2021-07-08 20:10:44] checking for otool64... no
[2021-07-08 20:10:44] checking for -single_module linker flag... yes
[2021-07-08 20:10:45] checking for -exported_symbols_list linker flag... yes
[2021-07-08 20:10:45] checking for -force_load linker flag... yes
[2021-07-08 20:10:45] checking for dlfcn.h... yes
[2021-07-08 20:10:45] checking for objdir... .libs
[2021-07-08 20:10:45] checking if gcc supports -fno-rtti -fno-exceptions... yes
[2021-07-08 20:10:45] checking for gcc option to produce PIC... -fno-common -DPIC
[2021-07-08 20:10:45] checking if gcc PIC flag -fno-common -DPIC works... yes
[2021-07-08 20:10:45] checking if gcc static flag -static works... no
[2021-07-08 20:10:45] checking if gcc supports -c -o file.o... yes
[2021-07-08 20:10:45] checking if gcc supports -c -o file.o... (cached) yes
[2021-07-08 20:10:45] checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
[2021-07-08 20:10:45] checking dynamic linker characteristics... darwin20.5.0 dyld
[2021-07-08 20:10:45] checking how to hardcode library paths into programs... immediate
[2021-07-08 20:10:45] checking whether stripping libraries is possible... yes
[2021-07-08 20:10:45] checking if libtool supports shared libraries... yes
[2021-07-08 20:10:45] checking whether to build shared libraries... no
[2021-07-08 20:10:45] checking whether to build static libraries... yes
[2021-07-08 20:10:45] checking for windres... no
[2021-07-08 20:10:45]
[2021-07-08 20:10:45] Initializing gettext:
[2021-07-08 20:10:45] checking whether NLS is requested... yes
[2021-07-08 20:10:45] checking for msgfmt... /usr/local/bin/msgfmt
[2021-07-08 20:10:45] checking for gmsgfmt... /usr/local/bin/msgfmt
[2021-07-08 20:10:45] checking for xgettext... /usr/local/bin/xgettext
[2021-07-08 20:10:45] checking for msgmerge... /usr/local/bin/msgmerge
[2021-07-08 20:10:45] checking for ld... /Library/Developer/CommandLineTools/usr/bin/ld
[2021-07-08 20:10:45] checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
[2021-07-08 20:10:45] checking for shared library run path origin... done
[2021-07-08 20:10:45] checking 32-bit host C ABI... no
[2021-07-08 20:10:45] checking for ELF binary format... no
[2021-07-08 20:10:46] checking for the common suffixes of directories in the library search path... lib,lib,lib
[2021-07-08 20:10:46] checking for CFPreferencesCopyAppValue... yes
[2021-07-08 20:10:46] checking for CFLocaleCopyPreferredLanguages... yes
[2021-07-08 20:10:46] checking for GNU gettext in libc... no
[2021-07-08 20:10:46] checking for iconv... yes
[2021-07-08 20:10:46] checking for working iconv... yes
[2021-07-08 20:10:46] checking how to link with libiconv... -liconv
[2021-07-08 20:10:46] checking for GNU gettext in libintl... yes
[2021-07-08 20:10:46] checking whether to use NLS... yes
[2021-07-08 20:10:46] checking where the gettext function comes from... external libintl
[2021-07-08 20:10:46] checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation
[2021-07-08 20:10:46]
[2021-07-08 20:10:46] System headers and functions:
[2021-07-08 20:10:46] checking fcntl.h usability... yes
[2021-07-08 20:10:47] checking fcntl.h presence... yes
[2021-07-08 20:10:47] checking for fcntl.h... yes
[2021-07-08 20:10:47] checking limits.h usability... yes
[2021-07-08 20:10:47] checking limits.h presence... yes
[2021-07-08 20:10:47] checking for limits.h... yes
[2021-07-08 20:10:47] checking sys/time.h usability... yes
[2021-07-08 20:10:47] checking sys/time.h presence... yes
[2021-07-08 20:10:47] checking for sys/time.h... yes
[2021-07-08 20:10:47] checking immintrin.h usability... yes
[2021-07-08 20:10:47] checking immintrin.h presence... yes
[2021-07-08 20:10:47] checking for immintrin.h... yes
[2021-07-08 20:10:47] checking for stdbool.h that conforms to C99... yes
[2021-07-08 20:10:47] checking for _Bool... yes
[2021-07-08 20:10:47] checking for uint8_t... yes
[2021-07-08 20:10:47] checking for uint16_t... yes
[2021-07-08 20:10:48] checking for int32_t... yes
[2021-07-08 20:10:48] checking for uint32_t... yes
[2021-07-08 20:10:48] checking for int64_t... yes
[2021-07-08 20:10:48] checking for uint64_t... yes
[2021-07-08 20:10:48] checking for uintptr_t... yes
[2021-07-08 20:10:48] checking size of size_t... 8
[2021-07-08 20:10:48] checking for struct stat.st_atim.tv_nsec... no
[2021-07-08 20:10:48] checking for struct stat.st_atimespec.tv_nsec... yes
[2021-07-08 20:10:49] checking for struct stat.st_atimensec... no
[2021-07-08 20:10:49] checking for struct stat.st_uatime... no
[2021-07-08 20:10:49] checking for struct stat.st_atim.st__tim.tv_nsec... no
[2021-07-08 20:10:49] checking for special C compiler options needed for large files... no
[2021-07-08 20:10:49] checking for _FILE_OFFSET_BITS value needed for large files... no
[2021-07-08 20:10:49] checking whether byte ordering is bigendian... no
[2021-07-08 20:10:49] checking getopt.h usability... yes
[2021-07-08 20:10:49] checking getopt.h presence... yes
[2021-07-08 20:10:49] checking for getopt.h... yes
[2021-07-08 20:10:49] checking for getopt_long... yes
[2021-07-08 20:10:49] checking whether optreset is declared... yes
[2021-07-08 20:10:49] checking for futimens... yes
[2021-07-08 20:10:49] checking for posix_fadvise... no
[2021-07-08 20:10:50] checking whether program_invocation_name is declared... no
[2021-07-08 20:10:50] checking if __builtin_bswap16/32/64 are supported... yes
[2021-07-08 20:10:50] checking if unaligned memory access should be used... yes
[2021-07-08 20:10:50] checking if unsafe type punning should be used... no
[2021-07-08 20:10:50] checking if __builtin_assume_aligned is supported... yes
[2021-07-08 20:10:50] checking sys/param.h usability... yes
[2021-07-08 20:10:50] checking sys/param.h presence... yes
[2021-07-08 20:10:50] checking for sys/param.h... yes
[2021-07-08 20:10:50] checking how to detect the amount of physical memory... sysconf
[2021-07-08 20:10:50] checking for sys/param.h... (cached) yes
[2021-07-08 20:10:50] checking how to detect the number of available CPU cores... sysctl
[2021-07-08 20:10:50] checking whether mbrtowc and mbstate_t are properly declared... yes
[2021-07-08 20:10:50] checking for wcwidth... yes
[2021-07-08 20:10:51] checking whether _mm_movemask_epi8 is declared... yes
[2021-07-08 20:10:51] checking sys/capsicum.h usability... no
[2021-07-08 20:10:51] checking sys/capsicum.h presence... no
[2021-07-08 20:10:51] checking for sys/capsicum.h... no
[2021-07-08 20:10:51] checking whether cap_rights_limit is declared... no
[2021-07-08 20:10:51]
[2021-07-08 20:10:51] GCC extensions:
[2021-07-08 20:10:51] checking whether the -Werror option is usable... yes
[2021-07-08 20:10:51] checking for simple visibility declarations... yes
[2021-07-08 20:10:51] checking if gcc accepts -Wall... yes
[2021-07-08 20:10:51] checking if gcc accepts -Wextra... yes
[2021-07-08 20:10:51] checking if gcc accepts -Wvla... yes
[2021-07-08 20:10:51] checking if gcc accepts -Wformat=2... yes
[2021-07-08 20:10:51] checking if gcc accepts -Winit-self... yes
[2021-07-08 20:10:51] checking if gcc accepts -Wmissing-include-dirs... yes
[2021-07-08 20:10:51] checking if gcc accepts -Wstrict-aliasing... yes
[2021-07-08 20:10:51] checking if gcc accepts -Wfloat-equal... yes
[2021-07-08 20:10:51] checking if gcc accepts -Wundef... yes
[2021-07-08 20:10:51] checking if gcc accepts -Wshadow... yes
[2021-07-08 20:10:51] checking if gcc accepts -Wpointer-arith... yes
[2021-07-08 20:10:51] checking if gcc accepts -Wbad-function-cast... yes
[2021-07-08 20:10:51] checking if gcc accepts -Wwrite-strings... yes
[2021-07-08 20:10:51] checking if gcc accepts -Wlogical-op... no
[2021-07-08 20:10:52] checking if gcc accepts -Waggregate-return... yes
[2021-07-08 20:10:52] checking if gcc accepts -Wstrict-prototypes... yes
[2021-07-08 20:10:52] checking if gcc accepts -Wold-style-definition... yes
[2021-07-08 20:10:52] checking if gcc accepts -Wmissing-prototypes... yes
[2021-07-08 20:10:52] checking if gcc accepts -Wmissing-declarations... yes
[2021-07-08 20:10:52] checking if gcc accepts -Wmissing-noreturn... yes
[2021-07-08 20:10:52] checking if gcc accepts -Wredundant-decls... yes
[2021-07-08 20:10:52]
[2021-07-08 20:10:52] checking that generated files are newer than configure... done
[2021-07-08 20:10:52] configure: creating ./config.status
[2021-07-08 20:10:53] config.status: creating Doxyfile
[2021-07-08 20:10:53] config.status: creating Makefile
[2021-07-08 20:10:53] config.status: creating po/Makefile.in
[2021-07-08 20:10:53] config.status: creating lib/Makefile
[2021-07-08 20:10:53] config.status: creating src/Makefile
[2021-07-08 20:10:53] config.status: creating src/liblzma/Makefile
[2021-07-08 20:10:53] config.status: creating src/liblzma/api/Makefile
[2021-07-08 20:10:53] config.status: creating src/xz/Makefile
[2021-07-08 20:10:53] config.status: creating src/xzdec/Makefile
[2021-07-08 20:10:53] config.status: creating src/lzmainfo/Makefile
[2021-07-08 20:10:53] config.status: creating src/scripts/Makefile
[2021-07-08 20:10:53] config.status: creating tests/Makefile
[2021-07-08 20:10:53] config.status: creating debug/Makefile
[2021-07-08 20:10:53] config.status: creating src/scripts/xzdiff
[2021-07-08 20:10:53] config.status: creating src/scripts/xzgrep
[2021-07-08 20:10:53] config.status: creating src/scripts/xzmore
[2021-07-08 20:10:53] config.status: creating src/scripts/xzless
[2021-07-08 20:10:53] config.status: creating config.h
[2021-07-08 20:10:53] config.status: executing depfiles commands
[2021-07-08 20:10:53] config.status: executing libtool commands
[2021-07-08 20:10:53] config.status: executing po-directories commands
[2021-07-08 20:10:53] config.status: creating po/POTFILES
[2021-07-08 20:10:53] config.status: creating po/Makefile
[2021-07-08 20:10:53] configure: WARNING: unrecognized options: --disable-docs, --disable-examples
[2021-07-08 20:10:54] /Library/Developer/CommandLineTools/usr/bin/make all-recursive
[2021-07-08 20:10:54] Making all in src
[2021-07-08 20:10:54] Making all in liblzma
[2021-07-08 20:10:54] Making all in api
[2021-07-08 20:10:54] make[4]: Nothing to be done for all'. [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c -o liblzma_la-tuklib_physmem.lo test -f '../common/tuklib_physmem.c' || echo './'../common/tuklib_physmem.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c -o liblzma_la-tuklib_cpucores.lo test -f '../common/tuklib_cpucores.c' || echo './'../common/tuklib_cpucores.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c -o liblzma_la-common.lo test -f 'common/common.c' || echo './'common/common.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c -o liblzma_la-block_util.lo test -f 'common/block_util.c' || echo './'common/block_util.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c -o liblzma_la-easy_preset.lo test -f 'common/easy_preset.c' || echo './'common/easy_preset.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c -o liblzma_la-filter_common.lo test -f 'common/filter_common.c' || echo './'common/filter_common.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c -o liblzma_la-hardware_physmem.lo test -f 'common/hardware_physmem.c' || echo './'common/hardware_physmem.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c -o liblzma_la-index.lo test -f 'common/index.c' || echo './'common/index.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c -o liblzma_la-stream_flags_common.lo test -f 'common/stream_flags_common.c' || echo './'common/stream_flags_common.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c -o liblzma_la-vli_size.lo test -f 'common/vli_size.c' || echo './'common/vli_size.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c -o liblzma_la-hardware_cputhreads.lo test -f 'common/hardware_cputhreads.c' || echo './'common/hardware_cputhreads.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c -o liblzma_la-alone_encoder.lo test -f 'common/alone_encoder.c' || echo './'common/alone_encoder.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c -o liblzma_la-block_buffer_encoder.lo test -f 'common/block_buffer_encoder.c' || echo './'common/block_buffer_encoder.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c -o liblzma_la-block_encoder.lo test -f 'common/block_encoder.c' || echo './'common/block_encoder.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c -o liblzma_la-block_header_encoder.lo test -f 'common/block_header_encoder.c' || echo './'common/block_header_encoder.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c -o liblzma_la-easy_buffer_encoder.lo test -f 'common/easy_buffer_encoder.c' || echo './'common/easy_buffer_encoder.c [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c common/index.c -o liblzma_la-index.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c common/easy_preset.c -o liblzma_la-easy_preset.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c common/hardware_physmem.c -o liblzma_la-hardware_physmem.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c common/block_encoder.c -o liblzma_la-block_encoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c ../common/tuklib_physmem.c -o liblzma_la-tuklib_physmem.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c common/filter_common.c -o liblzma_la-filter_common.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c common/vli_size.c -o liblzma_la-vli_size.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c common/hardware_cputhreads.c -o liblzma_la-hardware_cputhreads.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c ../common/tuklib_cpucores.c -o liblzma_la-tuklib_cpucores.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c common/common.c -o liblzma_la-common.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c common/block_util.c -o liblzma_la-block_util.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c common/block_buffer_encoder.c -o liblzma_la-block_buffer_encoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c common/stream_flags_common.c -o liblzma_la-stream_flags_common.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c common/alone_encoder.c -o liblzma_la-alone_encoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c common/easy_buffer_encoder.c -o liblzma_la-easy_buffer_encoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c common/block_header_encoder.c -o liblzma_la-block_header_encoder.o [2021-07-08 20:10:54] mv -f .deps/liblzma_la-tuklib_physmem.Tpo .deps/liblzma_la-tuklib_physmem.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c -o liblzma_la-easy_encoder.lo test -f 'common/easy_encoder.c' || echo './'common/easy_encoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-tuklib_cpucores.Tpo .deps/liblzma_la-tuklib_cpucores.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c -o liblzma_la-easy_encoder_memusage.lo test -f 'common/easy_encoder_memusage.c' || echo './'common/easy_encoder_memusage.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-hardware_physmem.Tpo .deps/liblzma_la-hardware_physmem.Plo [2021-07-08 20:10:54] mv -f .deps/liblzma_la-hardware_cputhreads.Tpo .deps/liblzma_la-hardware_cputhreads.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-erofs_encoder.lo -MD -MP -MF .deps/liblzma_la-erofs_encoder.Tpo -c -o liblzma_la-erofs_encoder.lo test -f 'common/erofs_encoder.c' || echo './'common/erofs_encoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-easy_preset.Tpo .deps/liblzma_la-easy_preset.Plo [2021-07-08 20:10:54] mv -f .deps/liblzma_la-vli_size.Tpo .deps/liblzma_la-vli_size.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c -o liblzma_la-filter_buffer_encoder.lo test -f 'common/filter_buffer_encoder.c' || echo './'common/filter_buffer_encoder.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c -o liblzma_la-filter_encoder.lo test -f 'common/filter_encoder.c' || echo './'common/filter_encoder.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c -o liblzma_la-filter_flags_encoder.lo test -f 'common/filter_flags_encoder.c' || echo './'common/filter_flags_encoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-stream_flags_common.Tpo .deps/liblzma_la-stream_flags_common.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c -o liblzma_la-index_encoder.lo test -f 'common/index_encoder.c' || echo './'common/index_encoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-easy_buffer_encoder.Tpo .deps/liblzma_la-easy_buffer_encoder.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c -o liblzma_la-stream_buffer_encoder.lo test -f 'common/stream_buffer_encoder.c' || echo './'common/stream_buffer_encoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-block_util.Tpo .deps/liblzma_la-block_util.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c -o liblzma_la-stream_encoder.lo test -f 'common/stream_encoder.c' || echo './'common/stream_encoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-alone_encoder.Tpo .deps/liblzma_la-alone_encoder.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c -o liblzma_la-stream_flags_encoder.lo test -f 'common/stream_flags_encoder.c' || echo './'common/stream_flags_encoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-block_encoder.Tpo .deps/liblzma_la-block_encoder.Plo [2021-07-08 20:10:54] mv -f .deps/liblzma_la-block_header_encoder.Tpo .deps/liblzma_la-block_header_encoder.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c -o liblzma_la-vli_encoder.lo test -f 'common/vli_encoder.c' || echo './'common/vli_encoder.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c -o liblzma_la-outqueue.lo test -f 'common/outqueue.c' || echo './'common/outqueue.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-block_buffer_encoder.Tpo .deps/liblzma_la-block_buffer_encoder.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c -o liblzma_la-stream_encoder_mt.lo test -f 'common/stream_encoder_mt.c' || echo './'common/stream_encoder_mt.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-filter_common.Tpo .deps/liblzma_la-filter_common.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c -o liblzma_la-alone_decoder.lo test -f 'common/alone_decoder.c' || echo './'common/alone_decoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-common.Tpo .deps/liblzma_la-common.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c -o liblzma_la-auto_decoder.lo test -f 'common/auto_decoder.c' || echo './'common/auto_decoder.c [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-erofs_encoder.lo -MD -MP -MF .deps/liblzma_la-erofs_encoder.Tpo -c common/erofs_encoder.c -o liblzma_la-erofs_encoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c common/easy_encoder.c -o liblzma_la-easy_encoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c common/easy_encoder_memusage.c -o liblzma_la-easy_encoder_memusage.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c common/filter_buffer_encoder.c -o liblzma_la-filter_buffer_encoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c common/filter_flags_encoder.c -o liblzma_la-filter_flags_encoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c common/filter_encoder.c -o liblzma_la-filter_encoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c common/index_encoder.c -o liblzma_la-index_encoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c common/stream_buffer_encoder.c -o liblzma_la-stream_buffer_encoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c common/stream_encoder.c -o liblzma_la-stream_encoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c common/stream_flags_encoder.c -o liblzma_la-stream_flags_encoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c common/outqueue.c -o liblzma_la-outqueue.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c common/vli_encoder.c -o liblzma_la-vli_encoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c common/stream_encoder_mt.c -o liblzma_la-stream_encoder_mt.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c common/alone_decoder.c -o liblzma_la-alone_decoder.o [2021-07-08 20:10:54] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c common/auto_decoder.c -o liblzma_la-auto_decoder.o [2021-07-08 20:10:54] mv -f .deps/liblzma_la-easy_encoder.Tpo .deps/liblzma_la-easy_encoder.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c -o liblzma_la-block_buffer_decoder.lo test -f 'common/block_buffer_decoder.c' || echo './'common/block_buffer_decoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-easy_encoder_memusage.Tpo .deps/liblzma_la-easy_encoder_memusage.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c -o liblzma_la-block_decoder.lo test -f 'common/block_decoder.c' || echo './'common/block_decoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-filter_buffer_encoder.Tpo .deps/liblzma_la-filter_buffer_encoder.Plo [2021-07-08 20:10:54] mv -f .deps/liblzma_la-filter_flags_encoder.Tpo .deps/liblzma_la-filter_flags_encoder.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c -o liblzma_la-block_header_decoder.lo test -f 'common/block_header_decoder.c' || echo './'common/block_header_decoder.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c -o liblzma_la-easy_decoder_memusage.lo test -f 'common/easy_decoder_memusage.c' || echo './'common/easy_decoder_memusage.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-erofs_encoder.Tpo .deps/liblzma_la-erofs_encoder.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-erofs_decoder.lo -MD -MP -MF .deps/liblzma_la-erofs_decoder.Tpo -c -o liblzma_la-erofs_decoder.lo test -f 'common/erofs_decoder.c' || echo './'common/erofs_decoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-index.Tpo .deps/liblzma_la-index.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-file_info.lo -MD -MP -MF .deps/liblzma_la-file_info.Tpo -c -o liblzma_la-file_info.lo test -f 'common/file_info.c' || echo './'common/file_info.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-stream_buffer_encoder.Tpo .deps/liblzma_la-stream_buffer_encoder.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c -o liblzma_la-filter_buffer_decoder.lo test -f 'common/filter_buffer_decoder.c' || echo './'common/filter_buffer_decoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-vli_encoder.Tpo .deps/liblzma_la-vli_encoder.Plo [2021-07-08 20:10:54] mv -f .deps/liblzma_la-stream_flags_encoder.Tpo .deps/liblzma_la-stream_flags_encoder.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c -o liblzma_la-filter_decoder.lo test -f 'common/filter_decoder.c' || echo './'common/filter_decoder.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c -o liblzma_la-filter_flags_decoder.lo test -f 'common/filter_flags_decoder.c' || echo './'common/filter_flags_decoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-index_encoder.Tpo .deps/liblzma_la-index_encoder.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c -o liblzma_la-index_decoder.lo test -f 'common/index_decoder.c' || echo './'common/index_decoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-filter_encoder.Tpo .deps/liblzma_la-filter_encoder.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c -o liblzma_la-index_hash.lo test -f 'common/index_hash.c' || echo './'common/index_hash.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-stream_encoder.Tpo .deps/liblzma_la-stream_encoder.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c -o liblzma_la-stream_buffer_decoder.lo test -f 'common/stream_buffer_decoder.c' || echo './'common/stream_buffer_decoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-outqueue.Tpo .deps/liblzma_la-outqueue.Plo [2021-07-08 20:10:54] mv -f .deps/liblzma_la-alone_decoder.Tpo .deps/liblzma_la-alone_decoder.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c -o liblzma_la-stream_decoder.lo test -f 'common/stream_decoder.c' || echo './'common/stream_decoder.c [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c -o liblzma_la-stream_flags_decoder.lo test -f 'common/stream_flags_decoder.c' || echo './'common/stream_flags_decoder.c [2021-07-08 20:10:54] mv -f .deps/liblzma_la-auto_decoder.Tpo .deps/liblzma_la-auto_decoder.Plo [2021-07-08 20:10:54] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c -o liblzma_la-vli_decoder.lo test -f 'common/vli_decoder.c' || echo './'common/vli_decoder.c [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c common/block_buffer_decoder.c -o liblzma_la-block_buffer_decoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c common/block_decoder.c -o liblzma_la-block_decoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c common/block_header_decoder.c -o liblzma_la-block_header_decoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c common/easy_decoder_memusage.c -o liblzma_la-easy_decoder_memusage.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-erofs_decoder.lo -MD -MP -MF .deps/liblzma_la-erofs_decoder.Tpo -c common/erofs_decoder.c -o liblzma_la-erofs_decoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-file_info.lo -MD -MP -MF .deps/liblzma_la-file_info.Tpo -c common/file_info.c -o liblzma_la-file_info.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c common/filter_buffer_decoder.c -o liblzma_la-filter_buffer_decoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c common/filter_flags_decoder.c -o liblzma_la-filter_flags_decoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c common/filter_decoder.c -o liblzma_la-filter_decoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c common/index_decoder.c -o liblzma_la-index_decoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c common/index_hash.c -o liblzma_la-index_hash.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c common/stream_buffer_decoder.c -o liblzma_la-stream_buffer_decoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c common/stream_flags_decoder.c -o liblzma_la-stream_flags_decoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c common/stream_decoder.c -o liblzma_la-stream_decoder.o [2021-07-08 20:10:55] mv -f .deps/liblzma_la-block_buffer_decoder.Tpo .deps/liblzma_la-block_buffer_decoder.Plo [2021-07-08 20:10:55] mv -f .deps/liblzma_la-easy_decoder_memusage.Tpo .deps/liblzma_la-easy_decoder_memusage.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c -o liblzma_la-check.lo test -f 'check/check.c' || echo './'check/check.c [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c -o liblzma_la-crc32_table.lo test -f 'check/crc32_table.c' || echo './'check/crc32_table.c [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c common/vli_decoder.c -o liblzma_la-vli_decoder.o [2021-07-08 20:10:55] mv -f .deps/liblzma_la-block_header_decoder.Tpo .deps/liblzma_la-block_header_decoder.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c -o liblzma_la-crc32_fast.lo test -f 'check/crc32_fast.c' || echo './'check/crc32_fast.c [2021-07-08 20:10:55] mv -f .deps/liblzma_la-block_decoder.Tpo .deps/liblzma_la-block_decoder.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c -o liblzma_la-crc64_table.lo test -f 'check/crc64_table.c' || echo './'check/crc64_table.c [2021-07-08 20:10:55] mv -f .deps/liblzma_la-filter_buffer_decoder.Tpo .deps/liblzma_la-filter_buffer_decoder.Plo [2021-07-08 20:10:55] mv -f .deps/liblzma_la-filter_flags_decoder.Tpo .deps/liblzma_la-filter_flags_decoder.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c -o liblzma_la-crc64_fast.lo test -f 'check/crc64_fast.c' || echo './'check/crc64_fast.c [2021-07-08 20:10:55] mv -f .deps/liblzma_la-erofs_decoder.Tpo .deps/liblzma_la-erofs_decoder.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c -o liblzma_la-sha256.lo test -f 'check/sha256.c' || echo './'check/sha256.c [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c -o liblzma_la-lz_encoder.lo test -f 'lz/lz_encoder.c' || echo './'lz/lz_encoder.c [2021-07-08 20:10:55] mv -f .deps/liblzma_la-filter_decoder.Tpo .deps/liblzma_la-filter_decoder.Plo [2021-07-08 20:10:55] mv -f .deps/liblzma_la-stream_encoder_mt.Tpo .deps/liblzma_la-stream_encoder_mt.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c -o liblzma_la-lz_encoder_mf.lo test -f 'lz/lz_encoder_mf.c' || echo './'lz/lz_encoder_mf.c [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c -o liblzma_la-lz_decoder.lo test -f 'lz/lz_decoder.c' || echo './'lz/lz_decoder.c [2021-07-08 20:10:55] mv -f .deps/liblzma_la-stream_buffer_decoder.Tpo .deps/liblzma_la-stream_buffer_decoder.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c -o liblzma_la-lzma_encoder_presets.lo test -f 'lzma/lzma_encoder_presets.c' || echo './'lzma/lzma_encoder_presets.c [2021-07-08 20:10:55] mv -f .deps/liblzma_la-index_decoder.Tpo .deps/liblzma_la-index_decoder.Plo [2021-07-08 20:10:55] mv -f .deps/liblzma_la-stream_flags_decoder.Tpo .deps/liblzma_la-stream_flags_decoder.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c -o liblzma_la-lzma_encoder.lo test -f 'lzma/lzma_encoder.c' || echo './'lzma/lzma_encoder.c [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c -o liblzma_la-lzma_encoder_optimum_fast.lo test -f 'lzma/lzma_encoder_optimum_fast.c' || echo './'lzma/lzma_encoder_optimum_fast.c [2021-07-08 20:10:55] mv -f .deps/liblzma_la-index_hash.Tpo .deps/liblzma_la-index_hash.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c -o liblzma_la-lzma_encoder_optimum_normal.lo test -f 'lzma/lzma_encoder_optimum_normal.c' || echo './'lzma/lzma_encoder_optimum_normal.c [2021-07-08 20:10:55] mv -f .deps/liblzma_la-vli_decoder.Tpo .deps/liblzma_la-vli_decoder.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c -o liblzma_la-fastpos_table.lo test -f 'lzma/fastpos_table.c' || echo './'lzma/fastpos_table.c [2021-07-08 20:10:55] mv -f .deps/liblzma_la-file_info.Tpo .deps/liblzma_la-file_info.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c -o liblzma_la-lzma_decoder.lo test -f 'lzma/lzma_decoder.c' || echo './'lzma/lzma_decoder.c [2021-07-08 20:10:55] mv -f .deps/liblzma_la-stream_decoder.Tpo .deps/liblzma_la-stream_decoder.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c -o liblzma_la-lzma2_encoder.lo test -f 'lzma/lzma2_encoder.c' || echo './'lzma/lzma2_encoder.c [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c check/crc32_table.c -o liblzma_la-crc32_table.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c check/check.c -o liblzma_la-check.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c check/crc32_fast.c -o liblzma_la-crc32_fast.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c check/crc64_table.c -o liblzma_la-crc64_table.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c check/crc64_fast.c -o liblzma_la-crc64_fast.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c check/sha256.c -o liblzma_la-sha256.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c lz/lz_encoder.c -o liblzma_la-lz_encoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c lz/lz_decoder.c -o liblzma_la-lz_decoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c lz/lz_encoder_mf.c -o liblzma_la-lz_encoder_mf.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c lzma/lzma_encoder_presets.c -o liblzma_la-lzma_encoder_presets.o [2021-07-08 20:10:55] mv -f .deps/liblzma_la-crc32_table.Tpo .deps/liblzma_la-crc32_table.Plo [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c lzma/lzma_encoder_optimum_fast.c -o liblzma_la-lzma_encoder_optimum_fast.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c lzma/lzma_encoder.c -o liblzma_la-lzma_encoder.o [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c -o liblzma_la-lzma2_decoder.lo test -f 'lzma/lzma2_decoder.c' || echo './'lzma/lzma2_decoder.c [2021-07-08 20:10:55] mv -f .deps/liblzma_la-check.Tpo .deps/liblzma_la-check.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c -o liblzma_la-price_table.lo test -f 'rangecoder/price_table.c' || echo './'rangecoder/price_table.c [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c lzma/lzma_encoder_optimum_normal.c -o liblzma_la-lzma_encoder_optimum_normal.o [2021-07-08 20:10:55] mv -f .deps/liblzma_la-crc64_table.Tpo .deps/liblzma_la-crc64_table.Plo [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c lzma/fastpos_table.c -o liblzma_la-fastpos_table.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c lzma/lzma_decoder.c -o liblzma_la-lzma_decoder.o [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c -o liblzma_la-delta_common.lo test -f 'delta/delta_common.c' || echo './'delta/delta_common.c [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c lzma/lzma2_encoder.c -o liblzma_la-lzma2_encoder.o [2021-07-08 20:10:55] mv -f .deps/liblzma_la-crc32_fast.Tpo .deps/liblzma_la-crc32_fast.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c -o liblzma_la-delta_encoder.lo test -f 'delta/delta_encoder.c' || echo './'delta/delta_encoder.c [2021-07-08 20:10:55] mv -f .deps/liblzma_la-crc64_fast.Tpo .deps/liblzma_la-crc64_fast.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c -o liblzma_la-delta_decoder.lo test -f 'delta/delta_decoder.c' || echo './'delta/delta_decoder.c [2021-07-08 20:10:55] In file included from lzma/lzma_encoder.c:15: [2021-07-08 20:10:55] In file included from ../../src/liblzma/lzma/lzma_encoder_private.h:18: [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:281:6: warning: incompatible pointer types passing 'uint64_t *' (aka 'unsigned long long *') to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] [2021-07-08 20:10:55] &out_pos, out_size)) [2021-07-08 20:10:55] ^~~~~~~~ [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:165:11: note: passing argument to parameter 'out_pos' here [2021-07-08 20:10:55] size_t *out_pos, size_t out_size) [2021-07-08 20:10:55] ^ [2021-07-08 20:10:55] In file included from lzma/lzma_encoder_optimum_fast.c:12: [2021-07-08 20:10:55] In file included from ../../src/liblzma/lzma/lzma_encoder_private.h:18: [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:281:6: warning: incompatible pointer types passing 'uint64_t *' (aka 'unsigned long long *') to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] [2021-07-08 20:10:55] &out_pos, out_size)) [2021-07-08 20:10:55] ^~~~~~~~ [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:165:11: note: passing argument to parameter 'out_pos' here [2021-07-08 20:10:55] size_t *out_pos, size_t out_size) [2021-07-08 20:10:55] ^ [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:333:13: warning: incompatible pointer types passing 'uint64_t *' (aka 'unsigned long long *') to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] [2021-07-08 20:10:55] &cache, &out_pos, out_size)) [2021-07-08 20:10:55] ^~~~~~~~ [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:165:11: note: passing argument to parameter 'out_pos' here [2021-07-08 20:10:55] size_t *out_pos, size_t out_size) [2021-07-08 20:10:55] ^ [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:333:13: warning: incompatible pointer types passing 'uint64_t *' (aka 'unsigned long long *') to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] [2021-07-08 20:10:55] &cache, &out_pos, out_size)) [2021-07-08 20:10:55] ^~~~~~~~ [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:165:11: note: passing argument to parameter 'out_pos' here [2021-07-08 20:10:55] size_t *out_pos, size_t out_size) [2021-07-08 20:10:55] ^ [2021-07-08 20:10:55] mv -f .deps/liblzma_la-lzma_encoder_presets.Tpo .deps/liblzma_la-lzma_encoder_presets.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c -o liblzma_la-simple_coder.lo test -f 'simple/simple_coder.c' || echo './'simple/simple_coder.c [2021-07-08 20:10:55] In file included from lzma/lzma_encoder_optimum_normal.c:12: [2021-07-08 20:10:55] In file included from ../../src/liblzma/lzma/lzma_encoder_private.h:18: [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:281:6: warning: incompatible pointer types passing 'uint64_t *' (aka 'unsigned long long *') to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] [2021-07-08 20:10:55] &out_pos, out_size)) [2021-07-08 20:10:55] ^~~~~~~~ [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:165:11: note: passing argument to parameter 'out_pos' here [2021-07-08 20:10:55] size_t *out_pos, size_t out_size) [2021-07-08 20:10:55] ^ [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:333:13: warning: incompatible pointer types passing 'uint64_t *' (aka 'unsigned long long *') to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] [2021-07-08 20:10:55] &cache, &out_pos, out_size)) [2021-07-08 20:10:55] ^~~~~~~~ [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:165:11: note: passing argument to parameter 'out_pos' here [2021-07-08 20:10:55] size_t *out_pos, size_t out_size) [2021-07-08 20:10:55] ^ [2021-07-08 20:10:55] mv -f .deps/liblzma_la-lz_decoder.Tpo .deps/liblzma_la-lz_decoder.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c -o liblzma_la-simple_encoder.lo test -f 'simple/simple_encoder.c' || echo './'simple/simple_encoder.c [2021-07-08 20:10:55] mv -f .deps/liblzma_la-fastpos_table.Tpo .deps/liblzma_la-fastpos_table.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c -o liblzma_la-simple_decoder.lo test -f 'simple/simple_decoder.c' || echo './'simple/simple_decoder.c [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c lzma/lzma2_decoder.c -o liblzma_la-lzma2_decoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c rangecoder/price_table.c -o liblzma_la-price_table.o [2021-07-08 20:10:55] mv -f .deps/liblzma_la-lzma2_encoder.Tpo .deps/liblzma_la-lzma2_encoder.Plo [2021-07-08 20:10:55] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c -o liblzma_la-x86.lo test -f 'simple/x86.c' || echo './'simple/x86.c [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c delta/delta_common.c -o liblzma_la-delta_common.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c delta/delta_encoder.c -o liblzma_la-delta_encoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c delta/delta_decoder.c -o liblzma_la-delta_decoder.o [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c simple/simple_coder.c -o liblzma_la-simple_coder.o [2021-07-08 20:10:55] In file included from rangecoder/price_table.c:3: [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:281:6: warning: incompatible pointer types passing 'uint64_t *' (aka 'unsigned long long *') to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] [2021-07-08 20:10:55] &out_pos, out_size)) [2021-07-08 20:10:55] ^~~~~~~~ [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:165:11: note: passing argument to parameter 'out_pos' here [2021-07-08 20:10:55] size_t *out_pos, size_t out_size) [2021-07-08 20:10:55] ^ [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:333:13: warning: incompatible pointer types passing 'uint64_t *' (aka 'unsigned long long *') to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] [2021-07-08 20:10:55] &cache, &out_pos, out_size)) [2021-07-08 20:10:55] ^~~~~~~~ [2021-07-08 20:10:55] ../../src/liblzma/rangecoder/range_encoder.h:165:11: note: passing argument to parameter 'out_pos' here [2021-07-08 20:10:55] size_t *out_pos, size_t out_size) [2021-07-08 20:10:55] ^ [2021-07-08 20:10:55] 2 warnings generated. [2021-07-08 20:10:55] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c simple/simple_encoder.c -o liblzma_la-simple_encoder.o [2021-07-08 20:10:56] mv -f .deps/liblzma_la-price_table.Tpo .deps/liblzma_la-price_table.Plo [2021-07-08 20:10:56] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c -o liblzma_la-powerpc.lo test -f 'simple/powerpc.c' || echo './'simple/powerpc.c [2021-07-08 20:10:56] mv -f .deps/liblzma_la-lzma2_decoder.Tpo .deps/liblzma_la-lzma2_decoder.Plo [2021-07-08 20:10:56] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c simple/simple_decoder.c -o liblzma_la-simple_decoder.o [2021-07-08 20:10:56] mv -f .deps/liblzma_la-delta_common.Tpo .deps/liblzma_la-delta_common.Plo [2021-07-08 20:10:56] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c -o liblzma_la-ia64.lo test -f 'simple/ia64.c' || echo './'simple/ia64.c [2021-07-08 20:10:56] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c -o liblzma_la-arm.lo test -f 'simple/arm.c' || echo './'simple/arm.c [2021-07-08 20:10:56] mv -f .deps/liblzma_la-delta_decoder.Tpo .deps/liblzma_la-delta_decoder.Plo [2021-07-08 20:10:56] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c -o liblzma_la-armthumb.lo test -f 'simple/armthumb.c' || echo './'simple/armthumb.c [2021-07-08 20:10:56] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c simple/x86.c -o liblzma_la-x86.o [2021-07-08 20:10:56] mv -f .deps/liblzma_la-delta_encoder.Tpo .deps/liblzma_la-delta_encoder.Plo [2021-07-08 20:10:56] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c -o liblzma_la-sparc.lo test -f 'simple/sparc.c' || echo './'simple/sparc.c [2021-07-08 20:10:56] mv -f .deps/liblzma_la-simple_encoder.Tpo .deps/liblzma_la-simple_encoder.Plo [2021-07-08 20:10:56] rm -f liblzma.pc [2021-07-08 20:10:56] sed \ [2021-07-08 20:10:56] -e 's,@prefix[@],/Volumes/RamDisk/sw,g' \ [2021-07-08 20:10:56] -e 's,@exec_prefix[@],/Volumes/RamDisk/sw,g' \ [2021-07-08 20:10:56] -e 's,@libdir[@],/Volumes/RamDisk/sw/lib,g' \ [2021-07-08 20:10:56] -e 's,@includedir[@],/Volumes/RamDisk/sw/include,g' \ [2021-07-08 20:10:56] -e 's,@PACKAGE_URL[@],https://tukaani.org/xz/,g' \ [2021-07-08 20:10:56] -e 's,@PACKAGE_VERSION[@],5.3.1alpha,g' \ [2021-07-08 20:10:56] -e 's,@PTHREAD_CFLAGS[@],-pthread,g' \ [2021-07-08 20:10:56] -e 's,@LIBS[@],-lpthread,g' \ [2021-07-08 20:10:56] < ./liblzma.pc.in > liblzma.pc || { rm -f liblzma.pc; exit 1; } [2021-07-08 20:10:56] mv -f .deps/liblzma_la-simple_coder.Tpo .deps/liblzma_la-simple_coder.Plo [2021-07-08 20:10:56] 2 warnings generated. [2021-07-08 20:10:56] mv -f .deps/liblzma_la-lzma_encoder.Tpo .deps/liblzma_la-lzma_encoder.Plo [2021-07-08 20:10:56] mv -f .deps/liblzma_la-simple_decoder.Tpo .deps/liblzma_la-simple_decoder.Plo [2021-07-08 20:10:56] mv -f .deps/liblzma_la-lz_encoder.Tpo .deps/liblzma_la-lz_encoder.Plo [2021-07-08 20:10:56] 2 warnings generated. [2021-07-08 20:10:56] mv -f .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo .deps/liblzma_la-lzma_encoder_optimum_fast.Plo [2021-07-08 20:10:56] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c simple/powerpc.c -o liblzma_la-powerpc.o [2021-07-08 20:10:56] mv -f .deps/liblzma_la-sha256.Tpo .deps/liblzma_la-sha256.Plo [2021-07-08 20:10:56] mv -f .deps/liblzma_la-x86.Tpo .deps/liblzma_la-x86.Plo [2021-07-08 20:10:56] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c simple/ia64.c -o liblzma_la-ia64.o [2021-07-08 20:10:56] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c simple/arm.c -o liblzma_la-arm.o [2021-07-08 20:10:56] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c simple/armthumb.c -o liblzma_la-armthumb.o [2021-07-08 20:10:56] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c simple/sparc.c -o liblzma_la-sparc.o [2021-07-08 20:10:56] mv -f .deps/liblzma_la-powerpc.Tpo .deps/liblzma_la-powerpc.Plo [2021-07-08 20:10:56] mv -f .deps/liblzma_la-arm.Tpo .deps/liblzma_la-arm.Plo [2021-07-08 20:10:56] mv -f .deps/liblzma_la-ia64.Tpo .deps/liblzma_la-ia64.Plo [2021-07-08 20:10:56] mv -f .deps/liblzma_la-armthumb.Tpo .deps/liblzma_la-armthumb.Plo [2021-07-08 20:10:56] mv -f .deps/liblzma_la-sparc.Tpo .deps/liblzma_la-sparc.Plo [2021-07-08 20:10:56] mv -f .deps/liblzma_la-lz_encoder_mf.Tpo .deps/liblzma_la-lz_encoder_mf.Plo [2021-07-08 20:10:56] 2 warnings generated. [2021-07-08 20:10:56] mv -f .deps/liblzma_la-lzma_decoder.Tpo .deps/liblzma_la-lzma_decoder.Plo [2021-07-08 20:10:56] mv -f .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo .deps/liblzma_la-lzma_encoder_optimum_normal.Plo [2021-07-08 20:10:56] /bin/sh ../../libtool --tag=CC --mode=link gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -no-undefined -version-info 8:99:3 -o liblzma.la -rpath /Volumes/RamDisk/sw/lib liblzma_la-tuklib_physmem.lo liblzma_la-tuklib_cpucores.lo liblzma_la-common.lo liblzma_la-block_util.lo liblzma_la-easy_preset.lo liblzma_la-filter_common.lo liblzma_la-hardware_physmem.lo liblzma_la-index.lo liblzma_la-stream_flags_common.lo liblzma_la-vli_size.lo liblzma_la-hardware_cputhreads.lo liblzma_la-alone_encoder.lo liblzma_la-block_buffer_encoder.lo liblzma_la-block_encoder.lo liblzma_la-block_header_encoder.lo liblzma_la-easy_buffer_encoder.lo liblzma_la-easy_encoder.lo liblzma_la-easy_encoder_memusage.lo liblzma_la-erofs_encoder.lo liblzma_la-filter_buffer_encoder.lo liblzma_la-filter_encoder.lo liblzma_la-filter_flags_encoder.lo liblzma_la-index_encoder.lo liblzma_la-stream_buffer_encoder.lo liblzma_la-stream_encoder.lo liblzma_la-stream_flags_encoder.lo liblzma_la-vli_encoder.lo liblzma_la-outqueue.lo liblzma_la-stream_encoder_mt.lo liblzma_la-alone_decoder.lo liblzma_la-auto_decoder.lo liblzma_la-block_buffer_decoder.lo liblzma_la-block_decoder.lo liblzma_la-block_header_decoder.lo liblzma_la-easy_decoder_memusage.lo liblzma_la-erofs_decoder.lo liblzma_la-file_info.lo liblzma_la-filter_buffer_decoder.lo liblzma_la-filter_decoder.lo liblzma_la-filter_flags_decoder.lo liblzma_la-index_decoder.lo liblzma_la-index_hash.lo liblzma_la-stream_buffer_decoder.lo liblzma_la-stream_decoder.lo liblzma_la-stream_flags_decoder.lo liblzma_la-vli_decoder.lo liblzma_la-check.lo liblzma_la-crc32_table.lo liblzma_la-crc32_fast.lo liblzma_la-crc64_table.lo liblzma_la-crc64_fast.lo liblzma_la-sha256.lo liblzma_la-lz_encoder.lo liblzma_la-lz_encoder_mf.lo liblzma_la-lz_decoder.lo liblzma_la-lzma_encoder_presets.lo liblzma_la-lzma_encoder.lo liblzma_la-lzma_encoder_optimum_fast.lo liblzma_la-lzma_encoder_optimum_normal.lo liblzma_la-fastpos_table.lo liblzma_la-lzma_decoder.lo liblzma_la-lzma2_encoder.lo liblzma_la-lzma2_decoder.lo liblzma_la-price_table.lo liblzma_la-delta_common.lo liblzma_la-delta_encoder.lo liblzma_la-delta_decoder.lo liblzma_la-simple_coder.lo liblzma_la-simple_encoder.lo liblzma_la-simple_decoder.lo liblzma_la-x86.lo liblzma_la-powerpc.lo liblzma_la-ia64.lo liblzma_la-arm.lo liblzma_la-armthumb.lo liblzma_la-sparc.lo -lpthread [2021-07-08 20:10:56] libtool: link: ar cru .libs/liblzma.a liblzma_la-tuklib_physmem.o liblzma_la-tuklib_cpucores.o liblzma_la-common.o liblzma_la-block_util.o liblzma_la-easy_preset.o liblzma_la-filter_common.o liblzma_la-hardware_physmem.o liblzma_la-index.o liblzma_la-stream_flags_common.o liblzma_la-vli_size.o liblzma_la-hardware_cputhreads.o liblzma_la-alone_encoder.o liblzma_la-block_buffer_encoder.o liblzma_la-block_encoder.o liblzma_la-block_header_encoder.o liblzma_la-easy_buffer_encoder.o liblzma_la-easy_encoder.o liblzma_la-easy_encoder_memusage.o liblzma_la-erofs_encoder.o liblzma_la-filter_buffer_encoder.o liblzma_la-filter_encoder.o liblzma_la-filter_flags_encoder.o liblzma_la-index_encoder.o liblzma_la-stream_buffer_encoder.o liblzma_la-stream_encoder.o liblzma_la-stream_flags_encoder.o liblzma_la-vli_encoder.o liblzma_la-outqueue.o liblzma_la-stream_encoder_mt.o liblzma_la-alone_decoder.o liblzma_la-auto_decoder.o liblzma_la-block_buffer_decoder.o liblzma_la-block_decoder.o liblzma_la-block_header_decoder.o liblzma_la-easy_decoder_memusage.o liblzma_la-erofs_decoder.o liblzma_la-file_info.o liblzma_la-filter_buffer_decoder.o liblzma_la-filter_decoder.o liblzma_la-filter_flags_decoder.o liblzma_la-index_decoder.o liblzma_la-index_hash.o liblzma_la-stream_buffer_decoder.o liblzma_la-stream_decoder.o liblzma_la-stream_flags_decoder.o liblzma_la-vli_decoder.o liblzma_la-check.o liblzma_la-crc32_table.o liblzma_la-crc32_fast.o liblzma_la-crc64_table.o liblzma_la-crc64_fast.o liblzma_la-sha256.o liblzma_la-lz_encoder.o liblzma_la-lz_encoder_mf.o liblzma_la-lz_decoder.o liblzma_la-lzma_encoder_presets.o liblzma_la-lzma_encoder.o liblzma_la-lzma_encoder_optimum_fast.o liblzma_la-lzma_encoder_optimum_normal.o liblzma_la-fastpos_table.o liblzma_la-lzma_decoder.o liblzma_la-lzma2_encoder.o liblzma_la-lzma2_decoder.o liblzma_la-price_table.o liblzma_la-delta_common.o liblzma_la-delta_encoder.o liblzma_la-delta_decoder.o liblzma_la-simple_coder.o liblzma_la-simple_encoder.o liblzma_la-simple_decoder.o liblzma_la-x86.o liblzma_la-powerpc.o liblzma_la-ia64.o liblzma_la-arm.o liblzma_la-armthumb.o liblzma_la-sparc.o [2021-07-08 20:10:56] libtool: link: ranlib .libs/liblzma.a [2021-07-08 20:10:56] libtool: link: ( cd ".libs" && rm -f "liblzma.la" && ln -s "../liblzma.la" "liblzma.la" ) [2021-07-08 20:10:56] Making all in xzdec [2021-07-08 20:10:56] gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xzdec-xzdec.o -MD -MP -MF .deps/xzdec-xzdec.Tpo -c -o xzdec-xzdec.o test -f 'xzdec.c' || echo './'xzdec.c [2021-07-08 20:10:56] gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xzdec-tuklib_progname.o -MD -MP -MF .deps/xzdec-tuklib_progname.Tpo -c -o xzdec-tuklib_progname.o test -f '../common/tuklib_progname.c' || echo './'../common/tuklib_progname.c [2021-07-08 20:10:56] gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xzdec-tuklib_exit.o -MD -MP -MF .deps/xzdec-tuklib_exit.Tpo -c -o xzdec-tuklib_exit.o test -f '../common/tuklib_exit.c' || echo './'../common/tuklib_exit.c [2021-07-08 20:10:56] gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT lzmadec-xzdec.o -MD -MP -MF .deps/lzmadec-xzdec.Tpo -c -o lzmadec-xzdec.o test -f 'xzdec.c' || echo './'xzdec.c [2021-07-08 20:10:56] gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT lzmadec-tuklib_progname.o -MD -MP -MF .deps/lzmadec-tuklib_progname.Tpo -c -o lzmadec-tuklib_progname.o test -f '../common/tuklib_progname.c' || echo './'../common/tuklib_progname.c [2021-07-08 20:10:56] gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT lzmadec-tuklib_exit.o -MD -MP -MF .deps/lzmadec-tuklib_exit.Tpo -c -o lzmadec-tuklib_exit.o test -f '../common/tuklib_exit.c' || echo './'../common/tuklib_exit.c [2021-07-08 20:10:56] mv -f .deps/xzdec-tuklib_progname.Tpo .deps/xzdec-tuklib_progname.Po [2021-07-08 20:10:56] mv -f .deps/lzmadec-tuklib_progname.Tpo .deps/lzmadec-tuklib_progname.Po [2021-07-08 20:10:56] mv -f .deps/lzmadec-tuklib_exit.Tpo .deps/lzmadec-tuklib_exit.Po [2021-07-08 20:10:56] mv -f .deps/xzdec-tuklib_exit.Tpo .deps/xzdec-tuklib_exit.Po [2021-07-08 20:10:56] mv -f .deps/lzmadec-xzdec.Tpo .deps/lzmadec-xzdec.Po [2021-07-08 20:10:56] mv -f .deps/xzdec-xzdec.Tpo .deps/xzdec-xzdec.Po [2021-07-08 20:10:56] /bin/sh ../../libtool --tag=CC --mode=link gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o ../../src/liblzma/liblzma.la -lintl -Wl,-framework -Wl,CoreFoundation -lpthread [2021-07-08 20:10:56] /bin/sh ../../libtool --tag=CC --mode=link gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o ../../src/liblzma/liblzma.la -lintl -Wl,-framework -Wl,CoreFoundation -lpthread [2021-07-08 20:10:56] libtool: link: gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o -Wl,-framework -Wl,CoreFoundation ../../src/liblzma/.libs/liblzma.a -lintl -lpthread -pthread [2021-07-08 20:10:56] libtool: link: gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o -Wl,-framework -Wl,CoreFoundation ../../src/liblzma/.libs/liblzma.a -lintl -lpthread -pthread [2021-07-08 20:10:57] Making all in xz [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-args.o -MD -MP -MF .deps/xz-args.Tpo -c -o xz-args.o test -f 'args.c' || echo './'args.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-coder.o -MD -MP -MF .deps/xz-coder.Tpo -c -o xz-coder.o test -f 'coder.c' || echo './'coder.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-file_io.o -MD -MP -MF .deps/xz-file_io.Tpo -c -o xz-file_io.o test -f 'file_io.c' || echo './'file_io.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-hardware.o -MD -MP -MF .deps/xz-hardware.Tpo -c -o xz-hardware.o test -f 'hardware.c' || echo './'hardware.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-main.o -MD -MP -MF .deps/xz-main.Tpo -c -o xz-main.o test -f 'main.c' || echo './'main.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-message.o -MD -MP -MF .deps/xz-message.Tpo -c -o xz-message.o test -f 'message.c' || echo './'message.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-mytime.o -MD -MP -MF .deps/xz-mytime.Tpo -c -o xz-mytime.o test -f 'mytime.c' || echo './'mytime.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-options.o -MD -MP -MF .deps/xz-options.Tpo -c -o xz-options.o test -f 'options.c' || echo './'options.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-signals.o -MD -MP -MF .deps/xz-signals.Tpo -c -o xz-signals.o test -f 'signals.c' || echo './'signals.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-suffix.o -MD -MP -MF .deps/xz-suffix.Tpo -c -o xz-suffix.o test -f 'suffix.c' || echo './'suffix.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-util.o -MD -MP -MF .deps/xz-util.Tpo -c -o xz-util.o test -f 'util.c' || echo './'util.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-tuklib_open_stdxxx.o -MD -MP -MF .deps/xz-tuklib_open_stdxxx.Tpo -c -o xz-tuklib_open_stdxxx.o test -f '../common/tuklib_open_stdxxx.c' || echo './'../common/tuklib_open_stdxxx.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-tuklib_progname.o -MD -MP -MF .deps/xz-tuklib_progname.Tpo -c -o xz-tuklib_progname.o test -f '../common/tuklib_progname.c' || echo './'../common/tuklib_progname.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-tuklib_exit.o -MD -MP -MF .deps/xz-tuklib_exit.Tpo -c -o xz-tuklib_exit.o test -f '../common/tuklib_exit.c' || echo './'../common/tuklib_exit.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-tuklib_mbstr_width.o -MD -MP -MF .deps/xz-tuklib_mbstr_width.Tpo -c -o xz-tuklib_mbstr_width.o test -f '../common/tuklib_mbstr_width.c' || echo './'../common/tuklib_mbstr_width.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-tuklib_mbstr_fw.o -MD -MP -MF .deps/xz-tuklib_mbstr_fw.Tpo -c -o xz-tuklib_mbstr_fw.o test -f '../common/tuklib_mbstr_fw.c' || echo './'../common/tuklib_mbstr_fw.c [2021-07-08 20:10:57] mv -f .deps/xz-tuklib_progname.Tpo .deps/xz-tuklib_progname.Po [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-list.o -MD -MP -MF .deps/xz-list.Tpo -c -o xz-list.o test -f 'list.c' || echo './'list.c [2021-07-08 20:10:57] mv -f .deps/xz-tuklib_mbstr_fw.Tpo .deps/xz-tuklib_mbstr_fw.Po [2021-07-08 20:10:57] mv -f .deps/xz-tuklib_open_stdxxx.Tpo .deps/xz-tuklib_open_stdxxx.Po [2021-07-08 20:10:57] mv -f .deps/xz-tuklib_exit.Tpo .deps/xz-tuklib_exit.Po [2021-07-08 20:10:57] mv -f .deps/xz-tuklib_mbstr_width.Tpo .deps/xz-tuklib_mbstr_width.Po [2021-07-08 20:10:57] message.c:729:20: warning: format string is not a string literal [-Wformat-nonliteral] [2021-07-08 20:10:57] vfprintf(stderr, fmt, ap); [2021-07-08 20:10:57] ^~~ [2021-07-08 20:10:57] mv -f .deps/xz-mytime.Tpo .deps/xz-mytime.Po [2021-07-08 20:10:57] mv -f .deps/xz-hardware.Tpo .deps/xz-hardware.Po [2021-07-08 20:10:57] mv -f .deps/xz-signals.Tpo .deps/xz-signals.Po [2021-07-08 20:10:57] mv -f .deps/xz-suffix.Tpo .deps/xz-suffix.Po [2021-07-08 20:10:57] mv -f .deps/xz-main.Tpo .deps/xz-main.Po [2021-07-08 20:10:57] mv -f .deps/xz-options.Tpo .deps/xz-options.Po [2021-07-08 20:10:57] mv -f .deps/xz-util.Tpo .deps/xz-util.Po [2021-07-08 20:10:57] mv -f .deps/xz-args.Tpo .deps/xz-args.Po [2021-07-08 20:10:57] mv -f .deps/xz-coder.Tpo .deps/xz-coder.Po [2021-07-08 20:10:57] mv -f .deps/xz-file_io.Tpo .deps/xz-file_io.Po [2021-07-08 20:10:57] 1 warning generated. [2021-07-08 20:10:57] mv -f .deps/xz-message.Tpo .deps/xz-message.Po [2021-07-08 20:10:57] mv -f .deps/xz-list.Tpo .deps/xz-list.Po [2021-07-08 20:10:57] /bin/sh ../../libtool --tag=CC --mode=link gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o xz-list.o ../../src/liblzma/liblzma.la -lintl -Wl,-framework -Wl,CoreFoundation -lpthread [2021-07-08 20:10:57] libtool: link: gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o xz-list.o -Wl,-framework -Wl,CoreFoundation ../../src/liblzma/.libs/liblzma.a -lintl -lpthread -pthread [2021-07-08 20:10:57] Making all in lzmainfo [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT lzmainfo-lzmainfo.o -MD -MP -MF .deps/lzmainfo-lzmainfo.Tpo -c -o lzmainfo-lzmainfo.o test -f 'lzmainfo.c' || echo './'lzmainfo.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT lzmainfo-tuklib_progname.o -MD -MP -MF .deps/lzmainfo-tuklib_progname.Tpo -c -o lzmainfo-tuklib_progname.o test -f '../common/tuklib_progname.c' || echo './'../common/tuklib_progname.c [2021-07-08 20:10:57] gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/Volumes/RamDisk/sw/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT lzmainfo-tuklib_exit.o -MD -MP -MF .deps/lzmainfo-tuklib_exit.Tpo -c -o lzmainfo-tuklib_exit.o test -f '../common/tuklib_exit.c' || echo './'../common/tuklib_exit.c [2021-07-08 20:10:57] mv -f .deps/lzmainfo-tuklib_progname.Tpo .deps/lzmainfo-tuklib_progname.Po [2021-07-08 20:10:57] mv -f .deps/lzmainfo-tuklib_exit.Tpo .deps/lzmainfo-tuklib_exit.Po [2021-07-08 20:10:57] mv -f .deps/lzmainfo-lzmainfo.Tpo .deps/lzmainfo-lzmainfo.Po [2021-07-08 20:10:57] /bin/sh ../../libtool --tag=CC --mode=link gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o ../../src/liblzma/liblzma.la -lintl -Wl,-framework -Wl,CoreFoundation -lpthread [2021-07-08 20:10:57] libtool: link: gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o -Wl,-framework -Wl,CoreFoundation ../../src/liblzma/.libs/liblzma.a -lintl -lpthread -pthread [2021-07-08 20:10:57] Making all in scripts [2021-07-08 20:10:57] make[3]: Nothing to be done for all'.
[2021-07-08 20:10:57] make[3]: Nothing to be done for all-am'. [2021-07-08 20:10:57] Making all in po [2021-07-08 20:10:57] /Library/Developer/CommandLineTools/usr/bin/make xz.pot-update [2021-07-08 20:10:57] sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed [2021-07-08 20:10:57] mv t-remove-potcdate.sed remove-potcdate.sed [2021-07-08 20:10:57] package_gnu=""; \ [2021-07-08 20:10:57] test -n "$package_gnu" || { \ [2021-07-08 20:10:57] if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ [2021-07-08 20:10:57] LC_ALL=C find -L .. -maxdepth 1 -type f -size -10000000c -exec grep -i 'GNU xz' /dev/null '{}' ';' 2>/dev/null; \ [2021-07-08 20:10:57] else \ [2021-07-08 20:10:57] LC_ALL=C grep -i 'GNU xz' ../* 2>/dev/null; \ [2021-07-08 20:10:57] fi; \ [2021-07-08 20:10:57] } | grep -v 'libtool:' >/dev/null; then \ [2021-07-08 20:10:57] package_gnu=yes; \ [2021-07-08 20:10:57] else \ [2021-07-08 20:10:57] package_gnu=no; \ [2021-07-08 20:10:57] fi; \ [2021-07-08 20:10:57] }; \ [2021-07-08 20:10:57] if test "$package_gnu" = "yes"; then \ [2021-07-08 20:10:57] package_prefix='GNU '; \ [2021-07-08 20:10:57] else \ [2021-07-08 20:10:57] package_prefix=''; \ [2021-07-08 20:10:57] fi; \ [2021-07-08 20:10:57] if test -n '' || test '[email protected]' = '@'PACKAGE_BUGREPORT'@'; then \ [2021-07-08 20:10:57] msgid_bugs_address=''; \ [2021-07-08 20:10:58] else \ [2021-07-08 20:10:58] msgid_bugs_address='[email protected]'; \ [2021-07-08 20:10:58] fi; \ [2021-07-08 20:10:58] case /usr/local/bin/xgettext --version | sed 1q | sed -e 's,^[^0-9]*,,'in \ [2021-07-08 20:10:58] '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ [2021-07-08 20:10:58] /usr/local/bin/xgettext --default-domain=xz --directory=.. \ [2021-07-08 20:10:58] --add-comments=TRANSLATORS: \ [2021-07-08 20:10:58] --files-from=./POTFILES.in \ [2021-07-08 20:10:58] --copyright-holder='' \ [2021-07-08 20:10:58] --msgid-bugs-address="$msgid_bugs_address" \ [2021-07-08 20:10:58] --keyword=_ --keyword=N_ --no-wrap \ [2021-07-08 20:10:58] ;; \ [2021-07-08 20:10:58] *) \ [2021-07-08 20:10:58] /usr/local/bin/xgettext --default-domain=xz --directory=.. \ [2021-07-08 20:10:58] --add-comments=TRANSLATORS: \ [2021-07-08 20:10:58] --files-from=./POTFILES.in \ [2021-07-08 20:10:58] --copyright-holder='' \ [2021-07-08 20:10:58] --package-name="${package_prefix}xz" \ [2021-07-08 20:10:58] --package-version='5.3.1alpha' \ [2021-07-08 20:10:58] --msgid-bugs-address="$msgid_bugs_address" \ [2021-07-08 20:10:58] --keyword=_ --keyword=N_ --no-wrap \ [2021-07-08 20:10:58] ;; \ [2021-07-08 20:10:58] esac [2021-07-08 20:10:58] test ! -f xz.po || { \ [2021-07-08 20:10:58] if test -f ./xz.pot-header; then \ [2021-07-08 20:10:58] sed -e '1,/^#$/d' < xz.po > xz.1po && \ [2021-07-08 20:10:58] cat ./xz.pot-header xz.1po > xz.po && \ [2021-07-08 20:10:58] rm -f xz.1po \ [2021-07-08 20:10:58] || exit 1; \ [2021-07-08 20:10:58] fi; \ [2021-07-08 20:10:58] if test -f ./xz.pot; then \ [2021-07-08 20:10:58] sed -f remove-potcdate.sed < ./xz.pot > xz.1po && \ [2021-07-08 20:10:58] sed -f remove-potcdate.sed < xz.po > xz.2po && \ [2021-07-08 20:10:58] if cmp xz.1po xz.2po >/dev/null 2>&1; then \ [2021-07-08 20:10:58] rm -f xz.1po xz.2po xz.po; \ [2021-07-08 20:10:58] else \ [2021-07-08 20:10:58] rm -f xz.1po xz.2po ./xz.pot && \ [2021-07-08 20:10:58] mv xz.po ./xz.pot; \ [2021-07-08 20:10:58] fi; \ [2021-07-08 20:10:58] else \ [2021-07-08 20:10:58] mv xz.po ./xz.pot; \ [2021-07-08 20:10:58] fi; \ [2021-07-08 20:10:58] } [2021-07-08 20:10:58] test ! -f ./xz.pot || \ [2021-07-08 20:10:58] test -z "cs.gmo de.gmo fr.gmo it.gmo pl.gmo vi.gmo" || /Library/Developer/CommandLineTools/usr/bin/make cs.gmo de.gmo fr.gmo it.gmo pl.gmo vi.gmo [2021-07-08 20:10:58] /usr/local/bin/msgmerge --update --lang=cs --previous cs.po xz.pot [2021-07-08 20:10:58] /usr/local/bin/msgmerge --update --lang=fr --previous fr.po xz.pot [2021-07-08 20:10:58] /usr/local/bin/msgmerge --update --lang=de --previous de.po xz.pot [2021-07-08 20:10:58] /usr/local/bin/msgmerge --update --lang=it --previous it.po xz.pot [2021-07-08 20:10:58] /usr/local/bin/msgmerge --update --lang=vi --previous vi.po xz.pot [2021-07-08 20:10:58] /usr/local/bin/msgmerge --update --lang=pl --previous pl.po xz.pot [2021-07-08 20:10:58] .......................................................................................................................................................... done. [2021-07-08 20:10:58] done. [2021-07-08 20:10:58] done. [2021-07-08 20:10:58] done. [2021-07-08 20:10:58] done. [2021-07-08 20:10:58] ..................... done. [2021-07-08 20:10:58] rm -f fr.gmo && /usr/local/bin/msgmerge --no-wrap --for-msgfmt -o fr.1po fr.po xz.pot && /usr/local/bin/msgfmt -c --statistics --verbose -o fr.gmo fr.1po && rm -f fr.1po [2021-07-08 20:10:58] rm -f de.gmo && /usr/local/bin/msgmerge --no-wrap --for-msgfmt -o de.1po de.po xz.pot && /usr/local/bin/msgfmt -c --statistics --verbose -o de.gmo de.1po && rm -f de.1po [2021-07-08 20:10:58] rm -f it.gmo && /usr/local/bin/msgmerge --no-wrap --for-msgfmt -o it.1po it.po xz.pot && /usr/local/bin/msgfmt -c --statistics --verbose -o it.gmo it.1po && rm -f it.1po [2021-07-08 20:10:58] rm -f pl.gmo && /usr/local/bin/msgmerge --no-wrap --for-msgfmt -o pl.1po pl.po xz.pot && /usr/local/bin/msgfmt -c --statistics --verbose -o pl.gmo pl.1po && rm -f pl.1po [2021-07-08 20:10:58] rm -f vi.gmo && /usr/local/bin/msgmerge --no-wrap --for-msgfmt -o vi.1po vi.po xz.pot && /usr/local/bin/msgfmt -c --statistics --verbose -o vi.gmo vi.1po && rm -f vi.1po [2021-07-08 20:10:58] rm -f cs.gmo && /usr/local/bin/msgmerge --no-wrap --for-msgfmt -o cs.1po cs.po xz.pot && /usr/local/bin/msgfmt -c --statistics --verbose -o cs.gmo cs.1po && rm -f cs.1po [2021-07-08 20:10:58] fr.1po: 130 translated messages. [2021-07-08 20:10:58] de.1po: 141 translated messages. [2021-07-08 20:10:58] it.1po: 140 translated messages. [2021-07-08 20:10:58] pl.1po: 140 translated messages. [2021-07-08 20:10:58] vi.1po: 140 translated messages. [2021-07-08 20:10:58] cs.1po: 118 translated messages. [2021-07-08 20:10:58] touch ./stamp-po [2021-07-08 20:10:58] Making all in tests [2021-07-08 20:10:58] make[2]: Nothing to be done forall'.
[2021-07-08 20:10:58] make[2]: Nothing to be done for all-am'. [2021-07-08 20:10:58] Making install in src [2021-07-08 20:10:58] Making install in liblzma [2021-07-08 20:10:58] Making install in api [2021-07-08 20:10:58] make[4]: Nothing to be done for install-exec-am'.
[2021-07-08 20:10:58] ../../../build-aux/install-sh -c -d '/Volumes/RamDisk/sw/include'
[2021-07-08 20:10:58] ../../../build-aux/install-sh -c -d '/Volumes/RamDisk/sw/include/lzma'
[2021-07-08 20:10:58] /usr/bin/install -c -m 644 lzma/base.h lzma/bcj.h lzma/block.h lzma/check.h lzma/container.h lzma/delta.h lzma/filter.h lzma/hardware.h lzma/index.h lzma/index_hash.h lzma/lzma12.h lzma/stream_flags.h lzma/version.h lzma/vli.h '/Volumes/RamDisk/sw/include/lzma'
[2021-07-08 20:10:58] /usr/bin/install -c -m 644 lzma.h '/Volumes/RamDisk/sw/include/.'
[2021-07-08 20:10:58] ../../build-aux/install-sh -c -d '/Volumes/RamDisk/sw/lib'
[2021-07-08 20:10:58] /bin/sh ../../libtool --mode=install /usr/bin/install -c liblzma.la '/Volumes/RamDisk/sw/lib'
[2021-07-08 20:10:58] libtool: install: /usr/bin/install -c .libs/liblzma.lai /Volumes/RamDisk/sw/lib/liblzma.la
[2021-07-08 20:10:58] libtool: install: /usr/bin/install -c .libs/liblzma.a /Volumes/RamDisk/sw/lib/liblzma.a
[2021-07-08 20:10:58] libtool: install: chmod 644 /Volumes/RamDisk/sw/lib/liblzma.a
[2021-07-08 20:10:58] libtool: install: ranlib /Volumes/RamDisk/sw/lib/liblzma.a
[2021-07-08 20:10:58] ../../build-aux/install-sh -c -d '/Volumes/RamDisk/sw/lib/pkgconfig'
[2021-07-08 20:10:58] /usr/bin/install -c -m 644 liblzma.pc '/Volumes/RamDisk/sw/lib/pkgconfig'
[2021-07-08 20:10:58] Making install in xzdec
[2021-07-08 20:10:58] ../../build-aux/install-sh -c -d '/Volumes/RamDisk/sw/bin'
[2021-07-08 20:10:58] /bin/sh ../../libtool --mode=install /usr/bin/install -c xzdec lzmadec '/Volumes/RamDisk/sw/bin'
[2021-07-08 20:10:58] libtool: install: /usr/bin/install -c xzdec /Volumes/RamDisk/sw/bin/xzdec
[2021-07-08 20:10:58] libtool: install: /usr/bin/install -c lzmadec /Volumes/RamDisk/sw/bin/lzmadec
[2021-07-08 20:10:58] ../../build-aux/install-sh -c -d '/Volumes/RamDisk/sw/share/man/man1'
[2021-07-08 20:10:58] /usr/bin/install -c -m 644 xzdec.1 '/Volumes/RamDisk/sw/share/man/man1'
[2021-07-08 20:10:58] /Library/Developer/CommandLineTools/usr/bin/make install-data-hook
[2021-07-08 20:10:58] languages= ;
[2021-07-08 20:10:58] if test "yes" = yes && test -d "../../po4a/man"; then
[2021-07-08 20:10:58] languages=ls "../../po4a/man";
[2021-07-08 20:10:58] fi;
[2021-07-08 20:10:58] target=echo xzdec | sed 's,x,x,' &&
[2021-07-08 20:10:58] link=echo lzmadec | sed 's,x,x,' &&
[2021-07-08 20:10:58] for lang in . $languages; do
[2021-07-08 20:10:58] man="../../po4a/man/$lang/xzdec.1" ;
[2021-07-08 20:10:58] if test -f "$man"; then
[2021-07-08 20:10:58] /Library/Developer/CommandLineTools/usr/bin/make dist_man_MANS="$man" man_MANS=
[2021-07-08 20:10:58] mandir="/Volumes/RamDisk/sw/share/man/$lang" install-man;
[2021-07-08 20:10:58] fi;
[2021-07-08 20:10:58] man1dir="/Volumes/RamDisk/sw/share/man/$lang/man1" &&
[2021-07-08 20:10:58] if test -f "$man1dir/$target.1"; then
[2021-07-08 20:10:58] if test -n "lzmadec"; then (
[2021-07-08 20:10:58] cd "$man1dir" &&
[2021-07-08 20:10:58] rm -f "$link.1" &&
[2021-07-08 20:10:58] ln -s "$target.1" "$link.1"
[2021-07-08 20:10:58] ); fi;
[2021-07-08 20:10:58] fi;
[2021-07-08 20:10:58] done
[2021-07-08 20:10:58] Making install in xz
[2021-07-08 20:10:58] ../../build-aux/install-sh -c -d '/Volumes/RamDisk/sw/bin'
[2021-07-08 20:10:58] /bin/sh ../../libtool --mode=install /usr/bin/install -c xz '/Volumes/RamDisk/sw/bin'
[2021-07-08 20:10:58] libtool: install: /usr/bin/install -c xz /Volumes/RamDisk/sw/bin/xz
[2021-07-08 20:10:58] /Library/Developer/CommandLineTools/usr/bin/make install-exec-hook
[2021-07-08 20:10:58] cd "/Volumes/RamDisk/sw/bin" &&
[2021-07-08 20:10:58] target=echo xz | sed 's,x,x,' &&
[2021-07-08 20:10:58] for name in unxz xzcat lzma unlzma lzcat; do
[2021-07-08 20:10:58] link=echo $name | sed 's,x,x,' &&
[2021-07-08 20:10:58] rm -f "$link" &&
[2021-07-08 20:10:58] ln -s "$target" "$link";
[2021-07-08 20:10:58] done
[2021-07-08 20:10:58] ../../build-aux/install-sh -c -d '/Volumes/RamDisk/sw/share/man/man1'
[2021-07-08 20:10:58] /usr/bin/install -c -m 644 xz.1 '/Volumes/RamDisk/sw/share/man/man1'
[2021-07-08 20:10:58] /Library/Developer/CommandLineTools/usr/bin/make install-data-hook
[2021-07-08 20:10:58] languages= ;
[2021-07-08 20:10:58] if test "yes" = yes && test -d "../../po4a/man"; then
[2021-07-08 20:10:58] languages=ls "../../po4a/man";
[2021-07-08 20:10:58] fi;
[2021-07-08 20:10:59] target=echo xz | sed 's,x,x,' &&
[2021-07-08 20:10:59] for lang in . $languages; do
[2021-07-08 20:10:59] man="../../po4a/man/$lang/xz.1" ;
[2021-07-08 20:10:59] if test -f "$man"; then
[2021-07-08 20:10:59] /Library/Developer/CommandLineTools/usr/bin/make dist_man_MANS="$man" man_MANS=
[2021-07-08 20:10:59] mandir="/Volumes/RamDisk/sw/share/man/$lang" install-man;
[2021-07-08 20:10:59] fi;
[2021-07-08 20:10:59] man1dir="/Volumes/RamDisk/sw/share/man/$lang/man1" &&
[2021-07-08 20:10:59] if test -f "$man1dir/$target.1"; then (
[2021-07-08 20:10:59] cd "$man1dir" &&
[2021-07-08 20:10:59] for name in unxz xzcat lzma unlzma lzcat; do
[2021-07-08 20:10:59] link=echo $name | sed 's,x,x,' &&
[2021-07-08 20:10:59] rm -f "$link.1" &&
[2021-07-08 20:10:59] ln -s "$target.1" "$link.1";
[2021-07-08 20:10:59] done
[2021-07-08 20:10:59] ); fi;
[2021-07-08 20:10:59] done
[2021-07-08 20:10:59] Making install in lzmainfo
[2021-07-08 20:10:59] ../../build-aux/install-sh -c -d '/Volumes/RamDisk/sw/bin'
[2021-07-08 20:10:59] /bin/sh ../../libtool --mode=install /usr/bin/install -c lzmainfo '/Volumes/RamDisk/sw/bin'
[2021-07-08 20:10:59] libtool: install: /usr/bin/install -c lzmainfo /Volumes/RamDisk/sw/bin/lzmainfo
[2021-07-08 20:10:59] ../../build-aux/install-sh -c -d '/Volumes/RamDisk/sw/share/man/man1'
[2021-07-08 20:10:59] /usr/bin/install -c -m 644 lzmainfo.1 '/Volumes/RamDisk/sw/share/man/man1'
[2021-07-08 20:10:59] Making install in scripts
[2021-07-08 20:10:59] ../../build-aux/install-sh -c -d '/Volumes/RamDisk/sw/bin'
[2021-07-08 20:10:59] /usr/bin/install -c xzdiff xzgrep xzmore xzless '/Volumes/RamDisk/sw/bin'
[2021-07-08 20:10:59] /Library/Developer/CommandLineTools/usr/bin/make install-exec-hook
[2021-07-08 20:10:59] cd "/Volumes/RamDisk/sw/bin" &&
[2021-07-08 20:10:59] for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do
[2021-07-08 20:10:59] target=echo $pair | sed 's/-.*$//' | sed 's,x,x,' &&
[2021-07-08 20:10:59] link=echo $pair | sed 's/^.*-//' | sed 's,x,x,' &&
[2021-07-08 20:10:59] rm -f "$link" &&
[2021-07-08 20:10:59] ln -s "$target" "$link";
[2021-07-08 20:10:59] done
[2021-07-08 20:10:59] ../../build-aux/install-sh -c -d '/Volumes/RamDisk/sw/share/man/man1'
[2021-07-08 20:10:59] /usr/bin/install -c -m 644 xzdiff.1 xzgrep.1 xzmore.1 xzless.1 '/Volumes/RamDisk/sw/share/man/man1'
[2021-07-08 20:10:59] /Library/Developer/CommandLineTools/usr/bin/make install-data-hook
[2021-07-08 20:10:59] languages= ;
[2021-07-08 20:10:59] if test "yes" = yes && test -d "../../po4a/man"; then
[2021-07-08 20:10:59] languages=ls "../../po4a/man";
[2021-07-08 20:10:59] fi;
[2021-07-08 20:10:59] for lang in $languages; do
[2021-07-08 20:10:59] mans= ;
[2021-07-08 20:10:59] for man in xzdiff.1 xzgrep.1 xzmore.1 xzless.1; do
[2021-07-08 20:10:59] man="../../po4a/man/$lang/$man" ;
[2021-07-08 20:10:59] if test -f "$man"; then
[2021-07-08 20:10:59] mans="$mans $man";
[2021-07-08 20:10:59] fi;
[2021-07-08 20:10:59] done;
[2021-07-08 20:10:59] /Library/Developer/CommandLineTools/usr/bin/make dist_man_MANS="$mans" man_MANS=
[2021-07-08 20:10:59] mandir="/Volumes/RamDisk/sw/share/man/$lang" install-man;
[2021-07-08 20:10:59] done;
[2021-07-08 20:10:59] for lang in . $languages; do
[2021-07-08 20:10:59] for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do
[2021-07-08 20:10:59] target=echo $pair | sed 's/-.*$//' \ [2021-07-08 20:10:59] | sed 's,x,x,' &&
[2021-07-08 20:10:59] link=echo $pair | sed 's/^.*-//' \ [2021-07-08 20:10:59] | sed 's,x,x,' &&
[2021-07-08 20:10:59] man1dir="/Volumes/RamDisk/sw/share/man/$lang/man1" &&
[2021-07-08 20:10:59] if test -f "$man1dir/$target.1"; then (
[2021-07-08 20:10:59] cd "$man1dir" &&
[2021-07-08 20:10:59] rm -f "$link.1" &&
[2021-07-08 20:10:59] ln -s "$target.1" "$link.1"
[2021-07-08 20:10:59] ); fi;
[2021-07-08 20:10:59] done;
[2021-07-08 20:10:59] done
[2021-07-08 20:10:59] make[3]: Nothing to be done for install-exec-am'. [2021-07-08 20:10:59] make[3]: Nothing to be done for install-data-am'.
[2021-07-08 20:10:59] Making install in po
[2021-07-08 20:10:59] installing cs.gmo as /Volumes/RamDisk/sw/share/locale/cs/LC_MESSAGES/xz.mo
[2021-07-08 20:10:59] installing de.gmo as /Volumes/RamDisk/sw/share/locale/de/LC_MESSAGES/xz.mo
[2021-07-08 20:10:59] installing fr.gmo as /Volumes/RamDisk/sw/share/locale/fr/LC_MESSAGES/xz.mo
[2021-07-08 20:10:59] installing it.gmo as /Volumes/RamDisk/sw/share/locale/it/LC_MESSAGES/xz.mo
[2021-07-08 20:10:59] installing pl.gmo as /Volumes/RamDisk/sw/share/locale/pl/LC_MESSAGES/xz.mo
[2021-07-08 20:10:59] installing vi.gmo as /Volumes/RamDisk/sw/share/locale/vi/LC_MESSAGES/xz.mo
[2021-07-08 20:10:59] if test "xz" = "gettext-tools"; then
[2021-07-08 20:10:59] ../build-aux/install-sh -c -d /Volumes/RamDisk/sw/share/gettext/po;
[2021-07-08 20:10:59] for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do
[2021-07-08 20:10:59] /usr/bin/install -c -m 644 ./$file
[2021-07-08 20:10:59] /Volumes/RamDisk/sw/share/gettext/po/$file;
[2021-07-08 20:10:59] done;
[2021-07-08 20:10:59] for file in Makevars; do
[2021-07-08 20:10:59] rm -f /Volumes/RamDisk/sw/share/gettext/po/$file;
[2021-07-08 20:10:59] done;
[2021-07-08 20:10:59] else
[2021-07-08 20:10:59] : ;
[2021-07-08 20:10:59] fi
[2021-07-08 20:10:59] Making install in tests
[2021-07-08 20:10:59] make[2]: Nothing to be done for install-exec-am'. [2021-07-08 20:10:59] make[2]: Nothing to be done for install-data-am'.
[2021-07-08 20:10:59] make[2]: Nothing to be done for install-exec-am'. [2021-07-08 20:10:59] build-aux/install-sh -c -d '/Volumes/RamDisk/sw/share/doc/xz' [2021-07-08 20:10:59] /usr/bin/install -c -m 644 AUTHORS COPYING COPYING.GPLv2 NEWS README THANKS TODO doc/faq.txt doc/history.txt doc/xz-file-format.txt doc/lzma-file-format.txt '/Volumes/RamDisk/sw/share/doc/xz' [2021-07-08 20:10:59] build-aux/install-sh -c -d '/Volumes/RamDisk/sw/share/doc/xz/examples' [2021-07-08 20:10:59] /usr/bin/install -c -m 644 doc/examples/00_README.txt doc/examples/01_compress_easy.c doc/examples/02_decompress.c doc/examples/03_compress_custom.c doc/examples/04_compress_easy_mt.c doc/examples/Makefile '/Volumes/RamDisk/sw/share/doc/xz/examples' [2021-07-08 20:10:59] build-aux/install-sh -c -d '/Volumes/RamDisk/sw/share/doc/xz/examples_old' [2021-07-08 20:10:59] /usr/bin/install -c -m 644 doc/examples_old/xz_pipe_comp.c doc/examples_old/xz_pipe_decomp.c '/Volumes/RamDisk/sw/share/doc/xz/examples_old' [2021-07-08 20:10:59] [2021-07-08 20:10:59] πŸ“ libexpat git [2021-07-08 20:11:01] Cloning into 'libexpat'... [2021-07-08 20:11:09] autoreconf: Entering directory .'
[2021-07-08 20:11:09] autoreconf: configure.ac: not using Gettext
[2021-07-08 20:11:10] autoreconf: running: aclocal --warnings=all -I m4
[2021-07-08 20:11:10] aclocal: warning: couldn't open directory 'm4': No such file or directory
[2021-07-08 20:11:11] autoreconf: configure.ac: tracing
[2021-07-08 20:11:12] autoreconf: running: libtoolize --copy
[2021-07-08 20:11:12] Can't exec "libtoolize": No such file or directory at /usr/local/share/autoconf/Autom4te/FileUtils.pm line 345, line 5.
[2021-07-08 20:11:12] autoreconf: failed to run libtoolize: No such file or directory
[2021-07-08 20:11:12] autoreconf: libtoolize is needed because this package uses Libtool

cmake not found

[2022-08-11 18:22:26] + ln -s libpng16/pngconf.h pngconf.h
[2022-08-11 18:22:26] + cd /Volumes/RamDisk/sw/lib/pkgconfig
[2022-08-11 18:22:26] + rm -f libpng.pc
[2022-08-11 18:22:26] + ln -s libpng16.pc libpng.pc
[2022-08-11 18:22:26]
[2022-08-11 18:22:26] πŸ“ openjpeg git
[2022-08-11 18:22:28] Klonowanie do β€žopenjpeg”...
[2022-08-11 18:22:36] /Users/filipsworks/Desktop/ffmpeg-static-OSX/ffmpeg-static-OSX.command: line 127: cmake: command not found

22-08-11 18:22:51 0: which cmake
/opt/homebrew/bin/cmake

get an updated bzip2

Hi, with this code you can get an updated version of bzip2 release :

#_ bzip
tput bold ; echo ; echo 'πŸ“ ' bzip2 - Git ; tput sgr0 ; sleep 2
cd ${CMPL}
git clone git://sourceware.org/git/bzip2.git bzip2
cd bzip2
make -j "$THREADS" && make install PREFIX=${TARGET}
rm -fr ${CMPL}/*

RTMP?

Hi-

Just found this project as I'm trying to get my clean static build of ffmpeg for Mac... any chance of getting librtmp included?

libblueray not found

[2020-02-14 16:28:22] libtool: install: /usr/bin/install -c .libs/libudfread.a /Volumes/Ramdisk/sw/lib/libudfread.a
[2020-02-14 16:28:22] libtool: install: chmod 644 /Volumes/Ramdisk/sw/lib/libudfread.a
[2020-02-14 16:28:22] libtool: install: ranlib /Volumes/Ramdisk/sw/lib/libudfread.a
[2020-02-14 16:28:22] build-aux/install-sh -c -d '/Volumes/Ramdisk/sw/lib/pkgconfig'
[2020-02-14 16:28:22] /usr/bin/install -c -m 644 src/udfread.pc '/Volumes/Ramdisk/sw/lib/pkgconfig'
[2020-02-14 16:28:22] build-aux/install-sh -c -d '/Volumes/Ramdisk/sw/include/udfread'
[2020-02-14 16:28:22] /usr/bin/install -c -m 644 src/udfread.h src/udfread-version.h src/blockinput.h '/Volumes/Ramdisk/sw/include/udfread'
[2020-02-14 16:28:22]
[2020-02-14 16:28:22] πŸ“ libbluray git
[2020-02-14 16:28:25] Cloning into 'libbluray'...
[2020-02-14 16:28:26] fatal: repository 'http://git.videolan.org/git/libbluray.git/' not found

5 Warnings and 1 Error - Compile failed :-(

[2021-01-04 22:59:13] 5 warnings and 1 error generated.
[2021-01-04 22:59:13] make: *** [libavcodec/qdm2_tablegen.o] Error 1
[2021-01-04 22:59:13] make: *** Waiting for unfinished jobs....
[2021-01-04 22:59:22]
[2021-01-04 22:59:22] ♻️ Check Static FFmpeg
[2021-01-04 22:59:24] error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool-classic: can't open file: /Volumes/RamDisk/sw/bin/ffmpeg (No such file or directory)
[2021-01-04 22:59:24] FFmpeg build Static, Have Fun
[2021-01-04 22:59:24] cp: /Volumes/RamDisk/sw/bin/ffmpeg: No such file or directory

Hardened runtime

Hi, thanks for the script. I also tried some other prebuilt static binary, but in order to notarize we need to resign with hardened runtime enabled

After codesign --verbose --force -o runtime --sign, the ffmpeg and ffprobe breaks, it says can't detect audio codec. Do you have any idea how to make it work with hardened runtime?

libass not found using pkg-config

I get "libass not found using pkg-config"
it happens with other libs which are installed using "make install" but not with brew
I tried to add such strings

export LD_LIBRARY_PATH="/Volumes/Ramdisk/sw/lib/"
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:"/Volumes/Ramdisk/sw/lib/pkgconfig"
export PKG_CONFIG_LIBDIR=$PKG_CONFIG_LIBDIR:"/Volumes/Ramdisk/sw/lib/"

but it doesn't help

As I understand to make it working next command
pkg-config --libs --cflags libass
should get a valid path after "make install" (like "/Volumes/Ramdisk/sw/lib/libass"
but it returns:

Package libass was not found in the pkg-config search path.

unlike pkg-config --libs --cflags libpng

$ pkg-config --libs --cflags libpng
-I/usr/local/Cellar/libpng/1.6.37/include/libpng16 -L/usr/local/Cellar/libpng/1.6.37/lib -lpng16 -lz

o receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.

[2020-04-15 22:07:52] adam | 2014 < 2020-04-02
[2020-04-15 22:07:52] ! Download && Build Last Static FFmpeg
[2020-04-15 22:07:52] OS X | 10.12 < 10.15
[2020-04-15 22:07:52]
[2020-04-15 22:07:52] ♻️ Check Xcode CLI Install
[2020-04-15 22:07:52] No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.
[2020-04-15 22:07:52] Xcode CLI Install
[2020-04-15 22:07:52] xcode-select: error: command line tools are already installed, use "Software Update" to install updates
[2020-04-15 22:07:53] No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.
[2020-04-15 22:07:53] Xcode CLI Was NOT Installed
akshaypatil@akshays-MacBook-Pro Desktop %

Script not working

The script crashes on the first thing it needs to compile (xz)

[2023-02-08 06:48:42] /System/Volumes/Data/Volumes/RamDisk:
[2023-02-08 06:48:42] Indexing disabled.
[2023-02-08 06:48:42]
[2023-02-08 06:48:42]
[2023-02-08 06:48:42] βš™οΈ Base Builds
[2023-02-08 06:48:42]
[2023-02-08 06:48:42] πŸ“ xz git
[2023-02-08 06:48:43] Cloning into 'xz'...
[2023-02-08 06:48:44] + autopoint -f
[2023-02-08 06:48:44] ./autogen.sh: line 15: autopoint: command not found
[2023-02-08 06:48:44] /Users/dori/Desktop/ffmpeg-static-OSX/ffmpeg-static-OSX.command: line 78: ./configure: No such file or directory
[2023-02-08 06:48:44] make: *** No targets specified and no makefile found. Stop.
[2023-02-08 06:48:44] Build Fail

libzimg

It would be great if libzimg is added to this script. This is needed for getting the new ZScale to work.

Here is the source https://github.com/sekrit-twc/zimg but I have little knowledge how to add this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.