Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 18 Aug 2012 19:58:08 +0200
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: OSX 10.8 (GT 650M) build fail

On 2012-08-18 12:00, myrice wrote:
> Hi,
> 
> I just got OSX 10.8 and GT 650M. But lastest magnum-jumbo failed on this.
> 
> 
> I use make macosx-x86-64-opencl, it first report the error:
> 
> sed -n 's/^\(struct fmt_main [^ ]*\) =.*/extern \1;/p' *_fmt_plug.c >
> fmt_externs.h
> sed: RE error: illegal byte sequence
> make[1]: *** [fmt_externs.h] Error 1
> make: *** [macosx-x86-64-opencl] Error 2
> 
> It is osx 10.8 has strict sed. I add LANG=C to make macosx-x86-64-opencl
> 
> The interesting thing is, when I first run this command, the error
> still there. But the second will be okay.

I added "LC_ALL = C" to Makefile a while ago to remedy this problem but
apparently that was not the correct way to do it (I was shooting in the
dark).

> Myrices-RMBP:run myrice$ ../run/john -te=1 -fo=raw-md5-opencl -dev=1
> OpenCL platform 0: Apple, 2 device(s).
> Using device 1: GeForce GT 650M
> Compilation log:
> Error building kernel. Returned build code: -11. DEVICE_INFO=130
> OpenCL error (CL_BUILD_PROGRAM_FAILURE) in file (common-opencl.c) at
> line (136) - (clBuildProgram failed.)

Aha... very good if you can solve this. We have it here:
https://github.com/magnumripper/magnum-jumbo/issues/50

magnum


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.