Re: "ERROR:apitest failed" after make check cryptsetup 1.1.0

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

 



Thanks Felix Blanke!
Now the command

svn checkout http://cryptsetup.googlecode.com/svn/trunk/ cryptsetup-read-only

goes with this result:

sled-10sp3:/home/sigbj/cryptsetup-1.1.0 # /usr/bin/svn checkout http://cryptsetup.googlecode.com/svn/trunk/ cryptsetup-read-only
A    cryptsetup-read-only/AUTHORS
A    cryptsetup-read-only/configure.in
A    cryptsetup-read-only/src
A    cryptsetup-read-only/src/cryptsetup.c
A    cryptsetup-read-only/src/cryptsetup.h
A    cryptsetup-read-only/src/Makefile.am
A    cryptsetup-read-only/ChangeLog
A    cryptsetup-read-only/README
A    cryptsetup-read-only/tests
A    cryptsetup-read-only/tests/fileDiffer.py
A    cryptsetup-read-only/tests/align_test
A    cryptsetup-read-only/tests/Makefile.am
A    cryptsetup-read-only/tests/apitest.c
A    cryptsetup-read-only/tests/compatimage.img.bz2
A    cryptsetup-read-only/ABOUT-NLS
A    cryptsetup-read-only/TODO
A    cryptsetup-read-only/acinclude.m4
A    cryptsetup-read-only/lib
A    cryptsetup-read-only/lib/libcryptsetup.pc.in
A    cryptsetup-read-only/lib/libcryptsetup.h
A    cryptsetup-read-only/lib/blockdev.h
A    cryptsetup-read-only/lib/libcryptsetup.sym
A    cryptsetup-read-only/lib/utils.c
A    cryptsetup-read-only/lib/setup.c
A    cryptsetup-read-only/lib/nls.h
A    cryptsetup-read-only/lib/internal.h
A    cryptsetup-read-only/lib/utils_debug.c
A    cryptsetup-read-only/lib/Makefile.am
A    cryptsetup-read-only/lib/gcrypt.c
A    cryptsetup-read-only/lib/libdevmapper.c
A    cryptsetup-read-only/lib/backends.c
A    cryptsetup-read-only/INSTALL
A    cryptsetup-read-only/COPYING
A    cryptsetup-read-only/Makefile.am
A    cryptsetup-read-only/autogen.sh
A    cryptsetup-read-only/man
A    cryptsetup-read-only/man/cryptsetup.8
A    cryptsetup-read-only/man/Makefile.am
A    cryptsetup-read-only/NEWS
A    cryptsetup-read-only/luks
A    cryptsetup-read-only/luks/random.c
A    cryptsetup-read-only/luks/keymanage.c
A    cryptsetup-read-only/luks/hexprint.c
A    cryptsetup-read-only/luks/luks.h
A    cryptsetup-read-only/luks/keyencryption.c
A    cryptsetup-read-only/luks/random.h
A    cryptsetup-read-only/luks/af.c
A    cryptsetup-read-only/luks/pbkdf.c
A    cryptsetup-read-only/luks/Makefile.am
A    cryptsetup-read-only/luks/pbkdf.h
A    cryptsetup-read-only/luks/af.h
A    cryptsetup-read-only/po
A    cryptsetup-read-only/po/LINGUAS
A    cryptsetup-read-only/po/fr.po
A    cryptsetup-read-only/po/de.po
A    cryptsetup-read-only/po/sv.po
A    cryptsetup-read-only/po/nl.po
A    cryptsetup-read-only/po/Makevars
A    cryptsetup-read-only/po/it.po
A    cryptsetup-read-only/po/id.po
A    cryptsetup-read-only/po/POTFILES.in
A    cryptsetup-read-only/po/vi.po
Ausgecheckt, Revision 202.
sled-10sp3:/home/sigbj/cryptsetup-1.1.0 #   

