Giter Site home page Giter Site logo

Comments (27)

tanersener avatar tanersener commented on August 27, 2024

According to your terminal output something is wrong with your scripts; either they are corrupt or they are modified. Default build does not build android-media-codec, lame, libvorbis, opencore-amr and opus, additionally x86 and x86_64 architectures are disabled.

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

Let me just copy original again. I'll post back

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

Brand new clone failed with

ffbuild/common.mak:60: recipe for target 'libavformat/udp.o' failed
make: *** [libavformat/udp.o] Error 1

Terminal output

nll@nll-VirtualBox:/mobile-ffmpeg$ export ANDROID_NDK_ROOT=/home/nll/Desktop/ffmpeg-binary-android/ndk
nll@nll-VirtualBox:
/mobile-ffmpeg$ ./android.sh
Building mobile-ffmpeg for Android

Architectures: arm-v7a, arm-v7a-neon, arm64-v8a, x86, x86-64
Libraries: none

Building arm-v7a platform on API level 21

ffmpeg: failed
nll@nll-VirtualBox:~/mobile-ffmpeg$

from mobile-ffmpeg.

tanersener avatar tanersener commented on August 27, 2024

I guess this issue is resolved as well?

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

Just trying to build. Takes time. Where do tmp /build files go? My machine is running out of space

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

Still same. See below


Building mobile-ffmpeg for Android

Architectures: arm-v7a, arm-v7a-neon, arm64-v8a
Libraries: android-media-codec, lame, libvorbis, opencore-amr, opus

Building arm-v7a platform on API level 21

opencore-amr: ok
opus: ok


It builds opus fine but then goes in to loop with


make[3]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/opus'
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/opus'
make[1]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/opus'
INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

I have only changed platforms and added few libs

from mobile-ffmpeg.

tanersener avatar tanersener commented on August 27, 2024

Where do tmp /build files go? My machine is running out of space

Temporary files are under .tmp folder and all built objects are under prebuilt. Directory layout of project is explained here Project Layout.

Still same. See below

These line show only the last steps of your build process. Could you please provide full build log?

I have only changed platforms and added few libs

I need to see which options/flags you used to understand and reproduce the problem. Without that it is hard to understand your issue.

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

Current config
ENABLED_ARCHITECTURES=(1 1 1 0 0)
ENABLED_LIBRARIES=(0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1)

Full build log until I hit ctrl+c

INFO: Building mobile-ffmpeg for Android: Wed 7 Nov 22:52:51 GMT 2018

INFO: Starting new build for arm-v7a on API level 21 at Wed 7 Nov 22:52:51 GMT 2018

INFO: Enabled library lame
INFO: Enabled library libvorbis
INFO: Enabled library opencore-amr
INFO: Enabled library opus

INFO: Building cpu-features for for arm-v7a

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

DEBUG: Checking if opencore-amr is already built and installed at /home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/opencore-amr

INFO: opencore-amr library is already built and installed

INFO: Flags detected for opencore-amr: already installed=0, rebuild=, dependency rebuilt=

DEBUG: Checking if opus is already built and installed at /home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/opus

INFO: opus library is already built and installed

INFO: Flags detected for opus: already installed=0, rebuild=, dependency rebuilt=

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

INFO: Skipping libvorbis, run=0, completed=

INFO: Skipping opencore-amr, run=1, completed=1

INFO: Skipping opus, run=1, completed=1

INFO: Skipping lame, run=0, completed=

from mobile-ffmpeg.

tanersener avatar tanersener commented on August 27, 2024

Current config
ENABLED_ARCHITECTURES=(1 1 1 0 0)
ENABLED_LIBRARIES=(0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1)

ENABLED_ARCHITECTURES and ENABLED_LIBRARIES variables in android.sh (and ios.sh) control the whole build process internally. They helps to understand which libraries/architectures are requested. Also they are used in dependency resolution between libraries. Modifying them or any other part of the android.sh and/or build/main-android.sh can break the whole build process.

According to your logs lame and libvorbis libraries are requested but they are not built. I guess their dependencies are not satisfied so they are not built.

If you discard your changes in android.sh and use ./android.sh --enable-opus --enable-lame --enable-opencore-amr --enable-libvorbis your build will be successful.

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

Just done that with an error with libiconv. Here is the full build log. See the end

INFO: Building mobile-ffmpeg for Android: Thu 8 Nov 09:21:37 GMT 2018

INFO: Starting new build for arm-v7a on API level 21 at Thu 8 Nov 09:21:37 GMT 2018

INFO: Enabled library lame
INFO: Enabled library libiconv
INFO: Enabled library libvorbis
INFO: Enabled library opencore-amr
INFO: Enabled library opus
INFO: Enabled library libogg

INFO: Building cpu-features for for arm-v7a

INFO: Skipping lame, run=0, completed=

DEBUG: Checking if libiconv is already built and installed at /home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv

DEBUG: /home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv directory not found

INFO: Flags detected for libiconv: already installed=1, rebuild=, dependency rebuilt=


INFO: Building libiconv with the following environment variables

CLUTTER_IM_MODULE=xim
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=30;41: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:.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:.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:.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:
ARCH=arm-v7a
LESSCLOSE=/usr/bin/lesspipe %s %s
XDG_MENU_PREFIX=gnome-
LANG=en_GB.UTF-8
TOOLCHAIN=arm
DISPLAY=:1
BASEDIR=/home/nll/Desktop/mobile-ffmpeg
OLDPWD=/home/nll/Desktop
GNOME_SHELL_SESSION_MODE=ubuntu
COLORTERM=truecolor
USERNAME=nll
XDG_VTNR=2
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
CC=arm-linux-androideabi-clang
XDG_SESSION_ID=3
USER=nll
DESKTOP_SESSION=ubuntu
STRIP=arm-linux-androideabi-strip
QT4_IM_MODULE=xim
TEXTDOMAINDIR=/usr/share/locale/
GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/e9aaf292_1580_40e2_b1d9_5f3995400454
PWD=/home/nll/Desktop/mobile-ffmpeg
HOME=/home/nll
TEXTDOMAIN=im-config
SSH_AGENT_PID=1537
QT_ACCESSIBILITY=1
ANDROID_NDK_ROOT=/home/nll/Desktop/android-ndk-r17c
XDG_SESSION_TYPE=x11
SED_INLINE=sed -i
XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share:/usr/share:/var/lib/snapd/desktop
RANLIB=arm-linux-androideabi-ranlib
AS=arm-linux-androideabi-as
AR=arm-linux-androideabi-ar
XDG_SESSION_DESKTOP=ubuntu
GJS_DEBUG_OUTPUT=stderr
GTK_MODULES=gail:atk-bridge
CXX=arm-linux-androideabi-clang++
WINDOWPATH=2
VTE_VERSION=5202
SHELL=/bin/bash
TERM=xterm-256color
ZLIB_PACKAGE_CONFIG_PATH=/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/pkgconfig/zlib.pc
QT_IM_MODULE=ibus
XMODIFIERS=@im=ibus
IM_CONFIG_PHASE=2
API=21
XDG_CURRENT_DESKTOP=ubuntu:GNOME
GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
GNOME_TERMINAL_SERVICE=:1.69
SHLVL=2
XDG_SEAT=seat0
GDMSESSION=ubuntu
TOOLCHAIN_ARCH=arm
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
LOGNAME=nll
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
XDG_RUNTIME_DIR=/run/user/1000
XAUTHORITY=/run/user/1000/gdm/Xauthority
MOBILE_FFMPEG_TMPDIR=/home/nll/Desktop/mobile-ffmpeg/.tmp
INSTALL_PKG_CONFIG_DIR=/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/pkgconfig
XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin
GJS_DEBUG_TOPICS=JS ERROR;JS LOG
SESSION_MANAGER=local/nll-VirtualBox:@/tmp/.ICE-unix/1405,unix/nll-VirtualBox:/tmp/.ICE-unix/1405
LD=arm-linux-androideabi-ld
LESSOPEN=| /usr/bin/lesspipe %s
GTK_IM_MODULE=ibus
_=/usr/bin/env

INFO: System information

