Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 1 Jul 2015 17:01:41 +0200
From: Frank Dittrich <frank.dittrich@...lbox.org>
To: john-dev@...ts.openwall.com
Subject: Re: JtR on Power

On 07/01/2015 04:52 PM, Frank Dittrich wrote:
> Currently, we have a state with just a few known issues:

I forgot one more issue with legacy buiilds:


$ make -s -f Makefile.legacy clean
$ make -j 2 -s -f Makefile.legacy linux-x86-64-native
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent
make rule.

While
$ make -s -f Makefile.legacy linux-x86-64-native
(without -j results in unlimited number of processes started by make.

So, some make magic is required to correctly pass a -j value, and allow
build without -j.
(An easy fix would just drop the current attempt of passing on the -j
value to the subprocesses, limiting make to a single process...)

Frank

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.