From owner-svn-ports-head@freebsd.org Thu Feb 7 13:05:29 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8DC414D9AAE; Thu, 7 Feb 2019 13:05:29 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [IPv6:2a01:4f8:140:50a2::3:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "ns.exwg.net", Issuer "Christoph Moench-Tegeder" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 491498EC63; Thu, 7 Feb 2019 13:05:29 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id EBC526002F6; Thu, 7 Feb 2019 14:05:26 +0100 (CET) X-Spam-Scanned: by amavisd-new at exwg.net Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id idv8oWDXAdtG; Thu, 7 Feb 2019 14:05:19 +0100 (CET) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS; Thu, 7 Feb 2019 14:05:19 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id 0205B1399BB; Thu, 7 Feb 2019 14:05:18 +0100 (CET) Date: Thu, 7 Feb 2019 14:05:18 +0100 From: Christoph Moench-Tegeder To: Tobias Kortkamp Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r492362 - head/audio/portaudio Message-ID: <20190207130518.GA2442@elch.exwg.net> References: <201902071142.x17BgJ6d072094@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201902071142.x17BgJ6d072094@repo.freebsd.org> User-Agent: Mutt/1.11.2 (2019-01-07) X-Rspamd-Queue-Id: 491498EC63 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 07 Feb 2019 13:05:29 -0000 ## Tobias Kortkamp (tobik@FreeBSD.org): > Log: > audio/portaudio: Build C++ bindings too After this, portaudio is MAKE_JOBS_UNSAFE: in my poudriere, I get gmake[3]: *** No rule to make target '../../../lib/libportaudio.la', needed by 'libportaudiocpp.la'. Stop. gmake[3]: *** Waiting for unfinished jobs.... [some more stuff, followed by] libtool: link: ( cd "lib/.libs" && rm -f "libportaudio.la" && ln -s "../libportaudio.la" "libportaudio.la" ) gmake[1]: Leaving directory '/wrkdirs/usr/ports/audio/portaudio/work/portaudio' ===> Compilation failed unexpectedly. Setting MAKE_JOBS_UNSAFE fixes that and allows the build to complete. Regards, Christoph -- Spare Space