From owner-freebsd-current@FreeBSD.ORG Wed Mar 4 13:18:32 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 968D8E45; Wed, 4 Mar 2015 13:18:32 +0000 (UTC) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oslo.ath.cx", Issuer "oslo.ath.cx" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BEE55164; Wed, 4 Mar 2015 13:18:31 +0000 (UTC) Received: by oslo.ath.cx (OpenSMTPD) with ESMTP id b1a26a87; Wed, 4 Mar 2015 14:18:29 +0100 (CET) Date: Wed, 4 Mar 2015 14:18:29 +0100 From: "Herbert J. Skuhra" To: R0B_ROD Subject: Re: ports/audio/alsa-lib Error code 74 Message-ID: <20150304131829.GA550@oslo.ath.cx> References: <20150304111701.GA42872@k8-bsd.hsd1.ga.comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150304111701.GA42872@k8-bsd.hsd1.ga.comcast.net> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-current@freebsd.org, jbeich@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2015 13:18:32 -0000 On Wed, Mar 04, 2015 at 06:17:01AM -0500, R0B_ROD wrote: > Hello, > First ld could not find python. What was the error? Python bindings are optional and off by default. Run 'make config' in audio/alsa-lib to disable it and try again. > I removed a $. This change is wrong. It breaks staging! install -o root -g wheel -m 0644 alsa.pc '/usr/ports/audio/alsa-lib/work/stage\/libdata/pkgconfig' vs. install -o root -g wheel -m 0644 alsa.pc '/usr/ports/audio/alsa-lib/work/stage/usr/local/libdata/pkgconfig' Revert it and try again! -- Herbert