Bug#433630: fails to build on armel port

Riku Voipio riku.voipio at iki.fi
Wed Jul 18 11:08:08 UTC 2007


Package: ekiga
Version: 2.0.9-1
Severity: wishlist
Tags: patch
User: debian-arm at lists.debian.org
Usertags: eabi

ekiga configure test appears to think debian/armel port is not linux
based (it is). The problem is that is that the gnu os string in eabi
port is linux-gnueabi, instead of the expected linux-gnu.

checking whether OS type is supported... configure: error: Only Linux, FreeBSD, Solaris and Mac OS X are supported. Please contact the author to know how you can add more OS types. 

The following change and regenerating configure should fix it.

--- configure.in.orig   2007-07-18 14:04:40.000000000 +0300
+++ configure.in        2007-07-18 14:05:09.000000000 +0300
@@ -148,7 +148,7 @@
     gm_platform="solaris"
     ;;

-  linux-gnu | linux | Linux)
+  linux-gnueabi | linux-gnu | linux | Linux)
     ARCH_OPAL_CFLAGS="-DPTRACING -DNDEBUG -Wall -Os -g -fno-exceptions -felide-constructors"
     ARCH_OPAL_LIBS="-lpt -lopal -ldl -lpthread"
     AC_MSG_RESULT([yes])


On Wed, Jul 18, 2007 at 07:34:09AM +0300, Source Builder wrote:
> Kernel: Linux 2.6.21-1-iop32x armel (armv5tel)
> Toolchain package versions: libc6-dev_2.5-11 linux-kernel-headers_2.6.18-7+armel gcc-4.1_4.1.2-11 g++-4.1_4.1.2-11 binutils_2.17cvs20070426-8 libstdc++6-4.1-dev_4.1.2-11 libstdc++6_4.2-20070707-1
> ------------------------------------------------------------------------------
> gpg: Signature made Sat Jul 14 22:00:09 2007 EEST using DSA key ID 85FEC17F
> gpg: Can't check signature: public key not found
> dpkg-source: extracting ekiga in ekiga-2.0.9
> dpkg-source: unpacking ekiga_2.0.9.orig.tar.gz
> dpkg-source: applying /home/buildd/build/ekiga_2.0.9-1.diff.gz
> dpkg-buildpackage: source package is ekiga
> dpkg-buildpackage: source version is 2.0.9-1
> dpkg-buildpackage: host architecture armel
> dpkg-buildpackage: source version without epoch 2.0.9-1
>  /usr/bin/fakeroot debian/rules clean
> sed "s/@GNOME_TEAM@/Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>/" \
> 		debian/control.in > debian/control
> dpatch  deapply-all  
> rm -rf patch-stamp patch-stampT debian/patched
> dh_testdir
> dh_testroot
> if [ -f Makefile ];then \
> 		/usr/bin/make clean distclean;\
> 	fi
> rm -f xml-i18n-extract xml-i18n-merge xml-i18n-update
> # Clean out what make distclean didn't clean out...
> rm -rf po/.intltool-merge-cache
> rm -rf intltool-extract intltool-merge intltool-update
> rm -f pixmaps/inline_emoticons.h
> rm -f pixmaps/inlines.h
> rm -f build-stamp config.status
> dh_clean
>  debian/rules build
> test -d debian/patched || install -d debian/patched
> dpatch  apply-all  
> dpatch  cat-all  >>patch-stampT
> mv -f patch-stampT patch-stamp
> dh_testdir
> CXXFLAGS="-Wall -g -O2" CFLAGS="-Wall -g -O2" LDFLAGS="" ./configure --build arm-linux-gnueabi --prefix=/usr \
> 				--mandir=\${prefix}/share/man \
> 				--infodir=\${prefix}/share/info \
> 				--with-pwlib=/usr \
> 				--sysconfdir=/etc \
> 				--disable-install-schemas \
> 				--enable-avahi --disable-scrollkeeper
> checking build system type... arm-unknown-linux-gnueabi
> checking host system type... arm-unknown-linux-gnueabi
> checking target system type... arm-unknown-linux-gnueabi
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking whether GNOME support must be compiled in... yes
> checking whether documentation should be built... yes
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for GDU_MODULE_VERSION_CHECK... yes
> checking for style of include used by make... GNU
> checking for gcc... gcc
> 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 gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking dependency style of gcc... gcc3
> 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 ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... gcc3
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for xlf... no
> checking for f77... no
> checking for frt... no
> checking for pgf77... no
> checking for cf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for xlf90... no
> checking for f90... no
> checking for pgf90... no
> checking for pghpf... no
> checking for epcf90... no
> checking for gfortran... no
> checking for g95... no
> checking for xlf95... no
> checking for f95... no
> checking for fort... no
> checking for ifort... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for ftn... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether  accepts -g... no
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/arm-linux-gnu.conf: No such file or directory
> GNU/Linux ld.so
> 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... yes
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ static flag -static works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/arm-linux-gnu.conf: No such file or directory
> GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> appending configuration tag "F77" to libtool
> checking for gcc... (cached) gcc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking for gcc option to accept ISO C89... (cached) none needed
> checking dependency style of gcc... (cached) gcc3
> checking whether we are using the GNU C++ compiler... (cached) yes
> checking whether g++ accepts -g... (cached) yes
> checking dependency style of g++... (cached) gcc3
> checking for library containing strerror... none required
> checking for ANSI C header files... (cached) yes
> checking whether strcasecmp is declared... yes
> Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
> Using $(sysconfdir)/gconf/schemas as install directory for schema files
> checking for pkg-config... (cached) /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for EKIGA... yes
> checking for EDS... yes
> checking for scrollkeeper-config... /usr/bin/scrollkeeper-config
> checking whether OS type is supported... configure: error: Only Linux, FreeBSD, Solaris and Mac OS X are supported. Please contact the author to know how you can add more OS types.
> make: *** [config.status] Error 1
> ******************************************************************************
> Build finished at 20070718-0730
> FAILED [dpkg-buildpackage died]
> Purging /home/buildd/build/chroot-unstable/build/buildd/ekiga-2.0.9
> ------------------------------------------------------------------------------





More information about the pkg-gnome-maintainers mailing list