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

Bug#396126: FTBFS: Incompatible with etch versions



Package: cryptsetup
Version: 1.0.4~rc2-1
Severity: serious
Justification: no longer builds from source

Hi,

cryptsetup contains a patch for po/Makefile, which is generated from
Makefile.in during build. The problem now is that the resulting
Makefile differs between a build on etch and a build on sid in the
spot the patch contains. It fails on etch. Build log attached.

This bugs prevents m68k from building cryptsetup for
testing-proposed-updates to get back in sync with etch. It also
prevents recompiling the package under etch. So one way or another it
has to be fixed.

The package is already unfrozen but RC buggy (bashism). So a t-p-u
source upload is not needed, just a fixed (for both issues) sid
version. I tested the etch source version on etch and sid amd64, your
arch. So you should have no problem reproducing this.

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=de_DE (charmap=ISO-8859-1)
 fakeroot debian/rules clean
dpatch  deapply-all  
03_fix_build_error not applied to ./ .
02_docs_tries not applied to ./ .
01_terminal_timeout not applied to ./ .
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
dh_testroot
rm -f build-stamp 
if test -f Makefile; then /usr/bin/make clean; fi
if test -f config.mess; then rm -f `cat config.mess`; fi
rm -f debian/crypttab.5 debian/crypttab.5.xml debian/luksformat.8
rm -f config.mess
rm -rf autom4te.cache m4
rm -f src/cryptsetup.static
dh_clean 
 debian/rules build
dh_testdir
find -xtype f ! -name manifest > manifest
# mini autogen.sh
rm -f ltmain.sh
cp /usr/share/libtool/ltmain.sh ltmain.sh
libtoolize --force --copy
aclocal-1.9
autoheader
automake-1.9 --add-missing --gnu
autoconf
./configure --build x86_64-linux-gnu \
		--host=x86_64-linux-gnu \
		--build=x86_64-linux-gnu \
		--prefix=/usr \
		--sbindir=/sbin \
		--mandir=/usr/share/man
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 build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-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 x86_64-linux-gnu-gcc accepts -g... yes
checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-linux-gnu-gcc... gcc3
checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
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 x86_64-linux-gnu-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 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 x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-linux-gnu-g++... gcc3
checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
checking for x86_64-linux-gnu-g77... no
checking for x86_64-linux-gnu-f77... no
checking for x86_64-linux-gnu-xlf... no
checking for x86_64-linux-gnu-frt... no
checking for x86_64-linux-gnu-pgf77... no
checking for x86_64-linux-gnu-cf77... no
checking for x86_64-linux-gnu-fort77... no
checking for x86_64-linux-gnu-fl32... no
checking for x86_64-linux-gnu-af77... no
checking for x86_64-linux-gnu-f90... no
checking for x86_64-linux-gnu-xlf90... no
checking for x86_64-linux-gnu-pgf90... no
checking for x86_64-linux-gnu-pghpf... no
checking for x86_64-linux-gnu-epcf90... no
checking for x86_64-linux-gnu-gfortran... no
checking for x86_64-linux-gnu-g95... no
checking for x86_64-linux-gnu-f95... no
checking for x86_64-linux-gnu-fort... no
checking for x86_64-linux-gnu-xlf95... no
checking for x86_64-linux-gnu-ifort... no
checking for x86_64-linux-gnu-ifc... no
checking for x86_64-linux-gnu-efc... no
checking for x86_64-linux-gnu-pgf95... no
checking for x86_64-linux-gnu-lf95... no
checking for x86_64-linux-gnu-ftn... no
checking for g77... no
checking for f77... no
checking for xlf... 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 f90... no
checking for xlf90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for f95... no
checking for fort... no
checking for xlf95... 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 x86_64-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for x86_64-linux-gnu-ar... no
checking for ar... ar
checking for x86_64-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for x86_64-linux-gnu-strip... no
checking for strip... strip
checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC
checking if x86_64-linux-gnu-gcc PIC flag -fPIC works... yes
checking if x86_64-linux-gnu-gcc static flag -static works... yes
checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes
checking whether the x86_64-linux-gnu-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... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by x86_64-linux-gnu-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 x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC
checking if x86_64-linux-gnu-g++ PIC flag -fPIC works... yes
checking if x86_64-linux-gnu-g++ static flag -static works... yes
checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes
checking whether the x86_64-linux-gnu-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 dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for inttypes.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for unistd.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for uuid_clear in -luuid... yes
checking for setlocale... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for off_t... yes
checking for struct stat.st_rdev... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking whether x86_64-linux-gnu-gcc needs -traditional... no
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 ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for poptConfigFileToString in -lpopt... yes
checking for libgcrypt-config... /usr/bin/libgcrypt-config
checking for LIBGCRYPT - version >= 1.1.42... yes
checking whether to build libgcrypt module... yes
checking for sepol_bool_set in -lsepol... no
checking for is_selinux_enabled in -lselinux... no
checking for dm_task_set_name in -ldevmapper... yes
checking libdevmapper.h usability... yes
checking libdevmapper.h presence... yes
checking for libdevmapper.h... yes
checking whether to build libdevmapper module... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: WARNING:  po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating luks/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
#--enable-static \
	
find -xtype f > manifest.new
diff manifest manifest.new | grep '>' | cut -b3- > config.mess
test -d debian/patched || install -d debian/patched
dpatch  apply-all  
applying patch 01_terminal_timeout to ./ ... ok.
applying patch 02_docs_tries to ./ ... ok.
applying patch 03_fix_build_error to ./ ... failed.
make: *** [patch-stamp] Error 1

Reply to: