[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#387133: libx11: FTBFS: floating point exception



Package: libx11
Version: 2:1.0.0-8
Severity: serious
Justification: no longer builds from source

Hi, when I try to build libx11 under etch or sid I get the following error:

make[3]: Leaving directory `/scratch/build/amd64/etch-biarch/xorg/libx11/libx11-1.0.0/obj-x86_64-linux-gnu/src/util'
../src/util/makekeys < /usr/include/X11/keysymdef.h > ks_tables_h
/bin/sh: line 1: 27372 Floating point exception../src/util/makekeys </usr/include/X11/keysymdef.h >ks_tables_h
make[2]: *** [ks_tables.h] Error 136
make[2]: Leaving directory `/scratch/build/amd64/etch-biarch/xorg/libx11/libx11-1.0.0/obj-x86_64-linux-gnu/src'

Full debuild log for sid is attached.

MfG
	Goswin

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-frosties-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 fakeroot debian/rules clean
rm -f stampdir/genscripts
rm -f debian/*.config \
	      debian/*.postinst \
	      debian/*.postrm \
	      debian/*.preinst \
	      debian/*.prerm
rm -f stampdir/patch
Unapplying patches...nothing to do.
dh_testdir
rm -f .pc patches
rm -rf stampdir build-tree
rm -rf imports
dh_clean debian/shlibs.local \
	         debian/MANIFEST.amd64 debian/MANIFEST.amd64.new \
	         debian/po/pothead
dh_testdir
dh_testroot
rm -f build-stamp
rm -f config.cache config.log config.status
rm -f */config.cache */config.log */config.status
rm -f conftest* */conftest*
rm -rf autom4te.cache */autom4te.cache
rm -rf obj-*
dh_clean
 debian/rules build
mkdir stampdir
>stampdir/stampdir
for FILE in debian/*.config.in \
	            debian/*.postinst.in \
	            debian/*.postrm.in \
	            debian/*.preinst.in \
	            debian/*.prerm.in; do \
	  if [ -e "$FILE" ]; then \
	    MAINTSCRIPT=$(echo $FILE | sed 's/.in$//'); \
	    sed -n '1,/^#INCLUDE_SHELL_LIB#$/p' <$FILE \
	      | sed -e '/^#INCLUDE_SHELL_LIB#$/d' >$MAINTSCRIPT.tmp; \
	    cat debian/xsfbs/xsfbs.sh >>$MAINTSCRIPT.tmp; \
	    sed -n '/^#INCLUDE_SHELL_LIB#$/,$p' <$FILE \
	      | sed -e '/^#INCLUDE_SHELL_LIB#$/d' >>$MAINTSCRIPT.tmp; \
	    sed -e 's/@SOURCE_VERSION@/2:1.0.0-8/' \
	        -e 's/@OFFICIAL_BUILD@/yes/' \
	        -e 's/@DEFAULT_DCRESOLUTIONS@//' \
	      <$MAINTSCRIPT.tmp >$MAINTSCRIPT; \
	    rm $MAINTSCRIPT.tmp; \
	  fi; \
	done
# Validate syntax of generated shell scripts.
#sh debian/scripts/validate-posix-sh debian/*.config \
	#                                    debian/*.postinst \
	#                                    debian/*.postrm \
	#                                    debian/*.preinst \
	#                                    debian/*.prerm
>stampdir/genscripts
if [ ! -e stampdir/patches ]; then \
		mkdir stampdir/patches; \
		ln -s stampdir/patches .pc; \
		echo 2 >stampdir/patches/.version; \
	fi; \
	if [ ! -e stampdir/log ]; then \
		mkdir stampdir/log; \
	fi; \
	if [ ! -e patches ]; then \
		ln -s debian/patches patches; \
	fi; \
	>stampdir/prepare
if ! [ `which quilt` ]; then \
		echo "Couldn't find quilt. Please install it or add it to the build-depends for this package."; \
		exit 1; \
	fi; \
	if quilt next; then \
	  echo -n "Applying patches..."; \
	  if quilt push -a -v >stampdir/log/patch 2>&1; then \
	    echo "successful."; \
	  else \
	    echo "failed! (check stampdir/log/patch for details)"; \
	    exit 1; \
	  fi; \
	else \
	  echo "No patches to apply"; \
	fi; \
	>stampdir/patch
001_no_xkb_in_pc_file.diff
Applying patches...successful.
dh_testdir
test -d obj-x86_64-linux-gnu || mkdir obj-x86_64-linux-gnu
cd obj-x86_64-linux-gnu && \
	../configure --prefix=/usr --mandir=\${prefix}/share/man \
	             --infodir=\${prefix}/share/info --build=x86_64-linux-gnu --enable-man-pages=3 --enable-loadable-i18n \
	             CFLAGS="-Wall -g -O2 -DLIBXCURSOR=\\\"libXcursor.so.1\\\"" 
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... 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 f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... 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 -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... 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 -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... 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 ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for cpp... /usr/bin/cpp
checking if /usr/bin/cpp requires -undef... yes
checking if /usr/bin/cpp requires -traditional... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BIGREQS... yes
checking for XPROTO... yes
checking for X11... yes
checking for XDMCP... yes
checking if Xtrans should support UNIX socket connections... yes
checking if Xtrans should support TCP socket connections... yes
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for getaddrinfo... yes
checking if IPv6 support should be built... yes
checking for struct sockaddr_in.sin_len... no
checking for authdes_seccreate... no
checking for authdes_create... yes
checking for library containing getsecretkey... none required
checking if Secure RPC authentication ("SUN-DES-1") should be supported... yes
checking if run-time linking is supported... checking for library containing dlopen... -ldl
checking for dlfcn.h... (cached) yes
yes
checking if loadable i18n module support should be enabled... yes
checking if loadable Xcursor library support should be enabled... yes
checking for ANSI C header files... (cached) yes
checking for strtol... yes
checking for issetugid... no
checking for getresuid... yes
checking for shmat... yes
checking for getpwuid_r in -lc... yes
checking for pthread_self in -lc... yes
checking for XdmcpWrap in -lXdmcp... yes
checking for poll... yes
checking keysymdef.h... /usr/include/X11/keysymdef.h
checking if XLOCALEDIR support should be enabled... yes
checking for BIGFONT... yes
checking for XKBPROTO... yes
checking whether malloc(0) returns NULL... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating man/Makefile
config.status: creating src/Makefile
config.status: creating src/util/Makefile
config.status: creating src/xcms/Makefile
config.status: creating src/xlibi18n/Makefile
config.status: creating modules/Makefile
config.status: creating modules/im/Makefile
config.status: creating modules/im/ximcp/Makefile
config.status: creating modules/lc/Makefile
config.status: creating modules/lc/def/Makefile
config.status: creating modules/lc/gen/Makefile
config.status: creating modules/lc/Utf8/Makefile
config.status: creating modules/lc/xlocale/Makefile
config.status: creating modules/om/Makefile
config.status: creating modules/om/generic/Makefile
config.status: creating src/xkb/Makefile
config.status: creating nls/Makefile
config.status: creating nls/armscii-8/Makefile
config.status: creating nls/C/Makefile
config.status: creating nls/el_GR.UTF-8/Makefile
config.status: creating nls/en_US.UTF-8/Makefile
config.status: creating nls/georgian-academy/Makefile
config.status: creating nls/georgian-ps/Makefile
config.status: creating nls/ibm-cp1133/Makefile
config.status: creating nls/iscii-dev/Makefile
config.status: creating nls/isiri-3342/Makefile
config.status: creating nls/iso8859-1/Makefile
config.status: creating nls/iso8859-10/Makefile
config.status: creating nls/iso8859-11/Makefile
config.status: creating nls/iso8859-13/Makefile
config.status: creating nls/iso8859-14/Makefile
config.status: creating nls/iso8859-15/Makefile
config.status: creating nls/iso8859-2/Makefile
config.status: creating nls/iso8859-3/Makefile
config.status: creating nls/iso8859-4/Makefile
config.status: creating nls/iso8859-5/Makefile
config.status: creating nls/iso8859-6/Makefile
config.status: creating nls/iso8859-7/Makefile
config.status: creating nls/iso8859-8/Makefile
config.status: creating nls/iso8859-9/Makefile
config.status: creating nls/iso8859-9e/Makefile
config.status: creating nls/ja/Makefile
config.status: creating nls/ja.JIS/Makefile
config.status: creating nls/ja_JP.UTF-8/Makefile
config.status: creating nls/ja.S90/Makefile
config.status: creating nls/ja.SJIS/Makefile
config.status: creating nls/ja.U90/Makefile
config.status: creating nls/ko/Makefile
config.status: creating nls/koi8-c/Makefile
config.status: creating nls/koi8-r/Makefile
config.status: creating nls/koi8-u/Makefile
config.status: creating nls/ko_KR.UTF-8/Makefile
config.status: creating nls/microsoft-cp1251/Makefile
config.status: creating nls/microsoft-cp1255/Makefile
config.status: creating nls/microsoft-cp1256/Makefile
config.status: creating nls/mulelao-1/Makefile
config.status: creating nls/nokhchi-1/Makefile
config.status: creating nls/pt_BR.UTF-8/Makefile
config.status: creating nls/ru_RU.UTF-8/Makefile
config.status: creating nls/tatar-cyr/Makefile
config.status: creating nls/th_TH/Makefile
config.status: creating nls/th_TH.UTF-8/Makefile
config.status: creating nls/tscii-0/Makefile
config.status: creating nls/vi_VN.tcvn/Makefile
config.status: creating nls/vi_VN.viscii/Makefile
config.status: creating nls/zh_CN/Makefile
config.status: creating nls/zh_CN.gb18030/Makefile
config.status: creating nls/zh_CN.gbk/Makefile
config.status: creating nls/zh_CN.UTF-8/Makefile
config.status: creating nls/zh_HK.big5/Makefile
config.status: creating nls/zh_HK.big5hkscs/Makefile
config.status: creating nls/zh_HK.UTF-8/Makefile
config.status: creating nls/zh_TW/Makefile
config.status: creating nls/zh_TW.big5/Makefile
config.status: creating nls/zh_TW.UTF-8/Makefile
config.status: creating x11.pc
config.status: creating src/config.h
config.status: creating include/X11/XlibConf.h
config.status: executing depfiles commands

X11 will be built with the following settings:
 Loadable i18n module support:            yes
 Loadable xcursor library support:        yes
 Threading support:                       yes
 Use Threads safe API:                    yes
 Threads stubs in libX11:                 no
 XCMS:                                    yes
 Internationalization support:            yes
 XF86BigFont support:                     yes
 XKB support:                             yes
 XLOCALEDIR environment variable support: yes
 Manual pages installed:                  

cd obj-x86_64-linux-gnu && /usr/bin/make
make[1]: Entering directory `/home/mrvn/libx11/libx11-1.0.0/obj-x86_64-linux-gnu'
Making all in include
make[2]: Entering directory `/home/mrvn/libx11/libx11-1.0.0/obj-x86_64-linux-gnu/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mrvn/libx11/libx11-1.0.0/obj-x86_64-linux-gnu/include'
Making all in src
make[2]: Entering directory `/home/mrvn/libx11/libx11-1.0.0/obj-x86_64-linux-gnu/src'
cd util; /usr/bin/make
make[3]: Entering directory `/home/mrvn/libx11/libx11-1.0.0/obj-x86_64-linux-gnu/src/util'
if gcc -DHAVE_CONFIG_H -I. -I../../../src/util -I../../src -I../../include/X11    -Wall -Wpointer-arith -Wstrict-prototypes 	-Wmissing-prototypes -Wmissing-declarations 	-Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT         -Wall -g -O2 -DLIBXCURSOR=\"libXcursor.so.1\" -MT makekeys-makekeys.o -MD -MP -MF ".deps/makekeys-makekeys.Tpo" \
	  -c -o makekeys-makekeys.o `test -f 'makekeys.c' || echo '../../../src/util/'`makekeys.c; \
	then mv -f ".deps/makekeys-makekeys.Tpo" ".deps/makekeys-makekeys.Po"; \
	else rm -f ".deps/makekeys-makekeys.Tpo"; exit 1; \
	fi
gcc  -Wall -g -O2 -DLIBXCURSOR=\"libXcursor.so.1\"   -o makekeys  makekeys-makekeys.o  -ldl 
make[3]: Leaving directory `/home/mrvn/libx11/libx11-1.0.0/obj-x86_64-linux-gnu/src/util'
../src/util/makekeys < /usr/include/X11/keysymdef.h > ks_tables_h
/bin/sh: line 1:  7949 Floating point exception../src/util/makekeys </usr/include/X11/keysymdef.h >ks_tables_h
make[2]: *** [ks_tables.h] Error 136
make[2]: Leaving directory `/home/mrvn/libx11/libx11-1.0.0/obj-x86_64-linux-gnu/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mrvn/libx11/libx11-1.0.0/obj-x86_64-linux-gnu'
make: *** [build-stamp] Error 2

Reply to: