Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 14 May 2011 23:00:27 -0400
From: "Robert Harris" <rs904c@...scape.net>
To: <romain.raboin@...il.com>
Cc: <john-dev@...ts.openwall.com>
Subject: FW: something wrong with the HDAA_fmt.c programming for 64-bit Solaris

Mr.  Raboin,

 

Can you confirm this problem?   Do you have time to correct this? 

 

I can help you test it, if you would like.

 

-Robert B. Harris from VA

 

From: Robert Harris [mailto:rs904c@...scape.net] 
Sent: Saturday, May 14, 2011 5:10 PM
To: 'john-dev@...ts.openwall.com'
Subject: something wrong with the HDAA_fmt.c programming for 64-bit Solaris

 

John Dev,

 

I think there is something wrong with  HDAA_fmt.c for 64-bit Solaris.  I
don't get this problem when I compile JtR 32-bit on Solaris.

 

This format is preventing me from compiling the 64-bit version on Solaris
x86, (make clean solaris-x86-64-gcc)

 

As an experiment, I removed this format out of the Makefile and john.c and
the 64-bit version compiled for me just fine.

 

Here is the error lines, when I do make clean solaris-x86-64-gcc:

 

gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include  -m64
-DHAVE_CRYPT -funroll-loops HDAA_fmt.c

HDAA_fmt.c:16:22: mmintrin.h: No such file or directory

HDAA_fmt.c:100: error: syntax error before "conv"

HDAA_fmt.c:100: warning: type defaults to `int' in declaration of `conv'

HDAA_fmt.c:100: warning: data definition has no type or storage class

HDAA_fmt.c:152: error: syntax error before "src"

HDAA_fmt.c: In function `bin2ascii':

HDAA_fmt.c:157: error: `__m64' undeclared (first use in this function)

HDAA_fmt.c:157: error: (Each undeclared identifier is reported only once

HDAA_fmt.c:157: error: for each function it appears in.)

HDAA_fmt.c:157: error: syntax error before "l"

HDAA_fmt.c:164: error: `t' undeclared (first use in this function)

HDAA_fmt.c:164: warning: implicit declaration of function `_mm_set1_pi32'

HDAA_fmt.c:167: error: `u' undeclared (first use in this function)

HDAA_fmt.c:167: warning: implicit declaration of function `_mm_and_si64'

HDAA_fmt.c:167: warning: implicit declaration of function `_mm_srli_si64'

HDAA_fmt.c:167: error: `src' undeclared (first use in this function)

HDAA_fmt.c:168: error: `v' undeclared (first use in this function)

HDAA_fmt.c:171: error: `l' undeclared (first use in this function)

HDAA_fmt.c:171: warning: implicit declaration of function `_mm_unpacklo_pi8'

HDAA_fmt.c:172: error: `r' undeclared (first use in this function)

HDAA_fmt.c:172: warning: implicit declaration of function `_mm_unpackhi_pi8'

HDAA_fmt.c:175: warning: implicit declaration of function `_mm_add_pi32'

HDAA_fmt.c:187: warning: implicit declaration of function `_mm_mullo_pi16'

HDAA_fmt.c: In function `hdaa_crypt_all':

HDAA_fmt.c:237: error: `__m64' undeclared (first use in this function)

HDAA_fmt.c:237: error: syntax error before "h1"

HDAA_fmt.c:252: error: `h1' undeclared (first use in this function)

HDAA_fmt.c: In function `hdaa_salt':

HDAA_fmt.c:295: error: `__m64' undeclared (first use in this function)

HDAA_fmt.c:295: error: syntax error before "h2"

HDAA_fmt.c:317: error: `h2' undeclared (first use in this function)

*** Error code 1

make: Fatal error: Command failed for target `HDAA_fmt.o'

Current working directory
/export/home/rharris/john-1.7.7-jumbo-1-Solaris32x86-with source/src

*** Error code 1

 

 

 

 

-Robert B. Harris from VA


Content of type "text/html" skipped

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.