arthenica / ffmpeg-kit

FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg.
https://arthenica.github.io/ffmpeg-kit
GNU Lesser General Public License v3.0
4.53k stars 604 forks source link

Getting libuuid build failed #1029

Closed generalomosco closed 2 months ago

generalomosco commented 2 months ago

I'm getting build failed on windows wsl ubuntu by running ./android.sh --enable-fontconfig --disable-arm-v7a-neon Building ffmpeg-kit library for Android

Building ffmpeg-kit library for Android

Architectures: arm-v7a, arm64-v8a, x86, x86-64
Libraries: android-zlib, fontconfig, freetype, libiconv

Downloading sources: ok

Building arm-v7a platform on API level 24

libiconv: ok
libpng: ok
libuuid: failed

See build.log for details

build.log


INFO: Using Android NDK v26.3.11579264 provided at /home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d

INFO: Build options: --enable-fontconfig --disable-arm-v7a-neon

INFO: Building ffmpeg-kit react.native.v6.0.2-11-ge78b795 library for Android: Thu Aug 29 17:12:01 CEST 2024

INFO: Custom library 1 not detected

INFO: Downloading the source code of ffmpeg and external libraries.

DEBUG: Downloading gnu config source.

INFO: Cloning tag v20210814 from repository https://github.com/arthenica/gnu-config into local directory /home/ogieva/workspace/ffmpeg-kit/.tmp/source/config

Cloning into '/home/ogieva/workspace/ffmpeg-kit/.tmp/source/config'...
Note: switching to '805517123cbfe33d17c989a18e78c5789fab0437'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

INFO: gnu config downloaded successfully

DEBUG: Downloading library source: ffmpeg

DEBUG: Checking if ffmpeg is already downloaded at /home/ogieva/workspace/ffmpeg-kit/src/ffmpeg

INFO: /home/ogieva/workspace/ffmpeg-kit/src/ffmpeg directory not found

INFO: Cloning tag n6.0 from repository https://github.com/arthenica/FFmpeg into local directory /home/ogieva/workspace/ffmpeg-kit/src/ffmpeg

Cloning into '/home/ogieva/workspace/ffmpeg-kit/src/ffmpeg'...
Note: switching to 'ea3d24bbe3c58b171e55fe2151fc7ffaca3ab3d2'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

INFO: ffmpeg library downloaded

DEBUG: Downloading library fontconfig

DEBUG: Downloading library source: fontconfig

DEBUG: Checking if fontconfig is already downloaded at /home/ogieva/workspace/ffmpeg-kit/src/fontconfig

INFO: /home/ogieva/workspace/ffmpeg-kit/src/fontconfig directory not found

INFO: Cloning tag 2.14.2 from repository https://github.com/arthenica/fontconfig into local directory /home/ogieva/workspace/ffmpeg-kit/src/fontconfig

Cloning into '/home/ogieva/workspace/ffmpeg-kit/src/fontconfig'...
Note: switching to '7861a719616b4b132b9cac089c6c64f47832edb1'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

INFO: fontconfig library downloaded

DEBUG: Downloading library freetype

DEBUG: Downloading library source: freetype

DEBUG: Checking if freetype is already downloaded at /home/ogieva/workspace/ffmpeg-kit/src/freetype

INFO: /home/ogieva/workspace/ffmpeg-kit/src/freetype directory not found

INFO: Cloning tag VER-2-13-0 from repository https://github.com/arthenica/freetype2 into local directory /home/ogieva/workspace/ffmpeg-kit/src/freetype

Cloning into '/home/ogieva/workspace/ffmpeg-kit/src/freetype'...
Note: switching to 'de8b92dd7ec634e9e2b25ef534c54a3537555c11'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

INFO: freetype library downloaded

DEBUG: Downloading library libiconv

DEBUG: Downloading library source: libiconv

DEBUG: Checking if libiconv is already downloaded at /home/ogieva/workspace/ffmpeg-kit/src/libiconv

INFO: /home/ogieva/workspace/ffmpeg-kit/src/libiconv directory not found

INFO: Cloning tag v1.17 from repository https://github.com/arthenica/libiconv into local directory /home/ogieva/workspace/ffmpeg-kit/src/libiconv

Cloning into '/home/ogieva/workspace/ffmpeg-kit/src/libiconv'...
Note: switching to '4b9c27bec873392533dd3ef309cd62962a644e18'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

INFO: libiconv library downloaded

DEBUG: Downloading library libpng

DEBUG: Downloading library source: libpng

DEBUG: Checking if libpng is already downloaded at /home/ogieva/workspace/ffmpeg-kit/src/libpng

INFO: /home/ogieva/workspace/ffmpeg-kit/src/libpng directory not found

INFO: Cloning tag v1.6.40 from repository https://github.com/arthenica/libpng into local directory /home/ogieva/workspace/ffmpeg-kit/src/libpng

Cloning into '/home/ogieva/workspace/ffmpeg-kit/src/libpng'...
Note: switching to 'f135775ad4e5d4408d2e12ffcc71bb36e6b48551'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

INFO: libpng library downloaded

DEBUG: Downloading library libuuid

DEBUG: Downloading library source: libuuid

DEBUG: Checking if libuuid is already downloaded at /home/ogieva/workspace/ffmpeg-kit/src/libuuid

INFO: /home/ogieva/workspace/ffmpeg-kit/src/libuuid directory not found

INFO: Cloning tag libuuid-1.0.3 from repository https://github.com/arthenica/libuuid into local directory /home/ogieva/workspace/ffmpeg-kit/src/libuuid

Cloning into '/home/ogieva/workspace/ffmpeg-kit/src/libuuid'...
Note: switching to '16cb58d558844045f217d4ee416f931fc1b03794'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

INFO: libuuid library downloaded

DEBUG: Downloading library expat

DEBUG: Downloading library source: expat

DEBUG: Checking if expat is already downloaded at /home/ogieva/workspace/ffmpeg-kit/src/expat

INFO: /home/ogieva/workspace/ffmpeg-kit/src/expat directory not found

INFO: Cloning tag R_2_5_0 from repository https://github.com/arthenica/libexpat into local directory /home/ogieva/workspace/ffmpeg-kit/src/expat

Cloning into '/home/ogieva/workspace/ffmpeg-kit/src/expat'...
Note: switching to '654d2de0da85662fcc7644a7acd7c2dd2cfb21f0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

INFO: expat library downloaded

DEBUG: Downloading library cpu-features

DEBUG: Downloading library source: cpu-features

DEBUG: Checking if cpu-features is already downloaded at /home/ogieva/workspace/ffmpeg-kit/src/cpu-features

INFO: /home/ogieva/workspace/ffmpeg-kit/src/cpu-features directory not found

INFO: Cloning tag v0.8.0 from repository https://github.com/arthenica/cpu_features into local directory /home/ogieva/workspace/ffmpeg-kit/src/cpu-features

Cloning into '/home/ogieva/workspace/ffmpeg-kit/src/cpu-features'...
Note: switching to '936b9ab5515dead115606559502e3864958f7f6e'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

INFO: cpu-features library downloaded

INFO: Starting new build for arm-v7a on API level 24 at Thu Aug 29 17:12:47 CEST 2024

INFO: Enabled library fontconfig will be built

INFO: Enabled library freetype will be built

INFO: Enabled library libiconv will be built

INFO: Enabled library libpng will be built

INFO: Enabled library libuuid will be built

INFO: Enabled library expat will be built

INFO: Enabled library cpu-features will be built

INFO: Skipping fontconfig, dependencies built=0, already built=

INFO: Skipping freetype, dependencies built=0, already built=

DEBUG: Checking if libiconv is already built and installed at /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv

INFO: /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv directory not found

INFO: Flags detected for libiconv: already installed=0, rebuild requested by user=, will be rebuilt due to dependency update=

----------------------------------------------------------------

INFO: Building libiconv for arm-linux-androideabi with the following environment variables

SHELL=/bin/bash
GPL_ENABLED=no
WSL2_GUI_APPS_ENABLED=1
WSL_DISTRO_NAME=Ubuntu-24.04
WT_SESSION=b657c2cc-c56e-4e4a-babe-6e62d79d9e9f
DETECTED_NDK_VERSION=26.3.11579264
INSTALL_PKG_CONFIG_DIR=/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/pkgconfig
NAME=Ogieva
PWD=/home/ogieva/workspace/ffmpeg-kit
LOGNAME=ogieva
CXX=armv7a-linux-androideabi24-clang++
CXXFLAGS=-std=c++11 -fno-exceptions -fno-rtti -Os -ffunction-sections -fdata-sections
TOOLCHAIN_ARCH=arm
LDFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a
HOME=/home/ogieva
LANG=C.UTF-8
WSL_INTEROP=/run/WSL/13617_interop
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:
WAYLAND_DISPLAY=wayland-0
ZLIB_PACKAGE_CONFIG_PATH=/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/pkgconfig/zlib.pc
FFMPEG_KIT_BUILD_TYPE=android
API=24
LD=lld
PKG_CONFIG_LIBDIR=/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/pkgconfig
SED_INLINE=sed -i
LESSCLOSE=/usr/bin/lesspipe %s %s
TERM=xterm-256color
TOOLCHAIN=linux-x86_64
LESSOPEN=| /usr/bin/lesspipe %s
USER=ogieva
LIB_INSTALL_BASE=/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm
AR=llvm-ar
AS=armv7a-linux-androideabi24-clang
ORIGINAL_API=24
ARCH=arm-v7a
DISPLAY=:0
SHLVL=3
NM=llvm-nm
ANDROID_SDK_ROOT=/home/ogieva/Android/Sdk
FFMPEG_KIT_TMPDIR=/home/ogieva/workspace/ffmpeg-kit/.tmp
XDG_RUNTIME_DIR=/run/user/1002/
WSLENV=WT_SESSION:WT_PROFILE_ID:
BASEDIR=/home/ogieva/workspace/ffmpeg-kit
ANDROID_NDK_ROOT=/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d
STRIP=llvm-strip
XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Python312/Scripts/:/mnt/c/Python312/:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files/Go/bin:/mnt/c/Program Files/Docker/Docker/resources/bin:/mnt/c/Program Files/nodejs/:/mnt/c/ProgramData/chocolatey/bin:/mnt/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/:/mnt/c/Program Files/Git/cmd:/mnt/c/dev/flutter/bin:/mnt/c/php:/mnt/c/Users/ogiev/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/ogiev/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/ogiev/go/bin:/mnt/c/Users/ogiev/AppData/Local/GitHubDesktop/bin:/mnt/c/Users/ogiev/AppData/Roaming/npm:/snap/bin:/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin
CC=armv7a-linux-androideabi24-clang
CFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections  
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1002/bus
HOSTTYPE=x86_64
PULSE_SERVER=unix:/mnt/wslg/PulseServer
WT_PROFILE_ID={61c54bbd-c2c6-5271-96e7-009a87ff44bf}
RANLIB=llvm-ranlib
OLDPWD=/home/ogieva/workspace
_=/usr/bin/env
----------------------------------------------------------------

INFO: System information

INFO: Linux Ogieva 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

----------------------------------------------------------------

Cloning into 'gnulib'...
Updating files:  93% (10717/11428)
Updating files:  94% (10743/11428)
Updating files:  95% (10857/11428)
Updating files:  96% (10971/11428)
Updating files:  97% (11086/11428)
Updating files:  98% (11200/11428)
Updating files:  99% (11314/11428)
Updating files: 100% (11428/11428)
Updating files: 100% (11428/11428), done.
Copying file build-aux/compile
Copying file build-aux/ar-lib
if test -f srclib/Makefile.gnulib; then \
  mv srclib/Makefile.gnulib srclib/Makefile.gnulib~; \
fi
if test -n "$GNULIB_TOOL"; then \
  $GNULIB_TOOL --copy-file m4/codeset.m4 srcm4/codeset.m4 || exit $?; \
  $GNULIB_TOOL --lib=libicrt --source-base=srclib --m4-base=srcm4 --makefile-name=Makefile.gnulib --no-libtool --local-dir=gnulib-local --no-vc-files \
    --import binary-io error gettext gettext-h lib-symbol-visibility mbstate progname relocatable-prog safe-read sigpipe stdbool stdio stdlib strerror unistd uniwidth/width unlocked-io xalloc libiconv-misc; \
fi
Copying file codeset.m4
Module list with included dependencies (indented):
    absolute-header
    alignasof
    alloca-opt
    allocator
    areadlink
    assert-h
    basename-lgpl
  binary-io
    builtin-expect
    c99
    canonicalize-lgpl
    careadlinkat
    cloexec
    close
    double-slash-root
    dup2
    eloop-threshold
    environ
    errno
  error
    error-h
    extensions
    extern-inline
    fcntl
    fcntl-h
    fd-hook
    filename
    free-posix
    fstat
    gen-header
    getdtablesize
    getprogname
  gettext
  gettext-h
    glibc-internal/scratch_buffer
    havelib
    idx
    include_next
    intprops
    inttypes-incomplete
    largefile
  lib-symbol-visibility
    libc-config
  libiconv-misc
    limits-h
    malloc-posix
    malloca
  mbstate
    mempcpy
    minmax
    msvc-inval
    msvc-nothrow
    multiarch
    nocrash
    open
    pathmax
  progname
    raise
    rawmemchr
    read
    readlink
    realloc-posix
  relocatable-prog
    relocatable-prog-wrapper
  safe-read
    signal-h
  sigpipe
    sigprocmask
    snippet/_Noreturn
    snippet/arg-nonnull
    snippet/c++defs
    snippet/warn-on-use
    ssize_t
    stat
    stat-time
    std-gnu11
  stdbool
    stdckdint
    stddef
    stdint
  stdio
  stdlib
    streq
  strerror
    strerror-override
    string
    sys_stat
    sys_types
    time-h
  unistd
    unitypes
    uniwidth/base
  uniwidth/width
  unlocked-io
    unlocked-io-internal
    vararrays
    wchar
  xalloc
    xalloc-oversized
    xreadlink
Notice from module gettext:
  This module is obsolete. Use the module 'gettext-h' instead to make
  your program capable of internationalization, when GNU gettext is also
  used.
Notice from module lib-symbol-visibility:
  The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the
  compilation of all sources that make up the library.
File list:
  build-aux/config.libpath
  build-aux/config.rpath
  build-aux/install-reloc
  build-aux/libtool-reloc
  build-aux/reloc-ldflags
  doc/relocatable.texi
  lib/_Noreturn.h
  lib/alloca.in.h
  lib/allocator.c
  lib/allocator.h
  lib/areadlink.c
  lib/areadlink.h
  lib/arg-nonnull.h
  lib/assert.in.h
  lib/basename-lgpl.c
  lib/basename-lgpl.h
  lib/binary-io.c
  lib/binary-io.h
  lib/c++defs.h
  lib/c-ctype.c
  lib/c-ctype.h
  lib/canonicalize-lgpl.c
  lib/careadlinkat.c
  lib/careadlinkat.h
  lib/cdefs.h
  lib/cloexec.c
  lib/cloexec.h
  lib/close.c
  lib/dup2.c
  lib/eloop-threshold.h
  lib/errno.in.h
  lib/error.c
  lib/error.in.h
  lib/fcntl.c
  lib/fcntl.in.h
  lib/fd-hook.c
  lib/fd-hook.h
  lib/filename.h
  lib/free.c
  lib/fstat.c
  lib/getdtablesize.c
  lib/getprogname.c
  lib/getprogname.h
  lib/gettext.h
  lib/idx.h
  lib/intprops-internal.h
  lib/intprops.h
  lib/inttypes.in.h
  lib/libc-config.h
  lib/limits.in.h
  lib/localcharset.h
  lib/malloc.c
  lib/malloc/scratch_buffer.h
  lib/malloc/scratch_buffer_grow.c
  lib/malloc/scratch_buffer_grow_preserve.c
  lib/malloc/scratch_buffer_set_array_size.c
  lib/malloca.c
  lib/malloca.h
  lib/mempcpy.c
  lib/minmax.h
  lib/msvc-inval.c
  lib/msvc-inval.h
  lib/msvc-nothrow.c
  lib/msvc-nothrow.h
  lib/open.c
  lib/pathmax.h
  lib/progname.c
  lib/progname.h
  lib/progreloc.c
  lib/raise.c
  lib/rawmemchr.c
  lib/rawmemchr.valgrind
  lib/read.c
  lib/readlink.c
  lib/realloc.c
  lib/relocatable.c
  lib/relocatable.h
  lib/relocwrapper.c
  lib/safe-read.c
  lib/safe-read.h
  lib/scratch_buffer.h
  lib/setenv.c
  lib/signal.in.h
  lib/sigprocmask.c
  lib/stat-time.c
  lib/stat-time.h
  lib/stat-w32.c
  lib/stat-w32.h
  lib/stat.c
  lib/stdckdint.in.h
  lib/stddef.in.h
  lib/stdint.in.h
  lib/stdio-read.c
  lib/stdio-write.c
  lib/stdio.in.h
  lib/stdlib.in.h
  lib/streq.h
  lib/strerror-override.c
  lib/strerror-override.h
  lib/strerror.c
  lib/string.in.h
  lib/sys-limits.h
  lib/sys_stat.in.h
  lib/sys_types.in.h
  lib/time.in.h
  lib/unictype/bitmap.h
  lib/unistd.c
  lib/unistd.in.h
  lib/unitypes.in.h
  lib/uniwidth.in.h
  lib/uniwidth/cjk.h
  lib/uniwidth/width.c
  lib/uniwidth/width0.h
  lib/uniwidth/width2.h
  lib/unlocked-io.h
  lib/verify.h
  lib/warn-on-use.h
  lib/wchar.in.h
  lib/xalloc-oversized.h
  lib/xalloc.h
  lib/xmalloc.c
  lib/xreadlink.c
  lib/xreadlink.h
  lib/xstrdup.c
  m4/00gnulib.m4
  m4/__inline.m4
  m4/absolute-header.m4
  m4/alloca.m4
  m4/asm-underscore.m4
  m4/assert_h.m4
  m4/build-to-host.m4
  m4/builtin-expect.m4
  m4/c-bool.m4
  m4/canonicalize.m4
  m4/close.m4
  m4/codeset.m4
  m4/double-slash-root.m4
  m4/dup2.m4
  m4/eealloc.m4
  m4/environ.m4
  m4/errno_h.m4
  m4/error.m4
  m4/error_h.m4
  m4/extensions.m4
  m4/extern-inline.m4
  m4/fcntl-o.m4
  m4/fcntl.m4
  m4/fcntl_h.m4
  m4/free.m4
  m4/fstat.m4
  m4/getdtablesize.m4
  m4/getprogname.m4
  m4/gettext.m4
  m4/gnulib-common.m4
  m4/host-cpu-c-abi.m4
  m4/iconv.m4
  m4/include_next.m4
  m4/intl-thread-locale.m4
  m4/intlmacosx.m4
  m4/inttypes.m4
  m4/largefile.m4
  m4/lib-ld.m4
  m4/lib-link.m4
  m4/lib-prefix.m4
  m4/libunistring-base.m4
  m4/limits-h.m4
  m4/locale-fr.m4
  m4/lstat.m4
  m4/malloc.m4
  m4/malloca.m4
  m4/mbstate_t.m4
  m4/mempcpy.m4
  m4/minmax.m4
  m4/mode_t.m4
  m4/msvc-inval.m4
  m4/msvc-nothrow.m4
  m4/multiarch.m4
  m4/musl.m4
  m4/nls.m4
  m4/nocrash.m4
  m4/off64_t.m4
  m4/off_t.m4
  m4/open-cloexec.m4
  m4/open-slash.m4
  m4/open.m4
  m4/pathmax.m4
  m4/pid_t.m4
  m4/po.m4
  m4/progtest.m4
  m4/raise.m4
  m4/rawmemchr.m4
  m4/read.m4
  m4/readlink.m4
  m4/realloc.m4
  m4/relocatable-lib.m4
  m4/relocatable.m4
  m4/safe-read.m4
  m4/setenv.m4
  m4/signal_h.m4
  m4/signalblocking.m4
  m4/sigpipe.m4
  m4/ssize_t.m4
  m4/stat-time.m4
  m4/stat.m4
  m4/std-gnu11.m4
  m4/stdalign.m4
  m4/stddef_h.m4
  m4/stdint.m4
  m4/stdio_h.m4
  m4/stdlib_h.m4
  m4/strerror.m4
  m4/string_h.m4
  m4/sys_socket_h.m4
  m4/sys_stat_h.m4
  m4/sys_types_h.m4
  m4/time_h.m4
  m4/unistd_h.m4
  m4/unlocked-io.m4
  m4/vararrays.m4
  m4/visibility.m4
  m4/warn-on-use.m4
  m4/wchar_h.m4
  m4/wchar_t.m4
  m4/wint_t.m4
  m4/zzgnulib.m4
Creating directory ./doc
Creating directory ./srclib/malloc
Creating directory ./srclib/unictype
Creating directory ./srclib/uniwidth
Copying file build-aux/config.libpath
Copying file build-aux/config.rpath
Copying file build-aux/install-reloc
Copying file build-aux/libtool-reloc
Copying file build-aux/reloc-ldflags
Copying file doc/relocatable.texi
Copying file srclib/_Noreturn.h
Copying file srclib/alloca.in.h
Copying file srclib/allocator.c
Copying file srclib/allocator.h
Copying file srclib/areadlink.c
Copying file srclib/areadlink.h
Copying file srclib/arg-nonnull.h
Copying file srclib/assert.in.h
Copying file srclib/basename-lgpl.c
Copying file srclib/basename-lgpl.h
Copying file srclib/binary-io.c
Copying file srclib/binary-io.h
Copying file srclib/c++defs.h
Copying file srclib/c-ctype.c
Copying file srclib/c-ctype.h
Copying file srclib/canonicalize-lgpl.c
Copying file srclib/careadlinkat.c
Copying file srclib/careadlinkat.h
Copying file srclib/cdefs.h
Copying file srclib/cloexec.c
Copying file srclib/cloexec.h
Copying file srclib/close.c
Copying file srclib/dup2.c
Copying file srclib/eloop-threshold.h
Copying file srclib/errno.in.h
Copying file srclib/error.c
Copying file srclib/error.in.h
Copying file srclib/fcntl.c
Copying file srclib/fcntl.in.h
Copying file srclib/fd-hook.c
Copying file srclib/fd-hook.h
Copying file srclib/filename.h
Copying file srclib/free.c
Copying file srclib/fstat.c
Copying file srclib/getdtablesize.c
Copying file srclib/getprogname.c
Copying file srclib/getprogname.h
Copying file srclib/gettext.h
Copying file srclib/idx.h
Copying file srclib/intprops-internal.h
Copying file srclib/intprops.h
Copying file srclib/inttypes.in.h
Copying file srclib/libc-config.h
Copying file srclib/limits.in.h
Copying file srclib/localcharset.h
Copying file srclib/malloc.c
Copying file srclib/malloc/scratch_buffer.h
Copying file srclib/malloc/scratch_buffer_grow.c
Copying file srclib/malloc/scratch_buffer_grow_preserve.c
Copying file srclib/malloc/scratch_buffer_set_array_size.c
Copying file srclib/malloca.c
Copying file srclib/malloca.h
Copying file srclib/mempcpy.c
Copying file srclib/minmax.h
Copying file srclib/msvc-inval.c
Copying file srclib/msvc-inval.h
Copying file srclib/msvc-nothrow.c
Copying file srclib/msvc-nothrow.h
Copying file srclib/open.c
Copying file srclib/pathmax.h
Copying file srclib/progname.c
Copying file srclib/progname.h
Copying file srclib/progreloc.c
Copying file srclib/raise.c
Copying file srclib/rawmemchr.c
Copying file srclib/rawmemchr.valgrind
Copying file srclib/read.c
Copying file srclib/readlink.c
Copying file srclib/realloc.c
Copying file srclib/relocatable.c
Copying file srclib/relocatable.h
Copying file srclib/relocwrapper.c
Copying file srclib/safe-read.c
Copying file srclib/safe-read.h
Copying file srclib/scratch_buffer.h
Copying file srclib/setenv.c
Copying file srclib/signal.in.h
Copying file srclib/sigprocmask.c
Copying file srclib/stat-time.c
Copying file srclib/stat-time.h
Copying file srclib/stat-w32.c
Copying file srclib/stat-w32.h
Copying file srclib/stat.c
Copying file srclib/stdckdint.in.h
Copying file srclib/stddef.in.h
Copying file srclib/stdint.in.h
Copying file srclib/stdio-read.c
Copying file srclib/stdio-write.c
Copying file srclib/stdio.in.h
Copying file srclib/stdlib.in.h
Copying file srclib/streq.h
Copying file srclib/strerror-override.c
Copying file srclib/strerror-override.h
Copying file srclib/strerror.c
Copying file srclib/string.in.h
Copying file srclib/sys-limits.h
Copying file srclib/sys_stat.in.h
Copying file srclib/sys_types.in.h
Copying file srclib/time.in.h
Copying file srclib/unictype/bitmap.h
Copying file srclib/unistd.c
Copying file srclib/unistd.in.h
Copying file srclib/unitypes.in.h
Copying file srclib/uniwidth.in.h
Copying file srclib/uniwidth/cjk.h
Copying file srclib/uniwidth/width.c
Copying file srclib/uniwidth/width0.h
Copying file srclib/uniwidth/width2.h
Copying file srclib/unlocked-io.h
Copying file srclib/verify.h
Copying file srclib/warn-on-use.h
Copying file srclib/wchar.in.h
Copying file srclib/xalloc-oversized.h
Copying file srclib/xalloc.h
Copying file srclib/xmalloc.c
Copying file srclib/xreadlink.c
Copying file srclib/xreadlink.h
Copying file srclib/xstrdup.c
Copying file srcm4/00gnulib.m4
Copying file srcm4/__inline.m4
Copying file srcm4/absolute-header.m4
Copying file srcm4/alloca.m4
Copying file srcm4/asm-underscore.m4
Copying file srcm4/assert_h.m4
Copying file srcm4/build-to-host.m4
Copying file srcm4/builtin-expect.m4
Copying file srcm4/c-bool.m4
Copying file srcm4/canonicalize.m4
Copying file srcm4/close.m4
Copying file srcm4/double-slash-root.m4
Copying file srcm4/dup2.m4
Copying file srcm4/eealloc.m4
Copying file srcm4/environ.m4
Copying file srcm4/errno_h.m4
Copying file srcm4/error.m4
Copying file srcm4/error_h.m4
Copying file srcm4/extensions.m4
Copying file srcm4/extern-inline.m4
Copying file srcm4/fcntl-o.m4
Copying file srcm4/fcntl.m4
Copying file srcm4/fcntl_h.m4
Copying file srcm4/free.m4
Copying file srcm4/fstat.m4
Copying file srcm4/getdtablesize.m4
Copying file srcm4/getprogname.m4
Copying file srcm4/gettext.m4
Copying file srcm4/gnulib-common.m4
Copying file srcm4/gnulib-tool.m4
Copying file srcm4/host-cpu-c-abi.m4
Copying file srcm4/iconv.m4
Copying file srcm4/include_next.m4
Copying file srcm4/intl-thread-locale.m4
Copying file srcm4/intlmacosx.m4
Copying file srcm4/inttypes.m4
Copying file srcm4/largefile.m4
Copying file srcm4/lib-ld.m4
Copying file srcm4/lib-link.m4
Copying file srcm4/lib-prefix.m4
Copying file srcm4/libunistring-base.m4
Copying file srcm4/limits-h.m4
Copying file srcm4/locale-fr.m4
Copying file srcm4/lstat.m4
Copying file srcm4/malloc.m4
Copying file srcm4/malloca.m4
Copying file srcm4/mbstate_t.m4
Copying file srcm4/mempcpy.m4
Copying file srcm4/minmax.m4
Copying file srcm4/mode_t.m4
Copying file srcm4/msvc-inval.m4
Copying file srcm4/msvc-nothrow.m4
Copying file srcm4/multiarch.m4
Copying file srcm4/musl.m4
Copying file srcm4/nls.m4
Copying file srcm4/nocrash.m4
Copying file srcm4/off64_t.m4
Copying file srcm4/off_t.m4
Copying file srcm4/open-cloexec.m4
Copying file srcm4/open-slash.m4
Copying file srcm4/open.m4
Copying file srcm4/pathmax.m4
Copying file srcm4/pid_t.m4
Copying file srcm4/po.m4
Copying file srcm4/progtest.m4
Copying file srcm4/raise.m4
Copying file srcm4/rawmemchr.m4
Copying file srcm4/read.m4
Copying file srcm4/readlink.m4
Copying file srcm4/realloc.m4
Copying file srcm4/relocatable-lib.m4
Copying file srcm4/relocatable.m4
Copying file srcm4/safe-read.m4
Copying file srcm4/setenv.m4
Copying file srcm4/signal_h.m4
Copying file srcm4/signalblocking.m4
Copying file srcm4/sigpipe.m4
Copying file srcm4/ssize_t.m4
Copying file srcm4/stat-time.m4
Copying file srcm4/stat.m4
Copying file srcm4/std-gnu11.m4
Copying file srcm4/stdalign.m4
Copying file srcm4/stddef_h.m4
Copying file srcm4/stdint.m4
Copying file srcm4/stdio_h.m4
Copying file srcm4/stdlib_h.m4
Copying file srcm4/strerror.m4
Copying file srcm4/string_h.m4
Copying file srcm4/sys_socket_h.m4
Copying file srcm4/sys_stat_h.m4
Copying file srcm4/sys_types_h.m4
Copying file srcm4/time_h.m4
Copying file srcm4/unistd_h.m4
Copying file srcm4/unlocked-io.m4
Copying file srcm4/vararrays.m4
Copying file srcm4/visibility.m4
Copying file srcm4/warn-on-use.m4
Copying file srcm4/wchar_h.m4
Copying file srcm4/wchar_t.m4
Copying file srcm4/wint_t.m4
Copying file srcm4/zzgnulib.m4
Creating srcm4/gnulib-cache.m4
Creating srcm4/gnulib-comp.m4
Creating srclib/Makefile.gnulib
Finished.

You may need to add #include directives for the following .h files.
  #include <error.h>
  #include <signal.h>
  #include <stdio.h>
  #include <stdlib.h>
  #include <string.h>
  #include <unistd.h>
  #include "binary-io.h"
  #include "gettext.h"
  #include "progname.h"
  #include "relocatable.h"
  #include "safe-read.h"
  #include "uniwidth.h"
  #include "unlocked-io.h"
  #include "xalloc.h"

You may need to use the following Makefile variables when linking.
Use them in <program>_LDADD when linking a program, or
in <library>_a_LDFLAGS or <library>_la_LDFLAGS when linking a library.
  $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise

Don't forget to
  - "include Makefile.gnulib" from within "srclib/Makefile.am",
  - mention "-I srcm4" in ACLOCAL_AMFLAGS in Makefile.am
    or add an AC_CONFIG_MACRO_DIRS([srcm4]) invocation in ./configure.ac,
  - mention "srcm4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am,
  - invoke gl_EARLY in ./configure.ac, right after AC_PROG_CC,
  - invoke gl_INIT in ./configure.ac.
if test -n "$GNULIB_TOOL"; then \
  for file in config.guess config.sub; do \
    $GNULIB_TOOL --copy-file build-aux/$file || exit $?; \
    chmod a+x build-aux/$file || exit $?; \
  done; \
  $GNULIB_TOOL --copy-file tests/qemu.h || exit $?; \
fi
Copying file build-aux/config.guess
Copying file build-aux/config.sub
Copying file tests/qemu.h
aclocal-1.16 -I m4 -I srcm4 --output=aclocal.m4 && touch aclocal.m4 && rm -rf autom4te.cache
(cd build-aux && rm -f depcomp install-sh mdate-sh missing test-driver)
automake-1.16 --gnits --add-missing --copy srclib/Makefile && rm -rf autom4te.cache
configure.ac:22: installing 'build-aux/install-sh'
configure.ac:22: installing 'build-aux/missing'
rm -f srclib/Makefile.in
rm -f aclocal.m4 configure config.h.in include/iconv.h.build.in
rm -f lib/aliases.gperf lib/aliases_sysaix.gperf lib/aliases_syshpux.gperf lib/aliases_sysosf1.gperf lib/aliases_syssolaris.gperf
rm -f lib/aliases.h lib/aliases_sysaix.h lib/aliases_syshpux.h lib/aliases_sysosf1.h lib/aliases_syssolaris.h
rm -f lib/aliases_aix.h lib/aliases_aix_sysaix.h
rm -f lib/aliases_osf1.h lib/aliases_osf1_sysosf1.h
rm -f lib/aliases_dos.h
rm -f lib/aliases_zos.h
rm -f lib/aliases_extra.h
rm -f lib/canonical.h lib/canonical_sysaix.h lib/canonical_syshpux.h lib/canonical_sysosf1.h lib/canonical_syssolaris.h
rm -f lib/canonical_aix.h lib/canonical_aix_sysaix.h
rm -f lib/canonical_osf1.h lib/canonical_osf1_sysosf1.h
rm -f lib/canonical_dos.h
rm -f lib/canonical_zos.h
rm -f lib/canonical_extra.h
rm -f lib/canonical_local.h lib/canonical_local_sysaix.h lib/canonical_local_syshpux.h lib/canonical_local_sysosf1.h lib/canonical_local_syssolaris.h
rm -f lib/flags.h
rm -f lib/translit.h
rm -f man/iconv.1.html man/iconv.3.html man/iconv_close.3.html man/iconv_open.3.html man/iconvctl.3.html man/iconv_open_into.3.html
cd libcharset && make -f Makefile.devel totally-clean
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset'
rm -f autoconf/aclocal.m4 configure config.h.in include/libcharset.h.build.in include/localcharset.h.build.in
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset'
aclocal-1.16 -I m4 -I srcm4 --output=aclocal.m4 && touch aclocal.m4 && rm -rf autom4te.cache
(cd build-aux && rm -f depcomp install-sh mdate-sh missing test-driver)
automake-1.16 --gnits --add-missing --copy srclib/Makefile && rm -rf autom4te.cache
configure.ac:22: installing 'build-aux/install-sh'
configure.ac:22: installing 'build-aux/missing'
autoconf && rm -rf autom4te.cache
autoheader && rm -rf autom4te.cache
touch config.h.in
sed -e 's/extern \([^"]\)/extern LIBICONV_DLL_EXPORTED \1/' \
    -e '/_LIBICONV_VERSION/r include/export.h' \
  < include/iconv.h.in > include/iconv.h.build.in
gcc -Wall -O lib/genaliases.c -o genaliases
./genaliases lib/aliases.gperf canonical.sh canonical_local.sh
rm -f genaliases
gperf -m 10 lib/aliases.gperf > tmp.h
sed -e 's/^\(const struct alias \)/static \1/' < tmp.h > lib/aliases.h
sh canonical.sh > lib/canonical.h
sh canonical_local.sh > lib/canonical_local.h
rm -f tmp.h canonical.sh canonical_local.sh
gcc -Wall -O -DUSE_AIX_ALIASES lib/genaliases.c -o genaliases
./genaliases lib/aliases_sysaix.gperf canonical.sh canonical_local.sh
rm -f genaliases
gperf -m 10 lib/aliases_sysaix.gperf > tmp.h
sed -e 's/^\(const struct alias \)/static \1/' < tmp.h > lib/aliases_sysaix.h
sh canonical.sh > lib/canonical_sysaix.h
sh canonical_local.sh > lib/canonical_local_sysaix.h
rm -f tmp.h canonical.sh canonical_local.sh
gcc -Wall -O -DUSE_HPUX_ALIASES lib/genaliases.c -o genaliases
./genaliases lib/aliases_syshpux.gperf canonical.sh canonical_local.sh
rm -f genaliases
gperf -m 10 lib/aliases_syshpux.gperf > tmp.h
sed -e 's/^\(const struct alias \)/static \1/' < tmp.h > lib/aliases_syshpux.h
sh canonical.sh > lib/canonical_syshpux.h
sh canonical_local.sh > lib/canonical_local_syshpux.h
rm -f tmp.h canonical.sh canonical_local.sh
gcc -Wall -O -DUSE_OSF1_ALIASES lib/genaliases.c -o genaliases
./genaliases lib/aliases_sysosf1.gperf canonical.sh canonical_local.sh
rm -f genaliases
gperf -m 10 lib/aliases_sysosf1.gperf > tmp.h
sed -e 's/^\(const struct alias \)/static \1/' < tmp.h > lib/aliases_sysosf1.h
sh canonical.sh > lib/canonical_sysosf1.h
sh canonical_local.sh > lib/canonical_local_sysosf1.h
rm -f tmp.h canonical.sh canonical_local.sh
gcc -Wall -O -DUSE_SOLARIS_ALIASES lib/genaliases.c -o genaliases
./genaliases lib/aliases_syssolaris.gperf canonical.sh canonical_local.sh
rm -f genaliases
gperf -m 10 lib/aliases_syssolaris.gperf > tmp.h
sed -e 's/^\(const struct alias \)/static \1/' < tmp.h > lib/aliases_syssolaris.h
sh canonical.sh > lib/canonical_syssolaris.h
sh canonical_local.sh > lib/canonical_local_syssolaris.h
rm -f tmp.h canonical.sh canonical_local.sh
gcc -Wall -O -DUSE_AIX lib/genaliases2.c -o genaliases
./genaliases aix lib/aliases_aix.h lib/canonical_aix.h
rm -f genaliases
gcc -Wall -O -DUSE_AIX -DUSE_AIX_ALIASES lib/genaliases2.c -o genaliases
./genaliases aix lib/aliases_aix_sysaix.h lib/canonical_aix_sysaix.h
rm -f genaliases
gcc -Wall -O -DUSE_OSF1 lib/genaliases2.c -o genaliases
./genaliases osf1 lib/aliases_osf1.h lib/canonical_osf1.h
rm -f genaliases
gcc -Wall -O -DUSE_OSF1 -DUSE_OSF1_ALIASES lib/genaliases2.c -o genaliases
./genaliases osf1 lib/aliases_osf1_sysosf1.h lib/canonical_osf1_sysosf1.h
rm -f genaliases
gcc -Wall -O -DUSE_DOS lib/genaliases2.c -o genaliases
./genaliases dos lib/aliases_dos.h lib/canonical_dos.h
rm -f genaliases
gcc -Wall -O -DUSE_ZOS lib/genaliases2.c -o genaliases
./genaliases zos lib/aliases_zos.h lib/canonical_zos.h
rm -f genaliases
gcc -Wall -O -DUSE_EXTRA lib/genaliases2.c -o genaliases
./genaliases extra lib/aliases_extra.h lib/canonical_extra.h
rm -f genaliases
gcc -Wall -O lib/genflags.c -o genflags
./genflags > lib/flags.h
rm -f genflags
gcc -Wall -O lib/gentranslit.c -o gentranslit
./gentranslit < lib/translit.def > lib/translit.h
rm -f gentranslit
groff -mandoc -Thtml man/iconv.1 > man/iconv.1.html-t
grep -v '<!-- CreationDate' < man/iconv.1.html-t > man/iconv.1.html
rm -f man/iconv.1.html-t
groff -mandoc -Thtml man/iconv.3 > man/iconv.3.html-t
grep -v '<!-- CreationDate' < man/iconv.3.html-t > man/iconv.3.html
rm -f man/iconv.3.html-t
groff -mandoc -Thtml man/iconv_close.3 > man/iconv_close.3.html-t
grep -v '<!-- CreationDate' < man/iconv_close.3.html-t > man/iconv_close.3.html
rm -f man/iconv_close.3.html-t
groff -mandoc -Thtml man/iconv_open.3 > man/iconv_open.3.html-t
troff:./man/iconv_open.3:37: warning [p 1, 3.8i]: cannot adjust line
troff:./man/iconv_open.3:179: warning [p 1, 17.8i]: cannot break line
troff:./man/iconv_open.3:180: warning [p 1, 18.0i]: cannot break line
troff:./man/iconv_open.3:181: warning [p 1, 18.2i]: cannot break line
grep -v '<!-- CreationDate' < man/iconv_open.3.html-t > man/iconv_open.3.html
rm -f man/iconv_open.3.html-t
groff -mandoc -Thtml man/iconvctl.3 > man/iconvctl.3.html-t
grep -v '<!-- CreationDate' < man/iconvctl.3.html-t > man/iconvctl.3.html
rm -f man/iconvctl.3.html-t
groff -mandoc -Thtml man/iconv_open_into.3 > man/iconv_open_into.3.html-t
grep -v '<!-- CreationDate' < man/iconv_open_into.3.html-t > man/iconv_open_into.3.html
rm -f man/iconv_open_into.3.html-t
cd libcharset && make -f Makefile.devel all
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset'
test -d autoconf || mkdir autoconf
aclocal-1.16 -I m4 --output=autoconf/aclocal.m4 && rm -rf autom4te.cache
autoconf --include autoconf && rm -rf autom4te.cache
autoheader --include autoconf && rm -rf autom4te.cache
touch config.h.in
sed -e 's/extern \([^"]\)/extern LIBCHARSET_DLL_EXPORTED \1/' \
    -e '/#define _LIBCHARSET_H/r include/export.h' \
  < include/libcharset.h.in > include/libcharset.h.build.in
sed -e 's/extern \([^"]\)/extern LIBCHARSET_DLL_EXPORTED \1/' \
    -e '/#define _LOCALCHARSET_H/r include/export.h' \
  < include/localcharset.h.in > include/localcharset.h.build.in
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset'
rm -f autoconf/aclocal.m4 configure config.h.in include/libcharset.h.build.in include/localcharset.h.build.in
test -d autoconf || mkdir autoconf
aclocal-1.16 -I m4 --output=autoconf/aclocal.m4 && rm -rf autom4te.cache
autoconf --include autoconf && rm -rf autom4te.cache
autoheader --include autoconf && rm -rf autom4te.cache
touch config.h.in
sed -e 's/extern \([^"]\)/extern LIBCHARSET_DLL_EXPORTED \1/' \
    -e '/#define _LIBCHARSET_H/r include/export.h' \
  < include/libcharset.h.in > include/libcharset.h.build.in
sed -e 's/extern \([^"]\)/extern LIBCHARSET_DLL_EXPORTED \1/' \
    -e '/#define _LOCALCHARSET_H/r include/export.h' \
  < include/localcharset.h.in > include/localcharset.h.build.in
./autogen.sh: done.  Now you can run './configure'.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-androideabi-strip... llvm-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make sets $(MAKE)... (cached) yes
checking for arm-linux-androideabi-gcc... armv7a-linux-androideabi24-clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether armv7a-linux-androideabi24-clang accepts -g... yes
checking for armv7a-linux-androideabi24-clang option to enable C11 features... unsupported
checking for armv7a-linux-androideabi24-clang option to enable C99 features... none needed
checking whether armv7a-linux-androideabi24-clang understands -c and -o together... yes
checking whether the compiler is clang... yes
checking for compiler option needed when checking for declarations... -Werror=implicit-function-declaration
checking whether make supports the include directive... yes (GNU style)
checking dependency style of armv7a-linux-androideabi24-clang... none
checking how to run the C preprocessor... armv7a-linux-androideabi24-clang -E
checking for strip... /usr/bin/strip
checking for arm-linux-androideabi-strip... (cached) llvm-strip
checking build system type... x86_64-pc-linux-androidx32
checking host system type... arm-unknown-linux-androideabi
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for sys/param.h... yes
checking for sys/socket.h... yes
checking for error.h... yes
checking for limits.h... yes
checking for sys/time.h... yes
checking for stdbool.h... yes
checking for stdckdint.h... no
checking for features.h... yes
checking for crtdefs.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for arm-linux-androideabi-ar... llvm-ar
checking for  option for large files... -D_FILE_OFFSET_BITS=64
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by armv7a-linux-androideabi24-clang... lld
checking if the linker (lld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... llvm-nm
checking the name lister (llvm-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-androidx32 file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-androidx32 file names to toolchain format... func_convert_file_noop
checking for lld option to reload object files... -r
checking for arm-linux-androideabi-file... no
checking for file... file
configure: WARNING: using cross tools not prefixed with host triplet
checking for arm-linux-androideabi-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-androideabi-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-linux-androideabi-ar... (cached) llvm-ar
checking for archiver @FILE support... @
checking for arm-linux-androideabi-strip... (cached) llvm-strip
checking for arm-linux-androideabi-ranlib... llvm-ranlib
checking command to parse llvm-nm output from armv7a-linux-androideabi24-clang object... ok
checking for sysroot... /home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for arm-linux-androideabi-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if armv7a-linux-androideabi24-clang supports -fno-rtti -fno-exceptions... yes
checking for armv7a-linux-androideabi24-clang option to produce PIC... -fPIC -DPIC
checking if armv7a-linux-androideabi24-clang PIC flag -fPIC -DPIC works... yes
checking if armv7a-linux-androideabi24-clang static flag -static works... no
checking if armv7a-linux-androideabi24-clang supports -c -o file.o... yes
checking if armv7a-linux-androideabi24-clang supports -c -o file.o... (cached) yes
checking whether the armv7a-linux-androideabi24-clang linker (lld) supports shared libraries... yes
checking dynamic linker characteristics... Android linker
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ld... lld
checking if the linker (lld) is GNU ld... no
checking for shared library path variable... LD_LIBRARY_PATH
checking whether to activate relocatable installation... no
checking how to copy files... cp -p
checking how to make hard links... ln
checking whether ln -s works... yes
checking for arm-linux-androideabi-windres... no
checking for windres... no
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for shared library run path origin... done
checking 32-bit host C ABI... yes
checking for ELF binary format... yes
checking for the common suffixes of directories in the library search path... lib,lib,lib
checking for iconv... no, consider installing GNU libiconv
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyPreferredLanguages... no
checking for GNU gettext in libc... no
checking for iconv... (cached) no, consider installing GNU libiconv
checking for GNU gettext in libintl... no
checking whether to use NLS... no
checking for mbstate_t... yes
checking for wchar_t... yes
checking for getc_unlocked... yes
checking for mbrtowc... yes
checking for wcrtomb... yes
checking for mbsinit... yes
checking for setlocale... yes
checking whether <wchar.h> is standalone... yes
checking for memmove... yes
checking for nl_langinfo and CODESET... no
checking for symlink... yes
checking for canonicalize_file_name... no
checking for realpath... yes
checking for lstat... yes
checking for _set_invalid_parameter_handler... no
checking for fcntl... yes
checking for getdtablesize... no
checking for getexecname... no
checking for readlink... yes
checking for setenv... yes
checking for working fcntl.h... cross-compiling
checking for wchar.h... (cached) yes
checking for EILSEQ... yes
checking whether byte ordering is bigendian... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking whether lstat correctly handles trailing slash... guessing yes
checking for armv7a-linux-androideabi24-clang options needed to detect all undeclared functions... none needed
checking whether // is distinct from /... unknown, assuming no
checking whether realpath works... guessing no
checking for faccessat... yes
checking for getcwd... yes
checking for C/C++ restrict keyword... __restrict__
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking for error... yes
checking whether error_at_line is declared... yes
checking for error_at_line... yes
checking for working error function... guessing no
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... yes
checking whether ctype.h defines __header_inline... no
checking for pid_t... yes
checking for mode_t... yes
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether getdtablesize is declared... no
checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no
checking for wint_t... yes
checking whether wint_t is large enough... yes
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... guessing yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... no
checking whether malloc is ptrdiff_t safe... no
checking whether malloc, realloc, calloc set errno on failure... yes
checking whether malloc (0) returns nonnull... guessing no
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking for O_CLOEXEC... yes
checking for promoted mode_t type... int
checking for sigset_t... yes
checking for SIGPIPE... yes
checking whether setenv is declared... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking whether C symbols are prefixed with underscore at the linker level... no
checking for good max_align_t... no
checking whether NULL can be used in arbitrary expressions... yes
checking for unreachable... no
checking whether nullptr_t needs <stddef.h>... yes
checking for clean definition of __STDC_VERSION_STDDEF_H__... yes
checking whether fcloseall is declared... no
checking whether getw is declared... no
checking whether putw is declared... no
checking which flavor of printf attribute matches inttypes macros... system
checking for a french Unicode locale... none
checking whether ecvt is declared... no
checking whether fcvt is declared... no
checking whether gcvt is declared... no
checking whether MB_CUR_MAX is correct... guessing yes
checking whether strerror(0) succeeds... guessing no
checking for off64_t... yes
checking for struct timespec in <time.h>... yes
checking for TIME_UTC in <time.h>... yes
checking whether execvpe is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking whether wcsdup is declared... yes
checking for C compiler option to allow warnings... -Wno-error
checking for alignas and alignof... yes, <stdalign.h> macros
checking for static_assert... no
checking for __builtin_expect... yes
checking for readlinkat... yes
checking whether // is distinct from /... (cached) unknown, assuming no
checking whether dup2 works... guessing no
checking for setdtablesize... no
checking whether fcntl handles F_DUPFD correctly... guessing yes
checking whether fcntl understands F_DUPFD_CLOEXEC... guessing no
checking whether free is known to preserve errno... no
checking for getprogname... yes
checking whether program_invocation_name is declared... no
checking whether the -Werror option is usable... (cached) yes
checking for simple visibility declarations... (cached) yes
checking whether the compiler supports the __inline keyword... yes
checking for mbstate_t... (cached) yes
checking for mempcpy... yes
checking whether open recognizes a trailing slash... guessing yes
checking whether program_invocation_name is declared... (cached) no
checking whether program_invocation_short_name is declared... no
checking for raise... yes
checking for sigprocmask... yes
checking for rawmemchr... no
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... guessing yes
checking whether readlink truncates results correctly... guessing yes
checking for faccessat... (cached) yes
checking for getcwd... (cached) yes
checking whether free is known to preserve errno... (cached) no
checking for mempcpy... (cached) yes
checking for rawmemchr... (cached) no
checking for search.h... yes
checking for tsearch... yes
checking for sigprocmask... (cached) yes
checking for ssize_t... (cached) yes
checking whether stat handles trailing slashes on files... guessing yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for bool, true, false... no
checking for variable-length arrays... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating srclib/Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating man/Makefile
config.status: creating tests/Makefile
config.status: creating include/iconv.h
config.status: creating include/iconv.h.inst
config.status: creating config.h
config.status: creating lib/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
=== configuring in libcharset (/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv'  '--with-pic' '--with-sysroot=/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot' '--enable-static' '--disable-shared' '--disable-fast-install' '--disable-rpath' '--host=arm-linux-androideabi' 'host_alias=arm-linux-androideabi' 'CC=armv7a-linux-androideabi24-clang' 'CFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections  ' 'LDFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a' --cache-file=/dev/null --srcdir=.
checking whether make sets $(MAKE)... yes
checking for arm-linux-androideabi-gcc... armv7a-linux-androideabi24-clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether armv7a-linux-androideabi24-clang accepts -g... yes
checking for armv7a-linux-androideabi24-clang option to enable C11 features... unsupported
checking for armv7a-linux-androideabi24-clang option to enable C99 features... none needed
checking how to run the C preprocessor... armv7a-linux-androideabi24-clang -E
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-androidx32
checking host system type... arm-unknown-linux-androideabi
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by armv7a-linux-androideabi24-clang... lld
checking if the linker (lld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... llvm-nm
checking the name lister (llvm-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-androidx32 file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-androidx32 file names to toolchain format... func_convert_file_noop
checking for lld option to reload object files... -r
checking for arm-linux-androideabi-file... no
checking for file... file
configure: WARNING: using cross tools not prefixed with host triplet
checking for arm-linux-androideabi-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-androideabi-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-linux-androideabi-ar... llvm-ar
checking for archiver @FILE support... @
checking for arm-linux-androideabi-strip... llvm-strip
checking for arm-linux-androideabi-ranlib... llvm-ranlib
checking for gawk... gawk
checking command to parse llvm-nm output from armv7a-linux-androideabi24-clang object... ok
checking for sysroot... /home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for arm-linux-androideabi-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if armv7a-linux-androideabi24-clang supports -fno-rtti -fno-exceptions... yes
checking for armv7a-linux-androideabi24-clang option to produce PIC... -fPIC -DPIC
checking if armv7a-linux-androideabi24-clang PIC flag -fPIC -DPIC works... yes
checking if armv7a-linux-androideabi24-clang static flag -static works... no
checking if armv7a-linux-androideabi24-clang supports -c -o file.o... yes
checking if armv7a-linux-androideabi24-clang supports -c -o file.o... (cached) yes
checking whether the armv7a-linux-androideabi24-clang linker (lld) supports shared libraries... yes
checking dynamic linker characteristics... Android linker
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ld... lld
checking if the linker (lld) is GNU ld... no
checking for shared library path variable... LD_LIBRARY_PATH
checking whether to activate relocatable installation... no
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for nl_langinfo and CODESET... no
checking for symlink... yes
checking for working fcntl.h... cross-compiling
checking for setlocale... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating include/libcharset.h
config.status: creating include/libcharset.h.inst
config.status: creating include/localcharset.h
config.status: creating include/localcharset.h.inst
config.status: creating config.h
config.status: executing libtool commands
builddir="`pwd`"; cd libcharset && make all && make install-lib libdir="$builddir/lib" includedir="$builddir/lib"
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset'
cd lib && make all
make[2]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset/lib'
/bin/bash ../libtool --mode=compile armv7a-linux-androideabi24-clang -I. -I. -I.. -I./.. -I../include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -fvisibility=hidden  -DBUILDING_LIBCHARSET -DHAVE_CONFIG_H -c ./localcharset.c
/bin/bash ../libtool --mode=compile armv7a-linux-androideabi24-clang -I. -I. -I.. -I./.. -I../include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -fvisibility=hidden  -DBUILDING_LIBCHARSET -DHAVE_CONFIG_H -c ./relocatable-stub.c
libtool: compile:  armv7a-linux-androideabi24-clang -I. -I. -I.. -I./.. -I../include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -fvisibility=hidden -DBUILDING_LIBCHARSET -DHAVE_CONFIG_H -c ./localcharset.c  -fPIC -DPIC -o localcharset.o
libtool: compile:  armv7a-linux-androideabi24-clang -I. -I. -I.. -I./.. -I../include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -fvisibility=hidden -DBUILDING_LIBCHARSET -DHAVE_CONFIG_H -c ./relocatable-stub.c  -fPIC -DPIC -o relocatable-stub.o
/bin/bash ../libtool --mode=link armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -fvisibility=hidden -o libcharset.la -rpath /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib -version-info 1:0:0 -no-undefined localcharset.lo relocatable-stub.lo
libtool: link: llvm-ar cr .libs/libcharset.a  localcharset.o relocatable-stub.o
libtool: link: llvm-ranlib .libs/libcharset.a
libtool: link: ( cd ".libs" && rm -f "libcharset.la" && ln -s "../libcharset.la" "libcharset.la" )
make[2]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset/lib'
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset'
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset'
cd lib && make all
make[2]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset/lib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset/lib'
cd lib && make install-lib libdir='/home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib' includedir='/home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib'
make[2]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset/lib'
/bin/bash ../build-aux/mkinstalldirs /home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib
/bin/bash ../libtool --mode=install /usr/bin/install -c libcharset.la /home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib/libcharset.la
libtool: install: /usr/bin/install -c .libs/libcharset.lai /home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib/libcharset.la
libtool: install: /usr/bin/install -c .libs/libcharset.a /home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib/libcharset.a
libtool: install: chmod 644 /home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib/libcharset.a
libtool: install: llvm-ranlib /home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib/libcharset.a
libtool: warning: remember to run 'libtool --finish /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib'
make[2]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset/lib'
/bin/bash ./build-aux/mkinstalldirs /home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib
/usr/bin/install -c -m 644 include/libcharset.h.inst /home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib/libcharset.h
/usr/bin/install -c -m 644 include/localcharset.h /home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib/localcharset.h
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset'
cd lib && make all
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib'
/bin/bash ../libtool --mode=compile armv7a-linux-androideabi24-clang -I. -I. -I../include -I./../include -I.. -I./..  -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -fvisibility=hidden -DLIBDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib\" -DBUILDING_LIBICONV -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c ./iconv.c
/bin/bash ../libtool --mode=compile armv7a-linux-androideabi24-clang -I. -I. -I../include -I./../include -I.. -I./..  -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -fvisibility=hidden -DLIBDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib\" -DBUILDING_LIBICONV -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c
/bin/bash ../libtool --mode=compile armv7a-linux-androideabi24-clang -I. -I. -I../include -I./../include -I.. -I./..  -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -fvisibility=hidden -DLIBDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib\" -DBUILDING_LIBICONV -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c ./relocatable.c
libtool: compile:  armv7a-linux-androideabi24-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -fvisibility=hidden -DLIBDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib\" -DBUILDING_LIBICONV -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c ./iconv.c  -fPIC -DPIC -o iconv.o
libtool: compile:  armv7a-linux-androideabi24-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -fvisibility=hidden -DLIBDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib\" -DBUILDING_LIBICONV -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c  -fPIC -DPIC -o localcharset.o
libtool: compile:  armv7a-linux-androideabi24-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -fvisibility=hidden -DLIBDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib\" -DBUILDING_LIBICONV -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c ./relocatable.c  -fPIC -DPIC -o relocatable.o
In file included from ./iconv.c:77:
In file included from ./converters.h:245:
In file included from ./cp950.h:129:
./cp950ext.h:38:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  if ((c1 == 0xf9)) {
       ~~~^~~~~~~
./cp950ext.h:38:11: note: remove extraneous parentheses around the comparison to silence this warning
  if ((c1 == 0xf9)) {
      ~   ^      ~
./cp950ext.h:38:11: note: use '=' to turn this equality comparison into an assignment
  if ((c1 == 0xf9)) {
          ^~
          =
In file included from ./iconv.c:77:
In file included from ./converters.h:247:
In file included from ./big5hkscs2001.h:47:
./hkscs2001.h:62:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  if ((c1 == 0x8c)) {
       ~~~^~~~~~~
./hkscs2001.h:62:11: note: remove extraneous parentheses around the comparison to silence this warning
  if ((c1 == 0x8c)) {
      ~   ^      ~
./hkscs2001.h:62:11: note: use '=' to turn this equality comparison into an assignment
  if ((c1 == 0x8c)) {
          ^~
          =
In file included from ./iconv.c:77:
In file included from ./converters.h:249:
In file included from ./big5hkscs2008.h:47:
./hkscs2008.h:58:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  if ((c1 == 0x87)) {
       ~~~^~~~~~~
./hkscs2008.h:58:11: note: remove extraneous parentheses around the comparison to silence this warning
  if ((c1 == 0x87)) {
      ~   ^      ~
./hkscs2008.h:58:11: note: use '=' to turn this equality comparison into an assignment
  if ((c1 == 0x87)) {
          ^~
          =
In file included from ./iconv.c:148:
In file included from ./loops.h:23:
./loop_wchar.h:39:17: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
  extern size_t mbrtowc ();
                ^
/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/../sysroot/usr/include/wchar.h:58:8: note: conflicting prototype is here
size_t mbrtowc(wchar_t* _Nullable __buf, const char* _Nullable __s, size_t __n, mbstate_t* _Nullable __ps);
       ^
4 warnings generated.
/bin/bash ../libtool --mode=link armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a  -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -fvisibility=hidden -o libiconv.la -rpath /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib -version-info 8:1:6 -no-undefined iconv.lo localcharset.lo relocatable.lo  
libtool: link: llvm-ar cr .libs/libiconv.a  iconv.o localcharset.o relocatable.o
libtool: link: llvm-ranlib .libs/libiconv.a
libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" )
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib'
cd srclib && make all
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/srclib'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  -e 's|@''HAVE_ALLOCA_H''@||g' \
  ./alloca.in.h > alloca.h-t
{ sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_ASSERT_H''@|<assert.h>|g' \
      < ./assert.in.h && \
  sed -e '/@assert.h omit start@/,/@assert.h omit end@/d' \
      -e 's|_gl_verify|_gl_static_assert|g' \
      -e 's|_GL_VERIFY|_GL_STATIC_ASSERT|g' \
      -e 's|_GL\(_STATIC_ASSERT_H\)|_GL\1|g' \
      < ./verify.h; \
} > assert.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_ERROR_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''NEXT_ERROR_H''@|<error.h>|g' \
      -e 's|@''HAVE_ERROR''@|1|g' \
      -e 's|@''HAVE_ERROR_AT_LINE''@|1|g' \
      -e 's|@''REPLACE_ERROR''@|1|g' \
      -e 's|@''REPLACE_ERROR_AT_LINE''@|1|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      ./error.in.h > error.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
      -e 's/@''GNULIB_CREAT''@/0/g' \
      -e 's/@''GNULIB_FCNTL''@/1/g' \
      -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_OPEN''@/1/g' \
      -e 's/@''GNULIB_OPENAT''@/0/g' \
      -e 's/@''GNULIB_MDA_CREAT''@/1/g' \
      -e 's/@''GNULIB_MDA_OPEN''@/1/g' \
      -e 's|@''HAVE_FCNTL''@|1|g' \
      -e 's|@''HAVE_OPENAT''@|1|g' \
      -e 's|@''REPLACE_CREAT''@|0|g' \
      -e 's|@''REPLACE_FCNTL''@|1|g' \
      -e 's|@''REPLACE_OPEN''@|0|g' \
      -e 's|@''REPLACE_OPENAT''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      ./fcntl.in.h > fcntl.h-t
/usr/bin/mkdir -p 'malloc'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's/@''HAVE_INTTYPES_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
      -e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g' \
      -e 's/@''GNULIB_IMAXABS''@/0/g' \
      -e 's/@''GNULIB_IMAXDIV''@/0/g' \
      -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
      -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
      -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
      -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
      -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
      -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
      -e 's/@''HAVE_IMAXDIV_T''@/1/g' \
      -e 's/@''REPLACE_IMAXABS''@/0/g' \
      -e 's/@''REPLACE_IMAXDIV''@/0/g' \
      -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
      -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g' \
      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      ./inttypes.in.h > inttypes.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
      ./limits.in.h > limits.h-t
mv alloca.h-t alloca.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
      -e 's/@''GNULIB_PTHREAD_SIGMASK''@/0/g' \
      -e 's/@''GNULIB_RAISE''@/1/g' \
      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \
      -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
      -e 's/@''GNULIB_SIGACTION''@/0/g' \
      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
      -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
      -e 's|@''HAVE_RAISE''@|1|g' \
      -e 's|@''HAVE_SIGSET_T''@|1|g' \
      -e 's|@''HAVE_SIGINFO_T''@|1|g' \
      -e 's|@''HAVE_SIGACTION''@|1|g' \
      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
      -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \
      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
      -e 's|@''REPLACE_RAISE''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      ./signal.in.h > signal.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|__always_inline|inline _GL_ATTRIBUTE_ALWAYS_INLINE|g' \
      -e 's|__glibc_likely|_GL_LIKELY|g' \
      -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \
      -e '/libc_hidden_proto/d' \
      ./malloc/scratch_buffer.h > malloc/scratch_buffer.gl.h-t
mv error.h-t error.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  ./stdckdint.in.h > stdckdint.h-t
mv assert.h-t assert.h
mv limits.h-t limits.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDDEF_H''@|<stddef.h>|g' \
      -e 's|@''NULLPTR_T_NEEDS_STDDEF''@|1|g' \
      -e 's|@''STDDEF_NOT_IDEMPOTENT''@|0|g' \
      -e 's|@''REPLACE_NULL''@|0|g' \
      -e 's|@''HAVE_MAX_ALIGN_T''@|0|g' \
      -e 's|@''HAVE_WCHAR_T''@|1|g' \
      ./stddef.in.h > stddef.h-t
mv fcntl.h-t fcntl.h
mv malloc/scratch_buffer.gl.h-t malloc/scratch_buffer.gl.h
mv stdckdint.h-t stdckdint.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's/@''HAVE_STDINT_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
      -e 's/@''HAVE_C99_STDINT_H''@/1/g' \
      -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
      -e 's/@''HAVE_INTTYPES_H''@/1/g' \
      -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
      -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
      -e 's/@''HAVE_WCHAR_H''@/1/g' \
      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
      -e 's/@''BITSIZEOF_PTRDIFF_T''@//g' \
      -e 's/@''PTRDIFF_T_SUFFIX''@//g' \
      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@//g' \
      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@//g' \
      -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
      -e 's/@''BITSIZEOF_SIZE_T''@//g' \
      -e 's/@''SIZE_T_SUFFIX''@//g' \
      -e 's/@''BITSIZEOF_WCHAR_T''@//g' \
      -e 's/@''HAVE_SIGNED_WCHAR_T''@//g' \
      -e 's/@''WCHAR_T_SUFFIX''@//g' \
      -e 's/@''BITSIZEOF_WINT_T''@//g' \
      -e 's/@''HAVE_SIGNED_WINT_T''@//g' \
      -e 's/@''WINT_T_SUFFIX''@//g' \
      -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \
      ./stdint.in.h > stdint.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
      -e 's/@''GNULIB_DPRINTF''@/0/g' \
      -e 's/@''GNULIB_FCLOSE''@/0/g' \
      -e 's/@''GNULIB_FDOPEN''@/0/g' \
      -e 's/@''GNULIB_FFLUSH''@/0/g' \
      -e 's/@''GNULIB_FGETC''@/1/g' \
      -e 's/@''GNULIB_FGETS''@/1/g' \
      -e 's/@''GNULIB_FOPEN''@/0/g' \
      -e 's/@''GNULIB_FOPEN_GNU''@/0/g' \
      -e 's/@''GNULIB_FPRINTF''@/1/g' \
      -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_FPURGE''@/0/g' \
      -e 's/@''GNULIB_FPUTC''@/1/g' \
      -e 's/@''GNULIB_FPUTS''@/1/g' \
      -e 's/@''GNULIB_FREAD''@/1/g' \
      -e 's/@''GNULIB_FREOPEN''@/0/g' \
      -e 's/@''GNULIB_FSCANF''@/1/g' \
      -e 's/@''GNULIB_FSEEK''@/0/g' \
      -e 's/@''GNULIB_FSEEKO''@/0/g' \
      -e 's/@''GNULIB_FTELL''@/0/g' \
      -e 's/@''GNULIB_FTELLO''@/0/g' \
      -e 's/@''GNULIB_FWRITE''@/1/g' \
      -e 's/@''GNULIB_GETC''@/1/g' \
      -e 's/@''GNULIB_GETCHAR''@/1/g' \
      -e 's/@''GNULIB_GETDELIM''@/0/g' \
      -e 's/@''GNULIB_GETLINE''@/0/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PCLOSE''@/0/g' \
      -e 's/@''GNULIB_PERROR''@/0/g' \
      -e 's/@''GNULIB_POPEN''@/0/g' \
      -e 's/@''GNULIB_PRINTF''@/1/g' \
      -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PUTC''@/1/g' \
      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
      -e 's/@''GNULIB_PUTS''@/1/g' \
      -e 's/@''GNULIB_REMOVE''@/0/g' \
      -e 's/@''GNULIB_RENAME''@/0/g' \
      -e 's/@''GNULIB_RENAMEAT''@/0/g' \
      -e 's/@''GNULIB_SCANF''@/1/g' \
      -e 's/@''GNULIB_SNPRINTF''@/0/g' \
      -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/g' \
      -e 's/@''GNULIB_TMPFILE''@/0/g' \
      -e 's/@''GNULIB_VASPRINTF''@/0/g' \
      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
      -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VFSCANF''@/0/g' \
      -e 's/@''GNULIB_VSCANF''@/0/g' \
      -e 's/@''GNULIB_VPRINTF''@/1/g' \
      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VSNPRINTF''@/0/g' \
      -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_MDA_FCLOSEALL''@/1/g' \
      -e 's/@''GNULIB_MDA_FDOPEN''@/1/g' \
      -e 's/@''GNULIB_MDA_FILENO''@/1/g' \
      -e 's/@''GNULIB_MDA_GETW''@/1/g' \
      -e 's/@''GNULIB_MDA_PUTW''@/1/g' \
      -e 's/@''GNULIB_MDA_TEMPNAM''@/1/g' \
      < ./stdio.in.h > stdio.h-t1
mv signal.h-t signal.h
mv inttypes.h-t inttypes.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
      -e 's/@''GNULIB__EXIT''@/0/g' \
      -e 's/@''GNULIB_ABORT_DEBUG''@/0/g' \
      -e 's/@''GNULIB_ALIGNED_ALLOC''@/0/g' \
      -e 's/@''GNULIB_ATOLL''@/0/g' \
      -e 's/@''GNULIB_CALLOC_GNU''@/0/g' \
      -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
      -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
      -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
      -e 's/@''GNULIB_GETPROGNAME''@/1/g' \
      -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
      -e 's/@''GNULIB_GRANTPT''@/0/g' \
      -e 's/@''GNULIB_MALLOC_GNU''@/0/g' \
      -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
      -e 's/@''GNULIB_MBSTOWCS''@/0/g' \
      -e 's/@''GNULIB_MBTOWC''@/0/g' \
      -e 's/@''GNULIB_MKDTEMP''@/0/g' \
      -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
      -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
      -e 's/@''GNULIB_MKSTEMP''@/0/g' \
      -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
      -e 's/@''GNULIB_POSIX_MEMALIGN''@/0/g' \
      -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
      -e 's/@''GNULIB_PTSNAME''@/0/g' \
      -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
      -e 's/@''GNULIB_PUTENV''@/0/g' \
      -e 's/@''GNULIB_QSORT_R''@/0/g' \
      -e 's/@''GNULIB_RAND''@/0/g' \
      -e 's/@''GNULIB_RANDOM''@/0/g' \
      -e 's/@''GNULIB_RANDOM_R''@/0/g' \
      -e 's/@''GNULIB_REALLOC_GNU''@/0/g' \
      -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
      -e 's/@''GNULIB_REALLOCARRAY''@/0/g' \
      -e 's/@''GNULIB_REALPATH''@/1/g' \
      -e 's/@''GNULIB_RPMATCH''@/0/g' \
      -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \
      -e 's/@''GNULIB_SETENV''@/0/g' \
      -e 's/@''GNULIB_STRTOD''@/0/g' \
      -e 's/@''GNULIB_STRTOF''@/0/g' \
      -e 's/@''GNULIB_STRTOL''@/0/g' \
      -e 's/@''GNULIB_STRTOLD''@/0/g' \
      -e 's/@''GNULIB_STRTOLL''@/0/g' \
      -e 's/@''GNULIB_STRTOUL''@/0/g' \
      -e 's/@''GNULIB_STRTOULL''@/0/g' \
      -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
      -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
      -e 's/@''GNULIB_UNSETENV''@/0/g' \
      -e 's/@''GNULIB_WCTOMB''@/0/g' \
      -e 's/@''GNULIB_MDA_ECVT''@/1/g' \
      -e 's/@''GNULIB_MDA_FCVT''@/1/g' \
      -e 's/@''GNULIB_MDA_GCVT''@/1/g' \
      -e 's/@''GNULIB_MDA_MKTEMP''@/1/g' \
      -e 's/@''GNULIB_MDA_PUTENV''@/1/g' \
      < ./stdlib.in.h > stdlib.h-t1
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
      -e 's/@''GNULIB_EXPLICIT_BZERO''@/0/g' \
      -e 's/@''GNULIB_FFSL''@/0/g' \
      -e 's/@''GNULIB_FFSLL''@/0/g' \
      -e 's/@''GNULIB_MBSLEN''@/0/g' \
      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
      -e 's/@''GNULIB_MBSCHR''@/0/g' \
      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
      -e 's/@''GNULIB_MBSSTR''@/0/g' \
      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
      -e 's/@''GNULIB_MBSSPN''@/0/g' \
      -e 's/@''GNULIB_MBSSEP''@/0/g' \
      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
      -e 's/@''GNULIB_MEMCHR''@/0/g' \
      -e 's/@''GNULIB_MEMMEM''@/0/g' \
      -e 's/@''GNULIB_MEMPCPY''@/1/g' \
      -e 's/@''GNULIB_MEMRCHR''@/0/g' \
      -e 's/@''GNULIB_MEMSET_EXPLICIT''@/0/g' \
      -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
      -e 's/@''GNULIB_STPCPY''@/0/g' \
      -e 's/@''GNULIB_STPNCPY''@/0/g' \
      -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
      -e 's/@''GNULIB_STRDUP''@/0/g' \
      -e 's/@''GNULIB_STRNCAT''@/0/g' \
      -e 's/@''GNULIB_STRNDUP''@/0/g' \
      -e 's/@''GNULIB_STRNLEN''@/0/g' \
      -e 's/@''GNULIB_STRPBRK''@/0/g' \
      -e 's/@''GNULIB_STRSEP''@/0/g' \
      -e 's/@''GNULIB_STRSTR''@/0/g' \
      -e 's/@''GNULIB_STRCASESTR''@/0/g' \
      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
      -e 's/@''GNULIB_STRERROR''@/1/g' \
      -e 's/@''GNULIB_STRERROR_R''@/0/g' \
      -e 's/@''GNULIB_STRERRORNAME_NP''@/0/g' \
      -e 's/@''GNULIB_SIGABBREV_NP''@/0/g' \
      -e 's/@''GNULIB_SIGDESCR_NP''@/0/g' \
      -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
      -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
      -e 's/@''GNULIB_MDA_MEMCCPY''@/1/g' \
      -e 's/@''GNULIB_MDA_STRDUP''@/1/g' \
      -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
      < ./string.in.h > string.h-t1
/usr/bin/mkdir -p 'sys'
mv stddef.h-t stddef.h
/usr/bin/mkdir -p 'sys'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
      -e 's/@''GNULIB_CTIME''@/0/g' \
      -e 's/@''GNULIB_LOCALTIME''@/0/g' \
      -e 's/@''GNULIB_MKTIME''@/0/g' \
      -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
      -e 's/@''GNULIB_STRFTIME''@/0/g' \
      -e 's/@''GNULIB_STRPTIME''@/0/g' \
      -e 's/@''GNULIB_TIME''@/0/g' \
      -e 's/@''GNULIB_TIMEGM''@/0/g' \
      -e 's/@''GNULIB_TIMESPEC_GET''@/0/g' \
      -e 's/@''GNULIB_TIMESPEC_GETRES''@/0/g' \
      -e 's/@''GNULIB_TIME_R''@/0/g' \
      -e 's/@''GNULIB_TIME_RZ''@/0/g' \
      -e 's/@''GNULIB_TZSET''@/0/g' \
      -e 's/@''GNULIB_MDA_TZSET''@/1/g' \
      -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
      -e 's|@''HAVE_NANOSLEEP''@|1|g' \
      -e 's|@''HAVE_STRPTIME''@|1|g' \
      -e 's|@''HAVE_TIMEGM''@|1|g' \
      -e 's|@''HAVE_TIMESPEC_GET''@|1|g' \
      -e 's|@''HAVE_TIMESPEC_GETRES''@|1|g' \
      -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
      -e 's|@''REPLACE_CTIME''@|0|g' \
      -e 's|@''REPLACE_GMTIME''@|0|g' \
      -e 's|@''REPLACE_LOCALTIME''@|0|g' \
      -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
      -e 's|@''REPLACE_MKTIME''@|0|g' \
      -e 's|@''REPLACE_NANOSLEEP''@|0|g' \
      -e 's|@''REPLACE_STRFTIME''@|0|g' \
      -e 's|@''REPLACE_TIME''@|0|g' \
      -e 's|@''REPLACE_TIMEGM''@|0|g' \
      -e 's|@''REPLACE_TIMESPEC_GET''@|0|g' \
      -e 's|@''REPLACE_TIMESPEC_GETRES''@|0|g' \
      -e 's|@''REPLACE_TZSET''@|0|g' \
      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''TIME_H_DEFINES_TIME_UTC''@|1|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      ./time.in.h > time.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
      -e 's|@''WINDOWS_STAT_TIMESPEC''@|0|g' \
      -e 's/@''GNULIB_CHMOD''@/0/g' \
      -e 's/@''GNULIB_FCHMODAT''@/0/g' \
      -e 's/@''GNULIB_FSTAT''@/1/g' \
      -e 's/@''GNULIB_FSTATAT''@/0/g' \
      -e 's/@''GNULIB_FUTIMENS''@/0/g' \
      -e 's/@''GNULIB_GETUMASK''@/0/g' \
      -e 's/@''GNULIB_LCHMOD''@/0/g' \
      -e 's/@''GNULIB_LSTAT''@/0/g' \
      -e 's/@''GNULIB_MKDIR''@/0/g' \
      -e 's/@''GNULIB_MKDIRAT''@/0/g' \
      -e 's/@''GNULIB_MKFIFO''@/0/g' \
      -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
      -e 's/@''GNULIB_MKNOD''@/0/g' \
      -e 's/@''GNULIB_MKNODAT''@/0/g' \
      -e 's/@''GNULIB_STAT''@/1/g' \
      -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
      -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g' \
      -e 's/@''GNULIB_MDA_CHMOD''@/1/g' \
      -e 's/@''GNULIB_MDA_MKDIR''@/1/g' \
      -e 's/@''GNULIB_MDA_UMASK''@/1/g' \
      -e 's|@''HAVE_FCHMODAT''@|1|g' \
      -e 's|@''HAVE_FSTATAT''@|1|g' \
      -e 's|@''HAVE_FUTIMENS''@|1|g' \
      -e 's|@''HAVE_GETUMASK''@|1|g' \
      -e 's|@''HAVE_LCHMOD''@|1|g' \
      -e 's|@''HAVE_LSTAT''@|1|g' \
      -e 's|@''HAVE_MKDIRAT''@|1|g' \
      -e 's|@''HAVE_MKFIFO''@|1|g' \
      -e 's|@''HAVE_MKFIFOAT''@|1|g' \
      -e 's|@''HAVE_MKNOD''@|1|g' \
      -e 's|@''HAVE_MKNODAT''@|1|g' \
      -e 's|@''HAVE_UTIMENSAT''@|1|g' \
      -e 's|@''REPLACE_CHMOD''@|0|g' \
      -e 's|@''REPLACE_FCHMODAT''@|0|g' \
      -e 's|@''REPLACE_FSTAT''@|0|g' \
      -e 's|@''REPLACE_FSTATAT''@|0|g' \
      -e 's|@''REPLACE_FUTIMENS''@|0|g' \
      -e 's|@''REPLACE_LSTAT''@|0|g' \
      -e 's|@''REPLACE_MKDIR''@|0|g' \
      -e 's|@''REPLACE_MKFIFO''@|0|g' \
      -e 's|@''REPLACE_MKFIFOAT''@|0|g' \
      -e 's|@''REPLACE_MKNOD''@|0|g' \
      -e 's|@''REPLACE_MKNODAT''@|0|g' \
      -e 's|@''REPLACE_STAT''@|0|g' \
      -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      ./sys_stat.in.h > sys/stat.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      -e 's|@''HAVE_OFF64_T''@|1|g' \
      -e 's|@''WINDOWS_STAT_INODES''@|0|g' \
      ./sys_types.in.h > sys/types.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_UNISTD_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      -e 's/@''GNULIB_ACCESS''@/0/g' \
      -e 's/@''GNULIB_CHDIR''@/0/g' \
      -e 's/@''GNULIB_CHOWN''@/0/g' \
      -e 's/@''GNULIB_CLOSE''@/1/g' \
      -e 's/@''GNULIB_COPY_FILE_RANGE''@/0/g' \
      -e 's/@''GNULIB_DUP''@/0/g' \
      -e 's/@''GNULIB_DUP2''@/1/g' \
      -e 's/@''GNULIB_DUP3''@/0/g' \
      -e 's/@''GNULIB_ENVIRON''@/1/g' \
      -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
      -e 's/@''GNULIB_EXECL''@/0/g' \
      -e 's/@''GNULIB_EXECLE''@/0/g' \
      -e 's/@''GNULIB_EXECLP''@/0/g' \
      -e 's/@''GNULIB_EXECV''@/0/g' \
      -e 's/@''GNULIB_EXECVE''@/0/g' \
      -e 's/@''GNULIB_EXECVP''@/0/g' \
      -e 's/@''GNULIB_EXECVPE''@/0/g' \
      -e 's/@''GNULIB_FACCESSAT''@/0/g' \
      -e 's/@''GNULIB_FCHDIR''@/0/g' \
      -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
      -e 's/@''GNULIB_FDATASYNC''@/0/g' \
      -e 's/@''GNULIB_FSYNC''@/0/g' \
      -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
      < ./unistd.in.h > unistd.h-t1
mv stdint.h-t stdint.h
mv sys/types.h-t sys/types.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w unitypes.h-t' ./unitypes.in.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w uniwidth.h-t' ./uniwidth.in.h
mv time.h-t time.h
mv unitypes.h-t unitypes.h
mv uniwidth.h-t uniwidth.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''HAVE_FEATURES_H''@|1|g' \
      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
      -e 's|@''HAVE_WCHAR_H''@|1|g' \
      -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
      -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \
      -e 's/@''GNULIB_BTOWC''@/0/g' \
      -e 's/@''GNULIB_WCTOB''@/0/g' \
      -e 's/@''GNULIB_MBSINIT''@/0/g' \
      -e 's/@''GNULIB_MBSZERO''@/0/g' \
      -e 's/@''GNULIB_MBRTOWC''@/0/g' \
      -e 's/@''GNULIB_MBRLEN''@/0/g' \
      -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
      -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
      -e 's/@''GNULIB_WCRTOMB''@/0/g' \
      -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
      -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
      -e 's/@''GNULIB_WCWIDTH''@/0/g' \
      -e 's/@''GNULIB_WMEMCHR''@/0/g' \
      -e 's/@''GNULIB_WMEMCMP''@/0/g' \
      -e 's/@''GNULIB_WMEMCPY''@/0/g' \
      -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
      -e 's/@''GNULIB_WMEMPCPY''@/0/g' \
      -e 's/@''GNULIB_WMEMSET''@/0/g' \
      -e 's/@''GNULIB_WCSLEN''@/0/g' \
      -e 's/@''GNULIB_WCSNLEN''@/0/g' \
      -e 's/@''GNULIB_WCSCPY''@/0/g' \
      -e 's/@''GNULIB_WCPCPY''@/0/g' \
      -e 's/@''GNULIB_WCSNCPY''@/0/g' \
      -e 's/@''GNULIB_WCPNCPY''@/0/g' \
      -e 's/@''GNULIB_WCSCAT''@/0/g' \
      -e 's/@''GNULIB_WCSNCAT''@/0/g' \
      -e 's/@''GNULIB_WCSCMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCMP''@/0/g' \
      -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSCOLL''@/0/g' \
      -e 's/@''GNULIB_WCSXFRM''@/0/g' \
      -e 's/@''GNULIB_WCSDUP''@/0/g' \
      -e 's/@''GNULIB_WCSCHR''@/0/g' \
      -e 's/@''GNULIB_WCSRCHR''@/0/g' \
      -e 's/@''GNULIB_WCSCSPN''@/0/g' \
      -e 's/@''GNULIB_WCSSPN''@/0/g' \
      -e 's/@''GNULIB_WCSPBRK''@/0/g' \
      -e 's/@''GNULIB_WCSSTR''@/0/g' \
      -e 's/@''GNULIB_WCSTOK''@/0/g' \
      -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
      -e 's/@''GNULIB_WCSFTIME''@/0/g' \
      -e 's/@''GNULIB_WGETCWD''@/0/g' \
      -e 's/@''GNULIB_MDA_WCSDUP''@/1/g' \
      -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
      < ./wchar.in.h > wchar.h-t1
sed \
      -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \
      -e 's|@''HAVE_FFSL''@|1|g' \
      -e 's|@''HAVE_FFSLL''@|1|g' \
      -e 's|@''HAVE_MBSLEN''@|0|g' \
      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
      -e 's|@''HAVE_MEMPCPY''@|1|g' \
      -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
      -e 's|@''HAVE_MEMSET_EXPLICIT''@|1|g' \
      -e 's|@''HAVE_RAWMEMCHR''@|0|g' \
      -e 's|@''HAVE_STPCPY''@|1|g' \
      -e 's|@''HAVE_STPNCPY''@|1|g' \
      -e 's|@''HAVE_STRCHRNUL''@|1|g' \
      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
      -e 's|@''HAVE_STRPBRK''@|1|g' \
      -e 's|@''HAVE_STRSEP''@|1|g' \
      -e 's|@''HAVE_STRCASESTR''@|1|g' \
      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
      -e 's|@''HAVE_STRERRORNAME_NP''@|1|g' \
      -e 's|@''HAVE_SIGABBREV_NP''@|1|g' \
      -e 's|@''HAVE_SIGDESCR_NP''@|1|g' \
      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
      -e 's|@''REPLACE_FFSLL''@|0|g' \
      -e 's|@''REPLACE_MEMCHR''@|0|g' \
      -e 's|@''REPLACE_MEMMEM''@|0|g' \
      -e 's|@''REPLACE_MEMPCPY''@|0|g' \
      -e 's|@''REPLACE_MEMSET_EXPLICIT''@|0|g' \
      -e 's|@''REPLACE_FREE''@|1|g' \
      -e 's|@''REPLACE_STPCPY''@|0|g' \
      -e 's|@''REPLACE_STPNCPY''@|0|g' \
      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
      -e 's|@''REPLACE_STRDUP''@|0|g' \
      -e 's|@''REPLACE_STRNCAT''@|0|g' \
      -e 's|@''REPLACE_STRNDUP''@|0|g' \
      -e 's|@''REPLACE_STRNLEN''@|0|g' \
      -e 's|@''REPLACE_STRSTR''@|0|g' \
      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
      -e 's|@''REPLACE_STRERROR''@|1|g' \
      -e 's|@''REPLACE_STRERROR_R''@|0|g' \
      -e 's|@''REPLACE_STRERRORNAME_NP''@|0|g' \
      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
      -e 's|@''REPLACE_STRVERSCMP''@|0|g' \
      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      < string.h-t1 > string.h-t2
mv sys/stat.h-t sys/stat.h
sed \
      -e 's/@''GNULIB_GETCWD''@/0/g' \
      -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
      -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
      -e 's/@''GNULIB_GETENTROPY''@/0/g' \
      -e 's/@''GNULIB_GETGROUPS''@/0/g' \
      -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
      -e 's/@''GNULIB_GETLOGIN''@/0/g' \
      -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
      -e 's/@''GNULIB_GETOPT_POSIX''@/0/g' \
      -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
      -e 's/@''GNULIB_GETPASS''@/0/g' \
      -e 's/@''GNULIB_GETPASS_GNU''@/0/g' \
      -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
      -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
      -e 's/@''GNULIB_ISATTY''@/0/g' \
      -e 's/@''GNULIB_LCHOWN''@/0/g' \
      -e 's/@''GNULIB_LINK''@/0/g' \
      -e 's/@''GNULIB_LINKAT''@/0/g' \
      -e 's/@''GNULIB_LSEEK''@/0/g' \
      -e 's/@''GNULIB_PIPE''@/0/g' \
      -e 's/@''GNULIB_PIPE2''@/0/g' \
      -e 's/@''GNULIB_PREAD''@/0/g' \
      -e 's/@''GNULIB_PWRITE''@/0/g' \
      -e 's/@''GNULIB_READ''@/1/g' \
      -e 's/@''GNULIB_READLINK''@/1/g' \
      -e 's/@''GNULIB_READLINKAT''@/0/g' \
      -e 's/@''GNULIB_RMDIR''@/0/g' \
      -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
      -e 's/@''GNULIB_SLEEP''@/0/g' \
      -e 's/@''GNULIB_SYMLINK''@/0/g' \
      -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
      -e 's/@''GNULIB_TRUNCATE''@/0/g' \
      -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/00/g' \
      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g' \
      -e 's/@''GNULIB_UNLINK''@/0/g' \
      -e 's/@''GNULIB_UNLINKAT''@/0/g' \
      -e 's/@''GNULIB_USLEEP''@/0/g' \
      -e 's/@''GNULIB_WRITE''@/0/g' \
      -e 's/@''GNULIB_MDA_ACCESS''@/1/g' \
      -e 's/@''GNULIB_MDA_CHDIR''@/1/g' \
      -e 's/@''GNULIB_MDA_CLOSE''@/1/g' \
      -e 's/@''GNULIB_MDA_DUP''@/1/g' \
      -e 's/@''GNULIB_MDA_DUP2''@/1/g' \
      -e 's/@''GNULIB_MDA_EXECL''@/1/g' \
      -e 's/@''GNULIB_MDA_EXECLE''@/1/g' \
      -e 's/@''GNULIB_MDA_EXECLP''@/1/g' \
      -e 's/@''GNULIB_MDA_EXECV''@/1/g' \
      -e 's/@''GNULIB_MDA_EXECVE''@/1/g' \
      -e 's/@''GNULIB_MDA_EXECVP''@/1/g' \
      -e 's/@''GNULIB_MDA_EXECVPE''@/1/g' \
      -e 's/@''GNULIB_MDA_GETCWD''@/1/g' \
      -e 's/@''GNULIB_MDA_GETPID''@/1/g' \
      -e 's/@''GNULIB_MDA_ISATTY''@/1/g' \
      -e 's/@''GNULIB_MDA_LSEEK''@/1/g' \
      -e 's/@''GNULIB_MDA_READ''@/1/g' \
      -e 's/@''GNULIB_MDA_RMDIR''@/1/g' \
      -e 's/@''GNULIB_MDA_SWAB''@/1/g' \
      -e 's/@''GNULIB_MDA_UNLINK''@/1/g' \
      -e 's/@''GNULIB_MDA_WRITE''@/1/g' \
      < unistd.h-t1 > unistd.h-t2
sed \
      -e 's|@''HAVE__EXIT''@|1|g' \
      -e 's|@''HAVE_ALIGNED_ALLOC''@|1|g' \
      -e 's|@''HAVE_ATOLL''@|1|g' \
      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g' \
      -e 's|@''HAVE_DECL_ECVT''@|0|g' \
      -e 's|@''HAVE_DECL_FCVT''@|0|g' \
      -e 's|@''HAVE_DECL_GCVT''@|0|g' \
      -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
      -e 's|@''HAVE_DECL_PROGRAM_INVOCATION_NAME''@|0|g' \
      -e 's|@''HAVE_GETPROGNAME''@|1|g' \
      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
      -e 's|@''HAVE_GRANTPT''@|1|g' \
      -e 's|@''HAVE_INITSTATE''@|1|g' \
      -e 's|@''HAVE_DECL_INITSTATE''@|1|g' \
      -e 's|@''HAVE_MBTOWC''@|1|g' \
      -e 's|@''HAVE_MKDTEMP''@|1|g' \
      -e 's|@''HAVE_MKOSTEMP''@|1|g' \
      -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
      -e 's|@''HAVE_MKSTEMP''@|1|g' \
      -e 's|@''HAVE_MKSTEMPS''@|1|g' \
      -e 's|@''HAVE_POSIX_MEMALIGN''@|1|g' \
      -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
      -e 's|@''HAVE_PTSNAME''@|1|g' \
      -e 's|@''HAVE_PTSNAME_R''@|1|g' \
      -e 's|@''HAVE_QSORT_R''@|1|g' \
      -e 's|@''HAVE_RANDOM''@|1|g' \
      -e 's|@''HAVE_RANDOM_H''@|1|g' \
      -e 's|@''HAVE_RANDOM_R''@|1|g' \
      -e 's|@''HAVE_REALLOCARRAY''@|1|g' \
      -e 's|@''HAVE_REALPATH''@|1|g' \
      -e 's|@''HAVE_RPMATCH''@|1|g' \
      -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
      -e 's|@''HAVE_DECL_SETENV''@|1|g' \
      -e 's|@''HAVE_SETSTATE''@|1|g' \
      -e 's|@''HAVE_DECL_SETSTATE''@|1|g' \
      -e 's|@''HAVE_STRTOD''@|1|g' \
      -e 's|@''HAVE_STRTOF''@|1|g' \
      -e 's|@''HAVE_STRTOL''@|1|g' \
      -e 's|@''HAVE_STRTOLD''@|1|g' \
      -e 's|@''HAVE_STRTOLL''@|1|g' \
      -e 's|@''HAVE_STRTOUL''@|1|g' \
      -e 's|@''HAVE_STRTOULL''@|1|g' \
      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
      -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
      -e 's|@''HAVE_UNLOCKPT''@|1|g' \
      -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
      < stdlib.h-t1 > stdlib.h-t2
sed \
      -e 's|@''HAVE_DECL_FCLOSEALL''@|0|g' \
      -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
      -e 's|@''HAVE_DECL_GETW''@|0|g' \
      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_PUTW''@|0|g' \
      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
      -e 's|@''HAVE_DPRINTF''@|1|g' \
      -e 's|@''HAVE_FSEEKO''@|1|g' \
      -e 's|@''HAVE_FTELLO''@|1|g' \
      -e 's|@''HAVE_PCLOSE''@|1|g' \
      -e 's|@''HAVE_POPEN''@|1|g' \
      -e 's|@''HAVE_RENAMEAT''@|1|g' \
      -e 's|@''HAVE_VASPRINTF''@|1|g' \
      -e 's|@''HAVE_VDPRINTF''@|1|g' \
      < stdio.h-t1 > stdio.h-t2
sed \
      -e 's|@''REPLACE_DPRINTF''@|0|g' \
      -e 's|@''REPLACE_FCLOSE''@|0|g' \
      -e 's|@''REPLACE_FDOPEN''@|0|g' \
      -e 's|@''REPLACE_FFLUSH''@|0|g' \
      -e 's|@''REPLACE_FOPEN''@|0|g' \
      -e 's|@''REPLACE_FOPEN_FOR_FOPEN_GNU''@|0|g' \
      -e 's|@''REPLACE_FPRINTF''@|0|g' \
      -e 's|@''REPLACE_FPURGE''@|0|g' \
      -e 's|@''REPLACE_FREOPEN''@|0|g' \
      -e 's|@''REPLACE_FSEEK''@|0|g' \
      -e 's|@''REPLACE_FSEEKO''@|0|g' \
      -e 's|@''REPLACE_FTELL''@|0|g' \
      -e 's|@''REPLACE_FTELLO''@|0|g' \
      -e 's|@''REPLACE_GETDELIM''@|0|g' \
      -e 's|@''REPLACE_GETLINE''@|0|g' \
      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
      -e 's|@''REPLACE_PERROR''@|0|g' \
      -e 's|@''REPLACE_POPEN''@|0|g' \
      -e 's|@''REPLACE_PRINTF''@|0|g' \
      -e 's|@''REPLACE_REMOVE''@|0|g' \
      -e 's|@''REPLACE_RENAME''@|0|g' \
      -e 's|@''REPLACE_RENAMEAT''@|0|g' \
      -e 's|@''REPLACE_SNPRINTF''@|0|g' \
      -e 's|@''REPLACE_SPRINTF''@|0|g' \
      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
      -e 's|@''REPLACE_TMPFILE''@|0|g' \
      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
      -e 's|@''REPLACE_VDPRINTF''@|0|g' \
      -e 's|@''REPLACE_VFPRINTF''@|0|g' \
      -e 's|@''REPLACE_VPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSPRINTF''@|0|g' \
      -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      < stdio.h-t2 > stdio.h-t3
sed \
      -e 's|@''HAVE_WINT_T''@|1|g' \
      -e 's|@''HAVE_BTOWC''@|1|g' \
      -e 's|@''HAVE_MBSINIT''@|1|g' \
      -e 's|@''HAVE_MBRTOWC''@|1|g' \
      -e 's|@''HAVE_MBRLEN''@|1|g' \
      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
      -e 's|@''HAVE_WCRTOMB''@|1|g' \
      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
      -e 's|@''HAVE_WMEMCHR''@|1|g' \
      -e 's|@''HAVE_WMEMCMP''@|1|g' \
      -e 's|@''HAVE_WMEMCPY''@|1|g' \
      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
      -e 's|@''HAVE_WMEMPCPY''@|1|g' \
      -e 's|@''HAVE_WMEMSET''@|1|g' \
      -e 's|@''HAVE_WCSLEN''@|1|g' \
      -e 's|@''HAVE_WCSNLEN''@|1|g' \
      -e 's|@''HAVE_WCSCPY''@|1|g' \
      -e 's|@''HAVE_WCPCPY''@|1|g' \
      -e 's|@''HAVE_WCSNCPY''@|1|g' \
      -e 's|@''HAVE_WCPNCPY''@|1|g' \
      -e 's|@''HAVE_WCSCAT''@|1|g' \
      -e 's|@''HAVE_WCSNCAT''@|1|g' \
      -e 's|@''HAVE_WCSCMP''@|1|g' \
      -e 's|@''HAVE_WCSNCMP''@|1|g' \
      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSCOLL''@|1|g' \
      -e 's|@''HAVE_WCSXFRM''@|1|g' \
      -e 's|@''HAVE_WCSDUP''@|1|g' \
      -e 's|@''HAVE_WCSCHR''@|1|g' \
      -e 's|@''HAVE_WCSRCHR''@|1|g' \
      -e 's|@''HAVE_WCSCSPN''@|1|g' \
      -e 's|@''HAVE_WCSSPN''@|1|g' \
      -e 's|@''HAVE_WCSPBRK''@|1|g' \
      -e 's|@''HAVE_WCSSTR''@|1|g' \
      -e 's|@''HAVE_WCSTOK''@|1|g' \
      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
      -e 's|@''HAVE_WCSFTIME''@|1|g' \
      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
      -e 's|@''HAVE_DECL_WCSDUP''@|1|g' \
      -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
      < wchar.h-t1 > wchar.h-t2
rm -f string.h-t1
mv string.h-t2 string.h
sed \
      -e 's|@''REPLACE__EXIT''@|0|g' \
      -e 's|@''REPLACE_ABORT''@|0|g' \
      -e 's|@''REPLACE_ALIGNED_ALLOC''@|0|g' \
      -e 's|@''REPLACE_CALLOC_FOR_CALLOC_GNU''@|0|g' \
      -e 's|@''REPLACE_CALLOC_FOR_CALLOC_POSIX''@|0|g' \
      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
      -e 's|@''REPLACE_FREE''@|1|g' \
      -e 's|@''REPLACE_GETLOADAVG''@|0|g' \
      -e 's|@''REPLACE_GETPROGNAME''@|0|g' \
      -e 's|@''REPLACE_GETSUBOPT''@|0|g' \
      -e 's|@''REPLACE_INITSTATE''@|0|g' \
      -e 's|@''REPLACE_MALLOC_FOR_MALLOC_GNU''@|0|g' \
      -e 's|@''REPLACE_MALLOC_FOR_MALLOC_POSIX''@|1|g' \
      -e 's|@''REPLACE_MB_CUR_MAX''@|0|g' \
      -e 's|@''REPLACE_MBSTOWCS''@|0|g' \
      -e 's|@''REPLACE_MBTOWC''@|0|g' \
      -e 's|@''REPLACE_MKOSTEMP''@|0|g' \
      -e 's|@''REPLACE_MKOSTEMPS''@|0|g' \
      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
      -e 's|@''REPLACE_POSIX_MEMALIGN''@|0|g' \
      -e 's|@''REPLACE_POSIX_OPENPT''@|0|g' \
      -e 's|@''REPLACE_PTSNAME''@|0|g' \
      -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
      -e 's|@''REPLACE_PUTENV''@|0|g' \
      -e 's|@''REPLACE_QSORT_R''@|0|g' \
      -e 's|@''REPLACE_RAND''@|0|g' \
      -e 's|@''REPLACE_RANDOM''@|0|g' \
      -e 's|@''REPLACE_RANDOM_R''@|0|g' \
      -e 's|@''REPLACE_REALLOC_FOR_REALLOC_GNU''@|0|g' \
      -e 's|@''REPLACE_REALLOC_FOR_REALLOC_POSIX''@|1|g' \
      -e 's|@''REPLACE_REALLOCARRAY''@|0|g' \
      -e 's|@''REPLACE_REALPATH''@|1|g' \
      -e 's|@''REPLACE_SETENV''@|0|g' \
      -e 's|@''REPLACE_SETSTATE''@|0|g' \
      -e 's|@''REPLACE_STRTOD''@|0|g' \
      -e 's|@''REPLACE_STRTOF''@|0|g' \
      -e 's|@''REPLACE_STRTOL''@|0|g' \
      -e 's|@''REPLACE_STRTOLD''@|0|g' \
      -e 's|@''REPLACE_STRTOLL''@|0|g' \
      -e 's|@''REPLACE_STRTOUL''@|0|g' \
      -e 's|@''REPLACE_STRTOULL''@|0|g' \
      -e 's|@''REPLACE_UNSETENV''@|0|g' \
      -e 's|@''REPLACE_WCTOMB''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _Noreturn/r ./_Noreturn.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      < stdlib.h-t2 > stdlib.h-t3
sed \
      -e 's|@''HAVE_CHOWN''@|1|g' \
      -e 's|@''HAVE_COPY_FILE_RANGE''@|1|g' \
      -e 's|@''HAVE_DUP3''@|1|g' \
      -e 's|@''HAVE_EUIDACCESS''@|1|g' \
      -e 's|@''HAVE_EXECVPE''@|1|g' \
      -e 's|@''HAVE_FACCESSAT''@|1|g' \
      -e 's|@''HAVE_FCHDIR''@|1|g' \
      -e 's|@''HAVE_FCHOWNAT''@|1|g' \
      -e 's|@''HAVE_FDATASYNC''@|1|g' \
      -e 's|@''HAVE_FSYNC''@|1|g' \
      -e 's|@''HAVE_FTRUNCATE''@|1|g' \
      -e 's|@''HAVE_GETDTABLESIZE''@|0|g' \
      -e 's|@''HAVE_GETENTROPY''@|1|g' \
      -e 's|@''HAVE_GETGROUPS''@|1|g' \
      -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_GETPASS''@|1|g' \
      -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
      -e 's|@''HAVE_LCHOWN''@|1|g' \
      -e 's|@''HAVE_LINK''@|1|g' \
      -e 's|@''HAVE_LINKAT''@|1|g' \
      -e 's|@''HAVE_PIPE''@|1|g' \
      -e 's|@''HAVE_PIPE2''@|1|g' \
      -e 's|@''HAVE_PREAD''@|1|g' \
      -e 's|@''HAVE_PWRITE''@|1|g' \
      -e 's|@''HAVE_READLINK''@|1|g' \
      -e 's|@''HAVE_READLINKAT''@|1|g' \
      -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_SLEEP''@|1|g' \
      -e 's|@''HAVE_SYMLINK''@|1|g' \
      -e 's|@''HAVE_SYMLINKAT''@|1|g' \
      -e 's|@''HAVE_UNLINKAT''@|1|g' \
      -e 's|@''HAVE_USLEEP''@|1|g' \
      -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
      -e 's|@''HAVE_DECL_EXECVPE''@|1|g' \
      -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
      -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
      -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
      -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_DECL_TRUNCATE''@|1|g' \
      -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
      -e 's|@''HAVE_OS_H''@|0|g' \
      -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
      < unistd.h-t2 > unistd.h-t3
rm -f stdio.h-t1 stdio.h-t2
mv stdio.h-t3 stdio.h
sed \
      -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
      -e 's|@''REPLACE_BTOWC''@|0|g' \
      -e 's|@''REPLACE_WCTOB''@|0|g' \
      -e 's|@''REPLACE_FREE''@|1|g' \
      -e 's|@''REPLACE_MBSINIT''@|0|g' \
      -e 's|@''REPLACE_MBRTOWC''@|0|g' \
      -e 's|@''REPLACE_MBRLEN''@|0|g' \
      -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCWIDTH''@|0|g' \
      -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
      -e 's|@''REPLACE_WCSFTIME''@|0|g' \
      -e 's|@''REPLACE_WCSCMP''@|0|g' \
      -e 's|@''REPLACE_WCSNCMP''@|0|g' \
      -e 's|@''REPLACE_WCSSTR''@|0|g' \
      -e 's|@''REPLACE_WCSTOK''@|0|g' \
      -e 's|@''REPLACE_WMEMCMP''@|0|g' \
      -e 's|@''REPLACE_WMEMPCPY''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      < wchar.h-t2 > wchar.h-t3
rm -f stdlib.h-t1 stdlib.h-t2
mv stdlib.h-t3 stdlib.h
sed \
      -e 's|@''REPLACE_ACCESS''@|0|g' \
      -e 's|@''REPLACE_CHOWN''@|0|g' \
      -e 's|@''REPLACE_CLOSE''@|0|g' \
      -e 's|@''REPLACE_COPY_FILE_RANGE''@|0|g' \
      -e 's|@''REPLACE_DUP''@|0|g' \
      -e 's|@''REPLACE_DUP2''@|1|g' \
      -e 's|@''REPLACE_DUP3''@|0|g' \
      -e 's|@''REPLACE_EXECL''@|0|g' \
      -e 's|@''REPLACE_EXECLE''@|0|g' \
      -e 's|@''REPLACE_EXECLP''@|0|g' \
      -e 's|@''REPLACE_EXECV''@|0|g' \
      -e 's|@''REPLACE_EXECVE''@|0|g' \
      -e 's|@''REPLACE_EXECVP''@|0|g' \
      -e 's|@''REPLACE_EXECVPE''@|0|g' \
      -e 's|@''REPLACE_FACCESSAT''@|0|g' \
      -e 's|@''REPLACE_FCHDIR''@|0|g' \
      -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
      -e 's|@''REPLACE_FDATASYNC''@|0|g' \
      -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
      -e 's|@''REPLACE_GETCWD''@|0|g' \
      -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
      -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
      -e 's|@''REPLACE_GETENTROPY''@|0|g' \
      -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
      -e 's|@''REPLACE_GETGROUPS''@|0|g' \
      -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
      -e 's|@''REPLACE_GETPASS''@|0|g' \
      -e 's|@''REPLACE_GETPASS_FOR_GETPASS_GNU''@|0|g' \
      -e 's|@''REPLACE_GETUSERSHELL''@|0|g' \
      -e 's|@''REPLACE_ISATTY''@|0|g' \
      -e 's|@''REPLACE_LCHOWN''@|0|g' \
      -e 's|@''REPLACE_LINK''@|0|g' \
      -e 's|@''REPLACE_LINKAT''@|0|g' \
      -e 's|@''REPLACE_LSEEK''@|0|g' \
      -e 's|@''REPLACE_PIPE2''@|0|g' \
      -e 's|@''REPLACE_PREAD''@|0|g' \
      -e 's|@''REPLACE_PWRITE''@|0|g' \
      -e 's|@''REPLACE_READ''@|0|g' \
      -e 's|@''REPLACE_READLINK''@|0|g' \
      -e 's|@''REPLACE_READLINKAT''@|0|g' \
      -e 's|@''REPLACE_RMDIR''@|0|g' \
      -e 's|@''REPLACE_SETHOSTNAME''@|0|g' \
      -e 's|@''REPLACE_SLEEP''@|0|g' \
      -e 's|@''REPLACE_SYMLINK''@|0|g' \
      -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
      -e 's|@''REPLACE_TRUNCATE''@|0|g' \
      -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
      -e 's|@''REPLACE_UNLINK''@|0|g' \
      -e 's|@''REPLACE_UNLINKAT''@|0|g' \
      -e 's|@''REPLACE_USLEEP''@|0|g' \
      -e 's|@''REPLACE_WRITE''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      < unistd.h-t3 > unistd.h-t4
rm -f wchar.h-t1 wchar.h-t2
mv wchar.h-t3 wchar.h
rm -f unistd.h-t1 unistd.h-t2 unistd.h-t3
mv unistd.h-t4 unistd.h
make  all-am
make[2]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/srclib'
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-allocator.o `test -f 'allocator.c' || echo './'`allocator.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-areadlink.o `test -f 'areadlink.c' || echo './'`areadlink.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-basename-lgpl.o `test -f 'basename-lgpl.c' || echo './'`basename-lgpl.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-binary-io.o `test -f 'binary-io.c' || echo './'`binary-io.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-canonicalize-lgpl.o `test -f 'canonicalize-lgpl.c' || echo './'`canonicalize-lgpl.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-careadlinkat.o `test -f 'careadlinkat.c' || echo './'`careadlinkat.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-cloexec.o `test -f 'cloexec.c' || echo './'`cloexec.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-dup2.o `test -f 'dup2.c' || echo './'`dup2.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-error.o `test -f 'error.c' || echo './'`error.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-fcntl.o `test -f 'fcntl.c' || echo './'`fcntl.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-fd-hook.o `test -f 'fd-hook.c' || echo './'`fd-hook.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-free.o `test -f 'free.c' || echo './'`free.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-getdtablesize.o `test -f 'getdtablesize.c' || echo './'`getdtablesize.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-malloca.o `test -f 'malloca.c' || echo './'`malloca.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-progname.o `test -f 'progname.c' || echo './'`progname.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-rawmemchr.o `test -f 'rawmemchr.c' || echo './'`rawmemchr.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-safe-read.o `test -f 'safe-read.c' || echo './'`safe-read.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-stat-time.o `test -f 'stat-time.c' || echo './'`stat-time.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-strerror.o `test -f 'strerror.c' || echo './'`strerror.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-strerror-override.o `test -f 'strerror-override.c' || echo './'`strerror-override.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-unistd.o `test -f 'unistd.c' || echo './'`unistd.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-xmalloc.o `test -f 'xmalloc.c' || echo './'`xmalloc.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-xstrdup.o `test -f 'xstrdup.c' || echo './'`xstrdup.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o libicrt_a-xreadlink.o `test -f 'xreadlink.c' || echo './'`xreadlink.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o malloc.o malloc.c
In file included from xmalloc.c:24:
./error.h:28:3: warning: #include_next in file found relative to primary source file or found by absolute path; will search from start of include path [-Winclude-next-absolute-path]
# include_next <error.h>
  ^
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o realloc.o realloc.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o malloc/libicrt_a-scratch_buffer_grow.o `test -f 'malloc/scratch_buffer_grow.c' || echo './'`malloc/scratch_buffer_grow.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o malloc/libicrt_a-scratch_buffer_grow_preserve.o `test -f 'malloc/scratch_buffer_grow_preserve.c' || echo './'`malloc/scratch_buffer_grow_preserve.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o malloc/libicrt_a-scratch_buffer_set_array_size.o `test -f 'malloc/scratch_buffer_set_array_size.c' || echo './'`malloc/scratch_buffer_set_array_size.c
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1  -fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -c -o uniwidth/libicrt_a-width.o `test -f 'uniwidth/width.c' || echo './'`uniwidth/width.c
1 warning generated.
rm -f libicrt.a
llvm-ar cr libicrt.a libicrt_a-allocator.o libicrt_a-areadlink.o libicrt_a-basename-lgpl.o libicrt_a-binary-io.o libicrt_a-canonicalize-lgpl.o libicrt_a-careadlinkat.o libicrt_a-cloexec.o  libicrt_a-dup2.o libicrt_a-error.o libicrt_a-fcntl.o libicrt_a-fd-hook.o libicrt_a-free.o  libicrt_a-getdtablesize.o  malloc/libicrt_a-scratch_buffer_grow.o malloc/libicrt_a-scratch_buffer_grow_preserve.o malloc/libicrt_a-scratch_buffer_set_array_size.o libicrt_a-malloca.o     libicrt_a-progname.o  libicrt_a-rawmemchr.o    libicrt_a-safe-read.o   libicrt_a-stat-time.o   libicrt_a-strerror.o libicrt_a-strerror-override.o libicrt_a-unistd.o uniwidth/libicrt_a-width.o libicrt_a-xmalloc.o libicrt_a-xstrdup.o libicrt_a-xreadlink.o malloc.o realloc.o
llvm-ranlib libicrt.a
make[2]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/srclib'
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/srclib'
cd src && make all
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/src'
armv7a-linux-androideabi24-clang -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections    -DINSTALLDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/bin\" -DLOCALEDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/locale\" ./iconv_no_i18n.c
armv7a-linux-androideabi24-clang -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections    -DINSTALLDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/bin\" -DLOCALEDIR=\"/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/locale\" ./iconv.c
/bin/bash ../libtool --mode=link armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   iconv_no_i18n.o ../srclib/libicrt.a ../lib/libiconv.la  -o iconv_no_i18n
libtool: link: armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -Os -ffunction-sections -fdata-sections -Wl,--hash-style=both -Wl,--exclude-libs -Wl,libgcc.a -Wl,--exclude-libs -Wl,libunwind.a -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections iconv_no_i18n.o -o iconv_no_i18n  -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib ../srclib/libicrt.a ../lib/.libs/libiconv.a -lc -lm -ldl -llog
test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 .
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/src'
cd po && make all
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/po'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/po'
cd man && make all
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/man'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/man'
if test -d tests; then cd tests && make all; fi
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/tests'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/tests'
cd libcharset && make install prefix='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv' exec_prefix='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv' libdir='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib'
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset'
cd lib && make all
make[2]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset/lib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset/lib'
cd lib && make install prefix='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv' exec_prefix='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv' libdir='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib'
make[2]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset/lib'
/bin/bash ../build-aux/mkinstalldirs /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib ; \
/bin/bash ../libtool --mode=install /usr/bin/install -c libcharset.la /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib/libcharset.la
mkdir -p -- /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib
libtool: install: /usr/bin/install -c .libs/libcharset.lai /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib/libcharset.la
libtool: install: /usr/bin/install -c .libs/libcharset.a /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib/libcharset.a
libtool: install: chmod 644 /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib/libcharset.a
libtool: install: llvm-ranlib /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib/libcharset.a
make[2]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset/lib'
/bin/bash ./build-aux/mkinstalldirs /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/include
mkdir -p -- /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/include
/usr/bin/install -c -m 644 include/libcharset.h.inst /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/include/libcharset.h
/usr/bin/install -c -m 644 include/localcharset.h.inst /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/include/localcharset.h
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/libcharset'
cd lib && make install prefix='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv' exec_prefix='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv' libdir='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib'
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib'
if [ ! -d /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib ] ; then /bin/bash ../build-aux/mkinstalldirs /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib ; fi
/bin/bash ../libtool --mode=install /usr/bin/install -c libiconv.la /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib/libiconv.la
libtool: install: /usr/bin/install -c .libs/libiconv.lai /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib/libiconv.la
libtool: install: /usr/bin/install -c .libs/libiconv.a /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib/libiconv.a
libtool: install: chmod 644 /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib/libiconv.a
libtool: install: llvm-ranlib /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib/libiconv.a
case "linux-androideabi" in \
  aix*) (cd /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib && \
         objects=`llvm-ar t libiconv.a`" "`llvm-ar t /lib/libiconv.a` && \
         llvm-ar x libiconv.a && llvm-ar x /lib/libiconv.a && \
         llvm-ar q libiconv.new.a $objects && \
         rm -f $objects && \
         mv -f libiconv.new.a libiconv.a) ;; \
esac
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/lib'
cd srclib && make install prefix='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv' exec_prefix='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv' libdir='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib'
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/srclib'
make  install-am
make[2]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/srclib'
make[3]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/srclib'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/srclib'
make[2]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/srclib'
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/srclib'
cd src && make install prefix='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv' exec_prefix='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv' libdir='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib'
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/src'
test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 .
if [ ! -d /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/bin ] ; then /bin/bash ../build-aux/mkinstalldirs /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/bin ; fi
mkdir -p -- /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/bin
case "linux-androideabi" in \
  hpux*) armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   `if test -n ''; then  /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/bin; fi` iconv.o ../srclib/libicrt.a -L/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib -liconv   `if test -n ''; then echo " -Wl,+b -Wl,/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib"; fi` -o iconv;; \
  *) /bin/bash ../libtool --mode=link armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   `if test -n ''; then  /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/bin; fi` iconv.o ../srclib/libicrt.a /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib/libiconv.la   -o iconv;; \
esac
libtool: warning: library '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib/libiconv.la' was moved.
libtool: warning: library '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib/libiconv.la' was moved.
libtool: link: armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -Os -ffunction-sections -fdata-sections -Wl,--hash-style=both -Wl,--exclude-libs -Wl,libgcc.a -Wl,--exclude-libs -Wl,libunwind.a -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections iconv.o -o iconv  -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib ../srclib/libicrt.a /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/lib/libiconv.a -L=/usr/lib/arm-linux-androideabi/24 -lc -lm -ldl -llog
/bin/bash ../libtool --mode=install /usr/bin/install -c iconv /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/bin/iconv
libtool: install: /usr/bin/install -c iconv /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/bin/iconv
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/src'
if [ ! -d /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/include ] ; then /bin/bash ./build-aux/mkinstalldirs /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/include ; fi
/usr/bin/install -c -m 644 include/iconv.h.inst /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/include/iconv.h
cd po && make install prefix='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv' exec_prefix='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv' datarootdir='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share' datadir='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share'
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/po'
if test "libiconv" = "gettext-tools"; then \
  /usr/bin/mkdir -p /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
            /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/po'
cd man && make install prefix='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv' exec_prefix='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv' datarootdir='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share' datadir='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share' mandir='/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man'
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/man'
if [ ! -d /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man1 ] ; then /bin/bash ../build-aux/mkinstalldirs /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man1 ; fi
mkdir -p -- /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man1
builddir="`pwd`"; cd . && for f in *.1 ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man1/$f ; /usr/bin/install -c -m 644 ./$f /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man1/$f) ; done
/usr/bin/install -c -m 644 ./iconv.1 /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man1/iconv.1
if [ ! -d /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man3 ] ; then /bin/bash ../build-aux/mkinstalldirs /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man3 ; fi
mkdir -p -- /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man3
builddir="`pwd`"; cd . && for f in *.3 ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man3/$f ; /usr/bin/install -c -m 644 ./$f /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man3/$f) ; done
/usr/bin/install -c -m 644 ./iconv.3 /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man3/iconv.3
/usr/bin/install -c -m 644 ./iconv_close.3 /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man3/iconv_close.3
/usr/bin/install -c -m 644 ./iconv_open.3 /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man3/iconv_open.3
/usr/bin/install -c -m 644 ./iconv_open_into.3 /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man3/iconv_open_into.3
/usr/bin/install -c -m 644 ./iconvctl.3 /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/man/man3/iconvctl.3
if [ ! -d /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/doc/ ] ; then /bin/bash ../build-aux/mkinstalldirs /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/doc/ ; fi
mkdir -p -- /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/doc/
builddir="`pwd`"; cd . && for f in *.html ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/doc//$f ; /usr/bin/install -c -m 644 ./$f /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/doc//$f) ; done
/usr/bin/install -c -m 644 ./iconv.1.html /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/doc//iconv.1.html
/usr/bin/install -c -m 644 ./iconv.3.html /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/doc//iconv.3.html
/usr/bin/install -c -m 644 ./iconv_close.3.html /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/doc//iconv_close.3.html
/usr/bin/install -c -m 644 ./iconv_open.3.html /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/doc//iconv_open.3.html
/usr/bin/install -c -m 644 ./iconv_open_into.3.html /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/doc//iconv_open_into.3.html
/usr/bin/install -c -m 644 ./iconvctl.3.html /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libiconv/share/doc//iconvctl.3.html
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libiconv/man'
DEBUG: Checking if libpng is already built and installed at /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng

INFO: /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng directory not found

INFO: Flags detected for libpng: already installed=0, rebuild requested by user=, will be rebuilt due to dependency update=

----------------------------------------------------------------

INFO: Building libpng for arm-linux-androideabi with the following environment variables

SHELL=/bin/bash
GPL_ENABLED=no
WSL2_GUI_APPS_ENABLED=1
WSL_DISTRO_NAME=Ubuntu-24.04
WT_SESSION=b657c2cc-c56e-4e4a-babe-6e62d79d9e9f
DETECTED_NDK_VERSION=26.3.11579264
DEPENDENCY_REBUILT_lame=1
INSTALL_PKG_CONFIG_DIR=/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/pkgconfig
DEPENDENCY_REBUILT_fontconfig=1
NAME=Ogieva
PWD=/home/ogieva/workspace/ffmpeg-kit
LOGNAME=ogieva
CXX=armv7a-linux-androideabi24-clang++
CXXFLAGS=-std=c++11 -fno-exceptions -fno-rtti -Os -ffunction-sections -fdata-sections
DEPENDENCY_REBUILT_gnutls=1
TOOLCHAIN_ARCH=arm
LDFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a
HOME=/home/ogieva
LANG=C.UTF-8
WSL_INTEROP=/run/WSL/13617_interop
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:
WAYLAND_DISPLAY=wayland-0
DEPENDENCY_REBUILT_libass=1
ZLIB_PACKAGE_CONFIG_PATH=/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/pkgconfig/zlib.pc
FFMPEG_KIT_BUILD_TYPE=android
API=24
LD=lld
PKG_CONFIG_LIBDIR=/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/pkgconfig
SED_INLINE=sed -i
LESSCLOSE=/usr/bin/lesspipe %s %s
TERM=xterm-256color
TOOLCHAIN=linux-x86_64
LESSOPEN=| /usr/bin/lesspipe %s
USER=ogieva
LIB_INSTALL_BASE=/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm
AR=llvm-ar
AS=armv7a-linux-androideabi24-clang
ORIGINAL_API=24
ARCH=arm-v7a
DISPLAY=:0
SHLVL=3
NM=llvm-nm
ANDROID_SDK_ROOT=/home/ogieva/Android/Sdk
FFMPEG_KIT_TMPDIR=/home/ogieva/workspace/ffmpeg-kit/.tmp
DEPENDENCY_REBUILT_libxml2=1
XDG_RUNTIME_DIR=/run/user/1002/
WSLENV=WT_SESSION:WT_PROFILE_ID:
BASEDIR=/home/ogieva/workspace/ffmpeg-kit
ANDROID_NDK_ROOT=/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d
STRIP=llvm-strip
XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Python312/Scripts/:/mnt/c/Python312/:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files/Go/bin:/mnt/c/Program Files/Docker/Docker/resources/bin:/mnt/c/Program Files/nodejs/:/mnt/c/ProgramData/chocolatey/bin:/mnt/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/:/mnt/c/Program Files/Git/cmd:/mnt/c/dev/flutter/bin:/mnt/c/php:/mnt/c/Users/ogiev/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/ogiev/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/ogiev/go/bin:/mnt/c/Users/ogiev/AppData/Local/GitHubDesktop/bin:/mnt/c/Users/ogiev/AppData/Roaming/npm:/snap/bin:/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin
CC=armv7a-linux-androideabi24-clang
CFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections  
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1002/bus
HOSTTYPE=x86_64
PULSE_SERVER=unix:/mnt/wslg/PulseServer
WT_PROFILE_ID={61c54bbd-c2c6-5271-96e7-009a87ff44bf}
RANLIB=llvm-ranlib
OLDPWD=/home/ogieva/workspace
_=/usr/bin/env
----------------------------------------------------------------

INFO: System information

INFO: Linux Ogieva 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

----------------------------------------------------------------

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-androideabi-strip... llvm-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for arm-linux-androideabi-gcc... armv7a-linux-androideabi24-clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether armv7a-linux-androideabi24-clang accepts -g... yes
checking for armv7a-linux-androideabi24-clang option to enable C11 features... unsupported
checking for armv7a-linux-androideabi24-clang option to enable C99 features... none needed
checking whether armv7a-linux-androideabi24-clang understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of armv7a-linux-androideabi24-clang... gcc3
checking dependency style of armv7a-linux-androideabi24-clang... gcc3
checking build system type... x86_64-pc-linux-gnux32
checking host system type... arm-unknown-linux-androideabi
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking how to print strings... printf
checking for ld used by armv7a-linux-androideabi24-clang... lld
checking if the linker (lld) is GNU ld... no
checking how to run the C preprocessor... armv7a-linux-androideabi24-clang -E
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... llvm-nm
checking the name lister (llvm-nm) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnux32 file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnux32 file names to toolchain format... func_convert_file_noop
checking for lld option to reload object files... -r
checking for arm-linux-androideabi-file... no
checking for file... file
configure: WARNING: using cross tools not prefixed with host triplet
checking for arm-linux-androideabi-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-androideabi-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-linux-androideabi-ar... llvm-ar
checking for archiver @FILE support... @
checking for arm-linux-androideabi-strip... (cached) llvm-strip
checking for arm-linux-androideabi-ranlib... llvm-ranlib
checking command to parse llvm-nm output from armv7a-linux-androideabi24-clang object... ok
checking for sysroot... /home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for arm-linux-androideabi-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if armv7a-linux-androideabi24-clang supports -fno-rtti -fno-exceptions... yes
checking for armv7a-linux-androideabi24-clang option to produce PIC... -fPIC -DPIC
checking if armv7a-linux-androideabi24-clang PIC flag -fPIC -DPIC works... yes
checking if armv7a-linux-androideabi24-clang static flag -static works... no
checking if armv7a-linux-androideabi24-clang supports -c -o file.o... yes
checking if armv7a-linux-androideabi24-clang supports -c -o file.o... (cached) yes
checking whether the armv7a-linux-androideabi24-clang linker (lld) supports shared libraries... yes
checking dynamic linker characteristics... Android linker
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking that AWK works... ok
checking if we need to force back C standard to C89... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for C/C++ restrict keyword... __restrict__
checking for pow... yes
checking for clock_gettime... yes
checking for zlibVersion in -lz... yes
checking for feenableexcept in -lm... yes
checking for feenableexcept... yes
checking if using Solaris linker... no
checking if libraries can be versioned... no
configure: WARNING: *** You have not enabled versioned symbols.
configure: pkgconfig directory is ${libdir}/pkgconfig
configure: Extra options for compiler: 
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libpng.pc
config.status: creating libpng-config
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
rm -f pnglibconf.c pnglibconf.tf[45]
gawk -f ./scripts/options.awk out=pnglibconf.tf4 version=search\
    ./pngconf.h ./scripts/pnglibconf.dfa\
    ./pngusr.dfa  1>&2
gawk -f ./scripts/options.awk out=pnglibconf.tf5 pnglibconf.tf4 1>&2
rm pnglibconf.tf4
mv pnglibconf.tf5 pnglibconf.c
rm -f pnglibconf.out pnglibconf.tf[12]
test -d scripts || mkdir scripts || test -d scripts
armv7a-linux-androideabi24-clang -E -DHAVE_CONFIG_H -I. \
     -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.40' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE  pnglibconf.c > pnglibconf.tf1
gawk -f "./scripts/dfn.awk" out="pnglibconf.tf2" pnglibconf.tf1 1>&2
rm -f pnglibconf.tf1
mv pnglibconf.tf2 pnglibconf.out
rm -f pnglibconf.h
cp pnglibconf.out pnglibconf.h
make  all-am
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libpng'
:>pngprefix.h
rm -f scripts/sym.out scripts/sym.tf[12]
depbase=`echo contrib/tools/png-fix-itxt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT contrib/tools/png-fix-itxt.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/png-fix-itxt.o contrib/tools/png-fix-itxt.c &&\
mv -f $depbase.Tpo $depbase.Po
cp libpng-config libpng16-config
cp libpng.pc libpng16.pc
test -d scripts || mkdir scripts || test -d scripts
depbase=`echo pngtest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngtest.o -MD -MP -MF $depbase.Tpo -c -o pngtest.o pngtest.c &&\
mv -f $depbase.Tpo $depbase.Po
armv7a-linux-androideabi24-clang -E -DHAVE_CONFIG_H -I. \
     -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.40' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE  scripts/sym.c > scripts/sym.tf1
depbase=`echo contrib/tools/pngcp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT contrib/tools/pngcp.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/pngcp.o contrib/tools/pngcp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo contrib/tools/pngfix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT contrib/tools/pngfix.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/pngfix.o contrib/tools/pngfix.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo png.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT png.lo -MD -MP -MF $depbase.Tpo -c -o png.lo png.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngerror.lo -MD -MP -MF $depbase.Tpo -c -o pngerror.lo pngerror.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngget.lo -MD -MP -MF $depbase.Tpo -c -o pngget.lo pngget.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT png.lo -MD -MP -MF .deps/png.Tpo -c png.c  -fPIC -DPIC -o png.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c pngerror.c  -fPIC -DPIC -o pngerror.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT pngget.lo -MD -MP -MF .deps/pngget.Tpo -c pngget.c  -fPIC -DPIC -o pngget.o
gawk -f "./scripts/dfn.awk" out="scripts/sym.tf2" scripts/sym.tf1 1>&2
rm -f scripts/sym.tf1
mv scripts/sym.tf2 scripts/sym.out
depbase=`echo pngmem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngmem.lo -MD -MP -MF $depbase.Tpo -c -o pngmem.lo pngmem.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngpread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngpread.lo -MD -MP -MF $depbase.Tpo -c -o pngpread.lo pngpread.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c pngmem.c  -fPIC -DPIC -o pngmem.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c pngpread.c  -fPIC -DPIC -o pngpread.o
depbase=`echo pngread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngread.lo -MD -MP -MF $depbase.Tpo -c -o pngread.lo pngread.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngrio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngrio.lo -MD -MP -MF $depbase.Tpo -c -o pngrio.lo pngrio.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngrtran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngrtran.lo -MD -MP -MF $depbase.Tpo -c -o pngrtran.lo pngrtran.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT pngread.lo -MD -MP -MF .deps/pngread.Tpo -c pngread.c  -fPIC -DPIC -o pngread.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c pngrio.c  -fPIC -DPIC -o pngrio.o
depbase=`echo pngrutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngrutil.lo -MD -MP -MF $depbase.Tpo -c -o pngrutil.lo pngrutil.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c pngrtran.c  -fPIC -DPIC -o pngrtran.o
depbase=`echo pngset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngset.lo -MD -MP -MF $depbase.Tpo -c -o pngset.lo pngset.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c pngrutil.c  -fPIC -DPIC -o pngrutil.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT pngset.lo -MD -MP -MF .deps/pngset.Tpo -c pngset.c  -fPIC -DPIC -o pngset.o
depbase=`echo pngtrans.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngtrans.lo -MD -MP -MF $depbase.Tpo -c -o pngtrans.lo pngtrans.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngwio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngwio.lo -MD -MP -MF $depbase.Tpo -c -o pngwio.lo pngwio.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c pngtrans.c  -fPIC -DPIC -o pngtrans.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c pngwio.c  -fPIC -DPIC -o pngwio.o
depbase=`echo pngwrite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngwrite.lo -MD -MP -MF $depbase.Tpo -c -o pngwrite.lo pngwrite.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo pngwtran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngwtran.lo -MD -MP -MF $depbase.Tpo -c -o pngwtran.lo pngwtran.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c pngwrite.c  -fPIC -DPIC -o pngwrite.o
depbase=`echo pngwutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT pngwutil.lo -MD -MP -MF $depbase.Tpo -c -o pngwutil.lo pngwutil.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c pngwtran.c  -fPIC -DPIC -o pngwtran.o
depbase=`echo mips/mips_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT mips/mips_init.lo -MD -MP -MF $depbase.Tpo -c -o mips/mips_init.lo mips/mips_init.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo mips/filter_msa_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT mips/filter_msa_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o mips/filter_msa_intrinsics.lo mips/filter_msa_intrinsics.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c pngwutil.c  -fPIC -DPIC -o pngwutil.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT mips/mips_init.lo -MD -MP -MF mips/.deps/mips_init.Tpo -c mips/mips_init.c  -fPIC -DPIC -o mips/mips_init.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT mips/filter_msa_intrinsics.lo -MD -MP -MF mips/.deps/filter_msa_intrinsics.Tpo -c mips/filter_msa_intrinsics.c  -fPIC -DPIC -o mips/filter_msa_intrinsics.o
depbase=`echo powerpc/powerpc_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT powerpc/powerpc_init.lo -MD -MP -MF $depbase.Tpo -c -o powerpc/powerpc_init.lo powerpc/powerpc_init.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo powerpc/filter_vsx_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o powerpc/filter_vsx_intrinsics.lo powerpc/filter_vsx_intrinsics.c &&\
mv -f $depbase.Tpo $depbase.Plo
rm -f libpng.sym
cp scripts/sym.out libpng.sym
depbase=`echo contrib/libtests/pngunknown.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT contrib/libtests/pngunknown.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngunknown.o contrib/libtests/pngunknown.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ./libtool  --tag=CC   --mode=link armv7a-linux-androideabi24-clang  -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections    -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a -o png-fix-itxt contrib/tools/png-fix-itxt.o  -lm -lz 
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF powerpc/.deps/filter_vsx_intrinsics.Tpo -c powerpc/filter_vsx_intrinsics.c  -fPIC -DPIC -o powerpc/filter_vsx_intrinsics.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT powerpc/powerpc_init.lo -MD -MP -MF powerpc/.deps/powerpc_init.Tpo -c powerpc/powerpc_init.c  -fPIC -DPIC -o powerpc/powerpc_init.o
depbase=`echo contrib/libtests/pngstest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT contrib/libtests/pngstest.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngstest.o contrib/libtests/pngstest.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo contrib/libtests/pngvalid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT contrib/libtests/pngvalid.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngvalid.o contrib/libtests/pngvalid.c &&\
mv -f $depbase.Tpo $depbase.Po
libtool: link: armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -Os -ffunction-sections -fdata-sections -Wl,--hash-style=both -Wl,--exclude-libs -Wl,libgcc.a -Wl,--exclude-libs -Wl,libunwind.a -o png-fix-itxt contrib/tools/png-fix-itxt.o  -lc -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -lm -lz
depbase=`echo contrib/libtests/pngimage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT contrib/libtests/pngimage.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngimage.o contrib/libtests/pngimage.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo contrib/libtests/timepng.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.     -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT contrib/libtests/timepng.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/timepng.o contrib/libtests/timepng.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ./libtool  --tag=CC   --mode=link armv7a-linux-androideabi24-clang  -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -no-undefined -export-dynamic -version-number 16:40:0   -export-symbols libpng.sym -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a -o libpng16.la -rpath /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/lib png.lo pngerror.lo pngget.lo pngmem.lo pngpread.lo pngread.lo pngrio.lo pngrtran.lo pngrutil.lo pngset.lo pngtrans.lo pngwio.lo pngwrite.lo pngwtran.lo pngwutil.lo  mips/mips_init.lo mips/filter_msa_intrinsics.lo  powerpc/powerpc_init.lo powerpc/filter_vsx_intrinsics.lo   -lm -lz 
libtool: link: llvm-ar cr .libs/libpng16.a  png.o pngerror.o pngget.o pngmem.o pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o pngtrans.o pngwio.o pngwrite.o pngwtran.o pngwutil.o mips/mips_init.o mips/filter_msa_intrinsics.o powerpc/powerpc_init.o powerpc/filter_vsx_intrinsics.o
libtool: link: llvm-ranlib .libs/libpng16.a
libtool: link: ( cd ".libs" && rm -f "libpng16.la" && ln -s "../libpng16.la" "libpng16.la" )
/bin/bash ./libtool  --tag=CC   --mode=link armv7a-linux-androideabi24-clang  -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections    -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a -o pngfix contrib/tools/pngfix.o libpng16.la -lm -lz 
/bin/bash ./libtool  --tag=CC   --mode=link armv7a-linux-androideabi24-clang  -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections    -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a -o pngtest pngtest.o libpng16.la -lm -lz 
/bin/bash ./libtool  --tag=CC   --mode=link armv7a-linux-androideabi24-clang  -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections    -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a -o pngunknown contrib/libtests/pngunknown.o libpng16.la -lm -lz 
/bin/bash ./libtool  --tag=CC   --mode=link armv7a-linux-androideabi24-clang  -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections    -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a -o pngstest contrib/libtests/pngstest.o libpng16.la -lm -lz 
/bin/bash ./libtool  --tag=CC   --mode=link armv7a-linux-androideabi24-clang  -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections    -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a -o pngimage contrib/libtests/pngimage.o libpng16.la -lm -lz 
/bin/bash ./libtool  --tag=CC   --mode=link armv7a-linux-androideabi24-clang  -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections    -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a -o pngcp contrib/tools/pngcp.o libpng16.la -lm -lz 
/bin/bash ./libtool  --tag=CC   --mode=link armv7a-linux-androideabi24-clang  -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections    -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a -o timepng contrib/libtests/timepng.o libpng16.la -lm -lz 
libtool: link: armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -Os -ffunction-sections -fdata-sections -Wl,--hash-style=both -Wl,--exclude-libs -Wl,libgcc.a -Wl,--exclude-libs -Wl,libunwind.a -o pngimage contrib/libtests/pngimage.o  -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib ./.libs/libpng16.a -lc -ldl -llog -lm -lz
libtool: link: armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -Os -ffunction-sections -fdata-sections -Wl,--hash-style=both -Wl,--exclude-libs -Wl,libgcc.a -Wl,--exclude-libs -Wl,libunwind.a -o pngfix contrib/tools/pngfix.o  -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib ./.libs/libpng16.a -lc -ldl -llog -lm -lz
libtool: link: armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -Os -ffunction-sections -fdata-sections -Wl,--hash-style=both -Wl,--exclude-libs -Wl,libgcc.a -Wl,--exclude-libs -Wl,libunwind.a -o pngcp contrib/tools/pngcp.o  -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib ./.libs/libpng16.a -lc -ldl -llog -lm -lz
libtool: link: armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -Os -ffunction-sections -fdata-sections -Wl,--hash-style=both -Wl,--exclude-libs -Wl,libgcc.a -Wl,--exclude-libs -Wl,libunwind.a -o pngtest pngtest.o  -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib ./.libs/libpng16.a -lc -ldl -llog -lm -lz
libtool: link: armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -Os -ffunction-sections -fdata-sections -Wl,--hash-style=both -Wl,--exclude-libs -Wl,libgcc.a -Wl,--exclude-libs -Wl,libunwind.a -o timepng contrib/libtests/timepng.o  -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib ./.libs/libpng16.a -lc -ldl -llog -lm -lz
libtool: link: armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -Os -ffunction-sections -fdata-sections -Wl,--hash-style=both -Wl,--exclude-libs -Wl,libgcc.a -Wl,--exclude-libs -Wl,libunwind.a -o pngstest contrib/libtests/pngstest.o  -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib ./.libs/libpng16.a -lc -ldl -llog -lm -lz
libtool: link: armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -Os -ffunction-sections -fdata-sections -Wl,--hash-style=both -Wl,--exclude-libs -Wl,libgcc.a -Wl,--exclude-libs -Wl,libunwind.a -o pngunknown contrib/libtests/pngunknown.o  -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib ./.libs/libpng16.a -lc -ldl -llog -lm -lz
/bin/bash ./libtool  --tag=CC   --mode=link armv7a-linux-androideabi24-clang  -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections    -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a -o pngvalid contrib/libtests/pngvalid.o libpng16.la -lm -lz 
libtool: link: armv7a-linux-androideabi24-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -Os -ffunction-sections -fdata-sections -Wl,--hash-style=both -Wl,--exclude-libs -Wl,libgcc.a -Wl,--exclude-libs -Wl,libunwind.a -o pngvalid contrib/libtests/pngvalid.o  -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib ./.libs/libpng16.a -lc -ldl -llog -lm -lz
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libpng'
make  install-am
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libpng'
make[2]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libpng'
 /usr/bin/mkdir -p '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/lib'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libpng16.la '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/lib'
libtool: install: /usr/bin/install -c .libs/libpng16.lai /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/lib/libpng16.la
libtool: install: /usr/bin/install -c .libs/libpng16.a /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/lib/libpng16.a
libtool: install: chmod 644 /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/lib/libpng16.a
libtool: install: llvm-ranlib /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/lib/libpng16.a
 /usr/bin/mkdir -p '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/bin'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c pngfix png-fix-itxt '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/bin'
libtool: install: /usr/bin/install -c pngfix /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/bin/pngfix
libtool: install: /usr/bin/install -c png-fix-itxt /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/bin/png-fix-itxt
 /usr/bin/mkdir -p '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/bin'
 /usr/bin/install -c libpng16-config '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/bin'
make  install-exec-hook
make[3]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libpng'
+ cd /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/lib
+ for ext in a dll.a so so.16.40 la sl dylib
+ rm -f libpng.a
+ test -f libpng16.a
+ ln -s libpng16.a libpng.a
+ for ext in a dll.a so so.16.40 la sl dylib
+ rm -f libpng.dll.a
+ test -f libpng16.dll.a
+ for ext in a dll.a so so.16.40 la sl dylib
+ rm -f libpng.so
+ test -f libpng16.so
+ for ext in a dll.a so so.16.40 la sl dylib
+ rm -f libpng.so.16.40
+ test -f libpng16.so.16.40
+ for ext in a dll.a so so.16.40 la sl dylib
+ rm -f libpng.la
+ test -f libpng16.la
+ ln -s libpng16.la libpng.la
+ for ext in a dll.a so so.16.40 la sl dylib
+ rm -f libpng.sl
+ test -f libpng16.sl
+ for ext in a dll.a so so.16.40 la sl dylib
+ rm -f libpng.dylib
+ test -f libpng16.dylib
make[3]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libpng'
 /usr/bin/mkdir -p '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/share/man/man3'
 /usr/bin/install -c -m 644 libpng.3 libpngpf.3 '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/share/man/man3'
 /usr/bin/mkdir -p '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/share/man/man5'
 /usr/bin/install -c -m 644 png.5 '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/share/man/man5'
 /usr/bin/mkdir -p '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/include/libpng16'
 /usr/bin/install -c -m 644 pnglibconf.h '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/include/libpng16'
 /usr/bin/mkdir -p '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/lib/pkgconfig'
 /usr/bin/install -c -m 644 libpng16.pc '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/lib/pkgconfig'
 /usr/bin/mkdir -p '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/include/libpng16'
 /usr/bin/install -c -m 644 png.h pngconf.h '/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/include/libpng16'
make  install-data-hook
make[3]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libpng'
+ cd /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libpng/include
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f pnglibconf.h
+ ln -s libpng16/pnglibconf.h pnglibconf.h
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f png.h
+ ln -s libpng16/png.h png.h
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f pngconf.h
+ ln -s libpng16/pngconf.h pngconf.h
make[3]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libpng'
make[2]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libpng'
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libpng'
DEBUG: Checking if libuuid is already built and installed at /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libuuid

INFO: /home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/libuuid directory not found

INFO: Flags detected for libuuid: already installed=0, rebuild requested by user=, will be rebuilt due to dependency update=

----------------------------------------------------------------

INFO: Building libuuid for arm-linux-androideabi with the following environment variables

SHELL=/bin/bash
GPL_ENABLED=no
WSL2_GUI_APPS_ENABLED=1
WSL_DISTRO_NAME=Ubuntu-24.04
WT_SESSION=b657c2cc-c56e-4e4a-babe-6e62d79d9e9f
DETECTED_NDK_VERSION=26.3.11579264
DEPENDENCY_REBUILT_lame=1
DEPENDENCY_REBUILT_freetype=1
INSTALL_PKG_CONFIG_DIR=/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/pkgconfig
DEPENDENCY_REBUILT_fontconfig=1
NAME=Ogieva
PWD=/home/ogieva/workspace/ffmpeg-kit
LOGNAME=ogieva
CXX=armv7a-linux-androideabi24-clang++
CXXFLAGS=-std=c++11 -fno-exceptions -fno-rtti -Os -ffunction-sections -fdata-sections
DEPENDENCY_REBUILT_gnutls=1
TOOLCHAIN_ARCH=arm
LDFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -Os -ffunction-sections -fdata-sections -lc -lm -ldl -llog -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/arm-linux-androideabi/lib -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/arm-linux-androideabi/24 -L/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/lib -Wl,--hash-style=both -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libunwind.a
HOME=/home/ogieva
LANG=C.UTF-8
WSL_INTEROP=/run/WSL/13617_interop
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:
WAYLAND_DISPLAY=wayland-0
DEPENDENCY_REBUILT_libass=1
ZLIB_PACKAGE_CONFIG_PATH=/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/pkgconfig/zlib.pc
FFMPEG_KIT_BUILD_TYPE=android
API=24
LD=lld
PKG_CONFIG_LIBDIR=/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm/pkgconfig
SED_INLINE=sed -i
LESSCLOSE=/usr/bin/lesspipe %s %s
TERM=xterm-256color
TOOLCHAIN=linux-x86_64
LESSOPEN=| /usr/bin/lesspipe %s
USER=ogieva
LIB_INSTALL_BASE=/home/ogieva/workspace/ffmpeg-kit/prebuilt/android-arm
AR=llvm-ar
AS=armv7a-linux-androideabi24-clang
ORIGINAL_API=24
ARCH=arm-v7a
DISPLAY=:0
SHLVL=3
NM=llvm-nm
ANDROID_SDK_ROOT=/home/ogieva/Android/Sdk
DEPENDENCY_REBUILT_libwebp=1
FFMPEG_KIT_TMPDIR=/home/ogieva/workspace/ffmpeg-kit/.tmp
DEPENDENCY_REBUILT_libxml2=1
XDG_RUNTIME_DIR=/run/user/1002/
WSLENV=WT_SESSION:WT_PROFILE_ID:
BASEDIR=/home/ogieva/workspace/ffmpeg-kit
DEPENDENCY_REBUILT_leptonica=1
ANDROID_NDK_ROOT=/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d
STRIP=llvm-strip
XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop
DEPENDENCY_REBUILT_tesseract=1
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Python312/Scripts/:/mnt/c/Python312/:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files/Go/bin:/mnt/c/Program Files/Docker/Docker/resources/bin:/mnt/c/Program Files/nodejs/:/mnt/c/ProgramData/chocolatey/bin:/mnt/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/:/mnt/c/Program Files/Git/cmd:/mnt/c/dev/flutter/bin:/mnt/c/php:/mnt/c/Users/ogiev/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/ogiev/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/ogiev/go/bin:/mnt/c/Users/ogiev/AppData/Local/GitHubDesktop/bin:/mnt/c/Users/ogiev/AppData/Roaming/npm:/snap/bin:/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin
CC=armv7a-linux-androideabi24-clang
CFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections  
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1002/bus
HOSTTYPE=x86_64
PULSE_SERVER=unix:/mnt/wslg/PulseServer
WT_PROFILE_ID={61c54bbd-c2c6-5271-96e7-009a87ff44bf}
RANLIB=llvm-ranlib
OLDPWD=/home/ogieva/workspace
_=/usr/bin/env
----------------------------------------------------------------

INFO: System information

INFO: Linux Ogieva 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

----------------------------------------------------------------

INFO: Running full autoreconf for libuuid

libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:8: installing './compile'
configure.ac:8: installing './config.guess'
configure.ac:8: installing './config.sub'
configure.ac:7: installing './install-sh'
configure.ac:7: installing './missing'
Makefile.am: installing './depcomp'

DEBUG: autoreconf completed successfully for libuuid

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-androideabi-strip... llvm-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnux32
checking host system type... arm-unknown-linux-androideabi
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for arm-linux-androideabi-gcc... armv7a-linux-androideabi24-clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether armv7a-linux-androideabi24-clang accepts -g... yes
checking for armv7a-linux-androideabi24-clang option to enable C11 features... unsupported
checking for armv7a-linux-androideabi24-clang option to enable C99 features... none needed
checking whether armv7a-linux-androideabi24-clang understands -c and -o together... yes
checking dependency style of armv7a-linux-androideabi24-clang... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by armv7a-linux-androideabi24-clang... lld
checking if the linker (lld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... llvm-nm
checking the name lister (llvm-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnux32 file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnux32 file names to toolchain format... func_convert_file_noop
checking for lld option to reload object files... -r
checking for arm-linux-androideabi-file... no
checking for file... file
configure: WARNING: using cross tools not prefixed with host triplet
checking for arm-linux-androideabi-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-androideabi-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-linux-androideabi-ar... llvm-ar
checking for archiver @FILE support... @
checking for arm-linux-androideabi-strip... (cached) llvm-strip
checking for arm-linux-androideabi-ranlib... llvm-ranlib
checking command to parse llvm-nm output from armv7a-linux-androideabi24-clang object... ok
checking for sysroot... /home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/sysroot
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for arm-linux-androideabi-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if armv7a-linux-androideabi24-clang supports -fno-rtti -fno-exceptions... yes
checking for armv7a-linux-androideabi24-clang option to produce PIC... -fPIC -DPIC
checking if armv7a-linux-androideabi24-clang PIC flag -fPIC -DPIC works... yes
checking if armv7a-linux-androideabi24-clang static flag -static works... no
checking if armv7a-linux-androideabi24-clang supports -c -o file.o... yes
checking if armv7a-linux-androideabi24-clang supports -c -o file.o... (cached) yes
checking whether the armv7a-linux-androideabi24-clang linker (lld) supports shared libraries... yes
checking dynamic linker characteristics... Android linker
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for arm-linux-androideabi-gcc... (cached) armv7a-linux-androideabi24-clang
checking whether the compiler supports GNU C... (cached) yes
checking whether armv7a-linux-androideabi24-clang accepts -g... (cached) yes
checking for armv7a-linux-androideabi24-clang option to enable C11 features... (cached) unsupported
checking for armv7a-linux-androideabi24-clang option to enable C99 features... (cached) none needed
checking whether armv7a-linux-androideabi24-clang understands -c and -o together... (cached) yes
checking dependency style of armv7a-linux-androideabi24-clang... (cached) gcc3
checking for library containing socket... none required
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for limits.h... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/file.h... yes
checking for sys/ioctl.h... yes
checking for sys/socket.h... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for armv7a-linux-androideabi24-clang options needed to detect all undeclared functions... none needed
checking whether _SC_HOST_NAME_MAX is declared... yes
checking for int32_t... yes
checking for mode_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for ftruncate... yes
checking for gettimeofday... yes
checking for memset... yes
checking for socket... yes
checking for strtoul... yes
checking for usleep... yes
checking for srandom... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating uuid.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-am
make[1]: Entering directory '/home/ogieva/workspace/ffmpeg-kit/src/libuuid'
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.    -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT libuuid_la-clear.lo -MD -MP -MF .deps/libuuid_la-clear.Tpo -c -o libuuid_la-clear.lo `test -f 'clear.c' || echo './'`clear.c
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.    -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT libuuid_la-compare.lo -MD -MP -MF .deps/libuuid_la-compare.Tpo -c -o libuuid_la-compare.lo `test -f 'compare.c' || echo './'`compare.c
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.    -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT libuuid_la-copy.lo -MD -MP -MF .deps/libuuid_la-copy.Tpo -c -o libuuid_la-copy.lo `test -f 'copy.c' || echo './'`copy.c
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.    -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT libuuid_la-gen_uuid.lo -MD -MP -MF .deps/libuuid_la-gen_uuid.Tpo -c -o libuuid_la-gen_uuid.lo `test -f 'gen_uuid.c' || echo './'`gen_uuid.c
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.    -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT libuuid_la-isnull.lo -MD -MP -MF .deps/libuuid_la-isnull.Tpo -c -o libuuid_la-isnull.lo `test -f 'isnull.c' || echo './'`isnull.c
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.    -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT libuuid_la-pack.lo -MD -MP -MF .deps/libuuid_la-pack.Tpo -c -o libuuid_la-pack.lo `test -f 'pack.c' || echo './'`pack.c
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.    -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT libuuid_la-parse.lo -MD -MP -MF .deps/libuuid_la-parse.Tpo -c -o libuuid_la-parse.lo `test -f 'parse.c' || echo './'`parse.c
/bin/bash ./libtool  --tag=CC   --mode=compile armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I.    -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections   -MT libuuid_la-unpack.lo -MD -MP -MF .deps/libuuid_la-unpack.Tpo -c -o libuuid_la-unpack.lo `test -f 'unpack.c' || echo './'`unpack.c
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT libuuid_la-pack.lo -MD -MP -MF .deps/libuuid_la-pack.Tpo -c pack.c  -fPIC -DPIC -o libuuid_la-pack.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT libuuid_la-unpack.lo -MD -MP -MF .deps/libuuid_la-unpack.Tpo -c unpack.c  -fPIC -DPIC -o libuuid_la-unpack.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT libuuid_la-parse.lo -MD -MP -MF .deps/libuuid_la-parse.Tpo -c parse.c  -fPIC -DPIC -o libuuid_la-parse.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT libuuid_la-compare.lo -MD -MP -MF .deps/libuuid_la-compare.Tpo -c compare.c  -fPIC -DPIC -o libuuid_la-compare.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT libuuid_la-isnull.lo -MD -MP -MF .deps/libuuid_la-isnull.Tpo -c isnull.c  -fPIC -DPIC -o libuuid_la-isnull.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT libuuid_la-clear.lo -MD -MP -MF .deps/libuuid_la-clear.Tpo -c clear.c  -fPIC -DPIC -o libuuid_la-clear.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT libuuid_la-gen_uuid.lo -MD -MP -MF .deps/libuuid_la-gen_uuid.Tpo -c gen_uuid.c  -fPIC -DPIC -o libuuid_la-gen_uuid.o
libtool: compile:  armv7a-linux-androideabi24-clang -DHAVE_CONFIG_H -I. -I. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -DFFMPEG_KIT_ARM_V7A -std=c99 -Wno-unused-function -fstrict-aliasing -DANDROID_NDK -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_MIN_SDK_VERSION__=24 -Os -ffunction-sections -fdata-sections -MT libuuid_la-copy.lo -MD -MP -MF .deps/libuuid_la-copy.Tpo -c copy.c  -fPIC -DPIC -o libuuid_la-copy.o
mv -f .deps/libuuid_la-pack.Tpo .deps/libuuid_la-pack.Plo
gen_uuid.c:297:10: error: call to undeclared function 'flock'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                while (flock(state_fd, LOCK_EX) < 0) {
                       ^
gen_uuid.c:297:10: note: did you mean 'clock'?
/home/ogieva/Android/Sdk/ndk-bundle/android-ndk-r26d/toolchains/llvm/prebuilt/linux-x86_64/bin/../sysroot/usr/include/time.h:270:9: note: 'clock' declared here
clock_t clock(void);
        ^
gen_uuid.c:369:3: error: call to undeclared function 'flock'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                flock(state_fd, LOCK_UN);
                ^
2 errors generated.
mv -f .deps/libuuid_la-clear.Tpo .deps/libuuid_la-clear.Plo
mv -f .deps/libuuid_la-copy.Tpo .deps/libuuid_la-copy.Plo
mv -f .deps/libuuid_la-isnull.Tpo .deps/libuuid_la-isnull.Plo
mv -f .deps/libuuid_la-unpack.Tpo .deps/libuuid_la-unpack.Plo
make[1]: *** [Makefile:589: libuuid_la-gen_uuid.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
mv -f .deps/libuuid_la-compare.Tpo .deps/libuuid_la-compare.Plo
mv -f .deps/libuuid_la-parse.Tpo .deps/libuuid_la-parse.Plo
make[1]: Leaving directory '/home/ogieva/workspace/ffmpeg-kit/src/libuuid'
make: *** [Makefile:415: all] Error 2
Joelcgx commented 2 months ago

which one your ndk version?

generalomosco commented 2 months ago

I tried ndk version android-ndk-r22b and android-ndk-r26d still same build error

Joelcgx commented 2 months ago

try with 25.2.9519653, its working for me