Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Mar 2015 14:18:29 +0100
From:      "Herbert J. Skuhra" <herbert@oslo.ath.cx>
To:        R0B_ROD <witchdoctor.mdf@gmail.com>
Cc:        freebsd-current@freebsd.org, jbeich@FreeBSD.org
Subject:   Re: ports/audio/alsa-lib Error code 74
Message-ID:  <20150304131829.GA550@oslo.ath.cx>
In-Reply-To: <20150304111701.GA42872@k8-bsd.hsd1.ga.comcast.net>
References:  <20150304111701.GA42872@k8-bsd.hsd1.ga.comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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