______________________________________________________________________________
> ----- Original Message -----
> From: Felix Blanke <felixblanke@xxxxxxxxx>
> To: dm-crypt@xxxxxxxx
> Subject: Re:  "ERROR:apitest failed" after make check cryptsetup 1.1.0
> Date: Wed, 28 Apr 2010 18:07:50 +0200
> 
> Hi,
> 
> the program you're looking for is called subversion. Search for that
> and you'll definitely find it at YaST.
> 
> 
> Regards,
> Felix
> 
> Am Wed, 28 Apr 2010 16:56:21 +0100
> schrieb "Si St" <sigbj-st@xxxxxxxxxxxxx>:
> 
> > Cant find a svn-program on my computer; the YaST install cant find it
> > either. But I changed or added the lines according to the revised
> > apitest.c you gave me the link to. But still negativ function, Sir!
> >
> > Passwort:
> > sled-10sp3:/home/sigbj # cd cryptsetup-1.1.0/
> > sled-10sp3:/home/sigbj/cryptsetup-1.1.0 # make check
> > Making check in luks
> > make[1]: Entering directory `/home/sigbj/cryptsetup-1.1.0/luks'
> > make[1]: Für das Ziel »check« ist nichts zu tun.
> > make[1]: Leaving directory `/home/sigbj/cryptsetup-1.1.0/luks'
> > Making check in lib
> > make[1]: Entering directory `/home/sigbj/cryptsetup-1.1.0/lib'
> > make[1]: Für das Ziel »check« ist nichts zu tun.
> > make[1]: Leaving directory `/home/sigbj/cryptsetup-1.1.0/lib'
> > Making check in src
> > make[1]: Entering directory `/home/sigbj/cryptsetup-1.1.0/src'
> > make[1]: Für das Ziel »check« ist nichts zu tun.
> > make[1]: Leaving directory `/home/sigbj/cryptsetup-1.1.0/src'
> > Making check in man
> > make[1]: Entering directory `/home/sigbj/cryptsetup-1.1.0/man'
> > make[1]: Für das Ziel »check« ist nichts zu tun.
> > make[1]: Leaving directory `/home/sigbj/cryptsetup-1.1.0/man'
> > Making check in tests
> > make[1]: Entering directory `/home/sigbj/cryptsetup-1.1.0/tests'
> > make  apitest
> > make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.0/tests'
> > make[2]: »apitest« ist bereits aktualisiert.
> > make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.0/tests'
> > make  check-TESTS
> > make[2]: Entering directory `/home/sigbj/cryptsetup-1.1.0/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 compatimage.img: Datei oder Verzeichnis nicht
> > gefunden 4+0 records in
> > 4+0 records out
> > 4194304 bytes (4,2 MB) copied, 0,022984 seconds, 182 MB/s
> > NonFIPSAlg: Crypto is properly initialised in format
> >  [(success),NonFIPSAlg:693] crypt_init(&cd, DEVICE_2)
> >  [(success),NonFIPSAlg:694] crypt_format(cd, CRYPT_LUKS1, cipher,
> > cipher_mode, NULL, key, key_size, &params) FAIL line 694
> > [NonFIPSAlg]: code -22, Not compatible PBKDF2 options (using hash
> > algorithm whirlpool). ioctl: LOOP_CLR_FD: Kein passendes Gerät bzw.
> > keine passende Adresse gefunden FAIL: apitest ==================
> > 1 of 1 test failed
> > ==================
> > make[2]: *** [check-TESTS] Fehler 1
> > make[2]: Leaving directory `/home/sigbj/cryptsetup-1.1.0/tests'
> > make[1]: *** [check-am] Fehler 2
> > make[1]: Leaving directory `/home/sigbj/cryptsetup-1.1.0/tests'
> > make: *** [check-recursive] Fehler 1
> > sled-10sp3:/home/sigbj/cryptsetup-1.1.0 #    > ----- Original Message -----
> > > From: Milan Broz <mbroz@xxxxxxxxxx>
> > > To: dm-crypt@xxxxxxxx
> > > Subject: Re:  "ERROR:apitest failed" after make check
> > > cryptsetup 1.1.0 Date: Wed, 28 Apr 2010 12:17:32 +0200
> > > > > On 04/28/2010 11:13 AM, Si St wrote:
> > > > "can you try svn snapshot first - does it work?"
> > > > What do you mean by "svn Snapshot"?
> > > > I meant current devel code
> > > http://code.google.com/p/cryptsetup/source/checkout
> > > > (you have to run autoconf there. Or wait few days for 1.1.1 release)
> > > > > > Don't understand the expression, I am probably a too weak 
> > newbie > > in this game.
> > > >
> > > > I have by the way ended all attemps of make install until it 
> > is > > 100%. I dont dare to mess up my SLED10,
> > > > but in case I later should or ought to update I will do it on 
> > > > Your recommendation. So far the cryptsetup 1.0.3 works fine 
> > and > > smooth for me.
> > > > I have no access to SLED10 currently, but it is possible that 
> > only > test is broken
> > > because of unsupported IV option - can you try this change?
> > > > 
> > http://code.google.com/p/cryptsetup/source/diff?spec=svn201&r=201&path=/trunk/tests/apitest.c
> > > > The test were written primarily for maintainers, so it is 
> > quite > possible that it fails on some old system,
> > > but I'll try to fix them in next release.
> > > > Milan
> > > _______________________________________________
> > > dm-crypt mailing list
> > > dm-crypt@xxxxxxxx
> > > http://www.saout.de/mailman/listinfo/dm-crypt
> >
> > >
> >
> >
> _______________________________________________
> dm-crypt mailing list
> dm-crypt@xxxxxxxx
> 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

_______________________________________________
dm-crypt mailing list
dm-crypt@xxxxxxxx
http://www.saout.de/mailman/listinfo/dm-crypt


[Index of Archives]     [Device Mapper Devel]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux