[Bug 766287] Cross compiling gstreamer-1.8.1 for iOS arm64 fails on Mac OS X 10.11.4 and Xcode 7.3.0

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu May 12 14:04:24 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=766287

--- Comment #5 from Elvis Dowson <elvis.dowson at gmail.com> ---
I tried to build gettext alone, using the following command:

./cerbero-uninstalled -c config/cross-ios-universal.cbc buildone gettext 

and re-ran the command:

./cerbero-uninstalled -c config/cross-ios-universal.cbc package gstreamer-1.0

but it still fails at the same point:

[(4/86) glib -> extract ]
-----> Step done
[(4/86) glib -> configure ]
-----> copying
/project/software/library/gstreamer/sdk/cerbero/data/autotools/config.guess to
/project/software/library/gstreamer/sdk/cerbero/build/sources/ios_universal/x86_64/glib-2.46.2/config.guess
-----> copying
/project/software/library/gstreamer/sdk/cerbero/data/autotools/config.sub to
/project/software/library/gstreamer/sdk/cerbero/build/sources/ios_universal/x86_64/glib-2.46.2/config.sub
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4macros ${ACLOCAL_FLAGS}
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4macros'.
libtoolize: copying file 'm4macros/libtool.m4'
libtoolize: copying file 'm4macros/ltoptions.m4'
libtoolize: copying file 'm4macros/ltsugar.m4'
libtoolize: copying file 'm4macros/ltversion.m4'
libtoolize: copying file 'm4macros/lt~obsolete.m4'
autoreconf: running:
/project/software/library/gstreamer/sdk/cerbero/build/build-tools/bin/autoconf
--force
autoreconf: running:
/project/software/library/gstreamer/sdk/cerbero/build/build-tools/bin/autoheader
--force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:112: installing './compile'
configure.ac:66: installing './missing'
gio/Makefile.am:108: warning: source file 'gvdb/gvdb-reader.c' is in a
subdirectory,
gio/Makefile.am:108: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding
output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same
subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout
your
automake: project, to avoid future incompatibilities.
gio/Makefile.am:713: warning: source file 'gvdb/gvdb-builder.c' is in a
subdirectory,
gio/Makefile.am:713: but option 'subdir-objects' is disabled
gio/Makefile.am:730: warning: source file 'gvdb/gvdb-builder.c' is in a
subdirectory,
gio/Makefile.am:730: but option 'subdir-objects' is disabled
gio/Makefile.am: installing './depcomp'
gio/tests/Makefile.am:236: warning: source file
'$(top_srcdir)/gio/gdbusdaemon.c' is in a subdirectory,
gio/tests/Makefile.am:236: but option 'subdir-objects' is disabled
gio/tests/Makefile.am:234: warning: source file
'$(top_builddir)/gio/gdbus-daemon-generated.c' is in a subdirectory,
gio/tests/Makefile.am:234: but option 'subdir-objects' is disabled
glib/Makefile.am:99: warning: source file 'deprecated/gallocator.c' is in a
subdirectory,
glib/Makefile.am:99: but option 'subdir-objects' is disabled
glib/Makefile.am:99: warning: source file 'deprecated/gcache.c' is in a
subdirectory,
glib/Makefile.am:99: but option 'subdir-objects' is disabled
glib/Makefile.am:99: warning: source file 'deprecated/gcompletion.c' is in a
subdirectory,
glib/Makefile.am:99: but option 'subdir-objects' is disabled
glib/Makefile.am:99: warning: source file 'deprecated/grel.c' is in a
subdirectory,
glib/Makefile.am:99: but option 'subdir-objects' is disabled
glib/Makefile.am:99: warning: source file 'deprecated/gthread-deprecated.c' is
in a subdirectory,
glib/Makefile.am:99: but option 'subdir-objects' is disabled
glib/tests/Makefile.am:177: warning: source file '../../glib/gwakeup.c' is in a
subdirectory,
glib/tests/Makefile.am:177: but option 'subdir-objects' is disabled
glib/tests/Makefile.am:212: warning: source file '../../glib/gwakeup.c' is in a
subdirectory,
glib/tests/Makefile.am:212: but option 'subdir-objects' is disabled
autoreconf: Leaving directory `.'
configure: WARNING: unrecognized options: --disable-modular-tests,
--disable-introspection
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-apple-darwin10-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1026' is supported by ustar format... yes
checking whether GID '20' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for x86_64-apple-darwin10-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... rm: conftest.dSYM: is
a directory
yes
checking for style of include used by make... GNU
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
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 build system type... x86_64-apple-darwin15.4.0
checking host system type... x86_64-apple-darwin10
checking for Win32... no
checking for the Android... no
no
no
checking whether to enable garbage collector friendliness... no
checking whether to disable memory pools... no
readlink: illegal option -- f
usage: readlink [-n] [file ...]
checking for x86_64-apple-darwin10-c++... clang++
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking pkg-config is at least version 0.16... yes
checking for gawk... (cached) awk
checking for perl5... no
checking for perl... perl
checking for indent... indent
checking for perl... /usr/bin/perl
checking for a Python interpreter with version >= 2.5... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... darwin
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory...
${exec_prefix}/lib/python2.7/site-packages
checking for iconv_open... no
checking for libiconv_open in -liconv... no
checking for iconv_open in -liconv... yes
checking for ZLIB... yes
checking for LIBFFI... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... no
checking if -liconv is needed to use gettext... 
checking for ngettext in -lintl... no
configure: error: 
*** You must have either have gettext support in your C library, or use the
*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html

Running command 'sh autogen.sh --prefix
/project/software/library/gstreamer/sdk/cerbero/build/dist/ios_universal
--libdir
/project/software/library/gstreamer/sdk/cerbero/build/dist/ios_universal/lib 
--enable-static --disable-gtk-doc --disable-carbon --enable-dtrace=no
--disable-modular-tests --disable-cocoa --disable-maintainer-mode 
--disable-silent-rules  --disable-introspection  --host=x86_64-apple-darwin10'

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list