View Single Post
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#116
Mozilla central has built fine now, but I see there's just been a huge merge for embedlite in tmeshkova repo. My problem is I can't build embedlite-components.

I've got libtool working ok, it seems to have found 2.2.6b from linaro toolchain. It fails to find automake, autoconf, aclocal and autoheader, so I apt-get install autoconf (2.61-4maemo1+0m5) and automake (1.10.1maemo0) then try to build and get:
Code:
dpkg-buildpackage: source package is embedlite-components
dpkg-buildpackage: source version is 0.1
dpkg-buildpackage: source changed by unknown <tmeshkova@github.com>
dpkg-buildpackage: host architecture armel
dpkg-buildpackage: source version without epoch 0.1
: Using Scratchbox tools to satisfy builddeps
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-armel-stamp
rm -f configure-armel-stamp
rm -rf objdir-armel
dh_clean
 debian/rules build
dh_testdir
NO_CONFIGURE=yes ./autogen.sh --prefix=/usr
+ libtoolize --automake -c
+ aclocal
configure.ac:14: warning: macro `AM_DISABLE_STATIC' not found in library
configure.ac:17: warning: macro `AM_PROG_LIBTOOL' not found in library
+ autoconf
configure.ac:13: error: possibly undefined macro: AC_DISABLE_STATIC
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:14: error: possibly undefined macro: AM_DISABLE_STATIC
configure.ac:17: error: possibly undefined macro: AM_PROG_LIBTOOL
+ autoheader
+ automake --add-missing --foreign -a
chromehelper/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
chromehelper/Makefile.am:2:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
chromehelper/Makefile.am:2:   to `configure.ac' and run `aclocal' and `autoconf' again.
chromehelper/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
chromehelper/Makefile.am:2:   its definition is in aclocal's search path.
history/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
history/Makefile.am:2:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
history/Makefile.am:2:   to `configure.ac' and run `aclocal' and `autoconf' again.
history/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
history/Makefile.am:2:   its definition is in aclocal's search path.
prompt/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
prompt/Makefile.am:2:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
prompt/Makefile.am:2:   to `configure.ac' and run `aclocal' and `autoconf' again.
prompt/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
prompt/Makefile.am:2:   its definition is in aclocal's search path.
touchhelper/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
touchhelper/Makefile.am:2:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
touchhelper/Makefile.am:2:   to `configure.ac' and run `aclocal' and `autoconf' again.
touchhelper/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
touchhelper/Makefile.am:2:   its definition is in aclocal's search path.
widgetfactory/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
widgetfactory/Makefile.am:2:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
widgetfactory/Makefile.am:2:   to `configure.ac' and run `aclocal' and `autoconf' again.
widgetfactory/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
widgetfactory/Makefile.am:2:   its definition is in aclocal's search path.
+ '[' yes = yes ']'
+ echo 'Disable auto configure start'
Disable auto configure start
mkdir -p /home/robert/alopex/embedlite-components/objdir-armel
cd objdir-armel && CFLAGS="-Wall -g -O2" ../configure --prefix=/usr --host=arm-linux-gnueabi --build=arm-linux-gnueabi --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info
checking for a BSD-compatible install... /scratchbox/tools/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /scratchbox/tools/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-linux-gnueabi-g++... arm-linux-gnueabi-g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether arm-linux-gnueabi-g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of arm-linux-gnueabi-g++... gcc3
checking how to run the C++ preprocessor... arm-linux-gnueabi-g++ -E
checking for arm-linux-gnueabi-gcc... arm-linux-gnueabi-gcc
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-gnueabi-gcc accepts -g... yes
checking for arm-linux-gnueabi-gcc option to accept ISO C89... none needed
checking dependency style of arm-linux-gnueabi-gcc... gcc3
checking for arm-linux-gnueabi-gcc... (cached) arm-linux-gnueabi-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether arm-linux-gnueabi-gcc accepts -g... (cached) yes
checking for arm-linux-gnueabi-gcc option to accept ISO C89... (cached) none needed
checking dependency style of arm-linux-gnueabi-gcc... (cached) gcc3
checking for a BSD-compatible install... /scratchbox/tools/bin/install -c
../configure: line 4865: AC_DISABLE_STATIC: command not found
../configure: line 4866: AM_DISABLE_STATIC: command not found
checking for arm-linux-gnueabi-ranlib... arm-linux-gnueabi-ranlib
checking how to run the C preprocessor... arm-linux-gnueabi-gcc -E
checking for grep that handles long lines and -e... /scratchbox/tools/bin/grep
checking for egrep... /scratchbox/tools/bin/grep -E
checking for ANSI C header files... yes
../configure: line 5531: AM_PROG_LIBTOOL: command not found
checking how to run the C preprocessor... arm-linux-gnueabi-gcc -E
checking for arm-linux-gnueabi-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
Using PYTHON=python
checking for ENGINE... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating history/Makefile
config.status: creating chromehelper/Makefile
config.status: creating prompt/Makefile
config.status: creating jscomps/Makefile
config.status: creating touchhelper/Makefile
config.status: creating jsscripts/Makefile
config.status: creating widgetfactory/Makefile
config.status: creating overrides/Makefile
config.status: creating config.h
config.status: executing depfiles commands
touch configure-armel-stamp
dh_testdir
export echo=echo
cd objdir-armel && /scratchbox/tools/bin/make
make[1]: Entering directory `/home/robert/alopex/embedlite-components/objdir-armel'
 cd .. && /bin/sh /home/robert/alopex/embedlite-components/missing --run automake-1.10 --foreign
chromehelper/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
chromehelper/Makefile.am:2:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
chromehelper/Makefile.am:2:   to `configure.ac' and run `aclocal' and `autoconf' again.
chromehelper/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
chromehelper/Makefile.am:2:   its definition is in aclocal's search path.
history/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
history/Makefile.am:2:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
history/Makefile.am:2:   to `configure.ac' and run `aclocal' and `autoconf' again.
history/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
history/Makefile.am:2:   its definition is in aclocal's search path.
prompt/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
prompt/Makefile.am:2:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
prompt/Makefile.am:2:   to `configure.ac' and run `aclocal' and `autoconf' again.
prompt/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
prompt/Makefile.am:2:   its definition is in aclocal's search path.
touchhelper/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
touchhelper/Makefile.am:2:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
touchhelper/Makefile.am:2:   to `configure.ac' and run `aclocal' and `autoconf' again.
touchhelper/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
touchhelper/Makefile.am:2:   its definition is in aclocal's search path.
widgetfactory/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
widgetfactory/Makefile.am:2:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
widgetfactory/Makefile.am:2:   to `configure.ac' and run `aclocal' and `autoconf' again.
widgetfactory/Makefile.am:2:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
widgetfactory/Makefile.am:2:   its definition is in aclocal's search path.
make[1]: *** [../Makefile.in] Error 1
make[1]: Leaving directory `/home/robert/alopex/embedlite-components/objdir-armel'
make: *** [build-armel-stamp] Error 2