Linux nll-VirtualBox 4.15.0-38-generic #41-Ubuntu SMP Wed Oct 10 10:59:38 UTC 2018 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... arm-linux-androideabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
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... arm-linux-androideabi-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 we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-clang accepts -g... yes
checking for arm-linux-androideabi-clang option to accept ISO C89... none needed
checking whether arm-linux-androideabi-clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of arm-linux-androideabi-clang... none
checking how to run the C preprocessor... arm-linux-androideabi-clang -E
checking for strip... /usr/bin/strip
checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-unknown-linux-androideabi
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define EXTENSIONS... yes
checking whether XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
checking the archiver (arm-linux-androideabi-ar) interface... ar
checking for arm-linux-androideabi-ar... (cached) arm-linux-androideabi-ar
checking for special C compiler options needed for large files... no
checking for FILE_OFFSET_BITS value needed for large files... 64
checking for ld used by arm-linux-androideabi-clang... arm-linux-androideabi-ld
checking if the linker (arm-linux-androideabi-ld) is GNU ld... yes
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 how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by arm-linux-androideabi-clang... arm-linux-androideabi-ld
checking if the linker (arm-linux-androideabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B
checking the name lister (/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for arm-linux-androideabi-ld option to reload object files... -r
checking for arm-linux-androideabi-objdump... arm-linux-androideabi-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) arm-linux-androideabi-ar
checking for archiver @file support... @
checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
checking command to parse /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-clang object... ok
checking for sysroot... /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for arm-linux-androideabi-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-linux-androideabi-clang supports -fno-rtti -fno-exceptions... yes
checking for arm-linux-androideabi-clang option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-clang PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-clang static flag -static works... no
checking if arm-linux-androideabi-clang supports -c -o file.o... yes
checking if arm-linux-androideabi-clang supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-clang linker (arm-linux-androideabi-ld) 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-windres... no
checking for windres... no
checking whether the -Werror option is usable... no
checking for simple visibility declarations... yes
checking for shared library run path origin... done
checking for iconv... no, consider installing GNU libiconv
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... 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 unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/param.h... yes
checking for sys/time.h... yes
checking for sys/socket.h... yes
checking for limits.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for symlink... yes
checking for canonicalize_file_name... no
checking for getcwd... yes
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... no
checking for getprogname... no
checking for getexecname... no
checking for gettimeofday... yes
checking for lstat... yes
checking for set_invalid_parameter_handler... no
checking for setenv... yes
checking for working fcntl.h... cross-compiling
checking for wchar.h... (cached) yes
checking for EILSEQ... yes
checking byte ordering... guessing little endian
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether // is distinct from /... unknown, assuming no
checking whether realpath works... guessing no
checking if environ is properly declared... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for pid_t... yes
checking for mode_t... yes
checking for C/C++ restrict keyword... restrict
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether gettimeofday is declared without a macro... yes
checking whether limits.h has ULLONG_WIDTH etc.... no
checking whether lstat correctly handles trailing slash... guessing no
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking for unsigned long long int... yes
checking for long long int... yes
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 whether C symbols are prefixed with underscore at the linker level... no
checking for stdbool.h that conforms to C99... yes
checking for Bool... yes
checking for wint_t... yes
checking whether wint_t is too small... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h predates C++11... no
checking whether stdint.h has UINTMAX_WIDTH etc.... no
checking whether strerror(0) succeeds... guessing no
checking whether ffsl is declared without a macro... no
checking whether ffsll is declared without a macro... no
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... no
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... no
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... no
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... no
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... no
checking whether feof_unlocked is declared... no
checking whether ferror_unlocked is declared... no
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 // is distinct from /... (cached) unknown, assuming no
checking for error_at_line... no
checking whether fcntl is declared without a macro... yes
checking whether openat is declared without a macro... yes
checking whether program_invocation_name is declared... no
checking whether program_invocation_short_name is declared... no
checking whether argv is declared... no
checking whether progname is defined in default libraries... yes
checking whether gettimeofday clobbers localtime buffer... guessing yes
checking for gettimeofday with POSIX signature... almost
checking sys/timeb.h usability... no
checking sys/timeb.h presence... no
checking for sys/timeb.h... no
checking for ftime... no
checking for mbstate_t... (cached) yes
checking whether program_invocation_name is declared... (cached) no
checking whether program_invocation_short_name is declared... (cached) no
checking for raise... yes
checking for sigprocmask... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... guessing no
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking whether pthread_sigmask is declared without a macro... yes
checking whether sigaction is declared without a macro... yes
checking whether sigaddset is declared without a macro... yes
checking whether sigdelset is declared without a macro... yes
checking whether sigemptyset is declared without a macro... yes
checking whether sigfillset is declared without a macro... yes
checking whether sigismember is declared without a macro... yes
checking whether sigpending is declared without a macro... yes
checking whether sigprocmask is declared without a macro... yes
checking for sigprocmask... (cached) yes
checking for ssize_t... (cached) yes
checking whether stat handles trailing slashes on directories... guessing yes
checking whether stat handles trailing slashes on files... guessing no
checking for max_align_t... no
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... yes
checking whether fseeko is declared without a macro... no
checking whether ftello is declared without a macro... no
checking whether getdelim is declared without a macro... yes
checking whether getline is declared without a macro... yes
checking whether gets is declared without a macro... yes
checking whether pclose is declared without a macro... yes
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... yes
checking whether snprintf is declared without a macro... yes
checking whether tmpfile is declared without a macro... yes
checking whether vdprintf is declared without a macro... yes
checking whether vsnprintf is declared without a macro... yes
checking whether Exit is declared without a macro... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... no
checking whether getloadavg is declared without a macro... no
checking whether getsubopt is declared without a macro... no
checking whether grantpt is declared without a macro... yes
checking whether initstate is declared without a macro... yes
checking whether initstate_r is declared without a macro... no
checking whether mkdtemp is declared without a macro... yes
checking whether mkostemp is declared without a macro... no
checking whether mkostemps is declared without a macro... no
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... yes
checking whether posix_openpt is declared without a macro... yes
checking whether ptsname is declared without a macro... yes
checking whether ptsname_r is declared without a macro... yes
checking whether qsort_r is declared without a macro... no
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... no
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... no
checking whether secure_getenv is declared without a macro... no
checking whether setenv is declared without a macro... yes
checking whether setstate is declared without a macro... yes
checking whether setstate_r is declared without a macro... no
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... no
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for nlink_t... yes
checking whether fchmodat is declared without a macro... yes
checking whether fstat is declared without a macro... yes
checking whether fstatat is declared without a macro... yes
checking whether futimens is declared without a macro... yes
checking whether lchmod is declared without a macro... no
checking whether lstat is declared without a macro... yes
checking whether mkdirat is declared without a macro... yes
checking whether mkfifo is declared without a macro... yes
checking whether mkfifoat is declared without a macro... no
checking whether mknod is declared without a macro... yes
checking whether mknodat is declared without a macro... yes
checking whether stat is declared without a macro... yes
checking whether utimensat is declared without a macro... yes
checking whether chdir is declared without a macro... yes
checking whether chown is declared without a macro... yes
checking whether dup is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... yes
checking whether environ is declared without a macro... yes
checking whether euidaccess is declared without a macro... no
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... yes
checking whether fdatasync is declared without a macro... yes
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... no
checking whether getdtablesize is declared without a macro... no
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... no
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... no
checking whether setusershell is declared without a macro... no
checking whether endusershell is declared without a macro... no
checking whether group_member is declared without a macro... no
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... yes
checking whether pipe2 is declared without a macro... yes
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... no
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... yes
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
checking whether usleep is declared without a macro... 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/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv' '--with-pic' '--with-sysroot=/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot' '--enable-static' '--disable-shared' '--disable-fast-install' '--disable-rpath' '--host=arm-linux-androideabi' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-clang' 'CFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID
-D__ANDROID_API=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include' 'LDFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib' --cache-file=/dev/null --srcdir=.
checking whether make sets $(MAKE)... yes
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-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 we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-clang accepts -g... yes
checking for arm-linux-androideabi-clang option to accept ISO C89... none needed
checking how to run the C preprocessor... arm-linux-androideabi-clang -E
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-unknown-linux-androideabi
checking whether to activate relocatable installation... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define EXTENSIONS... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by arm-linux-androideabi-clang... arm-linux-androideabi-ld
checking if the linker (arm-linux-androideabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B
checking the name lister (/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B) 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-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for arm-linux-androideabi-ld option to reload object files... -r
checking for arm-linux-androideabi-objdump... arm-linux-androideabi-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... arm-linux-androideabi-ar
checking for archiver @file support... @
checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
checking for gawk... no
checking for mawk... mawk
checking command to parse /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-clang object... ok
checking for sysroot... /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for arm-linux-androideabi-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-linux-androideabi-clang supports -fno-rtti -fno-exceptions... yes
checking for arm-linux-androideabi-clang option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-clang PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-clang static flag -static works... no
checking if arm-linux-androideabi-clang supports -c -o file.o... yes
checking if arm-linux-androideabi-clang supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-clang linker (arm-linux-androideabi-ld) 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 whether the -Werror option is usable... no
checking for simple visibility declarations... yes
checking for nl_langinfo and CODESET... no
checking for unistd.h... (cached) yes
checking for symlink... yes
checking for working fcntl.h... cross-compiling
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for setlocale... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating include/localcharset.h
config.status: creating include/localcharset.h.inst
config.status: creating config.h
config.status: executing libtool commands
=== configuring in preload (/home/nll/Desktop/mobile-ffmpeg/src/libiconv/preload)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv' '--with-pic' '--with-sysroot=/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot' '--enable-static' '--disable-shared' '--disable-fast-install' '--disable-rpath' '--host=arm-linux-androideabi' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-clang' 'CFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID
-D__ANDROID_API
=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include' 'LDFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib' --cache-file=/dev/null --srcdir=.
checking whether make sets $(MAKE)... yes
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-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 we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-clang accepts -g... yes
checking for arm-linux-androideabi-clang option to accept ISO C89... none needed
checking how to run the C preprocessor... arm-linux-androideabi-clang -E
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-unknown-linux-androideabi
checking whether to activate relocatable installation... no
checking whether ln -s works... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
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... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by arm-linux-androideabi-clang... arm-linux-androideabi-ld
checking if the linker (arm-linux-androideabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B
checking the name lister (/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for arm-linux-androideabi-ld option to reload object files... -r
checking for arm-linux-androideabi-objdump... arm-linux-androideabi-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... arm-linux-androideabi-ar
checking for archiver @file support... @
checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
checking for gawk... no
checking for mawk... mawk
checking command to parse /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-clang object... ok
checking for sysroot... /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for arm-linux-androideabi-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-linux-androideabi-clang supports -fno-rtti -fno-exceptions... yes
checking for arm-linux-androideabi-clang option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-clang PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-clang static flag -static works... no
checking if arm-linux-androideabi-clang supports -c -o file.o... yes
checking if arm-linux-androideabi-clang supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-clang linker (arm-linux-androideabi-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... no
checking whether the -Werror option is usable... no
checking for simple visibility declarations... yes
configure: creating ./config.status
config.status: creating Makefile
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/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset'
if [ ! -d include ] ; then mkdir include ; fi
cp ./include/libcharset.h.in include/libcharset.h
cd lib && make all
make[2]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset/lib'
/bin/bash ../libtool --mode=compile arm-linux-androideabi-clang -I. -I. -I.. -I./.. -I../include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID
-D__ANDROID_API
=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
/bin/bash ../libtool --mode=compile arm-linux-androideabi-clang -I. -I. -I.. -I./.. -I../include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID
_ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c
/bin/sh ./config.charset 'arm-unknown-linux-androideabi' > t-charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/@Package@/g' ./ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/@Package@/g' ./ref-del.sin > t-ref-del.sed
mv t-charset.alias charset.alias
mv t-ref-del.sed ref-del.sed
libtool: compile: arm-linux-androideabi-clang -I. -I. -I.. -I./.. -I../include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -fPIC -DPIC -o localcharset.o
libtool: compile: arm-linux-androideabi-clang -I. -I. -I.. -I./.. -I../include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -fPIC -DPIC -o relocatable.o
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
1 warning generated.
/bin/bash ../libtool --mode=link arm-linux-androideabi-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -o libcharset.la -rpath /home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib -version-info 1:0:0 -no-undefined localcharset.lo relocatable.lo
libtool: link: arm-linux-androideabi-ar cru .libs/libcharset.a localcharset.o relocatable.o
libtool: link: arm-linux-androideabi-ranlib .libs/libcharset.a
libtool: link: ( cd ".libs" && rm -f "libcharset.la" && ln -s "../libcharset.la" "libcharset.la" )
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset/lib'
make[1]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset'
make[1]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset'
cd lib && make all
make[2]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset/lib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset/lib'
cd lib && make install-lib libdir='/home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib' includedir='/home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib'
make[2]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset/lib'
/bin/sh ../build-aux/mkinstalldirs /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib
/bin/bash ../libtool --mode=install /usr/bin/install -c libcharset.la /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/libcharset.la
libtool: install: /usr/bin/install -c .libs/libcharset.lai /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/libcharset.la
libtool: install: /usr/bin/install -c .libs/libcharset.a /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/libcharset.a
libtool: install: chmod 644 /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/libcharset.a
libtool: install: arm-linux-androideabi-ranlib /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/libcharset.a
libtool: warning: remember to run 'libtool --finish /home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib'
test -f /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/charset.alias && orig=/home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/charset.alias
|| orig=charset.alias;
sed -f ref-add.sed $orig > /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/t-charset.alias;
/usr/bin/install -c -m 644 /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/t-charset.alias /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/charset.alias;
rm -f /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/t-charset.alias
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset/lib'
/bin/sh ./build-aux/mkinstalldirs /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib
/usr/bin/install -c -m 644 include/libcharset.h /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/libcharset.h
/usr/bin/install -c -m 644 include/localcharset.h.inst /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/localcharset.h
make[1]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset'
cd lib && make all
make[1]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib'
/bin/bash ../libtool --mode=compile arm-linux-androideabi-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c
/bin/bash ../libtool --mode=compile arm-linux-androideabi-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c
/bin/bash ../libtool --mode=compile arm-linux-androideabi-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c
libtool: compile: arm-linux-androideabi-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c -fPIC -DPIC -o localcharset.o
libtool: compile: arm-linux-androideabi-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c -fPIC -DPIC -o iconv.o
libtool: compile: arm-linux-androideabi-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c -fPIC -DPIC -o relocatable.o
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
1 warning generated.
In file included from ./iconv.c:71:
In file included from ./converters.h:212:
./jisx0208.h:2380:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0100)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
In file included from ./converters.h:213:
./jisx0212.h:2160:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0460)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
In file included from ./converters.h:216:
./gb2312.h:2538:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0460)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
In file included from ./converters.h:217:
In file included from ./isoir165.h:80:
./isoir165ext.h:759:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0200)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
In file included from ./converters.h:220:
In file included from ./cns11643.h:37:
./cns11643_inv.h:15372:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0100)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
In file included from ./converters.h:221:
./big5.h:4123:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0100)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
In file included from ./converters.h:223:
./ksc5601.h:2987:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0460)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
In file included from ./converters.h:239:
In file included from ./gb18030.h:185:
./gb18030uni.h:184:23: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (i >= 0 && i <= 39419) {
~ ^ ~
In file included from ./iconv.c:71:
In file included from ./converters.h:239:
./gb18030.h:248:25: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (i >= 0 && i < 0x100000) {
~ ^ ~
In file included from ./iconv.c:71:
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:71:
In file included from ./converters.h:246:
In file included from ./big5hkscs1999.h:45:
./hkscs1999.h:2956:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x02d0)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
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:71:
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:154:
lib/aliases.gperf:288:28: warning: static variable 'aliases' is used in an inline function with external linkage [-Wstatic-in-inline]
register int o = aliases[key].name;
^
lib/aliases.gperf:274:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage
inline
^
static
lib/aliases.gperf:781:27: note: 'aliases' declared here
static const struct alias aliases[] =
^
lib/aliases.gperf:291:44: warning: static variable 'stringpool_contents' is used in an inline function with external linkage [-Wstatic-in-inline]
register const char *s = o + stringpool;
^
lib/aliases.gperf:779:37: note: expanded from macro 'stringpool'
#define stringpool ((const char *) &stringpool_contents)
^
lib/aliases.gperf:274:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage
inline
^
static
lib/aliases.gperf:427:34: note: 'stringpool_contents' declared here
static const struct stringpool_t stringpool_contents =
^
lib/aliases.gperf:294:25: warning: static variable 'aliases' is used in an inline function with external linkage [-Wstatic-in-inline]
return &aliases[key];
^
lib/aliases.gperf:274:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage
inline
^
static
lib/aliases.gperf:781:27: note: 'aliases' declared here
static const struct alias aliases[] =
^
17 warnings generated.
/bin/bash ../libtool --mode=link arm-linux-androideabi-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID -D__ANDROID_API=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -o libiconv.la -rpath /home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib -version-info 8:0:6 -no-undefined iconv.lo localcharset.lo relocatable.lo
libtool: link: arm-linux-androideabi-ar cru .libs/libiconv.a iconv.o localcharset.o relocatable.o
libtool: link: arm-linux-androideabi-ranlib .libs/libiconv.a
libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" )
make[1]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib'
cd preload && make all
make[1]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/preload'
rm -f -r objects
mkdir objects &&
for f in ./../lib/iconv.c ./../libcharset/lib/localcharset.c ./../lib/relocatable.c; do
/bin/bash ./libtool --mode=compile arm-linux-androideabi-clang -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID
-D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME="libiconv" -DPACKAGE_TARNAME="libiconv" -DPACKAGE_VERSION="0" -DPACKAGE_STRING="libiconv\ 0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DINSTALLPREFIX="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c $f -o objects/basename $f | sed -e 's,\.c$,.o,' || exit 1;
done &&
/bin/bash ./libtool --mode=link arm-linux-androideabi-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -o libiconv.la -rpath /home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib -no-undefined objects/.lo &&
rm -f -r objects
libtool: compile: arm-linux-androideabi-clang -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME="libiconv" -DPACKAGE_TARNAME="libiconv" -DPACKAGE_VERSION="0" "-DPACKAGE_STRING="libiconv 0"" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DINSTALLPREFIX="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../lib/iconv.c -fPIC -DPIC -o objects/.libs/iconv.o
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:212:
../lib/jisx0208.h:2380:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0100)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:213:
../lib/jisx0212.h:2160:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0460)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:216:
../lib/gb2312.h:2538:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0460)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:217:
In file included from ../lib/isoir165.h:80:
../lib/isoir165ext.h:759:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0200)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:220:
In file included from ../lib/cns11643.h:37:
../lib/cns11643_inv.h:15372:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0100)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:221:
../lib/big5.h:4123:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0100)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:223:
../lib/ksc5601.h:2987:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0460)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:239:
In file included from ../lib/gb18030.h:185:
../lib/gb18030uni.h:184:23: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (i >= 0 && i <= 39419) {
~ ^ ~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:239:
../lib/gb18030.h:248:25: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (i >= 0 && i < 0x100000) {
~ ^ ~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:245:
In file included from ../lib/cp950.h:129:
../lib/cp950ext.h:38:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((c1 == 0xf9)) {
~~~^~~~~~~
../lib/cp950ext.h:38:11: note: remove extraneous parentheses around the comparison to silence this warning
if ((c1 == 0xf9)) {
~ ^ ~
../lib/cp950ext.h:38:11: note: use '=' to turn this equality comparison into an assignment
if ((c1 == 0xf9)) {
^~
=
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:246:
In file included from ../lib/big5hkscs1999.h:45:
../lib/hkscs1999.h:2956:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x02d0)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:247:
In file included from ../lib/big5hkscs2001.h:47:
../lib/hkscs2001.h:62:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((c1 == 0x8c)) {
~~~^~~~~~~
../lib/hkscs2001.h:62:11: note: remove extraneous parentheses around the comparison to silence this warning
if ((c1 == 0x8c)) {
~ ^ ~
../lib/hkscs2001.h:62:11: note: use '=' to turn this equality comparison into an assignment
if ((c1 == 0x8c)) {
^~
=
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:249:
In file included from ../lib/big5hkscs2008.h:47:
../lib/hkscs2008.h:58:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((c1 == 0x87)) {
~~~^~~~~~~
../lib/hkscs2008.h:58:11: note: remove extraneous parentheses around the comparison to silence this warning
if ((c1 == 0x87)) {
~ ^ ~
../lib/hkscs2008.h:58:11: note: use '=' to turn this equality comparison into an assignment
if ((c1 == 0x87)) {
^~
=
In file included from ./../lib/iconv.c:154:
lib/aliases.gperf:288:28: warning: static variable 'aliases' is used in an inline function with external linkage [-Wstatic-in-inline]
register int o = aliases[key].name;
^
lib/aliases.gperf:274:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage
inline
^
static
lib/aliases.gperf:781:27: note: 'aliases' declared here
static const struct alias aliases[] =
^
lib/aliases.gperf:291:44: warning: static variable 'stringpool_contents' is used in an inline function with external linkage [-Wstatic-in-inline]
register const char *s = o + stringpool;
^
lib/aliases.gperf:779:37: note: expanded from macro 'stringpool'
#define stringpool ((const char *) &stringpool_contents)
^
lib/aliases.gperf:274:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage
inline
^
static
lib/aliases.gperf:427:34: note: 'stringpool_contents' declared here
static const struct stringpool_t stringpool_contents =
^
lib/aliases.gperf:294:25: warning: static variable 'aliases' is used in an inline function with external linkage [-Wstatic-in-inline]
return &aliases[key];
^
lib/aliases.gperf:274:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage
inline
^
static
lib/aliases.gperf:781:27: note: 'aliases' declared here
static const struct alias aliases[] =
^
17 warnings generated.
libtool: compile: arm-linux-androideabi-clang -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID -D__ANDROID_API=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME="libiconv" -DPACKAGE_TARNAME="libiconv" -DPACKAGE_VERSION="0" "-DPACKAGE_STRING="libiconv 0"" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DINSTALLPREFIX="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS
=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../libcharset/lib/localcharset.c -fPIC -DPIC -o objects/.libs/localcharset.o
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
libtool: compile: arm-linux-androideabi-clang -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME="libiconv" -DPACKAGE_TARNAME="libiconv" -DPACKAGE_VERSION="0" "-DPACKAGE_STRING="libiconv 0"" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DINSTALLPREFIX="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../lib/relocatable.c -fPIC -DPIC -o objects/.libs/relocatable.o
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
libtool: link: arm-linux-androideabi-clang -shared -fPIC -DPIC objects/.libs/iconv.o objects/.libs/localcharset.o objects/.libs/relocatable.o -lc -lm -ldl -llog -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Os -Wl,-soname -Wl,libiconv.so -o .libs/libiconv.so
libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" )
cp .libs/libiconv.so preloadable_libiconv.so
make[1]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/preload'
cd srclib && make all
make[1]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/srclib'
cd .. && make am--refresh
make[2]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[2]: Nothing to be done for 'am--refresh'.
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
cd .. && make am--refresh
make[2]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[2]: Nothing to be done for 'am--refresh'.
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[2]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[2]: Nothing to be done for 'am--refresh'.
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
rm -f alloca.h-t alloca.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! */';
cat ./alloca.in.h;
} > alloca.h-t &&
mv -f alloca.h-t alloca.h
rm -f c++defs.h-t c++defs.h &&
sed -n -e '/_GL_CXXDEFS/,$p'
< ../build-aux/snippet/c++defs.h \

c++defs.h-t &&
mv c++defs.h-t c++defs.h
rm -f arg-nonnull.h-t arg-nonnull.h &&
sed -n -e '/GL_ARG_NONNULL/,$p'
< ../build-aux/snippet/arg-nonnull.h
arg-nonnull.h-t &&
mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h &&
sed -n -e '/^.ifndef/,$p'
< ../build-aux/snippet/warn-on-use.h
warn-on-use.h-t &&
mv warn-on-use.h-t warn-on-use.h
rm -f limits.h-t limits.h &&
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! /' &&
sed -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 limits.h-t limits.h
rm -f stddef.h-t stddef.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /' &&
sed -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|@''HAVE_MAX_ALIGN_T''@|0|g'
-e 's|@''HAVE_WCHAR_T''@|1|g'
-e 's|@''REPLACE_NULL''@|0|g'
< ./stddef.in.h;
} > stddef.h-t &&
mv stddef.h-t stddef.h
rm -f stdint.h-t stdint.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /';
sed -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/@''HAVE_LONG_LONG_INT''@/1/g'
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/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/@''GNULIB_OVERRIDES_WINT_T''@/0/g'
< ./stdint.in.h;
} > stdint.h-t &&
mv stdint.h-t stdint.h
/bin/mkdir -p sys
rm -f sys/types.h-t sys/types.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /';
sed -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'
< ./sys_types.in.h;
} > sys/types.h-t &&
mv sys/types.h-t sys/types.h
rm -f time.h-t time.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /' &&
sed -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_GETTIMEOFDAY''@/1/g'
-e 's/@''GNULIB_MKTIME''@/0/g'
-e 's/@''GNULIB_NANOSLEEP''@/0/g'
-e 's/@''GNULIB_STRPTIME''@/0/g'
-e 's/@''GNULIB_TIMEGM''@/0/g'
-e 's/@''GNULIB_TIME_R''@/0/g'
-e 's/@''GNULIB_TIME_RZ''@/0/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_TIMEZONE_T''@|0|g'
-e 's|@''REPLACE_GMTIME''@|1|g'
-e 's|@''REPLACE_LOCALTIME''@|1|g'
-e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g'
-e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g'
-e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g'
-e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|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 '/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 &&
mv time.h-t time.h
rm -f unistd.h-t unistd.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /';
sed -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_CHDIR''@/0/g'
-e 's/@''GNULIB_CHOWN''@/0/g'
-e 's/@''GNULIB_CLOSE''@/0/g'
-e 's/@''GNULIB_DUP''@/0/g'
-e 's/@''GNULIB_DUP2''@/0/g'
-e 's/@''GNULIB_DUP3''@/0/g'
-e 's/@''GNULIB_ENVIRON''@/1/g'
-e 's/@''GNULIB_EUIDACCESS''@/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'
-e 's/@''GNULIB_GETCWD''@/0/g'
-e 's/@''GNULIB_GETDOMAINNAME''@/0/g'
-e 's/@''GNULIB_GETDTABLESIZE''@/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_GETPAGESIZE''@/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_TTYNAME_R''@/0/g'
-e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/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'
< ./unistd.in.h |
sed -e 's|@''HAVE_CHOWN''@|1|g'
-e 's|@''HAVE_DUP2''@|1|g'
-e 's|@''HAVE_DUP3''@|1|g'
-e 's|@''HAVE_EUIDACCESS''@|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''@|1|g'
-e 's|@''HAVE_GETGROUPS''@|1|g'
-e 's|@''HAVE_GETHOSTNAME''@|1|g'
-e 's|@''HAVE_GETPAGESIZE''@|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_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_TTYNAME_R''@|1|g'
-e 's|@''HAVE_OS_H''@|0|g'
-e 's|@''HAVE_SYS_PARAM_H''@|0|g'
|
sed -e 's|@''REPLACE_CHOWN''@|0|g'
-e 's|@''REPLACE_CLOSE''@|0|g'
-e 's|@''REPLACE_DUP''@|0|g'
-e 's|@''REPLACE_DUP2''@|0|g'
-e 's|@''REPLACE_FCHOWNAT''@|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_GETLOGIN_R''@|0|g'
-e 's|@''REPLACE_GETGROUPS''@|0|g'
-e 's|@''REPLACE_GETPAGESIZE''@|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_PREAD''@|0|g'
-e 's|@''REPLACE_PWRITE''@|0|g'
-e 's|@''REPLACE_READ''@|0|g'
-e 's|@''REPLACE_READLINK''@|1|g'
-e 's|@''REPLACE_READLINKAT''@|0|g'
-e 's|@''REPLACE_RMDIR''@|0|g'
-e 's|@''REPLACE_SLEEP''@|0|g'
-e 's|@''REPLACE_SYMLINK''@|0|g'
-e 's|@''REPLACE_SYMLINKAT''@|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_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-t &&
mv unistd.h-t unistd.h
rm -f unitypes.h-t unitypes.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /';
cat ./unitypes.in.h;
} > unitypes.h-t &&
mv -f unitypes.h-t unitypes.h
rm -f uniwidth.h-t uniwidth.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /';
cat ./uniwidth.in.h;
} > uniwidth.h-t &&
mv -f uniwidth.h-t uniwidth.h
rm -f fcntl.h-t fcntl.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /';
sed -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_FCNTL''@/0/g'
-e 's/@''GNULIB_NONBLOCKING''@/0/g'
-e 's/@''GNULIB_OPEN''@/0/g'
-e 's/@''GNULIB_OPENAT''@/0/g'
-e 's|@''HAVE_FCNTL''@|1|g'
-e 's|@''HAVE_OPENAT''@|1|g'
-e 's|@''REPLACE_FCNTL''@|0|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 &&
mv fcntl.h-t fcntl.h
rm -f signal.h-t signal.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /' &&
sed -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 &&
mv signal.h-t signal.h
rm -f stdio.h-t stdio.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /' &&
sed -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_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'
< ./stdio.in.h |
sed -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_OBSTACK_PRINTF''@|1|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'
-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_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-t &&
mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /' &&
sed -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_ATOLL''@/0/g'
-e 's/@''GNULIB_CALLOC_POSIX''@/0/g'
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g'
-e 's/@''GNULIB_GETLOADAVG''@/0/g'
-e 's/@''GNULIB_GETSUBOPT''@/0/g'
-e 's/@''GNULIB_GRANTPT''@/0/g'
-e 's/@''GNULIB_MALLOC_POSIX''@/1/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_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_RANDOM''@/0/g'
-e 's/@''GNULIB_RANDOM_R''@/0/g'
-e 's/@''GNULIB_REALLOC_POSIX''@/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_STRTOLL''@/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'
< ./stdlib.in.h |
sed -e 's|@''HAVE__EXIT''@|1|g'
-e 's|@''HAVE_ATOLL''@|1|g'
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g'
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g'
-e 's|@''HAVE_GETSUBOPT''@|1|g'
-e 's|@''HAVE_GRANTPT''@|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_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_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_STRTOD''@|1|g'
-e 's|@''HAVE_STRTOLL''@|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'
-e 's|@''REPLACE_CALLOC''@|0|g'
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g'
-e 's|@''REPLACE_MALLOC''@|0|g'
-e 's|@''REPLACE_MBTOWC''@|0|g'
-e 's|@''REPLACE_MKSTEMP''@|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_RANDOM_R''@|0|g'
-e 's|@''REPLACE_REALLOC''@|0|g'
-e 's|@''REPLACE_REALPATH''@|1|g'
-e 's|@''REPLACE_SETENV''@|0|g'
-e 's|@''REPLACE_STRTOD''@|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 ../build-aux/snippet/_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-t &&
mv stdlib.h-t stdlib.h
rm -f string.h-t string.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /' &&
sed -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_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''@/0/g'
-e 's/@''GNULIB_MEMRCHR''@/0/g'
-e 's/@''GNULIB_RAWMEMCHR''@/0/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_STRSIGNAL''@/0/g'
-e 's/@''GNULIB_STRVERSCMP''@/0/g'
< ./string.in.h |
sed -e 's|@''HAVE_FFSL''@|1|g'
-e 's|@''HAVE_FFSLL''@|1|g'
-e 's|@''HAVE_MBSLEN''@|0|g'
-e 's|@''HAVE_MEMCHR''@|1|g'
-e 's|@''HAVE_DECL_MEMMEM''@|1|g'
-e 's|@''HAVE_MEMPCPY''@|1|g'
-e 's|@''HAVE_DECL_MEMRCHR''@|1|g'
-e 's|@''HAVE_RAWMEMCHR''@|1|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_DECL_STRSIGNAL''@|1|g'
-e 's|@''HAVE_STRVERSCMP''@|1|g'
-e 's|@''REPLACE_STPNCPY''@|0|g'
-e 's|@''REPLACE_MEMCHR''@|0|g'
-e 's|@''REPLACE_MEMMEM''@|0|g'
-e 's|@''REPLACE_STRCASESTR''@|0|g'
-e 's|@''REPLACE_STRCHRNUL''@|0|g'
-e 's|@''REPLACE_STRDUP''@|0|g'
-e 's|@''REPLACE_STRSTR''@|0|g'
-e 's|@''REPLACE_STRERROR''@|1|g'
-e 's|@''REPLACE_STRERROR_R''@|0|g'
-e 's|@''REPLACE_STRNCAT''@|0|g'
-e 's|@''REPLACE_STRNDUP''@|0|g'
-e 's|@''REPLACE_STRNLEN''@|0|g'
-e 's|@''REPLACE_STRSIGNAL''@|0|g'
-e 's|@''REPLACE_STRTOK_R''@|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.in.h;
} > string.h-t &&
mv string.h-t string.h
/bin/mkdir -p sys
rm -f sys/stat.h-t sys/stat.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /';
sed -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/@''GNULIB_FCHMODAT''@/0/g'
-e 's/@''GNULIB_FSTAT''@/0/g'
-e 's/@''GNULIB_FSTATAT''@/0/g'
-e 's/@''GNULIB_FUTIMENS''@/0/g'
-e 's/@''GNULIB_LCHMOD''@/0/g'
-e 's/@''GNULIB_LSTAT''@/1/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|@''HAVE_FCHMODAT''@|1|g'
-e 's|@''HAVE_FSTATAT''@|1|g'
-e 's|@''HAVE_FUTIMENS''@|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_FSTAT''@|0|g'
-e 's|@''REPLACE_FSTATAT''@|0|g'
-e 's|@''REPLACE_FUTIMENS''@|0|g'
-e 's|@''REPLACE_LSTAT''@|1|g'
-e 's|@''REPLACE_MKDIR''@|0|g'
-e 's|@''REPLACE_MKFIFO''@|0|g'
-e 's|@''REPLACE_MKNOD''@|0|g'
-e 's|@''REPLACE_STAT''@|1|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 &&
mv sys/stat.h-t sys/stat.h
/bin/mkdir -p sys
rm -f sys/time.h-t sys/time.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! */';
sed -e 's|@''GUARD_PREFIX''@|GL|g'
-e 's/@''HAVE_SYS_TIME_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_SYS_TIME_H''@|<sys/time.h>|g'
-e 's/@''GNULIB_GETTIMEOFDAY''@/1/g'
-e 's|@''HAVE_WINSOCK2_H''@|0|g'
-e 's/@''HAVE_GETTIMEOFDAY''@/1/g'
-e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g'
-e 's/@''REPLACE_GETTIMEOFDAY''@/1/g'
-e 's/@''REPLACE_STRUCT_TIMEVAL''@/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_time.in.h;
} > sys/time.h-t &&
mv sys/time.h-t sys/time.h
make all-am
make[2]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/srclib'
cd .. && make am--refresh
make[3]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[3]: Nothing to be done for 'am--refresh'.
make[3]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
cd .. && make am--refresh
make[3]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[3]: Nothing to be done for 'am--refresh'.
make[3]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[3]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[3]: Nothing to be done for 'am--refresh'.
make[3]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID
-D__ANDROID_API
_=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o allocator.o allocator.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o areadlink.o areadlink.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o binary-io.o binary-io.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o careadlinkat.o careadlinkat.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
In file included from #define ANDROID_API 21
: ^364
:
::18::99:: notewarning: : previous definition is here'ANDROID_API' macro redefined [-Wmacro-redefined]

#define ANDROID_API 16
^#define ANDROID_API 21

    ^

:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o dirname-lgpl.o dirname-lgpl.c
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o basename-lgpl.o basename-lgpl.c
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o stripslash.o stripslash.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
In file included from :364#define ANDROID_API 21:

^:
8::91:: 9warning:: 'ANDROID_API' macro redefined [-Wmacro-redefined]note
: previous definition is here
#define ANDROID_API 21
#define ANDROID_API 16 ^

    ^

:1:9: note: previous definition is here
#define ANDROID_API 16
^
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o getprogname.o getprogname.c
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o malloca.o malloca.c
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o progname.o progname.c
1 warning generated.
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o safe-read.o safe-read.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o unistd.o unistd.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o xmalloc.o xmalloc.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o xstrdup.o xstrdup.c
1 warning generated.
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o xreadlink.o xreadlink.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o canonicalize-lgpl.o canonicalize-lgpl.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o error.o error.c
In file included from In file included from ::364364:
:
::88::99:: warningwarning: : 'ANDROID_API' macro redefined [-Wmacro-redefined]'ANDROID_API' macro redefined [-Wmacro-redefined]

#define ANDROID_API 21#define ANDROID_API 21

    ^        ^

::11::99:: notenote: : previous definition is hereprevious definition is here

#define ANDROID_API 16#define ANDROID_API 16

    ^        ^

1 warning generated.
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o gettimeofday.o gettimeofday.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o lstat.o lstat.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o readlink.o readlink.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o stat.o stat.c
1 warning generated.
1 warning generated.
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o strerror.o strerror.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o strerror-override.o strerror-override.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
1 warning generated.
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o uniwidth/width.o uniwidth/width.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
1 warning generated.
rm -f libicrt.a
arm-linux-androideabi-ar cr libicrt.a allocator.o areadlink.o binary-io.o careadlinkat.o dirname-lgpl.o basename-lgpl.o stripslash.o getprogname.o malloca.o progname.o safe-read.o unistd.o uniwidth/width.o xmalloc.o xstrdup.o xreadlink.o canonicalize-lgpl.o error.o gettimeofday.o lstat.o readlink.o stat.o strerror.o strerror-override.o
arm-linux-androideabi-ranlib libicrt.a
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/srclib'
make[1]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/srclib'
cd src && make all
make[1]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/src'
arm-linux-androideabi-clang -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/bin" -DLOCALEDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/share/locale" ./iconv_no_i18n.c
arm-linux-androideabi-clang -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/bin" -DLOCALEDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/share/locale" ./iconv.c
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
1 warning generated.
/bin/bash ../libtool --mode=link arm-linux-androideabi-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include iconv_no_i18n.o ../srclib/libicrt.a ../lib/libiconv.la -o iconv_no_i18n
libtool: link: arm-linux-androideabi-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include iconv_no_i18n.o -o iconv_no_i18n -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib ../srclib/libicrt.a ../lib/.libs/libiconv.a -lc -lm -ldl -llog
../lib/.libs/libiconv.a(iconv.o):iconv.c:function wchar_from_loop_convert: error: undefined reference to '__ctype_get_mb_cur_max'
clang60: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:78: recipe for target 'iconv_no_i18n' failed
make[1]: *** [iconv_no_i18n] Error 1
make[1]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/src'
Makefile:33: recipe for target 'all' failed
make: *** [all] Error 2

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

What is your build machine OS? Linux? I could build VM with your specs and try there

from mobile-ffmpeg.

tanersener avatar tanersener commented on August 27, 2024

What is your build machine OS? Linux? I could build VM with your specs and try there

Ubuntu 18.04.1 is my build os. I don't think there is a problem about the os version. Let's try to fix your problems.

There is an error with your libiconv build. Can you try adding --rebuild-libiconv to your command?

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

CMD: ./android.sh --enable-opus --enable-lame --enable-opencore-amr --enable-libvorbis --rebuild-libiconv

LOG:

INFO: Building mobile-ffmpeg for Android: Thu 8 Nov 09:42:39 GMT 2018

INFO: Starting new build for arm-v7a on API level 21 at Thu 8 Nov 09:42:39 GMT 2018

INFO: Enabled library lame
INFO: Enabled library libiconv
INFO: Enabled library libvorbis
INFO: Enabled library opencore-amr
INFO: Enabled library opus
INFO: Enabled library libogg

INFO: Building cpu-features for for arm-v7a

INFO: Skipping lame, run=0, completed=

DEBUG: Checking if libiconv is already built and installed at /home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv

DEBUG: /home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv directory not found

INFO: Flags detected for libiconv: already installed=1, rebuild=1, dependency rebuilt=


INFO: Building libiconv with the following environment variables

CLUTTER_IM_MODULE=xim
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=30;41: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:.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:.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:.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:
ARCH=arm-v7a
LESSCLOSE=/usr/bin/lesspipe %s %s
XDG_MENU_PREFIX=gnome-
LANG=en_GB.UTF-8
TOOLCHAIN=arm
DISPLAY=:1
BASEDIR=/home/nll/Desktop/mobile-ffmpeg
OLDPWD=/home/nll/Desktop
GNOME_SHELL_SESSION_MODE=ubuntu
COLORTERM=truecolor
USERNAME=nll
XDG_VTNR=2
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
CC=arm-linux-androideabi-clang
XDG_SESSION_ID=3
USER=nll
DESKTOP_SESSION=ubuntu
STRIP=arm-linux-androideabi-strip
QT4_IM_MODULE=xim
TEXTDOMAINDIR=/usr/share/locale/
GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/e9aaf292_1580_40e2_b1d9_5f3995400454
PWD=/home/nll/Desktop/mobile-ffmpeg
HOME=/home/nll
TEXTDOMAIN=im-config
SSH_AGENT_PID=1537
QT_ACCESSIBILITY=1
ANDROID_NDK_ROOT=/home/nll/Desktop/android-ndk-r17c
XDG_SESSION_TYPE=x11
SED_INLINE=sed -i
XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share:/usr/share:/var/lib/snapd/desktop
RANLIB=arm-linux-androideabi-ranlib
AS=arm-linux-androideabi-as
AR=arm-linux-androideabi-ar
XDG_SESSION_DESKTOP=ubuntu
GJS_DEBUG_OUTPUT=stderr
REBUILD_libiconv=1
GTK_MODULES=gail:atk-bridge
CXX=arm-linux-androideabi-clang++
WINDOWPATH=2
VTE_VERSION=5202
SHELL=/bin/bash
TERM=xterm-256color
ZLIB_PACKAGE_CONFIG_PATH=/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/pkgconfig/zlib.pc
QT_IM_MODULE=ibus
XMODIFIERS=@im=ibus
IM_CONFIG_PHASE=2
API=21
XDG_CURRENT_DESKTOP=ubuntu:GNOME
GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
GNOME_TERMINAL_SERVICE=:1.69
SHLVL=2
XDG_SEAT=seat0
GDMSESSION=ubuntu
TOOLCHAIN_ARCH=arm
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
LOGNAME=nll
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
XDG_RUNTIME_DIR=/run/user/1000
XAUTHORITY=/run/user/1000/gdm/Xauthority
MOBILE_FFMPEG_TMPDIR=/home/nll/Desktop/mobile-ffmpeg/.tmp
INSTALL_PKG_CONFIG_DIR=/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/pkgconfig
XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin
GJS_DEBUG_TOPICS=JS ERROR;JS LOG
SESSION_MANAGER=local/nll-VirtualBox:@/tmp/.ICE-unix/1405,unix/nll-VirtualBox:/tmp/.ICE-unix/1405
LD=arm-linux-androideabi-ld
LESSOPEN=| /usr/bin/lesspipe %s
GTK_IM_MODULE=ibus
_=/usr/bin/env

INFO: System information

Linux nll-VirtualBox 4.15.0-38-generic #41-Ubuntu SMP Wed Oct 10 10:59:38 UTC 2018 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... arm-linux-androideabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
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... arm-linux-androideabi-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 we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-clang accepts -g... yes
checking for arm-linux-androideabi-clang option to accept ISO C89... none needed
checking whether arm-linux-androideabi-clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of arm-linux-androideabi-clang... none
checking how to run the C preprocessor... arm-linux-androideabi-clang -E
checking for strip... /usr/bin/strip
checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-unknown-linux-androideabi
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define EXTENSIONS... yes
checking whether XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
checking the archiver (arm-linux-androideabi-ar) interface... ar
checking for arm-linux-androideabi-ar... (cached) arm-linux-androideabi-ar
checking for special C compiler options needed for large files... no
checking for FILE_OFFSET_BITS value needed for large files... 64
checking for ld used by arm-linux-androideabi-clang... arm-linux-androideabi-ld
checking if the linker (arm-linux-androideabi-ld) is GNU ld... yes
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 how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by arm-linux-androideabi-clang... arm-linux-androideabi-ld
checking if the linker (arm-linux-androideabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B
checking the name lister (/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for arm-linux-androideabi-ld option to reload object files... -r
checking for arm-linux-androideabi-objdump... arm-linux-androideabi-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) arm-linux-androideabi-ar
checking for archiver @file support... @
checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
checking command to parse /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-clang object... ok
checking for sysroot... /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for arm-linux-androideabi-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-linux-androideabi-clang supports -fno-rtti -fno-exceptions... yes
checking for arm-linux-androideabi-clang option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-clang PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-clang static flag -static works... no
checking if arm-linux-androideabi-clang supports -c -o file.o... yes
checking if arm-linux-androideabi-clang supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-clang linker (arm-linux-androideabi-ld) 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-windres... no
checking for windres... no
checking whether the -Werror option is usable... no
checking for simple visibility declarations... yes
checking for shared library run path origin... done
checking for iconv... no, consider installing GNU libiconv
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... 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 unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/param.h... yes
checking for sys/time.h... yes
checking for sys/socket.h... yes
checking for limits.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for symlink... yes
checking for canonicalize_file_name... no
checking for getcwd... yes
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... no
checking for getprogname... no
checking for getexecname... no
checking for gettimeofday... yes
checking for lstat... yes
checking for set_invalid_parameter_handler... no
checking for setenv... yes
checking for working fcntl.h... cross-compiling
checking for wchar.h... (cached) yes
checking for EILSEQ... yes
checking byte ordering... guessing little endian
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether // is distinct from /... unknown, assuming no
checking whether realpath works... guessing no
checking if environ is properly declared... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for pid_t... yes
checking for mode_t... yes
checking for C/C++ restrict keyword... restrict
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether gettimeofday is declared without a macro... yes
checking whether limits.h has ULLONG_WIDTH etc.... no
checking whether lstat correctly handles trailing slash... guessing no
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking for unsigned long long int... yes
checking for long long int... yes
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 whether C symbols are prefixed with underscore at the linker level... no
checking for stdbool.h that conforms to C99... yes
checking for Bool... yes
checking for wint_t... yes
checking whether wint_t is too small... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h predates C++11... no
checking whether stdint.h has UINTMAX_WIDTH etc.... no
checking whether strerror(0) succeeds... guessing no
checking whether ffsl is declared without a macro... no
checking whether ffsll is declared without a macro... no
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... no
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... no
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... no
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... no
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... no
checking whether feof_unlocked is declared... no
checking whether ferror_unlocked is declared... no
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 // is distinct from /... (cached) unknown, assuming no
checking for error_at_line... no
checking whether fcntl is declared without a macro... yes
checking whether openat is declared without a macro... yes
checking whether program_invocation_name is declared... no
checking whether program_invocation_short_name is declared... no
checking whether argv is declared... no
checking whether progname is defined in default libraries... yes
checking whether gettimeofday clobbers localtime buffer... guessing yes
checking for gettimeofday with POSIX signature... almost
checking sys/timeb.h usability... no
checking sys/timeb.h presence... no
checking for sys/timeb.h... no
checking for ftime... no
checking for mbstate_t... (cached) yes
checking whether program_invocation_name is declared... (cached) no
checking whether program_invocation_short_name is declared... (cached) no
checking for raise... yes
checking for sigprocmask... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... guessing no
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking whether pthread_sigmask is declared without a macro... yes
checking whether sigaction is declared without a macro... yes
checking whether sigaddset is declared without a macro... yes
checking whether sigdelset is declared without a macro... yes
checking whether sigemptyset is declared without a macro... yes
checking whether sigfillset is declared without a macro... yes
checking whether sigismember is declared without a macro... yes
checking whether sigpending is declared without a macro... yes
checking whether sigprocmask is declared without a macro... yes
checking for sigprocmask... (cached) yes
checking for ssize_t... (cached) yes
checking whether stat handles trailing slashes on directories... guessing yes
checking whether stat handles trailing slashes on files... guessing no
checking for max_align_t... no
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... yes
checking whether fseeko is declared without a macro... no
checking whether ftello is declared without a macro... no
checking whether getdelim is declared without a macro... yes
checking whether getline is declared without a macro... yes
checking whether gets is declared without a macro... yes
checking whether pclose is declared without a macro... yes
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... yes
checking whether snprintf is declared without a macro... yes
checking whether tmpfile is declared without a macro... yes
checking whether vdprintf is declared without a macro... yes
checking whether vsnprintf is declared without a macro... yes
checking whether Exit is declared without a macro... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... no
checking whether getloadavg is declared without a macro... no
checking whether getsubopt is declared without a macro... no
checking whether grantpt is declared without a macro... yes
checking whether initstate is declared without a macro... yes
checking whether initstate_r is declared without a macro... no
checking whether mkdtemp is declared without a macro... yes
checking whether mkostemp is declared without a macro... no
checking whether mkostemps is declared without a macro... no
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... yes
checking whether posix_openpt is declared without a macro... yes
checking whether ptsname is declared without a macro... yes
checking whether ptsname_r is declared without a macro... yes
checking whether qsort_r is declared without a macro... no
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... no
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... no
checking whether secure_getenv is declared without a macro... no
checking whether setenv is declared without a macro... yes
checking whether setstate is declared without a macro... yes
checking whether setstate_r is declared without a macro... no
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... no
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for nlink_t... yes
checking whether fchmodat is declared without a macro... yes
checking whether fstat is declared without a macro... yes
checking whether fstatat is declared without a macro... yes
checking whether futimens is declared without a macro... yes
checking whether lchmod is declared without a macro... no
checking whether lstat is declared without a macro... yes
checking whether mkdirat is declared without a macro... yes
checking whether mkfifo is declared without a macro... yes
checking whether mkfifoat is declared without a macro... no
checking whether mknod is declared without a macro... yes
checking whether mknodat is declared without a macro... yes
checking whether stat is declared without a macro... yes
checking whether utimensat is declared without a macro... yes
checking whether chdir is declared without a macro... yes
checking whether chown is declared without a macro... yes
checking whether dup is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... yes
checking whether environ is declared without a macro... yes
checking whether euidaccess is declared without a macro... no
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... yes
checking whether fdatasync is declared without a macro... yes
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... no
checking whether getdtablesize is declared without a macro... no
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... no
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... no
checking whether setusershell is declared without a macro... no
checking whether endusershell is declared without a macro... no
checking whether group_member is declared without a macro... no
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... yes
checking whether pipe2 is declared without a macro... yes
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... no
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... yes
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
checking whether usleep is declared without a macro... 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/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv' '--with-pic' '--with-sysroot=/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot' '--enable-static' '--disable-shared' '--disable-fast-install' '--disable-rpath' '--host=arm-linux-androideabi' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-clang' 'CFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID
-D__ANDROID_API=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include' 'LDFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib' --cache-file=/dev/null --srcdir=.
checking whether make sets $(MAKE)... yes
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-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 we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-clang accepts -g... yes
checking for arm-linux-androideabi-clang option to accept ISO C89... none needed
checking how to run the C preprocessor... arm-linux-androideabi-clang -E
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-unknown-linux-androideabi
checking whether to activate relocatable installation... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define EXTENSIONS... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by arm-linux-androideabi-clang... arm-linux-androideabi-ld
checking if the linker (arm-linux-androideabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B
checking the name lister (/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B) 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-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for arm-linux-androideabi-ld option to reload object files... -r
checking for arm-linux-androideabi-objdump... arm-linux-androideabi-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... arm-linux-androideabi-ar
checking for archiver @file support... @
checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
checking for gawk... no
checking for mawk... mawk
checking command to parse /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-clang object... ok
checking for sysroot... /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for arm-linux-androideabi-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-linux-androideabi-clang supports -fno-rtti -fno-exceptions... yes
checking for arm-linux-androideabi-clang option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-clang PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-clang static flag -static works... no
checking if arm-linux-androideabi-clang supports -c -o file.o... yes
checking if arm-linux-androideabi-clang supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-clang linker (arm-linux-androideabi-ld) 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 whether the -Werror option is usable... no
checking for simple visibility declarations... yes
checking for nl_langinfo and CODESET... no
checking for unistd.h... (cached) yes
checking for symlink... yes
checking for working fcntl.h... cross-compiling
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for setlocale... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating include/localcharset.h
config.status: creating include/localcharset.h.inst
config.status: creating config.h
config.status: executing libtool commands
=== configuring in preload (/home/nll/Desktop/mobile-ffmpeg/src/libiconv/preload)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv' '--with-pic' '--with-sysroot=/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot' '--enable-static' '--disable-shared' '--disable-fast-install' '--disable-rpath' '--host=arm-linux-androideabi' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-clang' 'CFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID
-D__ANDROID_API
=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include' 'LDFLAGS=-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib' --cache-file=/dev/null --srcdir=.
checking whether make sets $(MAKE)... yes
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-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 we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-clang accepts -g... yes
checking for arm-linux-androideabi-clang option to accept ISO C89... none needed
checking how to run the C preprocessor... arm-linux-androideabi-clang -E
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-unknown-linux-androideabi
checking whether to activate relocatable installation... no
checking whether ln -s works... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
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... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by arm-linux-androideabi-clang... arm-linux-androideabi-ld
checking if the linker (arm-linux-androideabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B
checking the name lister (/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for arm-linux-androideabi-ld option to reload object files... -r
checking for arm-linux-androideabi-objdump... arm-linux-androideabi-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... arm-linux-androideabi-ar
checking for archiver @file support... @
checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
checking for gawk... no
checking for mawk... mawk
checking command to parse /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-clang object... ok
checking for sysroot... /home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for arm-linux-androideabi-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-linux-androideabi-clang supports -fno-rtti -fno-exceptions... yes
checking for arm-linux-androideabi-clang option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-clang PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-clang static flag -static works... no
checking if arm-linux-androideabi-clang supports -c -o file.o... yes
checking if arm-linux-androideabi-clang supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-clang linker (arm-linux-androideabi-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... no
checking whether the -Werror option is usable... no
checking for simple visibility declarations... yes
configure: creating ./config.status
config.status: creating Makefile
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/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset'
if [ ! -d include ] ; then mkdir include ; fi
cp ./include/libcharset.h.in include/libcharset.h
cd lib && make all
make[2]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset/lib'
/bin/bash ../libtool --mode=compile arm-linux-androideabi-clang -I. -I. -I.. -I./.. -I../include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID
-D__ANDROID_API
=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
/bin/bash ../libtool --mode=compile arm-linux-androideabi-clang -I. -I. -I.. -I./.. -I../include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID
_ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c
/bin/sh ./config.charset 'arm-unknown-linux-androideabi' > t-charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/@Package@/g' ./ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/@Package@/g' ./ref-del.sin > t-ref-del.sed
mv t-charset.alias charset.alias
mv t-ref-del.sed ref-del.sed
libtool: compile: arm-linux-androideabi-clang -I. -I. -I.. -I./.. -I../include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -fPIC -DPIC -o localcharset.o
libtool: compile: arm-linux-androideabi-clang -I. -I. -I.. -I./.. -I../include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -fPIC -DPIC -o relocatable.o
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
1 warning generated.
/bin/bash ../libtool --mode=link arm-linux-androideabi-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -o libcharset.la -rpath /home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib -version-info 1:0:0 -no-undefined localcharset.lo relocatable.lo
libtool: link: arm-linux-androideabi-ar cru .libs/libcharset.a localcharset.o relocatable.o
libtool: link: arm-linux-androideabi-ranlib .libs/libcharset.a
libtool: link: ( cd ".libs" && rm -f "libcharset.la" && ln -s "../libcharset.la" "libcharset.la" )
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset/lib'
make[1]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset'
make[1]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset'
cd lib && make all
make[2]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset/lib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset/lib'
cd lib && make install-lib libdir='/home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib' includedir='/home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib'
make[2]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset/lib'
/bin/sh ../build-aux/mkinstalldirs /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib
/bin/bash ../libtool --mode=install /usr/bin/install -c libcharset.la /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/libcharset.la
libtool: install: /usr/bin/install -c .libs/libcharset.lai /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/libcharset.la
libtool: install: /usr/bin/install -c .libs/libcharset.a /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/libcharset.a
libtool: install: chmod 644 /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/libcharset.a
libtool: install: arm-linux-androideabi-ranlib /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/libcharset.a
libtool: warning: remember to run 'libtool --finish /home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib'
test -f /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/charset.alias && orig=/home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/charset.alias
|| orig=charset.alias;
sed -f ref-add.sed $orig > /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/t-charset.alias;
/usr/bin/install -c -m 644 /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/t-charset.alias /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/charset.alias;
rm -f /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/t-charset.alias
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset/lib'
/bin/sh ./build-aux/mkinstalldirs /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib
/usr/bin/install -c -m 644 include/libcharset.h /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/libcharset.h
/usr/bin/install -c -m 644 include/localcharset.h.inst /home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib/localcharset.h
make[1]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/libcharset'
cd lib && make all
make[1]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib'
/bin/bash ../libtool --mode=compile arm-linux-androideabi-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c
/bin/bash ../libtool --mode=compile arm-linux-androideabi-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c
/bin/bash ../libtool --mode=compile arm-linux-androideabi-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c
libtool: compile: arm-linux-androideabi-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c -fPIC -DPIC -o relocatable.o
libtool: compile: arm-linux-androideabi-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c -fPIC -DPIC -o localcharset.o
libtool: compile: arm-linux-androideabi-clang -I. -I. -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c -fPIC -DPIC -o iconv.o
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
1 warning generated.
In file included from ./iconv.c:71:
In file included from ./converters.h:212:
./jisx0208.h:2380:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0100)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
In file included from ./converters.h:213:
./jisx0212.h:2160:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0460)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
In file included from ./converters.h:216:
./gb2312.h:2538:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0460)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
In file included from ./converters.h:217:
In file included from ./isoir165.h:80:
./isoir165ext.h:759:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0200)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
In file included from ./converters.h:220:
In file included from ./cns11643.h:37:
./cns11643_inv.h:15372:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0100)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
In file included from ./converters.h:221:
./big5.h:4123:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0100)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
In file included from ./converters.h:223:
./ksc5601.h:2987:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0460)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
In file included from ./converters.h:239:
In file included from ./gb18030.h:185:
./gb18030uni.h:184:23: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (i >= 0 && i <= 39419) {
~ ^ ~
In file included from ./iconv.c:71:
In file included from ./converters.h:239:
./gb18030.h:248:25: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (i >= 0 && i < 0x100000) {
~ ^ ~
In file included from ./iconv.c:71:
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:71:
In file included from ./converters.h:246:
In file included from ./big5hkscs1999.h:45:
./hkscs1999.h:2956:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x02d0)
~~ ^ ~~~~~~
In file included from ./iconv.c:71:
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:71:
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:154:
lib/aliases.gperf:288:28: warning: static variable 'aliases' is used in an inline function with external linkage [-Wstatic-in-inline]
register int o = aliases[key].name;
^
lib/aliases.gperf:274:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage
inline
^
static
lib/aliases.gperf:781:27: note: 'aliases' declared here
static const struct alias aliases[] =
^
lib/aliases.gperf:291:44: warning: static variable 'stringpool_contents' is used in an inline function with external linkage [-Wstatic-in-inline]
register const char *s = o + stringpool;
^
lib/aliases.gperf:779:37: note: expanded from macro 'stringpool'
#define stringpool ((const char *) &stringpool_contents)
^
lib/aliases.gperf:274:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage
inline
^
static
lib/aliases.gperf:427:34: note: 'stringpool_contents' declared here
static const struct stringpool_t stringpool_contents =
^
lib/aliases.gperf:294:25: warning: static variable 'aliases' is used in an inline function with external linkage [-Wstatic-in-inline]
return &aliases[key];
^
lib/aliases.gperf:274:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage
inline
^
static
lib/aliases.gperf:781:27: note: 'aliases' declared here
static const struct alias aliases[] =
^
17 warnings generated.
/bin/bash ../libtool --mode=link arm-linux-androideabi-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID -D__ANDROID_API=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -o libiconv.la -rpath /home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib -version-info 8:0:6 -no-undefined iconv.lo localcharset.lo relocatable.lo
libtool: link: arm-linux-androideabi-ar cru .libs/libiconv.a iconv.o localcharset.o relocatable.o
libtool: link: arm-linux-androideabi-ranlib .libs/libiconv.a
libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" )
make[1]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/lib'
cd preload && make all
make[1]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/preload'
rm -f -r objects
mkdir objects &&
for f in ./../lib/iconv.c ./../libcharset/lib/localcharset.c ./../lib/relocatable.c; do
/bin/bash ./libtool --mode=compile arm-linux-androideabi-clang -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID
-D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME="libiconv" -DPACKAGE_TARNAME="libiconv" -DPACKAGE_VERSION="0" -DPACKAGE_STRING="libiconv\ 0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DINSTALLPREFIX="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c $f -o objects/basename $f | sed -e 's,\.c$,.o,' || exit 1;
done &&
/bin/bash ./libtool --mode=link arm-linux-androideabi-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -o libiconv.la -rpath /home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib -no-undefined objects/.lo &&
rm -f -r objects
libtool: compile: arm-linux-androideabi-clang -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME="libiconv" -DPACKAGE_TARNAME="libiconv" -DPACKAGE_VERSION="0" "-DPACKAGE_STRING="libiconv 0"" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DINSTALLPREFIX="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../lib/iconv.c -fPIC -DPIC -o objects/.libs/iconv.o
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:212:
../lib/jisx0208.h:2380:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0100)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:213:
../lib/jisx0212.h:2160:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0460)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:216:
../lib/gb2312.h:2538:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0460)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:217:
In file included from ../lib/isoir165.h:80:
../lib/isoir165ext.h:759:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0200)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:220:
In file included from ../lib/cns11643.h:37:
../lib/cns11643_inv.h:15372:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0100)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:221:
../lib/big5.h:4123:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0100)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:223:
../lib/ksc5601.h:2987:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x0460)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:239:
In file included from ../lib/gb18030.h:185:
../lib/gb18030uni.h:184:23: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (i >= 0 && i <= 39419) {
~ ^ ~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:239:
../lib/gb18030.h:248:25: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (i >= 0 && i < 0x100000) {
~ ^ ~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:245:
In file included from ../lib/cp950.h:129:
../lib/cp950ext.h:38:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((c1 == 0xf9)) {
~~~^~~~~~~
../lib/cp950ext.h:38:11: note: remove extraneous parentheses around the comparison to silence this warning
if ((c1 == 0xf9)) {
~ ^ ~
../lib/cp950ext.h:38:11: note: use '=' to turn this equality comparison into an assignment
if ((c1 == 0xf9)) {
^~
=
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:246:
In file included from ../lib/big5hkscs1999.h:45:
../lib/hkscs1999.h:2956:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
if (wc >= 0x0000 && wc < 0x02d0)
~~ ^ ~~~~~~
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:247:
In file included from ../lib/big5hkscs2001.h:47:
../lib/hkscs2001.h:62:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((c1 == 0x8c)) {
~~~^~~~~~~
../lib/hkscs2001.h:62:11: note: remove extraneous parentheses around the comparison to silence this warning
if ((c1 == 0x8c)) {
~ ^ ~
../lib/hkscs2001.h:62:11: note: use '=' to turn this equality comparison into an assignment
if ((c1 == 0x8c)) {
^~
=
In file included from ./../lib/iconv.c:71:
In file included from ../lib/converters.h:249:
In file included from ../lib/big5hkscs2008.h:47:
../lib/hkscs2008.h:58:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((c1 == 0x87)) {
~~~^~~~~~~
../lib/hkscs2008.h:58:11: note: remove extraneous parentheses around the comparison to silence this warning
if ((c1 == 0x87)) {
~ ^ ~
../lib/hkscs2008.h:58:11: note: use '=' to turn this equality comparison into an assignment
if ((c1 == 0x87)) {
^~
=
In file included from ./../lib/iconv.c:154:
lib/aliases.gperf:288:28: warning: static variable 'aliases' is used in an inline function with external linkage [-Wstatic-in-inline]
register int o = aliases[key].name;
^
lib/aliases.gperf:274:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage
inline
^
static
lib/aliases.gperf:781:27: note: 'aliases' declared here
static const struct alias aliases[] =
^
lib/aliases.gperf:291:44: warning: static variable 'stringpool_contents' is used in an inline function with external linkage [-Wstatic-in-inline]
register const char *s = o + stringpool;
^
lib/aliases.gperf:779:37: note: expanded from macro 'stringpool'
#define stringpool ((const char *) &stringpool_contents)
^
lib/aliases.gperf:274:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage
inline
^
static
lib/aliases.gperf:427:34: note: 'stringpool_contents' declared here
static const struct stringpool_t stringpool_contents =
^
lib/aliases.gperf:294:25: warning: static variable 'aliases' is used in an inline function with external linkage [-Wstatic-in-inline]
return &aliases[key];
^
lib/aliases.gperf:274:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage
inline
^
static
lib/aliases.gperf:781:27: note: 'aliases' declared here
static const struct alias aliases[] =
^
17 warnings generated.
libtool: compile: arm-linux-androideabi-clang -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID -D__ANDROID_API=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME="libiconv" -DPACKAGE_TARNAME="libiconv" -DPACKAGE_VERSION="0" "-DPACKAGE_STRING="libiconv 0"" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DINSTALLPREFIX="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS
=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../libcharset/lib/localcharset.c -fPIC -DPIC -o objects/.libs/localcharset.o
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
libtool: compile: arm-linux-androideabi-clang -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -fvisibility=hidden -DLIBDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/lib" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME="libiconv" -DPACKAGE_TARNAME="libiconv" -DPACKAGE_VERSION="0" "-DPACKAGE_STRING="libiconv 0"" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DINSTALLPREFIX="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../lib/relocatable.c -fPIC -DPIC -o objects/.libs/relocatable.o
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
libtool: link: arm-linux-androideabi-clang -shared -fPIC -DPIC objects/.libs/iconv.o objects/.libs/localcharset.o objects/.libs/relocatable.o -lc -lm -ldl -llog -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Os -Wl,-soname -Wl,libiconv.so -o .libs/libiconv.so
libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" )
cp .libs/libiconv.so preloadable_libiconv.so
make[1]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/preload'
cd srclib && make all
make[1]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/srclib'
cd .. && make am--refresh
make[2]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[2]: Nothing to be done for 'am--refresh'.
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
cd .. && make am--refresh
make[2]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[2]: Nothing to be done for 'am--refresh'.
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[2]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[2]: Nothing to be done for 'am--refresh'.
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
rm -f alloca.h-t alloca.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! */';
cat ./alloca.in.h;
} > alloca.h-t &&
mv -f alloca.h-t alloca.h
rm -f c++defs.h-t c++defs.h &&
sed -n -e '/_GL_CXXDEFS/,$p'
< ../build-aux/snippet/c++defs.h \

c++defs.h-t &&
mv c++defs.h-t c++defs.h
rm -f arg-nonnull.h-t arg-nonnull.h &&
sed -n -e '/GL_ARG_NONNULL/,$p'
< ../build-aux/snippet/arg-nonnull.h
arg-nonnull.h-t &&
mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h &&
sed -n -e '/^.ifndef/,$p'
< ../build-aux/snippet/warn-on-use.h
warn-on-use.h-t &&
mv warn-on-use.h-t warn-on-use.h
rm -f limits.h-t limits.h &&
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! /' &&
sed -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 limits.h-t limits.h
rm -f stddef.h-t stddef.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /' &&
sed -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|@''HAVE_MAX_ALIGN_T''@|0|g'
-e 's|@''HAVE_WCHAR_T''@|1|g'
-e 's|@''REPLACE_NULL''@|0|g'
< ./stddef.in.h;
} > stddef.h-t &&
mv stddef.h-t stddef.h
rm -f stdint.h-t stdint.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /';
sed -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/@''HAVE_LONG_LONG_INT''@/1/g'
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/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/@''GNULIB_OVERRIDES_WINT_T''@/0/g'
< ./stdint.in.h;
} > stdint.h-t &&
mv stdint.h-t stdint.h
/bin/mkdir -p sys
rm -f time.h-t time.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /' &&
sed -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_GETTIMEOFDAY''@/1/g'
-e 's/@''GNULIB_MKTIME''@/0/g'
-e 's/@''GNULIB_NANOSLEEP''@/0/g'
-e 's/@''GNULIB_STRPTIME''@/0/g'
-e 's/@''GNULIB_TIMEGM''@/0/g'
-e 's/@''GNULIB_TIME_R''@/0/g'
-e 's/@''GNULIB_TIME_RZ''@/0/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_TIMEZONE_T''@|0|g'
-e 's|@''REPLACE_GMTIME''@|1|g'
-e 's|@''REPLACE_LOCALTIME''@|1|g'
-e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g'
-e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g'
-e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g'
-e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|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 '/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 &&
mv time.h-t time.h
rm -f sys/types.h-t sys/types.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /';
sed -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'
< ./sys_types.in.h;
} > sys/types.h-t &&
mv sys/types.h-t sys/types.h
rm -f unistd.h-t unistd.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /';
sed -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_CHDIR''@/0/g'
-e 's/@''GNULIB_CHOWN''@/0/g'
-e 's/@''GNULIB_CLOSE''@/0/g'
-e 's/@''GNULIB_DUP''@/0/g'
-e 's/@''GNULIB_DUP2''@/0/g'
-e 's/@''GNULIB_DUP3''@/0/g'
-e 's/@''GNULIB_ENVIRON''@/1/g'
-e 's/@''GNULIB_EUIDACCESS''@/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'
-e 's/@''GNULIB_GETCWD''@/0/g'
-e 's/@''GNULIB_GETDOMAINNAME''@/0/g'
-e 's/@''GNULIB_GETDTABLESIZE''@/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_GETPAGESIZE''@/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_TTYNAME_R''@/0/g'
-e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/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'
< ./unistd.in.h |
sed -e 's|@''HAVE_CHOWN''@|1|g'
-e 's|@''HAVE_DUP2''@|1|g'
-e 's|@''HAVE_DUP3''@|1|g'
-e 's|@''HAVE_EUIDACCESS''@|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''@|1|g'
-e 's|@''HAVE_GETGROUPS''@|1|g'
-e 's|@''HAVE_GETHOSTNAME''@|1|g'
-e 's|@''HAVE_GETPAGESIZE''@|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_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_TTYNAME_R''@|1|g'
-e 's|@''HAVE_OS_H''@|0|g'
-e 's|@''HAVE_SYS_PARAM_H''@|0|g'
|
sed -e 's|@''REPLACE_CHOWN''@|0|g'
-e 's|@''REPLACE_CLOSE''@|0|g'
-e 's|@''REPLACE_DUP''@|0|g'
-e 's|@''REPLACE_DUP2''@|0|g'
-e 's|@''REPLACE_FCHOWNAT''@|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_GETLOGIN_R''@|0|g'
-e 's|@''REPLACE_GETGROUPS''@|0|g'
-e 's|@''REPLACE_GETPAGESIZE''@|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_PREAD''@|0|g'
-e 's|@''REPLACE_PWRITE''@|0|g'
-e 's|@''REPLACE_READ''@|0|g'
-e 's|@''REPLACE_READLINK''@|1|g'
-e 's|@''REPLACE_READLINKAT''@|0|g'
-e 's|@''REPLACE_RMDIR''@|0|g'
-e 's|@''REPLACE_SLEEP''@|0|g'
-e 's|@''REPLACE_SYMLINK''@|0|g'
-e 's|@''REPLACE_SYMLINKAT''@|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_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-t &&
mv unistd.h-t unistd.h
rm -f unitypes.h-t unitypes.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /';
cat ./unitypes.in.h;
} > unitypes.h-t &&
mv -f unitypes.h-t unitypes.h
rm -f uniwidth.h-t uniwidth.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /';
cat ./uniwidth.in.h;
} > uniwidth.h-t &&
mv -f uniwidth.h-t uniwidth.h
rm -f fcntl.h-t fcntl.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /';
sed -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_FCNTL''@/0/g'
-e 's/@''GNULIB_NONBLOCKING''@/0/g'
-e 's/@''GNULIB_OPEN''@/0/g'
-e 's/@''GNULIB_OPENAT''@/0/g'
-e 's|@''HAVE_FCNTL''@|1|g'
-e 's|@''HAVE_OPENAT''@|1|g'
-e 's|@''REPLACE_FCNTL''@|0|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 &&
mv fcntl.h-t fcntl.h
rm -f signal.h-t signal.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /' &&
sed -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 &&
mv signal.h-t signal.h
rm -f stdio.h-t stdio.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /' &&
sed -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_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'
< ./stdio.in.h |
sed -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_OBSTACK_PRINTF''@|1|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'
-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_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-t &&
mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /' &&
sed -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_ATOLL''@/0/g'
-e 's/@''GNULIB_CALLOC_POSIX''@/0/g'
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g'
-e 's/@''GNULIB_GETLOADAVG''@/0/g'
-e 's/@''GNULIB_GETSUBOPT''@/0/g'
-e 's/@''GNULIB_GRANTPT''@/0/g'
-e 's/@''GNULIB_MALLOC_POSIX''@/1/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_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_RANDOM''@/0/g'
-e 's/@''GNULIB_RANDOM_R''@/0/g'
-e 's/@''GNULIB_REALLOC_POSIX''@/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_STRTOLL''@/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'
< ./stdlib.in.h |
sed -e 's|@''HAVE__EXIT''@|1|g'
-e 's|@''HAVE_ATOLL''@|1|g'
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g'
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g'
-e 's|@''HAVE_GETSUBOPT''@|1|g'
-e 's|@''HAVE_GRANTPT''@|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_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_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_STRTOD''@|1|g'
-e 's|@''HAVE_STRTOLL''@|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'
-e 's|@''REPLACE_CALLOC''@|0|g'
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g'
-e 's|@''REPLACE_MALLOC''@|0|g'
-e 's|@''REPLACE_MBTOWC''@|0|g'
-e 's|@''REPLACE_MKSTEMP''@|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_RANDOM_R''@|0|g'
-e 's|@''REPLACE_REALLOC''@|0|g'
-e 's|@''REPLACE_REALPATH''@|1|g'
-e 's|@''REPLACE_SETENV''@|0|g'
-e 's|@''REPLACE_STRTOD''@|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 ../build-aux/snippet/_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-t &&
mv stdlib.h-t stdlib.h
rm -f string.h-t string.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /' &&
sed -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_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''@/0/g'
-e 's/@''GNULIB_MEMRCHR''@/0/g'
-e 's/@''GNULIB_RAWMEMCHR''@/0/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_STRSIGNAL''@/0/g'
-e 's/@''GNULIB_STRVERSCMP''@/0/g'
< ./string.in.h |
sed -e 's|@''HAVE_FFSL''@|1|g'
-e 's|@''HAVE_FFSLL''@|1|g'
-e 's|@''HAVE_MBSLEN''@|0|g'
-e 's|@''HAVE_MEMCHR''@|1|g'
-e 's|@''HAVE_DECL_MEMMEM''@|1|g'
-e 's|@''HAVE_MEMPCPY''@|1|g'
-e 's|@''HAVE_DECL_MEMRCHR''@|1|g'
-e 's|@''HAVE_RAWMEMCHR''@|1|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_DECL_STRSIGNAL''@|1|g'
-e 's|@''HAVE_STRVERSCMP''@|1|g'
-e 's|@''REPLACE_STPNCPY''@|0|g'
-e 's|@''REPLACE_MEMCHR''@|0|g'
-e 's|@''REPLACE_MEMMEM''@|0|g'
-e 's|@''REPLACE_STRCASESTR''@|0|g'
-e 's|@''REPLACE_STRCHRNUL''@|0|g'
-e 's|@''REPLACE_STRDUP''@|0|g'
-e 's|@''REPLACE_STRSTR''@|0|g'
-e 's|@''REPLACE_STRERROR''@|1|g'
-e 's|@''REPLACE_STRERROR_R''@|0|g'
-e 's|@''REPLACE_STRNCAT''@|0|g'
-e 's|@''REPLACE_STRNDUP''@|0|g'
-e 's|@''REPLACE_STRNLEN''@|0|g'
-e 's|@''REPLACE_STRSIGNAL''@|0|g'
-e 's|@''REPLACE_STRTOK_R''@|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.in.h;
} > string.h-t &&
mv string.h-t string.h
/bin/mkdir -p sys
rm -f sys/stat.h-t sys/stat.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! /';
sed -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/@''GNULIB_FCHMODAT''@/0/g'
-e 's/@''GNULIB_FSTAT''@/0/g'
-e 's/@''GNULIB_FSTATAT''@/0/g'
-e 's/@''GNULIB_FUTIMENS''@/0/g'
-e 's/@''GNULIB_LCHMOD''@/0/g'
-e 's/@''GNULIB_LSTAT''@/1/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|@''HAVE_FCHMODAT''@|1|g'
-e 's|@''HAVE_FSTATAT''@|1|g'
-e 's|@''HAVE_FUTIMENS''@|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_FSTAT''@|0|g'
-e 's|@''REPLACE_FSTATAT''@|0|g'
-e 's|@''REPLACE_FUTIMENS''@|0|g'
-e 's|@''REPLACE_LSTAT''@|1|g'
-e 's|@''REPLACE_MKDIR''@|0|g'
-e 's|@''REPLACE_MKFIFO''@|0|g'
-e 's|@''REPLACE_MKNOD''@|0|g'
-e 's|@''REPLACE_STAT''@|1|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 &&
mv sys/stat.h-t sys/stat.h
/bin/mkdir -p sys
rm -f sys/time.h-t sys/time.h &&
{ echo '/
DO NOT EDIT! GENERATED AUTOMATICALLY! */';
sed -e 's|@''GUARD_PREFIX''@|GL|g'
-e 's/@''HAVE_SYS_TIME_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_SYS_TIME_H''@|<sys/time.h>|g'
-e 's/@''GNULIB_GETTIMEOFDAY''@/1/g'
-e 's|@''HAVE_WINSOCK2_H''@|0|g'
-e 's/@''HAVE_GETTIMEOFDAY''@/1/g'
-e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g'
-e 's/@''REPLACE_GETTIMEOFDAY''@/1/g'
-e 's/@''REPLACE_STRUCT_TIMEVAL''@/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_time.in.h;
} > sys/time.h-t &&
mv sys/time.h-t sys/time.h
make all-am
make[2]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/srclib'
cd .. && make am--refresh
make[3]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[3]: Nothing to be done for 'am--refresh'.
make[3]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
cd .. && make am--refresh
make[3]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[3]: Nothing to be done for 'am--refresh'.
make[3]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[3]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
make[3]: Nothing to be done for 'am--refresh'.
make[3]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv'
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID
-D__ANDROID_API
_=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o allocator.o allocator.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o areadlink.o areadlink.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o binary-io.o binary-io.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o careadlinkat.o careadlinkat.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:8:9: warning: In file included from 'ANDROID_API' macro redefined [-Wmacro-redefined]
:364:
:8:9: #define ANDROID_API 21warning
: ^'ANDROID_API' macro redefined [-Wmacro-redefined]

:1:9: note: previous definition is here#define ANDROID_API 21

    ^

:1:#define ANDROID_API 169
: ^
note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o dirname-lgpl.o dirname-lgpl.c
1 warning generated.
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o basename-lgpl.o basename-lgpl.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o stripslash.o stripslash.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
In file included from arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o getprogname.o getprogname.c
:364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o malloca.o malloca.c
1 warning generated.
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o progname.o progname.c
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o safe-read.o safe-read.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o unistd.o unistd.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o xmalloc.o xmalloc.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o xstrdup.o xstrdup.c
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o xreadlink.o xreadlink.c
1 warning generated.
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o canonicalize-lgpl.o canonicalize-lgpl.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o error.o error.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]1
warning generated.
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o gettimeofday.o gettimeofday.c
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o lstat.o lstat.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o readlink.o readlink.c
1 warning generated.
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o stat.o stat.c
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o strerror.o strerror.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o strerror-override.o strerror-override.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
arm-linux-androideabi-clang -DHAVE_CONFIG_H -DEXEEXT="" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -c -o uniwidth/width.o uniwidth/width.c
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
1 warning generated.
In file included from :364:
:8:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
1 warning generated.
rm -f libicrt.a
arm-linux-androideabi-ar cr libicrt.a allocator.o areadlink.o binary-io.o careadlinkat.o dirname-lgpl.o basename-lgpl.o stripslash.o getprogname.o malloca.o progname.o safe-read.o unistd.o uniwidth/width.o xmalloc.o xstrdup.o xreadlink.o canonicalize-lgpl.o error.o gettimeofday.o lstat.o readlink.o stat.o strerror.o strerror-override.o
arm-linux-androideabi-ranlib libicrt.a
make[2]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/srclib'
make[1]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/srclib'
cd src && make all
make[1]: Entering directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/src'
arm-linux-androideabi-clang -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/bin" -DLOCALEDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/share/locale" ./iconv_no_i18n.c
arm-linux-androideabi-clang -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -DINSTALLDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/bin" -DLOCALEDIR="/home/nll/Desktop/mobile-ffmpeg/prebuilt/android-arm/libiconv/share/locale" ./iconv.c
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
In file included from :364:
:4:9: warning: 'ANDROID_API' macro redefined [-Wmacro-redefined]
#define ANDROID_API 21
^
:1:9: note: previous definition is here
#define ANDROID_API 16
^
1 warning generated.
/bin/bash ../libtool --mode=link arm-linux-androideabi-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include iconv_no_i18n.o ../srclib/libicrt.a ../lib/libiconv.la -o iconv_no_i18n
1 warning generated.
libtool: link: arm-linux-androideabi-clang -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include iconv_no_i18n.o -o iconv_no_i18n -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/Desktop/android-ndk-r17c/toolchains/mobile-ffmpeg-arm/lib ../srclib/libicrt.a ../lib/.libs/libiconv.a -lc -lm -ldl -llog
../lib/.libs/libiconv.a(iconv.o):iconv.c:function wchar_from_loop_convert: error: undefined reference to '__ctype_get_mb_cur_max'
clang60: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:78: recipe for target 'iconv_no_i18n' failed
make[1]: *** [iconv_no_i18n] Error 1
make[1]: Leaving directory '/home/nll/Desktop/mobile-ffmpeg/src/libiconv/src'
Makefile:33: recipe for target 'all' failed
make: *** [all] Error 2

from mobile-ffmpeg.

tanersener avatar tanersener commented on August 27, 2024

../lib/.libs/libiconv.a(iconv.o):iconv.c:function wchar_from_loop_convert: error: undefined reference to '__ctype_get_mb_cur_max'

This line is breaking the build. An incompatibility in Android NDK can cause this. What is the version you use, I see android-ndk-r17c in the logs but I've already tested it on r17c?

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

It is definitely r17c

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

I have rebuilt my virtual machine and everything worked fine

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

Sorry! Spoke too soon. Vorbis field to build.

Log

configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating lib/Makefile
config.status: creating lib/modes/Makefile
config.status: creating lib/books/Makefile
config.status: creating lib/books/coupled/Makefile
config.status: creating lib/books/uncoupled/Makefile
config.status: creating lib/books/floor/Makefile
config.status: creating doc/Makefile
config.status: creating doc/vorbisfile/Makefile
config.status: creating doc/vorbisenc/Makefile
config.status: creating doc/libvorbis/Makefile
config.status: creating doc/Doxyfile
config.status: creating include/Makefile
config.status: creating include/vorbis/Makefile
config.status: creating examples/Makefile
config.status: creating test/Makefile
config.status: creating vq/Makefile
config.status: creating libvorbis.spec
config.status: creating vorbis.pc
config.status: creating vorbisenc.pc
config.status: creating vorbisfile.pc
config.status: creating vorbis-uninstalled.pc
config.status: creating vorbisenc-uninstalled.pc
config.status: creating vorbisfile-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis'
Making all in m4
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/m4'
Making all in include
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include'
Making all in vorbis
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include/vorbis'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include/vorbis'
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include'
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include'
Making all in vq
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/vq'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/vq'
Making all in lib
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib'
Making all in modes
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/modes'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/modes'
Making all in books
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books'
Making all in coupled
make[4]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/coupled'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/coupled'
Making all in uncoupled
make[4]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/uncoupled'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/uncoupled'
Making all in floor
make[4]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/floor'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/floor'
make[4]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books'
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books'
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib'
CC mdct.lo
CC block.lo
CC smallft.lo
CC envelope.lo
block.c:23:21: fatal error: ogg/ogg.h: No such file or directory
#include <ogg/ogg.h>
^
compilation terminated.
In file included from mdct.c:43:0:
../include/vorbis/codec.h:25:21: fatal error: ogg/ogg.h: No such file or directory
#include <ogg/ogg.h>
^
compilation terminated.
Makefile:627: recipe for target 'mdct.lo' failed
make[3]: *** [mdct.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
Makefile:627: recipe for target 'block.lo' failed
make[3]: *** [block.lo] Error 1
In file included from smallft.h:20:0,
from smallft.c:33:
../include/vorbis/codec.h:25:21: fatal error: ogg/ogg.h: No such file or directory
#include <ogg/ogg.h>
^
compilation terminated.
Makefile:627: recipe for target 'smallft.lo' failed
make[3]: *** [smallft.lo] Error 1
envelope.c:21:21: fatal error: ogg/ogg.h: No such file or directory
#include <ogg/ogg.h>
^
compilation terminated.
Makefile:627: recipe for target 'envelope.lo' failed
make[3]: *** [envelope.lo] Error 1
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib'
Makefile:660: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib'
Makefile:534: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis'
Makefile:410: recipe for target 'all' failed
make: *** [all] Error 2

from mobile-ffmpeg.

tanersener avatar tanersener commented on August 27, 2024

Is ogg library built? What is the output of main script?

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

libvorbis was built for arm but not for the rest. build seems to fail after arm

LOG

INFO: Building mobile-ffmpeg for Android: Thu 8 Nov 12:01:39 GMT 2018

INFO: Starting new build for arm-v7a on API level 21 at Thu 8 Nov 12:01:39 GMT 2018

INFO: Enabled library lame
INFO: Enabled library libiconv
INFO: Enabled library libvorbis
INFO: Enabled library opencore-amr
INFO: Enabled library opus
INFO: Enabled library libogg

INFO: Building cpu-features for for arm-v7a

INFO: Skipping lame, run=0, completed=

DEBUG: Checking if libiconv is already built and installed at /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libiconv

INFO: libiconv library is already built and installed

INFO: Flags detected for libiconv: already installed=0, rebuild=, dependency rebuilt=

INFO: Skipping libvorbis, run=0, completed=

DEBUG: Checking if opencore-amr is already built and installed at /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/opencore-amr

INFO: opencore-amr library is already built and installed

INFO: Flags detected for opencore-amr: already installed=0, rebuild=, dependency rebuilt=

DEBUG: Checking if opus is already built and installed at /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/opus

INFO: opus library is already built and installed

INFO: Flags detected for opus: already installed=0, rebuild=, dependency rebuilt=

DEBUG: Checking if libogg is already built and installed at /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg

INFO: libogg library is already built and installed

INFO: Flags detected for libogg: already installed=0, rebuild=, dependency rebuilt=

DEBUG: Checking if lame is already built and installed at /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/lame

INFO: lame library is already built and installed

INFO: Flags detected for lame: already installed=0, rebuild=, dependency rebuilt=

INFO: Skipping libiconv, run=1, completed=1

DEBUG: Checking if libvorbis is already built and installed at /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libvorbis

DEBUG: /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libvorbis directory not found

INFO: Flags detected for libvorbis: already installed=1, rebuild=, dependency rebuilt=


INFO: Building libvorbis with the following environment variables

CLUTTER_IM_MODULE=xim
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=30;41: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:.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:.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:.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:
ARCH=arm-v7a
LESSCLOSE=/usr/bin/lesspipe %s %s
XDG_MENU_PREFIX=gnome-
LANG=en_GB.UTF-8
TOOLCHAIN=arm
MANAGERPID=907
DISPLAY=:0
BASEDIR=/home/nll/android/projects/mobile-ffmpeg
INVOCATION_ID=ea4d31e5ba434f7592dd43171123e27e
GNOME_SHELL_SESSION_MODE=ubuntu
COLORTERM=truecolor
USERNAME=nll
XDG_VTNR=1
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
CC=arm-linux-androideabi-clang
XDG_SESSION_ID=1
USER=nll
DESKTOP_SESSION=ubuntu
STRIP=arm-linux-androideabi-strip
QT4_IM_MODULE=xim
TEXTDOMAINDIR=/usr/share/locale/
GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/bf494923_4b07_462a_a66e_dba2c1705030
PWD=/home/nll/android/projects/mobile-ffmpeg
HOME=/home/nll
JOURNAL_STREAM=9:21643
TEXTDOMAIN=im-config
SSH_AGENT_PID=1076
QT_ACCESSIBILITY=1
ANDROID_NDK_ROOT=/home/nll/android/ndk/r17c
XDG_SESSION_TYPE=x11
SED_INLINE=sed -i
XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share:/usr/share:/var/lib/snapd/desktop
RANLIB=arm-linux-androideabi-ranlib
AS=arm-linux-androideabi-as
AR=arm-linux-androideabi-ar
XDG_SESSION_DESKTOP=ubuntu
DBUS_STARTER_ADDRESS=unix:path=/run/user/1000/bus,guid=5ace4490383bdaf02dbaf7d55be41ecf
GTK_MODULES=gail:atk-bridge
CXX=arm-linux-androideabi-clang++
WINDOWPATH=1
TERM=xterm-256color
SHELL=/bin/bash
VTE_VERSION=5202
ZLIB_PACKAGE_CONFIG_PATH=/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/pkgconfig/zlib.pc
QT_IM_MODULE=ibus
XMODIFIERS=@im=ibus
IM_CONFIG_PHASE=2
DBUS_STARTER_BUS_TYPE=session
API=21
XDG_CURRENT_DESKTOP=ubuntu:GNOME
GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
GNOME_TERMINAL_SERVICE=:1.91
XDG_SEAT=seat0
SHLVL=3
LANGUAGE=en_GB:en
GDMSESSION=ubuntu
TOOLCHAIN_ARCH=arm
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
LOGNAME=nll
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus,guid=5ace4490383bdaf02dbaf7d55be41ecf
XDG_RUNTIME_DIR=/run/user/1000
XAUTHORITY=/run/user/1000/gdm/Xauthority
MOBILE_FFMPEG_TMPDIR=/home/nll/android/projects/mobile-ffmpeg/.tmp
INSTALL_PKG_CONFIG_DIR=/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/pkgconfig
XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/bin
SESSION_MANAGER=local/nll-VirtualBox:@/tmp/.ICE-unix/946,unix/nll-VirtualBox:/tmp/.ICE-unix/946
LD=arm-linux-androideabi-ld
LESSOPEN=| /usr/bin/lesspipe %s
GTK_IM_MODULE=ibus
_=/usr/bin/env

INFO: System information

Linux nll-VirtualBox 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-unknown-linux-androideabi
checking target system type... arm-unknown-linux-androideabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
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 we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-gcc accepts -g... yes
checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
checking whether arm-linux-androideabi-gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of arm-linux-androideabi-gcc... gcc3
checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
checking for inline... inline
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by arm-linux-androideabi-gcc... arm-linux-androideabi-ld
checking if the linker (arm-linux-androideabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B
checking the name lister (/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B) 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-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for arm-linux-androideabi-ld option to reload object files... -r
checking for arm-linux-androideabi-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-androideabi-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
checking for archiver @file support... @
checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
checking command to parse /home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object... ok
checking for sysroot... /home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for arm-linux-androideabi-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-gcc static flag -static works... no
checking if arm-linux-androideabi-gcc supports -c -o file.o... yes
checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-gcc linker (arm-linux-androideabi-ld) 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 GCC version... 4.9.x
checking if arm-linux-androideabi-gcc accepts -Wdeclaration-after-statement... yes
checking for memory.h... (cached) yes
checking for cos in -lm... yes
checking for pthread_create in -lpthread... no
checking for arm-linux-androideabi-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OGG... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating lib/Makefile
config.status: creating lib/modes/Makefile
config.status: creating lib/books/Makefile
config.status: creating lib/books/coupled/Makefile
config.status: creating lib/books/uncoupled/Makefile
config.status: creating lib/books/floor/Makefile
config.status: creating doc/Makefile
config.status: creating doc/vorbisfile/Makefile
config.status: creating doc/vorbisenc/Makefile
config.status: creating doc/libvorbis/Makefile
config.status: creating doc/Doxyfile
config.status: creating include/Makefile
config.status: creating include/vorbis/Makefile
config.status: creating examples/Makefile
config.status: creating test/Makefile
config.status: creating vq/Makefile
config.status: creating libvorbis.spec
config.status: creating vorbis.pc
config.status: creating vorbisenc.pc
config.status: creating vorbisfile.pc
config.status: creating vorbis-uninstalled.pc
config.status: creating vorbisenc-uninstalled.pc
config.status: creating vorbisfile-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis'
Making all in m4
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/m4'
Making all in include
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include'
Making all in vorbis
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include/vorbis'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include/vorbis'
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include'
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include'
Making all in vq
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/vq'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/vq'
Making all in lib
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib'
Making all in modes
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/modes'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/modes'
Making all in books
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books'
Making all in coupled
make[4]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/coupled'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/coupled'
Making all in uncoupled
make[4]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/uncoupled'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/uncoupled'
Making all in floor
make[4]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/floor'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/floor'
make[4]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books'
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books'
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib'
CC mdct.lo
CC smallft.lo
CC block.lo
CC envelope.lo
In file included from smallft.h:20:0,
from smallft.c:33:
../include/vorbis/codec.h:25:21: fatal error: ogg/ogg.h: No such file or directory
#include <ogg/ogg.h>
^
compilation terminated.
envelope.c:21:21: fatal error: ogg/ogg.h: No such file or directory
#include <ogg/ogg.h>
^
compilation terminated.
In file included from mdct.c:43:0:
../include/vorbis/codec.h:25:21: fatal error: ogg/ogg.h: No such file or directory
#include <ogg/ogg.h>
^
compilation terminated.
Makefile:627: recipe for target 'smallft.lo' failed
make[3]: *** [smallft.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
Makefile:627: recipe for target 'envelope.lo' failed
make[3]: *** [envelope.lo] Error 1
Makefile:627: recipe for target 'mdct.lo' failed
make[3]: *** [mdct.lo] Error 1
block.c:23:21: fatal error: ogg/ogg.h: No such file or directory
#include <ogg/ogg.h>
^
compilation terminated.
Makefile:627: recipe for target 'block.lo' failed
make[3]: *** [block.lo] Error 1
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib'
Makefile:660: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib'
Makefile:534: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis'
Makefile:410: recipe for target 'all' failed
make: *** [all] Error 2

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

It looks like vorbis source missing some stuff.

from mobile-ffmpeg.

tanersener avatar tanersener commented on August 27, 2024

block.c:23:21: fatal error: ogg/ogg.h: No such file or directory
#include <ogg/ogg.h>

This is the actual failure. Can you try building with --rebuild-libogg?

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

Same. Please note I am using un-modifed version. Direct clone and run

INFO: Building mobile-ffmpeg for Android: Thu 8 Nov 12:09:12 GMT 2018

INFO: Starting new build for arm-v7a on API level 21 at Thu 8 Nov 12:09:12 GMT 2018

INFO: Enabled library libvorbis
INFO: Enabled library libogg

INFO: Building cpu-features for for arm-v7a

INFO: Skipping libvorbis, run=0, completed=

DEBUG: Checking if libogg is already built and installed at /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg

INFO: libogg library is already built and installed

INFO: Flags detected for libogg: already installed=0, rebuild=1, dependency rebuilt=


INFO: Building libogg with the following environment variables

CLUTTER_IM_MODULE=xim
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=30;41: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:.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:.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:.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:
ARCH=arm-v7a
LESSCLOSE=/usr/bin/lesspipe %s %s
XDG_MENU_PREFIX=gnome-
LANG=en_GB.UTF-8
TOOLCHAIN=arm
MANAGERPID=907
DISPLAY=:0
BASEDIR=/home/nll/android/projects/mobile-ffmpeg
INVOCATION_ID=ea4d31e5ba434f7592dd43171123e27e
GNOME_SHELL_SESSION_MODE=ubuntu
COLORTERM=truecolor
USERNAME=nll
XDG_VTNR=1
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
CC=arm-linux-androideabi-clang
XDG_SESSION_ID=1
USER=nll
DESKTOP_SESSION=ubuntu
STRIP=arm-linux-androideabi-strip
QT4_IM_MODULE=xim
TEXTDOMAINDIR=/usr/share/locale/
GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/bf494923_4b07_462a_a66e_dba2c1705030
PWD=/home/nll/android/projects/mobile-ffmpeg
HOME=/home/nll
JOURNAL_STREAM=9:21643
TEXTDOMAIN=im-config
SSH_AGENT_PID=1076
QT_ACCESSIBILITY=1
ANDROID_NDK_ROOT=/home/nll/android/ndk/r17c
XDG_SESSION_TYPE=x11
SED_INLINE=sed -i
XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share:/usr/share:/var/lib/snapd/desktop
RANLIB=arm-linux-androideabi-ranlib
AS=arm-linux-androideabi-as
AR=arm-linux-androideabi-ar
XDG_SESSION_DESKTOP=ubuntu
DBUS_STARTER_ADDRESS=unix:path=/run/user/1000/bus,guid=5ace4490383bdaf02dbaf7d55be41ecf
GTK_MODULES=gail:atk-bridge
CXX=arm-linux-androideabi-clang++
WINDOWPATH=1
TERM=xterm-256color
SHELL=/bin/bash
VTE_VERSION=5202
ZLIB_PACKAGE_CONFIG_PATH=/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/pkgconfig/zlib.pc
QT_IM_MODULE=ibus
XMODIFIERS=@im=ibus
IM_CONFIG_PHASE=2
DBUS_STARTER_BUS_TYPE=session
API=21
REBUILD_libogg=1
XDG_CURRENT_DESKTOP=ubuntu:GNOME
GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
GNOME_TERMINAL_SERVICE=:1.91
XDG_SEAT=seat0
SHLVL=3
LANGUAGE=en_GB:en
GDMSESSION=ubuntu
TOOLCHAIN_ARCH=arm
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
LOGNAME=nll
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus,guid=5ace4490383bdaf02dbaf7d55be41ecf
XDG_RUNTIME_DIR=/run/user/1000
XAUTHORITY=/run/user/1000/gdm/Xauthority
MOBILE_FFMPEG_TMPDIR=/home/nll/android/projects/mobile-ffmpeg/.tmp
INSTALL_PKG_CONFIG_DIR=/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/pkgconfig
XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/bin
SESSION_MANAGER=local/nll-VirtualBox:@/tmp/.ICE-unix/946,unix/nll-VirtualBox:/tmp/.ICE-unix/946
LD=arm-linux-androideabi-ld
LESSOPEN=| /usr/bin/lesspipe %s
GTK_IM_MODULE=ibus
_=/usr/bin/env

INFO: System information

Linux nll-VirtualBox 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018 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... arm-linux-androideabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-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 we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-clang accepts -g... yes
checking for arm-linux-androideabi-clang option to accept ISO C89... none needed
checking whether arm-linux-androideabi-clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of arm-linux-androideabi-clang... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-unknown-linux-androideabi
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by arm-linux-androideabi-clang... arm-linux-androideabi-ld
checking if the linker (arm-linux-androideabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B
checking the name lister (/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B) 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-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for arm-linux-androideabi-ld option to reload object files... -r
checking for arm-linux-androideabi-objdump... arm-linux-androideabi-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... arm-linux-androideabi-ar
checking for archiver @file support... @
checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
checking command to parse /home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-clang object... ok
checking for sysroot... /home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for arm-linux-androideabi-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking how to run the C preprocessor... arm-linux-androideabi-clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-linux-androideabi-clang supports -fno-rtti -fno-exceptions... yes
checking for arm-linux-androideabi-clang option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-clang PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-clang static flag -static works... no
checking if arm-linux-androideabi-clang supports -c -o file.o... yes
checking if arm-linux-androideabi-clang supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-clang linker (arm-linux-androideabi-ld) 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 ANSI C header files... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking size of int16_t... 2
checking size of uint16_t... 2
checking size of u_int16_t... 2
checking size of int32_t... 4
checking size of uint32_t... 4
checking size of u_int32_t... 4
checking size of int64_t... 8
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking for working memcmp... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/libogg/Makefile
config.status: creating include/Makefile
config.status: creating include/ogg/Makefile
config.status: creating include/ogg/config_types.h
config.status: creating libogg.spec
config.status: creating ogg.pc
config.status: creating ogg-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg'
Making all in src
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/src'
/bin/bash ../libtool --tag=CC --mode=compile arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c -o framing.lo framing.c
/bin/bash ../libtool --tag=CC --mode=compile arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c -o bitwise.lo bitwise.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -MT test_bitwise-bitwise.o -MD -MP -MF .deps/test_bitwise-bitwise.Tpo -c -o test_bitwise-bitwise.o test -f 'bitwise.c' || echo './'bitwise.c
arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -MT test_framing-framing.o -MD -MP -MF .deps/test_framing-framing.Tpo -c -o test_framing-framing.o test -f 'framing.c' || echo './'framing.c
libtool: compile: arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c framing.c -fPIC -DPIC -o framing.o
libtool: compile: arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c bitwise.c -fPIC -DPIC -o bitwise.o
mv -f .deps/bitwise.Tpo .deps/bitwise.Plo
mv -f .deps/framing.Tpo .deps/framing.Plo
/bin/bash ../libtool --tag=CC --mode=link arm-linux-androideabi-clang -O20 -Wall -ffast-math -fsigned-char -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -no-undefined -version-info 8:3:8 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/lib -o libogg.la -rpath /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/lib framing.lo bitwise.lo
mv -f .deps/test_bitwise-bitwise.Tpo .deps/test_bitwise-bitwise.Po
/bin/bash ../libtool --tag=CC --mode=link arm-linux-androideabi-clang -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/lib -o test_bitwise test_bitwise-bitwise.o
mv -f .deps/test_framing-framing.Tpo .deps/test_framing-framing.Po
/bin/bash ../libtool --tag=CC --mode=link arm-linux-androideabi-clang -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections,--icf=safe -lc -lm -ldl -llog -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/lib -o test_framing test_framing-framing.o
libtool: link: arm-linux-androideabi-ar cru .libs/libogg.a framing.o bitwise.o
libtool: link: arm-linux-androideabi-ranlib .libs/libogg.a
libtool: link: arm-linux-androideabi-clang -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -o test_bitwise test_bitwise-bitwise.o -lc -lm -ldl -llog -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/lib
libtool: link: ( cd ".libs" && rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" )
libtool: link: arm-linux-androideabi-clang -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -std=c99 -Wno-unused-function -fstrict-aliasing -fPIC -DANDROID -D__ANDROID__ -D__ANDROID_API__=21 -Os -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/include -I/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/local/include -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -Wl,--fix-cortex-a8 -Wl,--gc-sections -Wl,--icf=safe -o test_framing test_framing-framing.o -lc -lm -ldl -llog -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/arm-linux-androideabi/lib -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot/usr/lib -L/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/lib
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/src'
Making all in include
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include'
Making all in ogg
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include/ogg'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include/ogg'
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include'
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include'
Making all in doc
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc'
Making all in libogg
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc/libogg'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc/libogg'
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc'
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc'
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg'
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg'
make[1]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg'
Making install in src
make[1]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/src'
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/src'
/bin/mkdir -p '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libogg.la '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/lib'
libtool: install: /usr/bin/install -c .libs/libogg.lai /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/lib/libogg.la
libtool: install: /usr/bin/install -c .libs/libogg.a /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/lib/libogg.a
libtool: install: chmod 644 /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/lib/libogg.a
libtool: install: arm-linux-androideabi-ranlib /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/lib/libogg.a
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/src'
make[1]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/src'
Making install in include
make[1]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include'
Making install in ogg
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include/ogg'
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include/ogg'
make[3]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/include/ogg'
/usr/bin/install -c -m 644 config_types.h '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/include/ogg'
/bin/mkdir -p '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/include/ogg'
/usr/bin/install -c -m 644 ogg.h os_types.h '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/include/ogg'
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include/ogg'
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include/ogg'
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include'
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include'
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/nll/android/projects/mobile-ffmpeg/src/libogg/include'
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include'
make[1]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/include'
Making install in doc
make[1]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc'
Making install in libogg
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc/libogg'
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc/libogg'
make[3]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/share/doc/libogg/libogg'
/usr/bin/install -c -m 644 bitpacking.html datastructures.html decoding.html encoding.html general.html index.html ogg_iovec_t.html ogg_packet.html ogg_packet_clear.html ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html ogg_page_packets.html ogg_page_pageno.html ogg_page_serialno.html ogg_page_version.html ogg_stream_check.html ogg_stream_clear.html ogg_stream_destroy.html ogg_stream_eos.html ogg_stream_flush.html ogg_stream_flush_fill.html ogg_stream_init.html ogg_stream_iovecin.html ogg_stream_packetin.html ogg_stream_packetout.html ogg_stream_packetpeek.html ogg_stream_pagein.html ogg_stream_pageout.html ogg_stream_pageout_fill.html ogg_stream_reset.html ogg_stream_reset_serialno.html ogg_stream_state.html ogg_sync_buffer.html ogg_sync_check.html ogg_sync_clear.html ogg_sync_destroy.html '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/share/doc/libogg/libogg'
/usr/bin/install -c -m 644 ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html oggpack_adv.html oggpack_adv1.html oggpack_bits.html oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html oggpack_look1.html oggpack_read.html oggpack_read1.html oggpack_readinit.html oggpack_reset.html oggpack_write.html oggpack_writealign.html oggpack_writecheck.html oggpack_writeclear.html oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html overview.html reference.html style.css '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/share/doc/libogg/libogg'
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc/libogg'
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc/libogg'
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc'
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc'
make[3]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/share/doc/libogg'
/usr/bin/install -c -m 644 framing.html index.html oggstream.html ogg-multiplex.html fish_xiph_org.png multiplex1.png packets.png pages.png stream.png vorbisword2.png white-ogg.png white-xifish.png rfc3533.txt rfc5334.txt skeleton.html '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/share/doc/libogg'
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc'
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc'
make[1]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg/doc'
make[1]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg'
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg'
make[2]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/share/aclocal'
/usr/bin/install -c -m 644 ogg.m4 '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/share/aclocal'
/bin/mkdir -p '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/lib/pkgconfig'
/usr/bin/install -c -m 644 ogg.pc '/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libogg/lib/pkgconfig'
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg'
make[1]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libogg'
DEBUG: Checking if libvorbis is already built and installed at /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libvorbis

DEBUG: /home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/libvorbis directory not found

INFO: Flags detected for libvorbis: already installed=1, rebuild=, dependency rebuilt=1


INFO: Building libvorbis with the following environment variables

CLUTTER_IM_MODULE=xim
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=30;41: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:.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:.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:.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:
ARCH=arm-v7a
LESSCLOSE=/usr/bin/lesspipe %s %s
XDG_MENU_PREFIX=gnome-
LANG=en_GB.UTF-8
TOOLCHAIN=arm
MANAGERPID=907
DISPLAY=:0
BASEDIR=/home/nll/android/projects/mobile-ffmpeg
OLDPWD=/home/nll/android/projects/mobile-ffmpeg
INVOCATION_ID=ea4d31e5ba434f7592dd43171123e27e
GNOME_SHELL_SESSION_MODE=ubuntu
COLORTERM=truecolor
USERNAME=nll
XDG_VTNR=1
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
CC=arm-linux-androideabi-clang
XDG_SESSION_ID=1
USER=nll
DESKTOP_SESSION=ubuntu
STRIP=arm-linux-androideabi-strip
QT4_IM_MODULE=xim
TEXTDOMAINDIR=/usr/share/locale/
GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/bf494923_4b07_462a_a66e_dba2c1705030
DEPENDENCY_REBUILT_libvorbis=1
PWD=/home/nll/android/projects/mobile-ffmpeg
HOME=/home/nll
JOURNAL_STREAM=9:21643
TEXTDOMAIN=im-config
SSH_AGENT_PID=1076
QT_ACCESSIBILITY=1
ANDROID_NDK_ROOT=/home/nll/android/ndk/r17c
XDG_SESSION_TYPE=x11
SED_INLINE=sed -i
XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share:/usr/share:/var/lib/snapd/desktop
RANLIB=arm-linux-androideabi-ranlib
AS=arm-linux-androideabi-as
AR=arm-linux-androideabi-ar
XDG_SESSION_DESKTOP=ubuntu
DBUS_STARTER_ADDRESS=unix:path=/run/user/1000/bus,guid=5ace4490383bdaf02dbaf7d55be41ecf
GTK_MODULES=gail:atk-bridge
CXX=arm-linux-androideabi-clang++
WINDOWPATH=1
TERM=xterm-256color
SHELL=/bin/bash
VTE_VERSION=5202
ZLIB_PACKAGE_CONFIG_PATH=/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/pkgconfig/zlib.pc
QT_IM_MODULE=ibus
XMODIFIERS=@im=ibus
IM_CONFIG_PHASE=2
DBUS_STARTER_BUS_TYPE=session
API=21
REBUILD_libogg=1
XDG_CURRENT_DESKTOP=ubuntu:GNOME
GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
GNOME_TERMINAL_SERVICE=:1.91
XDG_SEAT=seat0
SHLVL=3
LANGUAGE=en_GB:en
GDMSESSION=ubuntu
TOOLCHAIN_ARCH=arm
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
LOGNAME=nll
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus,guid=5ace4490383bdaf02dbaf7d55be41ecf
XDG_RUNTIME_DIR=/run/user/1000
XAUTHORITY=/run/user/1000/gdm/Xauthority
MOBILE_FFMPEG_TMPDIR=/home/nll/android/projects/mobile-ffmpeg/.tmp
INSTALL_PKG_CONFIG_DIR=/home/nll/android/projects/mobile-ffmpeg/prebuilt/android-arm/pkgconfig
XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/bin
DEPENDENCY_REBUILT_libtheora=1
SESSION_MANAGER=local/nll-VirtualBox:@/tmp/.ICE-unix/946,unix/nll-VirtualBox:/tmp/.ICE-unix/946
LD=arm-linux-androideabi-ld
LESSOPEN=| /usr/bin/lesspipe %s
GTK_IM_MODULE=ibus
_=/usr/bin/env

INFO: System information

Linux nll-VirtualBox 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-unknown-linux-androideabi
checking target system type... arm-unknown-linux-androideabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
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 we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-gcc accepts -g... yes
checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
checking whether arm-linux-androideabi-gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of arm-linux-androideabi-gcc... gcc3
checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
checking for inline... inline
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by arm-linux-androideabi-gcc... arm-linux-androideabi-ld
checking if the linker (arm-linux-androideabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B
checking the name lister (/home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B) 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-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for arm-linux-androideabi-ld option to reload object files... -r
checking for arm-linux-androideabi-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-androideabi-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
checking for archiver @file support... @
checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
checking command to parse /home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object... ok
checking for sysroot... /home/nll/android/ndk/r17c/toolchains/mobile-ffmpeg-arm/sysroot
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for arm-linux-androideabi-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-gcc static flag -static works... no
checking if arm-linux-androideabi-gcc supports -c -o file.o... yes
checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-gcc linker (arm-linux-androideabi-ld) 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 GCC version... 4.9.x
checking if arm-linux-androideabi-gcc accepts -Wdeclaration-after-statement... yes
checking for memory.h... (cached) yes
checking for cos in -lm... yes
checking for pthread_create in -lpthread... no
checking for arm-linux-androideabi-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OGG... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating lib/Makefile
config.status: creating lib/modes/Makefile
config.status: creating lib/books/Makefile
config.status: creating lib/books/coupled/Makefile
config.status: creating lib/books/uncoupled/Makefile
config.status: creating lib/books/floor/Makefile
config.status: creating doc/Makefile
config.status: creating doc/vorbisfile/Makefile
config.status: creating doc/vorbisenc/Makefile
config.status: creating doc/libvorbis/Makefile
config.status: creating doc/Doxyfile
config.status: creating include/Makefile
config.status: creating include/vorbis/Makefile
config.status: creating examples/Makefile
config.status: creating test/Makefile
config.status: creating vq/Makefile
config.status: creating libvorbis.spec
config.status: creating vorbis.pc
config.status: creating vorbisenc.pc
config.status: creating vorbisfile.pc
config.status: creating vorbis-uninstalled.pc
config.status: creating vorbisenc-uninstalled.pc
config.status: creating vorbisfile-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis'
Making all in m4
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/m4'
Making all in include
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include'
Making all in vorbis
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include/vorbis'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include/vorbis'
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include'
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include'
Making all in vq
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/vq'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/vq'
Making all in lib
make[2]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib'
Making all in modes
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/modes'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/modes'
Making all in books
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books'
Making all in coupled
make[4]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/coupled'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/coupled'
Making all in uncoupled
make[4]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/uncoupled'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/uncoupled'
Making all in floor
make[4]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/floor'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books/floor'
make[4]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books'
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib/books'
make[3]: Entering directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib'
CC mdct.lo
CC smallft.lo
CC block.lo
CC envelope.lo
In file included from mdct.c:43:0:
../include/vorbis/codec.h:25:21: fatal error: ogg/ogg.h: No such file or directory
#include <ogg/ogg.h>
^
compilation terminated.
Makefile:627: recipe for target 'mdct.lo' failed
make[3]: *** [mdct.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from smallft.h:20:0,
from smallft.c:33:
../include/vorbis/codec.h:25:21: fatal error: ogg/ogg.h: No such file or directory
#include <ogg/ogg.h>
^
compilation terminated.
block.c:23:21: fatal error: ogg/ogg.h: No such file or directory
#include <ogg/ogg.h>
^
compilation terminated.
Makefile:627: recipe for target 'smallft.lo' failed
make[3]: *** [smallft.lo] Error 1
Makefile:627: recipe for target 'block.lo' failed
make[3]: *** [block.lo] Error 1
envelope.c:21:21: fatal error: ogg/ogg.h: No such file or directory
#include <ogg/ogg.h>
^
compilation terminated.
Makefile:627: recipe for target 'envelope.lo' failed
make[3]: *** [envelope.lo] Error 1
make[3]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib'
Makefile:660: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib'
Makefile:534: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/nll/android/projects/mobile-ffmpeg/src/libvorbis'
Makefile:410: recipe for target 'all' failed
make: *** [all] Error 2

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

Just to re-iterate. lib ogg builds for arm but fails for others

It looks like the file /home/nll/android/projects/mobile-ffmpeg/src/libvorbis/include/vorbis/codec.h

has #include <ogg/ogg.h> and looks for it in /home/nll/android/projects/mobile-ffmpeg/src/libvorbis/lib

from mobile-ffmpeg.

tanersener avatar tanersener commented on August 27, 2024

OK mate, it is really taking time. Do you have some kind of remote access to this machine?

from mobile-ffmpeg.

NLLAPPS avatar NLLAPPS commented on August 27, 2024

Sure, let me see if I can run teamviewer or something. Or, do you want to download the VM?

from mobile-ffmpeg.

tanersener avatar tanersener commented on August 27, 2024

Your build fails because you have libogg-dev package installed on your machine. libvorbis library build detects it on configure but can not find it during make because it is not in the PATH. I'll include a fix for this on the next releases. On your local build you have two options:

  1. Remove libogg-dev package with sudo apt-get remove libogg-dev
  2. Edit build/android-libvorbis.sh file and add PKG_CONFIG= before ./configure

from mobile-ffmpeg.

Related Issues (20)

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.