Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 30 Nov 2014 18:05:56 +0100
From: Patrick Proniewski <patpro@...pro.net>
To: john-users@...ts.openwall.com
Subject: Re: OpenMP on FreeBSD ?

On 30 nov. 2014, at 17:09, magnum wrote:

> Did you run a "make clean" before this?

yes I did. Made few attempts with various settings, used gmake clean each time.


> What if you use just "./configure --disable-pkg-config CC=gcc49" and don't supply any other things? Does that fail?

Like an attempt I've made few emails ago, it works:

	$ gmake -sj4
	DES_std.c: In function 'DES_std_set_key':
	DES_std.c:637:17: warning: array subscript is above array bounds [-Warray-bounds]
	   while (DES_key[i++]) k += 2;
                 ^
	/usr/local/bin/ar: creating aes.a
	
	Make process completed.

But I need to provide library path:

	$ LD_LIBRARY_PATH=/usr/local/lib/gcc49 run/john --format=descrypt --test
	Will run 8 OpenMP threads
	Benchmarking: descrypt, traditional crypt(3) [DES 128/128 AVX-16]... (8xOMP) DONE
	Many salts:	19333K c/s real, 2629K c/s virtual
	Only one salt:	17793K c/s real, 2513K c/s virtual

Is DES supposed to be replaced by DESCRYPT?
My 1.7.9-jumbo-7 does not recognize --format=descrypt but recognizes --format=des
My 1.8.0.2-bleeding-jumbo OMP does not recognize --format=des but recognizes --format=descrypt

patpro

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.