From owner-cvs-ports@FreeBSD.ORG Mon Mar 30 15:40:59 2009 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BF7C106564A; Mon, 30 Mar 2009 15:40:59 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0A4008FC1C; Mon, 30 Mar 2009 15:40:58 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from [62.63.90.192] [62.63.90.192:63182] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id n2UFftno096977 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Mon, 30 Mar 2009 19:41:56 +0400 (MSD) From: Max Brazhnikov To: "Ion-Mihai Tetcu" Date: Mon, 30 Mar 2009 19:40:44 +0400 User-Agent: KMail/1.11.1 (FreeBSD/7.1-STABLE; KDE/4.2.1; i386; ; ) References: <200903242000.n2OK0XIp085445@repoman.freebsd.org> <20090330142622.GA8622@FreeBSD.org> <20090330181042.0cbc3703@it.buh.tecnik93.com> In-Reply-To: <20090330181042.0cbc3703@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903301940.44496.makc@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Mon, 30 Mar 2009 19:41:56 +0400 (MSD) X-Virus-Scanned: ClamAV 0.94.1/9180/Mon Mar 30 00:40:14 2009 on mail.issp.ac.ru X-Virus-Status: Clean Cc: Emanuel Haupt , Alexey Dokuchaev , Martin Matuska , cvs-all@freebsd.org, ports-committers@freebsd.org, cvs-ports@freebsd.org Subject: Re: cvs commit: ports/audio/lame Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2009 15:41:01 -0000 On Mon, 30 Mar 2009 18:10:42 +0300, Ion-Mihai Tetcu wrote: > On Mon, 30 Mar 2009 14:26:22 +0000 > > Alexey Dokuchaev wrote: > > On Mon, Mar 30, 2009 at 04:00:43PM +0200, Emanuel Haupt wrote: > > > > On Tue, 24 Mar 2009 20:00:33 +0000 (UTC), Martin Matuska wrote: > > > > > mm 2009-03-24 20:00:33 UTC > > > > > > > > > > FreeBSD ports repository > > > > > > > > > > Modified files: > > > > > audio/lame Makefile > > > > > Log: > > > > > - Add MAKE_JOBS_SAFE variable for SMP compilation > > > > > > > > > > PR: ports/133012 > > > > > Approved by: netchild (maintainer, via private e-mail) > > > > > > > > > > Revision Changes Path > > > > > 1.48 +1 -0 ports/audio/lame/Makefile > > > > > > > > lame fails on my tinderbox after enabling jobs. Removing > > > > MAKE_JOBS_SAFE helps. > > > > > > In that case it should be marked MAKE_JOBS_UNSAFE. > > > > Weird. I could not reproduce it on i386 with make -DFORCE_MAKE_JOBS > > MAKE_JOBS_NUMBER=8. Is there build log available? I'd rather fix the > > port than blindly mark it as MAKE_JOBS_UNSAFE. > > It also builds OK with MAKE_JOBS_NUMBER=16, on amd64-{6,7,8} Build log: http://people.freebsd.org/~makc/tmp/lame-3.98.2_1.log ~> sysctl -n kern.smp.cpus 4