* [dm-crypt] [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate)
@ 2010-05-01 17:13 Milan Broz
2010-05-03 14:34 ` Milan Broz
2010-05-03 18:46 ` Thomas Bächler
0 siblings, 2 replies; 7+ messages in thread
From: Milan Broz @ 2010-05-01 17:13 UTC (permalink / raw)
To: dm-crypt
Cryptsetup 1.1.1-rc1 Release Notes
==================================
The first cryptsetup 1.1.1-rc1 release candidate is available at
http://code.google.com/p/cryptsetup/
Feedback and bug reports are welcomed.
Changes since version 1.1.0
Important changes:
~~~~~~~~~~~~~~~~~~
* Detects and use device-mapper udev support if available.
This should allow synchronisation with udev rules and avoid races with udev.
If package maintainer want to use old, direct libdevmapper device node creation,
use configure option --disable-udev.
* Supports device topology detection for data alignment.
If kernel provides device topology ioctl calls, the LUKS data area
alignment is automatically set to optimal value.
This means that stacked devices (like LUKS over MD/LVM)
should use the most optimal data alignment.
(You can still overwrite this calculation using --align-payload option.)
* Prefers some device paths in status display.
(So status command will try to find top level device name, like /dev/sdb.)
* Fix package config file to use proper package version.
Other changes:
~~~~~~~~~~~~~~
* Fix luksOpen reading of passphrase on stdin (if "-" keyfile specified).
* Fix isLuks to initialise crypto backend (blkid instead is suggested anyway).
* Properly initialise crypto backend in header backup/restore commands.
* Do not verify unlocking passphrase in luksAddKey command.
* Allow no hash specification in plain device constructor - user can provide volume key directly.
* Try to use pkgconfig for device mapper library in configuration script.
* Add some compatibility checks and disable LUKS suspend/resume if not supported.
* Rearrange tests, "make check" now run all available test for package.
* Avoid class C++ keyword in library header.
Milan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dm-crypt] [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate)
@ 2010-05-01 18:06 Si St
2010-05-01 20:10 ` Milan Broz
2010-05-04 15:17 ` [dm-crypt] SLED10 broken dm-crypt module (was Re: [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate)) Milan Broz
0 siblings, 2 replies; 7+ messages in thread
From: Si St @ 2010-05-01 18:06 UTC (permalink / raw)
To: dm-crypt
Jeksemasj Milan Broz!
Nice to hear that come from Oslo which is situated in the middle of TschekOSLOvakia as you just noticed.
I tried ./configure, make and make check as root if you can use the output here:
OS = SLED_10_SP3 as mentioned before
sigbj@sled-10sp3:~/cryptsetup-1.1.1-rc1> ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-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... /usr/bin/grep
checking for egrep... /usr/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... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/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... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i586-suse-linux/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/i586-suse-linux/bin/ld) 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
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.2.2)
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... 64
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... no
checking for msgmerge... no
checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) 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 dm_task_set_cookie... no
configure: WARNING: The device-mapper library on your system has no udev support, udev support disabled.
checking for sepol_bool_set in -lsepol... no
checking for is_selinux_enabled in -lselinux... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/libcryptsetup.pc
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating luks/Makefile
config.status: creating man/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
sigbj@sled-10sp3:~/cryptsetup-1.1.1-rc1> make
make all-recursive
make[1]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1'
Making all in luks
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/luks'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/luks'
Making all in lib
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/lib'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/lib'
Making all in src
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/src'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/src'
Making all in man
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/man'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/man'
Making all in tests
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/tests'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/tests'
Making all in po
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/po'
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1'
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1'
make[1]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1'
sigbj@sled-10sp3:~/cryptsetup-1.1.1-rc1>
sled-10sp3:/home/sigbj/cryptsetup-1.1.1-rc1 # make check
Making check in luks
make[1]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/luks'
make[1]: Für das Ziel »check« ist nichts zu tun.
make[1]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/luks'
Making check in lib
make[1]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/lib'
make[1]: Für das Ziel »check« ist nichts zu tun.
make[1]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/lib'
Making check in src
make[1]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/src'
make[1]: Für das Ziel »check« ist nichts zu tun.
make[1]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/src'
Making check in man
make[1]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/man'
make[1]: Für das Ziel »check« ist nichts zu tun.
make[1]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/man'
Making check in tests
make[1]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/tests'
make api-test
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/tests'
make[2]: »api-test« ist bereits aktualisiert.
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/tests'
make check-TESTS
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/tests'
ioctl: LOOP_CLR_FD: Kein passendes Gerät bzw. keine passende Adresse gefunden
ioctl: LOOP_CLR_FD: Kein passendes Gerät bzw. keine passende Adresse gefunden
4+0 records in
4+0 records out
4194304 bytes (4,2 MB) copied, 0,009241 seconds, 454 MB/s
NonFIPSAlg: Crypto is properly initialised in format
WARNING: old libgcrypt, skipping test.
LuksUUID: luksUUID API call
[(equal) ,LuksUUID:243] crypt_luksUUID(&co) == -EINVAL
[(equal) ,LuksUUID:246] crypt_luksUUID(&co) == -EINVAL
[(success),LuksUUID:250] crypt_luksUUID(&co)
[(equal) ,LuksUUID:251] strlen(global_log) == 37
[(equal) ,LuksUUID:252] strncmp(global_log, DEVICE_1_UUID, strlen(DEVICE_1_UUID)) == 0
IsLuks: isLuks API call
[(equal) ,IsLuks:261] crypt_isLuks(&co) == -EINVAL
[(equal) ,IsLuks:264] crypt_isLuks(&co) == -EINVAL
[(success),IsLuks:267] crypt_isLuks(&co)
LuksOpen: luksOpen API call
[(success),LuksOpen:278] _prepare_keyfile(KEYFILE1, KEY1)
[(equal) ,LuksOpen:282] crypt_luksOpen(&co) == -EINVAL
[(equal) ,LuksOpen:285] crypt_luksOpen(&co) == -EINVAL
[(success),LuksOpen:288] crypt_luksOpen(&co)
[(fail) ,LuksOpen:289] crypt_luksOpen(&co) [already open]
=> errno -17, errmsg: Device ctest1 already exists.
query_device: crypt_query_device API call
[(equal) ,query_device:299] crypt_query_device(&co) == 0
[(equal) ,query_device:302] crypt_query_device(&co) == 1
[(success),query_device:304] strncmp(crypt_get_dir(), DMDIR, 11)
[(success),query_device:305] strcmp(co.cipher, "aes-cbc-essiv:sha256")
FAIL line 305 [query_device]: code 1,
FAIL: api-test
CASE: [1] open - compat image - acceptance check
Key slot 0 unlocked.
Changes list: (FORBIDDEN default)
start end mode strictness
0 10240000 FORBIDDEN
[..........]
[..........] - everything ok
CASE: [2] open - compat image - denial check
No key available with this passphrase.
Changes list: (FORBIDDEN default)
start end mode strictness
0 10240000 FORBIDDEN
[..........]
[..........] - everything ok
CASE: [3] format
Changes list: (FORBIDDEN default)
start end mode strictness
0 5 REQUIRED SEMANTIC
6 7 REQUIRED SEMANTIC
8 39 REQUIRED SEMANTIC
40 71 REQUIRED SEMANTIC
72 103 REQUIRED SEMANTIC
104 107 REQUIRED SEMANTIC
108 111 REQUIRED SEMANTIC
112 131 REQUIRED RANDOM
132 163 REQUIRED RANDOM
164 167 REQUIRED SEMANTIC
168 207 REQUIRED SEMANTIC
0 591 ALLOWED
208 211 REQUIRED SEMANTIC
212 215 REQUIRED SEMANTIC
216 247 REQUIRED RANDOM
248 251 REQUIRED SEMANTIC
251 255 REQUIRED SEMANTIC
4096 68096 REQUIRED RANDOM
0 10240000 FORBIDDEN
[..........]
[..........] - everything ok
CASE: [4] format using hash sha512
Changes list: (FORBIDDEN default)
start end mode strictness
0 5 REQUIRED SEMANTIC
6 7 REQUIRED SEMANTIC
8 39 REQUIRED SEMANTIC
40 71 REQUIRED SEMANTIC
72 103 REQUIRED SEMANTIC
104 107 REQUIRED SEMANTIC
108 111 REQUIRED SEMANTIC
112 131 REQUIRED RANDOM
132 163 REQUIRED RANDOM
164 167 REQUIRED SEMANTIC
168 207 REQUIRED SEMANTIC
0 591 ALLOWED
208 211 REQUIRED SEMANTIC
212 215 REQUIRED SEMANTIC
216 247 REQUIRED RANDOM
248 251 REQUIRED SEMANTIC
251 255 REQUIRED SEMANTIC
4096 68096 REQUIRED RANDOM
0 10240000 FORBIDDEN
[..........]
[..........] - everything ok
CASE: [5] open
Key slot 0 unlocked.
Changes list: (FORBIDDEN default)
start end mode strictness
0 10240000 FORBIDDEN
[..........]
[..........] - everything ok
CASE: [6] add key
Key slot 0 unlocked.
Changes list: (FORBIDDEN default)
start end mode strictness
256 259 REQUIRED SEMANTIC
260 263 REQUIRED SEMANTIC
264 295 REQUIRED RANDOM
296 299 REQUIRED SEMANTIC
300 303 REQUIRED SEMANTIC
69632 133632 REQUIRED RANDOM
0 10240000 FORBIDDEN
[..........]
[..........] - everything ok
Key slot 1 unlocked.
CASE: [7] unsuccessful delete
luksDelKey is a deprecated action name.
Please use luksKillSlot.
No key available with this passphrase.
Changes list: (FORBIDDEN default)
start end mode strictness
0 10240000 FORBIDDEN
[..........]
[..........] - everything ok
CASE: [8] successful delete
luksDelKey is a deprecated action name.
Please use luksKillSlot.
Changes list: (FORBIDDEN default)
start end mode strictness
256 259 REQUIRED SEMANTIC
260 263 REQUIRED SEMANTIC
264 295 REQUIRED RANDOM
296 299 REQUIRED SEMANTIC
300 303 REQUIRED SEMANTIC
69632 133632 REQUIRED SEMANTIC
0 10240000 FORBIDDEN
[..........]
[..........] - everything ok
No key available with this passphrase.
Key slot 0 unlocked.
CASE: [9] add key test for key files
Key slot 0 unlocked.
Changes list: (FORBIDDEN default)
start end mode strictness
256 259 REQUIRED SEMANTIC
260 263 REQUIRED SEMANTIC
264 295 REQUIRED RANDOM
296 299 REQUIRED SEMANTIC
300 303 REQUIRED SEMANTIC
69632 133632 REQUIRED RANDOM
0 10240000 FORBIDDEN
[..........]
[..........] - everything ok
Key slot 1 unlocked.
CASE: [10] delete key test with key1 as remaining key
luksDelKey is a deprecated action name.
Please use luksKillSlot.
Key slot 1 unlocked.
Key slot 1 verified.
Changes list: (FORBIDDEN default)
start end mode strictness
208 211 REQUIRED SEMANTIC
212 215 REQUIRED SEMANTIC
216 247 REQUIRED RANDOM
248 251 REQUIRED SEMANTIC
251 255 REQUIRED SEMANTIC
4096 68096 REQUIRED RANDOM
0 10240000 FORBIDDEN
[..........]
[..........] - everything ok
No key available with this passphrase.
Key slot 1 unlocked.
CASE: [11] delete last key
Key slot 0 unlocked.
Key slot 0 verified.
No key available with this passphrase.
CASE: [12] parameter variation test
Changes list: (FORBIDDEN default)
start end mode strictness
0 5 REQUIRED SEMANTIC
6 7 REQUIRED SEMANTIC
8 39 REQUIRED SEMANTIC
40 71 REQUIRED SEMANTIC
72 103 REQUIRED SEMANTIC
104 107 REQUIRED SEMANTIC
108 111 REQUIRED SEMANTIC
112 131 REQUIRED RANDOM
132 163 REQUIRED RANDOM
164 167 REQUIRED SEMANTIC
168 207 REQUIRED SEMANTIC
0 591 ALLOWED
208 211 REQUIRED SEMANTIC
212 215 REQUIRED SEMANTIC
216 247 REQUIRED RANDOM
248 251 REQUIRED SEMANTIC
251 255 REQUIRED SEMANTIC
4096 68096 REQUIRED RANDOM
0 10240000 FORBIDDEN
[..........]
[..........] - everything ok
Key slot 0 unlocked.
PASS: compat-test
./align-test: line 7: udevadm: command not found
# Create desktop-class 4K drive
# (logical_block_size=512, physical_block_size=4096, alignment_offset=0)
FATAL: Error inserting scsi_debug (/lib/modules/2.6.16.60-0.54.5-default/kernel/drivers/scsi/scsi_debug.ko): Unknown symbol in module, or unknown parameter (see dmesg)
This kernel seems to not support proper scsi_debug module, test skipped.
PASS: align-test
===================
1 of 3 tests failed
===================
make[2]: *** [check-TESTS] Fehler 1
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/tests'
make[1]: *** [check-am] Fehler 2
make[1]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/tests'
make: *** [check-recursive] Fehler 1
sled-10sp3:/home/sigbj/cryptsetup-1.1.1-rc1 #
_____________________________________________________________________
> ----- Original Message -----
> From: Milan Broz <mbroz@redhat.com>
> To: dm-crypt <dm-crypt@saout.de>
> Subject: [dm-crypt] [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate)
> Date: Sat, 01 May 2010 19:13:37 +0200
>
>
> Cryptsetup 1.1.1-rc1 Release Notes
> ==================================
>
> The first cryptsetup 1.1.1-rc1 release candidate is available at
>
> http://code.google.com/p/cryptsetup/
>
> Feedback and bug reports are welcomed.
>
>
> Changes since version 1.1.0
>
> Important changes:
> ~~~~~~~~~~~~~~~~~~
>
> * Detects and use device-mapper udev support if available.
>
> This should allow synchronisation with udev rules and avoid races with udev.
>
> If package maintainer want to use old, direct libdevmapper
> device node creation,
> use configure option --disable-udev.
>
> * Supports device topology detection for data alignment.
>
> If kernel provides device topology ioctl calls, the LUKS data area
> alignment is automatically set to optimal value.
>
> This means that stacked devices (like LUKS over MD/LVM)
> should use the most optimal data alignment.
>
> (You can still overwrite this calculation using --align-payload option.)
>
> * Prefers some device paths in status display.
> (So status command will try to find top level device name, like /dev/sdb.)
>
> * Fix package config file to use proper package version.
>
> Other changes:
> ~~~~~~~~~~~~~~
> * Fix luksOpen reading of passphrase on stdin (if "-" keyfile specified).
> * Fix isLuks to initialise crypto backend (blkid instead is suggested anyway).
> * Properly initialise crypto backend in header backup/restore commands.
> * Do not verify unlocking passphrase in luksAddKey command.
> * Allow no hash specification in plain device constructor - user
> can provide volume key directly.
> * Try to use pkgconfig for device mapper library in configuration script.
> * Add some compatibility checks and disable LUKS suspend/resume if
> not supported.
> * Rearrange tests, "make check" now run all available test for package.
> * Avoid class C++ keyword in library header.
>
>
> Milan
>
> _______________________________________________
> dm-crypt mailing list
> dm-crypt@saout.de
> http://www.saout.de/mailman/listinfo/dm-crypt
>
--
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dm-crypt] [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate)
@ 2010-05-01 19:43 Si St
0 siblings, 0 replies; 7+ messages in thread
From: Si St @ 2010-05-01 19:43 UTC (permalink / raw)
To: dm-crypt
No, lets delete the directory and start over again to get the outputs from make:
sigbj@sled-10sp3:~/cryptsetup-1.1.1-rc1> ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-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... /usr/bin/grep
checking for egrep... /usr/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... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/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... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i586-suse-linux/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/i586-suse-linux/bin/ld) 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
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.2.2)
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... 64
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... no
checking for msgmerge... no
checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) 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 dm_task_set_cookie... no
configure: WARNING: The device-mapper library on your system has no udev support, udev support disabled.
checking for sepol_bool_set in -lsepol... no
checking for is_selinux_enabled in -lselinux... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/libcryptsetup.pc
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating luks/Makefile
config.status: creating man/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
sigbj@sled-10sp3:~/cryptsetup-1.1.1-rc1> make
make all-recursive
make[1]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1'
Making all in luks
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/luks'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib -Wall -g -O2 -MT libluks_la-af.lo -MD -MP -MF .deps/libluks_la-af.Tpo -c -o libluks_la-af.lo `test -f 'af.c' || echo './'`af.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib -Wall -g -O2 -MT libluks_la-af.lo -MD -MP -MF .deps/libluks_la-af.Tpo -c af.c -fPIC -DPIC -o .libs/libluks_la-af.o
mv -f .deps/libluks_la-af.Tpo .deps/libluks_la-af.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib -Wall -g -O2 -MT libluks_la-pbkdf.lo -MD -MP -MF .deps/libluks_la-pbkdf.Tpo -c -o libluks_la-pbkdf.lo `test -f 'pbkdf.c' || echo './'`pbkdf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib -Wall -g -O2 -MT libluks_la-pbkdf.lo -MD -MP -MF .deps/libluks_la-pbkdf.Tpo -c pbkdf.c -fPIC -DPIC -o .libs/libluks_la-pbkdf.o
mv -f .deps/libluks_la-pbkdf.Tpo .deps/libluks_la-pbkdf.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib -Wall -g -O2 -MT libluks_la-keymanage.lo -MD -MP -MF .deps/libluks_la-keymanage.Tpo -c -o libluks_la-keymanage.lo `test -f 'keymanage.c' || echo './'`keymanage.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib -Wall -g -O2 -MT libluks_la-keymanage.lo -MD -MP -MF .deps/libluks_la-keymanage.Tpo -c keymanage.c -fPIC -DPIC -o .libs/libluks_la-keymanage.o
mv -f .deps/libluks_la-keymanage.Tpo .deps/libluks_la-keymanage.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib -Wall -g -O2 -MT libluks_la-keyencryption.lo -MD -MP -MF .deps/libluks_la-keyencryption.Tpo -c -o libluks_la-keyencryption.lo `test -f 'keyencryption.c' || echo './'`keyencryption.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib -Wall -g -O2 -MT libluks_la-keyencryption.lo -MD -MP -MF .deps/libluks_la-keyencryption.Tpo -c keyencryption.c -fPIC -DPIC -o .libs/libluks_la-keyencryption.o
mv -f .deps/libluks_la-keyencryption.Tpo .deps/libluks_la-keyencryption.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib -Wall -g -O2 -MT libluks_la-hexprint.lo -MD -MP -MF .deps/libluks_la-hexprint.Tpo -c -o libluks_la-hexprint.lo `test -f 'hexprint.c' || echo './'`hexprint.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib -Wall -g -O2 -MT libluks_la-hexprint.lo -MD -MP -MF .deps/libluks_la-hexprint.Tpo -c hexprint.c -fPIC -DPIC -o .libs/libluks_la-hexprint.o
mv -f .deps/libluks_la-hexprint.Tpo .deps/libluks_la-hexprint.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib -Wall -g -O2 -MT libluks_la-random.lo -MD -MP -MF .deps/libluks_la-random.Tpo -c -o libluks_la-random.lo `test -f 'random.c' || echo './'`random.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib -Wall -g -O2 -MT libluks_la-random.lo -MD -MP -MF .deps/libluks_la-random.Tpo -c random.c -fPIC -DPIC -o .libs/libluks_la-random.o
mv -f .deps/libluks_la-random.Tpo .deps/libluks_la-random.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -g -O2 -o libluks.la libluks_la-af.lo libluks_la-pbkdf.lo libluks_la-keymanage.lo libluks_la-keyencryption.lo libluks_la-hexprint.lo libluks_la-random.lo
libtool: link: ar cru .libs/libluks.a .libs/libluks_la-af.o .libs/libluks_la-pbkdf.o .libs/libluks_la-keymanage.o .libs/libluks_la-keyencryption.o .libs/libluks_la-hexprint.o .libs/libluks_la-random.o
libtool: link: ranlib .libs/libluks.a
libtool: link: ( cd ".libs" && rm -f "libluks.la" && ln -s "../libluks.la" "libluks.la" )
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/luks'
Making all in lib
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/lib'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../luks -DDATADIR=\""/usr/share"\" -DLIBDIR=\""/usr/lib"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""1.1.1-rc1"\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -MT libcryptsetup_la-setup.lo -MD -MP -MF .deps/libcryptsetup_la-setup.Tpo -c -o libcryptsetup_la-setup.lo `test -f 'setup.c' || echo './'`setup.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../luks -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"1.1.1-rc1\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -MT libcryptsetup_la-setup.lo -MD -MP -MF .deps/libcryptsetup_la-setup.Tpo -c setup.c -fPIC -DPIC -o .libs/libcryptsetup_la-setup.o
mv -f .deps/libcryptsetup_la-setup.Tpo .deps/libcryptsetup_la-setup.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../luks -DDATADIR=\""/usr/share"\" -DLIBDIR=\""/usr/lib"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""1.1.1-rc1"\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -MT libcryptsetup_la-utils.lo -MD -MP -MF .deps/libcryptsetup_la-utils.Tpo -c -o libcryptsetup_la-utils.lo `test -f 'utils.c' || echo './'`utils.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../luks -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"1.1.1-rc1\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -MT libcryptsetup_la-utils.lo -MD -MP -MF .deps/libcryptsetup_la-utils.Tpo -c utils.c -fPIC -DPIC -o .libs/libcryptsetup_la-utils.o
mv -f .deps/libcryptsetup_la-utils.Tpo .deps/libcryptsetup_la-utils.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../luks -DDATADIR=\""/usr/share"\" -DLIBDIR=\""/usr/lib"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""1.1.1-rc1"\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -MT libcryptsetup_la-utils_debug.lo -MD -MP -MF .deps/libcryptsetup_la-utils_debug.Tpo -c -o libcryptsetup_la-utils_debug.lo `test -f 'utils_debug.c' || echo './'`utils_debug.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../luks -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"1.1.1-rc1\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -MT libcryptsetup_la-utils_debug.lo -MD -MP -MF .deps/libcryptsetup_la-utils_debug.Tpo -c utils_debug.c -fPIC -DPIC -o .libs/libcryptsetup_la-utils_debug.o
mv -f .deps/libcryptsetup_la-utils_debug.Tpo .deps/libcryptsetup_la-utils_debug.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../luks -DDATADIR=\""/usr/share"\" -DLIBDIR=\""/usr/lib"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""1.1.1-rc1"\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -MT libcryptsetup_la-backends.lo -MD -MP -MF .deps/libcryptsetup_la-backends.Tpo -c -o libcryptsetup_la-backends.lo `test -f 'backends.c' || echo './'`backends.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../luks -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"1.1.1-rc1\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -MT libcryptsetup_la-backends.lo -MD -MP -MF .deps/libcryptsetup_la-backends.Tpo -c backends.c -fPIC -DPIC -o .libs/libcryptsetup_la-backends.o
mv -f .deps/libcryptsetup_la-backends.Tpo .deps/libcryptsetup_la-backends.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../luks -DDATADIR=\""/usr/share"\" -DLIBDIR=\""/usr/lib"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""1.1.1-rc1"\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -MT libcryptsetup_la-libdevmapper.lo -MD -MP -MF .deps/libcryptsetup_la-libdevmapper.Tpo -c -o libcryptsetup_la-libdevmapper.lo `test -f 'libdevmapper.c' || echo './'`libdevmapper.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../luks -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"1.1.1-rc1\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -MT libcryptsetup_la-libdevmapper.lo -MD -MP -MF .deps/libcryptsetup_la-libdevmapper.Tpo -c libdevmapper.c -fPIC -DPIC -o .libs/libcryptsetup_la-libdevmapper.o
libdevmapper.c: In function 'dm_create_device':
libdevmapper.c:430: warning: unused variable 'read_ahead'
libdevmapper.c: At top level:
libdevmapper.c:230: warning: '_dev_read_ahead' defined but not used
mv -f .deps/libcryptsetup_la-libdevmapper.Tpo .deps/libcryptsetup_la-libdevmapper.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../luks -DDATADIR=\""/usr/share"\" -DLIBDIR=\""/usr/lib"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""1.1.1-rc1"\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -MT libcryptsetup_la-gcrypt.lo -MD -MP -MF .deps/libcryptsetup_la-gcrypt.Tpo -c -o libcryptsetup_la-gcrypt.lo `test -f 'gcrypt.c' || echo './'`gcrypt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../luks -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"1.1.1-rc1\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -MT libcryptsetup_la-gcrypt.lo -MD -MP -MF .deps/libcryptsetup_la-gcrypt.Tpo -c gcrypt.c -fPIC -DPIC -o .libs/libcryptsetup_la-gcrypt.o
mv -f .deps/libcryptsetup_la-gcrypt.Tpo .deps/libcryptsetup_la-gcrypt.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -g -O2 -Wl,--version-script=../lib/libcryptsetup.sym -version-info 1:0:0 -o libcryptsetup.la -rpath /usr/lib libcryptsetup_la-setup.lo libcryptsetup_la-utils.lo libcryptsetup_la-utils_debug.lo libcryptsetup_la-backends.lo libcryptsetup_la-libdevmapper.lo libcryptsetup_la-gcrypt.lo -luuid -ldevmapper -ldevmapper -lgcrypt -lgpg-error ../luks/libluks.la
libtool: link: gcc -shared .libs/libcryptsetup_la-setup.o .libs/libcryptsetup_la-utils.o .libs/libcryptsetup_la-utils_debug.o .libs/libcryptsetup_la-backends.o .libs/libcryptsetup_la-libdevmapper.o .libs/libcryptsetup_la-gcrypt.o -Wl,--whole-archive ../luks/.libs/libluks.a -Wl,--no-whole-archive -luuid -ldevmapper /usr/lib/libgcrypt.so /usr/lib/libgpg-error.so -Wl,--version-script=../lib/libcryptsetup.sym -Wl,-soname -Wl,libcryptsetup.so.1 -o .libs/libcryptsetup.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libcryptsetup.so.1" && ln -s "libcryptsetup.so.1.0.0" "libcryptsetup.so.1")
libtool: link: (cd ".libs" && rm -f "libcryptsetup.so" && ln -s "libcryptsetup.so.1.0.0" "libcryptsetup.so")
libtool: link: ( cd ".libs" && rm -f "libcryptsetup.la" && ln -s "../libcryptsetup.la" "libcryptsetup.la" )
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/lib'
Making all in src
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/src'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""1.1.1-rc1"\" -D_GNU_SOURCE -Wall -g -O2 -MT cryptsetup-cryptsetup.o -MD -MP -MF .deps/cryptsetup-cryptsetup.Tpo -c -o cryptsetup-cryptsetup.o `test -f 'cryptsetup.c' || echo './'`cryptsetup.c
mv -f .deps/cryptsetup-cryptsetup.Tpo .deps/cryptsetup-cryptsetup.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -g -O2 -o cryptsetup cryptsetup-cryptsetup.o ../lib/libcryptsetup.la -lpopt
libtool: link: gcc -Wall -g -O2 -o .libs/cryptsetup cryptsetup-cryptsetup.o ../lib/.libs/libcryptsetup.so /usr/lib/libpopt.so
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/src'
Making all in man
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/man'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/man'
Making all in tests
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/tests'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/tests'
Making all in po
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1/po'
make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.1-rc1'
make[2]: Für das Ziel »all-am« ist nichts zu tun.
make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1'
make[1]: Leaving directory `/home/sigbj/cryptsetup-1.1.1-rc1'
sigbj@sled-10sp3:~/cryptsetup-1.1.1-rc1>
___________________________________________________________________________
> ----- Original Message -----
> From: Milan Broz <mbroz@redhat.com>
> To: dm-crypt <dm-crypt@saout.de>
> Subject: [dm-crypt] [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate)
> Date: Sat, 01 May 2010 19:13:37 +0200
>
>
> Cryptsetup 1.1.1-rc1 Release Notes
> ==================================
>
> The first cryptsetup 1.1.1-rc1 release candidate is available at
>
> http://code.google.com/p/cryptsetup/
>
> Feedback and bug reports are welcomed.
>
>
> Changes since version 1.1.0
>
> Important changes:
> ~~~~~~~~~~~~~~~~~~
>
> * Detects and use device-mapper udev support if available.
>
> This should allow synchronisation with udev rules and avoid races with udev.
>
> If package maintainer want to use old, direct libdevmapper
> device node creation,
> use configure option --disable-udev.
>
> * Supports device topology detection for data alignment.
>
> If kernel provides device topology ioctl calls, the LUKS data area
> alignment is automatically set to optimal value.
>
> This means that stacked devices (like LUKS over MD/LVM)
> should use the most optimal data alignment.
>
> (You can still overwrite this calculation using --align-payload option.)
>
> * Prefers some device paths in status display.
> (So status command will try to find top level device name, like /dev/sdb.)
>
> * Fix package config file to use proper package version.
>
> Other changes:
> ~~~~~~~~~~~~~~
> * Fix luksOpen reading of passphrase on stdin (if "-" keyfile specified).
> * Fix isLuks to initialise crypto backend (blkid instead is suggested anyway).
> * Properly initialise crypto backend in header backup/restore commands.
> * Do not verify unlocking passphrase in luksAddKey command.
> * Allow no hash specification in plain device constructor - user
> can provide volume key directly.
> * Try to use pkgconfig for device mapper library in configuration script.
> * Add some compatibility checks and disable LUKS suspend/resume if
> not supported.
> * Rearrange tests, "make check" now run all available test for package.
> * Avoid class C++ keyword in library header.
>
>
> Milan
>
> _______________________________________________
> dm-crypt mailing list
> dm-crypt@saout.de
> http://www.saout.de/mailman/listinfo/dm-crypt
>
--
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dm-crypt] [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate)
2010-05-01 18:06 [dm-crypt] [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate) Si St
@ 2010-05-01 20:10 ` Milan Broz
2010-05-04 15:17 ` [dm-crypt] SLED10 broken dm-crypt module (was Re: [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate)) Milan Broz
1 sibling, 0 replies; 7+ messages in thread
From: Milan Broz @ 2010-05-01 20:10 UTC (permalink / raw)
To: Si St; +Cc: dm-crypt
On 05/01/2010 08:06 PM, Si St wrote:
> query_device: crypt_query_device API call
> [(equal) ,query_device:299] crypt_query_device(&co) == 0
> [(equal) ,query_device:302] crypt_query_device(&co) == 1
> [(success),query_device:304] strncmp(crypt_get_dir(), DMDIR, 11)
> [(success),query_device:305] strcmp(co.cipher, "aes-cbc-essiv:sha256")
> FAIL line 305 [query_device]: code 1,
> FAIL: api-test
Interesting (and it works on on my SLED10 VM btw).
Please send me (privately, not to list) output of
rpm -q device-mapper; rpm -q libgcrypt; uname -a
and mainly full debug output from test
cd tests; ./api-test --debug
Milan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dm-crypt] [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate)
2010-05-01 17:13 Milan Broz
@ 2010-05-03 14:34 ` Milan Broz
2010-05-03 18:46 ` Thomas Bächler
1 sibling, 0 replies; 7+ messages in thread
From: Milan Broz @ 2010-05-03 14:34 UTC (permalink / raw)
To: dm-crypt
On 05/01/2010 07:13 PM, Milan Broz wrote:
> Cryptsetup 1.1.1-rc1 Release Notes
> ==================================
>
> The first cryptsetup 1.1.1-rc1 release candidate is available at
>
> http://code.google.com/p/cryptsetup/
>
> Feedback and bug reports are welcomed.
And one of the bug is that it no longer automatically loads dm_crypt module,
if not present.
I'll fix it and release new rc soon.
Milan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dm-crypt] [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate)
2010-05-01 17:13 Milan Broz
2010-05-03 14:34 ` Milan Broz
@ 2010-05-03 18:46 ` Thomas Bächler
1 sibling, 0 replies; 7+ messages in thread
From: Thomas Bächler @ 2010-05-03 18:46 UTC (permalink / raw)
To: Milan Broz; +Cc: dm-crypt
[-- Attachment #1: Type: text/plain, Size: 1162 bytes --]
Am 01.05.2010 19:13, schrieb Milan Broz:
> Important changes:
> ~~~~~~~~~~~~~~~~~~
>
> * Detects and use device-mapper udev support if available.
>
> This should allow synchronisation with udev rules and avoid races with udev.
>
> If package maintainer want to use old, direct libdevmapper device node creation,
> use configure option --disable-udev.
Awesome. This should eliminate some problems we've been having.
> * Supports device topology detection for data alignment.
>
> If kernel provides device topology ioctl calls, the LUKS data area
> alignment is automatically set to optimal value.
>
> This means that stacked devices (like LUKS over MD/LVM)
> should use the most optimal data alignment.
>
> (You can still overwrite this calculation using --align-payload option.)
Good news.
> * Rearrange tests, "make check" now run all available test for package.
At least some of these tests seem to require root privileges, so won't
work when building as user/in fakeroot.
Anyway, the package seems to work fine so far, but I only did a few
luksOpen calls, nothing more. Thanks for the great work.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [dm-crypt] SLED10 broken dm-crypt module (was Re: [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate))
2010-05-01 18:06 [dm-crypt] [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate) Si St
2010-05-01 20:10 ` Milan Broz
@ 2010-05-04 15:17 ` Milan Broz
1 sibling, 0 replies; 7+ messages in thread
From: Milan Broz @ 2010-05-04 15:17 UTC (permalink / raw)
Cc: dm-crypt
On 05/01/2010 08:06 PM, Si St wrote:
> query_device: crypt_query_device API call
> [(equal) ,query_device:299] crypt_query_device(&co) == 0
> [(equal) ,query_device:302] crypt_query_device(&co) == 1
> [(success),query_device:304] strncmp(crypt_get_dir(), DMDIR, 11)
> [(success),query_device:305] strcmp(co.cipher, "aes-cbc-essiv:sha256")
> FAIL line 305 [query_device]: code 1,
> FAIL: api-test
For the archive:
this fail is because SLED10 (2.6.16.60-0.21-default kernel) contains broken dm-crypt module.
It seems this upstream patch is missing
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=37af6560f7978c60791b5f3df17ce8b3e97f2d6e
it causes device-mapper table status to incorrectly prints cipher this way:
0 65536 crypt cbc(aes)-cbc-essiv:sha256 0000000000000000000000000000000000000000000000000000000000000000 0 7:0 0
The correct form is
0 65536 crypt aes-cbc-essiv:sha256 0000000000000000000000000000000000000000000000000000000000000000 0 7:0 0
So cryptsetup cannot work properly with this kernel.
Milan
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-05-04 15:17 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-01 18:06 [dm-crypt] [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate) Si St
2010-05-01 20:10 ` Milan Broz
2010-05-04 15:17 ` [dm-crypt] SLED10 broken dm-crypt module (was Re: [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate)) Milan Broz
-- strict thread matches above, loose matches on Subject: below --
2010-05-01 19:43 [dm-crypt] [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate) Si St
2010-05-01 17:13 Milan Broz
2010-05-03 14:34 ` Milan Broz
2010-05-03 18:46 ` Thomas Bächler
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.