From owner-svn-ports-head@freebsd.org Fri Jun 26 19:10:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7609198D463; Fri, 26 Jun 2015 19:10:11 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EB621600; Fri, 26 Jun 2015 19:10:11 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5QJABqb010902; Fri, 26 Jun 2015 19:10:11 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5QJABNk010901; Fri, 26 Jun 2015 19:10:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201506261910.t5QJABNk010901@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 26 Jun 2015 19:10:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390662 - head/devel/deforaos-libsystem X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2015 19:10:11 -0000 Author: marino Date: Fri Jun 26 19:10:10 2015 New Revision: 390662 URL: https://svnweb.freebsd.org/changeset/ports/390662 Log: devel/deforaos-libsystem is not jobs safe Here the log shows a makefile race where it tries to create the same symlink twice: --- libSystem.so.0 --- ln -f -s -- libSystem.so.0.0 libSystem.so.0 --- libSystem.so --- ln -f -s -- libSystem.so.0.0 libSystem.so.0 --- libSystem.so.0 --- ln -f -s -- libSystem.so.0.0 libSystem.so --- libSystem.so --- ln: libSystem.so.0: File exists Modified: head/devel/deforaos-libsystem/Makefile Modified: head/devel/deforaos-libsystem/Makefile ============================================================================== --- head/devel/deforaos-libsystem/Makefile Fri Jun 26 19:02:45 2015 (r390661) +++ head/devel/deforaos-libsystem/Makefile Fri Jun 26 19:10:10 2015 (r390662) @@ -20,6 +20,8 @@ CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} MAKE_ARGS+= PREFIX=${PREFIX} +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFAULT= DOCS post-patch: