Your message dated Tue, 01 Jun 2010 16:03:31 +0000
with message-id <e1ojtwb-0001bs...@ries.debian.org>
and subject line Bug#583471: fixed in cryptsetup 2:1.1.2-1
has caused the Debian Bug report #583471,
regarding cryptsetup: FTBFS: configure: error: Your system requires SElinux 
libraries for static compilation.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
583471: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583471
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cryptsetup
Version: 2:1.1.0-2.1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100527 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> QUILT_PATCHES=debian/patches \
>               quilt --quiltrc /dev/null pop -a -R || test $? = 2
> No patch removed
> rm -rf .pc debian/stamp-patched
> dh_testdir
> dh_testroot
> 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/luksformat.8
> rm -f debian/doc/*.[0-9] debian/doc/variables.xml
> rm -f debian/scripts/passdev
> rm -f debian/askpass
> rm -f config.mess
> rm -rf autom4te.cache 
> rm -f src/cryptsetup.static
> dh_clean configure-stamp build-stamp install-stamp
>  dpkg-source -b cryptsetup-1.1.0
> dpkg-source: warning: no source format specified in debian/source/format, see 
> dpkg-source(1)
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building cryptsetup using existing 
> cryptsetup_1.1.0.orig.tar.gz
> dpkg-source: info: building cryptsetup in cryptsetup_1.1.0-2.1.diff.gz
> dpkg-source: warning: the diff modifies the following upstream files: 
>  INSTALL
>  Makefile.in
>  aclocal.m4
>  compile
>  config.guess
>  config.sub
>  lib/Makefile.in
>  luks/Makefile.in
>  man/Makefile.in
>  src/Makefile.in
>  tests/Makefile.in
> dpkg-source: info: use the '3.0 (quilt)' format to have separate and 
> documented changes to upstream files, see dpkg-source(1)
> dpkg-source: info: building cryptsetup in cryptsetup_1.1.0-2.1.dsc
>  debian/rules build
> QUILT_PATCHES=debian/patches \
>               quilt --quiltrc /dev/null push -a || test $? = 2
> Applying patch 02_manpage.patch
> patching file man/cryptsetup.8
> 
> Applying patch 03_luksAddKey.patch
> patching file ChangeLog
> patching file lib/setup.c
> 
> Applying patch 04_crypto_init.patch
> patching file ChangeLog
> patching file lib/setup.c
> patching file lib/gcrypt.c
> 
> Now at patch 04_crypto_init.patch
> touch debian/stamp-patched
> dh_testdir
> find -xtype f ! -name manifest > manifest
> autoreconf --force --install
> Copying file m4/codeset.m4
> Copying file m4/glibc2.m4
> Copying file m4/glibc21.m4
> Copying file m4/intdiv0.m4
> Copying file m4/intmax.m4
> Copying file m4/inttypes-h.m4
> Copying file m4/inttypes-pri.m4
> Copying file m4/inttypes_h.m4
> Copying file m4/lcmessage.m4
> Copying file m4/lock.m4
> Copying file m4/longdouble.m4
> Copying file m4/longlong.m4
> Copying file m4/printf-posix.m4
> Copying file m4/signed.m4
> Copying file m4/size_max.m4
> Copying file m4/stdint_h.m4
> Copying file m4/uintmax_t.m4
> Copying file m4/ulonglong.m4
> Copying file m4/visibility.m4
> Copying file m4/wchar_t.m4
> Copying file m4/wint_t.m4
> Copying file m4/xsize.m4
> Copying file po/Makevars.template
> libtoolize: putting auxiliary files in `.'.
> libtoolize: copying file `./ltmain.sh'
> libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
> libtoolize: copying file `m4/libtool.m4'
> libtoolize: copying file `m4/ltoptions.m4'
> libtoolize: copying file `m4/ltsugar.m4'
> libtoolize: copying file `m4/ltversion.m4'
> libtoolize: copying file `m4/lt~obsolete.m4'
> CFLAGS="-Wall -g -O2" ./configure --build x86_64-linux-gnu \
>               --prefix=/usr \
>               --sbindir=/sbin \
>               --mandir=/usr/share/man \
>               --enable-shared \
>               --enable-static
> 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 style of include used by make... GNU
> checking for gcc... gcc
> 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 gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking dependency style of gcc... gcc3
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -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 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 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 gcc and cc understand -c and -o together... yes
> checking how to run the C preprocessor... gcc -E
> checking whether make sets $(MAKE)... (cached) yes
> checking for a sed that does not truncate output... /bin/sed
> checking for fgrep... /bin/grep -F
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
> checking the name lister (/usr/bin/nm -B) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 3458764513820540925
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for ar... ar
> checking for strip... strip
> checking for ranlib... ranlib
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC -DPIC
> checking if gcc PIC flag -fPIC -DPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) 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
> 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 libdevmapper.h usability... yes
> checking libdevmapper.h presence... yes
> checking for libdevmapper.h... yes
> checking for uuid_clear in -luuid... yes
> checking for libgcrypt-config... /usr/bin/libgcrypt-config
> checking for LIBGCRYPT - version >= 1.1.42... yes (1.4.5)
> checking for setlocale,... no
> checking for posix_memalign... 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 whether 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 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 dm_task_set_name in -ldevmapper... yes
> checking for dm_task_set_message in -ldevmapper... yes
> checking for sepol_bool_set in -lsepol... yes
> checking for is_selinux_enabled in -lselinux... yes
> checking for library containing pthread_mutex_lock... -lpthread
> checking for library containing dm_set_selinux_context... no
> configure: error: Your system requires SElinux libraries for static 
> compilation.
> make: *** [configure-stamp] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/05/27/cryptsetup_2:1.1.0-2.1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: cryptsetup
Source-Version: 2:1.1.2-1

We believe that the bug you reported is fixed in the latest version of
cryptsetup, which is due to be installed in the Debian FTP archive:

cryptsetup-udeb_1.1.2-1_amd64.udeb
  to main/c/cryptsetup/cryptsetup-udeb_1.1.2-1_amd64.udeb
cryptsetup_1.1.2-1.debian.tar.gz
  to main/c/cryptsetup/cryptsetup_1.1.2-1.debian.tar.gz
cryptsetup_1.1.2-1.dsc
  to main/c/cryptsetup/cryptsetup_1.1.2-1.dsc
cryptsetup_1.1.2-1_amd64.deb
  to main/c/cryptsetup/cryptsetup_1.1.2-1_amd64.deb
cryptsetup_1.1.2.orig.tar.bz2
  to main/c/cryptsetup/cryptsetup_1.1.2.orig.tar.bz2
libcryptsetup-dev_1.1.2-1_amd64.deb
  to main/c/cryptsetup/libcryptsetup-dev_1.1.2-1_amd64.deb
libcryptsetup1_1.1.2-1_amd64.deb
  to main/c/cryptsetup/libcryptsetup1_1.1.2-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 583...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Meurer <m...@debian.org> (supplier of updated cryptsetup package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 01 Jun 2010 15:37:50 +0200
Source: cryptsetup
Binary: cryptsetup cryptsetup-udeb libcryptsetup1 libcryptsetup-dev
Architecture: source amd64
Version: 2:1.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Cryptsetup Team 
<pkg-cryptsetup-de...@lists.alioth.debian.org>
Changed-By: Jonas Meurer <m...@debian.org>
Description: 
 cryptsetup - configures encrypted block devices
 cryptsetup-udeb - configures encrypted block devices (udeb)
 libcryptsetup-dev - libcryptsetup development files
 libcryptsetup1 - libcryptsetup shared library
Closes: 554600 574126 583387 583397 583471 583567 583568 583570
Changes: 
 cryptsetup (2:1.1.2-1) unstable; urgency=low
 .
   * new upstream release, changes include:
     - Fix luksFormat/luksOpen reading passphrase from stdin and "-" keyfile.
       (closes: #583397)
     - Add verbose log level and move unlocking message there.
     - Remove device even if underlying device disappeared (remove, luksClose).
       (closes: #554600, #574126)
     - Fix (deprecated) reload device command to accept new device argument.
   * merged from ubuntu:
     - if plymouth is present in the initramfs, use this directly, bypassing
       the cryptsetup askpass script
     - start usplash in initramfs, since we need it for fancy passphrase input
     - Set FRAMEBUFFER=y in cryptroot-conf, to pull plymouth into the initramfs
     - debian/initramfs/cryptroot-hook: Properly anchor our regexps when
       grepping /etc/crypttab so that we don't incorrectly match device names
       that are substrings of one another.
     - debian/initramfs/cryptroot-script: Don't leak /conf/conf.d/cryptroot
       file descriptor to subprocesses.
   * sync list of supported filesystems in passdev.c and cryptpassdev-hook
   * fix debian/watch file to work with updated code.google.com download page
   * stop building and shipping static libs (closes: #583387, #583471)
   * improve documentation on (pre)checks in manpage. (closes: #583568, #583567)
   * remove xfs and ext2 check scripts documentation from crypttab manpage,
     blkid script can be used. thanks Christoph Anton Mitterer (closes: #583570)
Checksums-Sha1: 
 a1f25f9422ad1a410bdc2dc2369bf54fad4a3897 1844 cryptsetup_1.1.2-1.dsc
 270580572c413facee359b29e5886ff2b4e6de1c 478501 cryptsetup_1.1.2.orig.tar.bz2
 4ff929dbf6b9f1f1076361d78cc0cebd139a1f5f 72540 cryptsetup_1.1.2-1.debian.tar.gz
 e1fb80ea8389569f79cf066caefd6c5495fbae77 408484 cryptsetup_1.1.2-1_amd64.deb
 be060d57b709e147df8221461f012593271441b5 297570 
cryptsetup-udeb_1.1.2-1_amd64.udeb
 2aa1ba0fa13a9733fd968cbd53cb15cd2a0f8ab6 75682 libcryptsetup1_1.1.2-1_amd64.deb
 8f227f7beb9a7e38c1f6318fe9f25638653a3a60 39642 
libcryptsetup-dev_1.1.2-1_amd64.deb
Checksums-Sha256: 
 5b568cdf6dc22ac926b571b339c661438840f60507447ef1116b282015eede8c 1844 
cryptsetup_1.1.2-1.dsc
 45972839fbb169b3ad5649454c217b7f5b0b3c8bf07e32f51a334a88217c7293 478501 
cryptsetup_1.1.2.orig.tar.bz2
 83fca4fe9bfd668648437b4d55b64e5339f0359d9c73316becb77779f9eebfa2 72540 
cryptsetup_1.1.2-1.debian.tar.gz
 522fd8b6e02f8953da615554d6df3bb7d26ea61d8a0f5e1fdff1431fd40e2673 408484 
cryptsetup_1.1.2-1_amd64.deb
 f64642fdef7f651520a2f385481a3fea02b17b72d9a9f5a938bca77260442844 297570 
cryptsetup-udeb_1.1.2-1_amd64.udeb
 0cb5999e4e8a4fb7876e8fc09d789441d33843629e46d15b18208cf9ce260cb4 75682 
libcryptsetup1_1.1.2-1_amd64.deb
 45bc3637d1233c18e0d1e271b91b61ae1841986bb2f76f2ab4809d064fc8bd07 39642 
libcryptsetup-dev_1.1.2-1_amd64.deb
Files: 
 6010a83e48be7044c34b77314964ba76 1844 admin optional cryptsetup_1.1.2-1.dsc
 f3928c1f1d49fcee39bb1e8d42fe707a 478501 admin optional 
cryptsetup_1.1.2.orig.tar.bz2
 abd3da2b036892253bf7c523858e2d84 72540 admin optional 
cryptsetup_1.1.2-1.debian.tar.gz
 dfd531e798070cf63033f8808ded24f5 408484 admin optional 
cryptsetup_1.1.2-1_amd64.deb
 d45cebfd10176aabbef439c8ca9e8c13 297570 debian-installer optional 
cryptsetup-udeb_1.1.2-1_amd64.udeb
 6f7481695832b65e0c24b05d2aa18a77 75682 libs optional 
libcryptsetup1_1.1.2-1_amd64.deb
 ab281ade66495ad93fd1e1d2cdf5be11 39642 libdevel optional 
libcryptsetup-dev_1.1.2-1_amd64.deb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBCAAGBQJMBQ6GAAoJEHUY1PcOVR4zm0oH/RLr6CiP3uKT5hkvOlwYuY3A
zAbeMFsHvKnlM6nSnlhuRshwzJh/hxo2MjD5XJxfV5E7ItiUA4tuISED79ejr/m5
VIJZSoJi3/SXnM1lueNoQZraKdj4wCLH9+kNA6orQCiBO5blf905NNL/2+NF0vxi
PjotmH8ZAfLdpahtNF0zx9uPyzwnmS6Mf3QqxpSwFgQGdilK9QMXOfrk5Mkhqi/c
dRPO+C6dFR8xUY55OTKM/gW1MwK/6DfbCYDF8JmdZ5N9YJuXTT6Up6XtNt/lzAOp
jAkjtzwJT4lXG0kzGg6omkixo4nQ/vKi74WgD6Lo6p9TlQZSm+lIRPER6mEh3PQ=
=RAXU
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to