Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Nov 2008 09:24:16 +0300
From:      Boris Samorodov <bsam@ipt.ru>
To:        "Scott Ullrich" <sullrich@gmail.com>
Cc:        Jeremy Chadwick <koitsu@freebsd.org>, freebsd-ports@freebsd.org
Subject:   Re: Problems building ports - Error code 2 when attempting to cd
Message-ID:  <84295007@bb.ipt.ru>
In-Reply-To: <d5992baf0811051811h744cbc18l9512ed695061cf77@mail.gmail.com> (Scott Ullrich's message of "Wed\, 5 Nov 2008 21\:11\:51 -0500")
References:  <d5992baf0811051149q3e339258se99499e1809a2cd2@mail.gmail.com> <20081106020118.GA26249@icarus.home.lan> <d5992baf0811051804k2ec9a5f7of2080cee50490a91@mail.gmail.com> <20081106020930.GA26497@icarus.home.lan> <d5992baf0811051811h744cbc18l9512ed695061cf77@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Scott Ullrich" <sullrich@gmail.com> writes:
> On Wed, Nov 5, 2008 at 9:09 PM, Jeremy Chadwick <koitsu@freebsd.org> wrote:

>> Does the problem happen outside of the jail?
> Unfortunately it does from time to time even with -j1

According to make(1) "-j1" is not the same as if "-j" is not defined.
I'd try either remove "-j1" or add "-B" option:
-----
     −B      Try to be backwards compatible by executing a single shell per
             command and by executing the commands to make the sources of a
             dependency line in sequence.  This is turned on by default unless
             −j is used.
     −j max_jobs
             Specify the maximum number of jobs that make may have running at
             any one time.  Turns compatibility mode off, unless the −B flag
             is also specified.
-----


HTH & WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?84295007>