From owner-freebsd-questions@FreeBSD.ORG Sun Nov 8 22:41:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 305AD1065679 for ; Sun, 8 Nov 2009 22:41:21 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from honeysuckle.london.02.net (honeysuckle.london.02.net [87.194.255.144]) by mx1.freebsd.org (Postfix) with ESMTP id C0B778FC1E for ; Sun, 8 Nov 2009 22:41:20 +0000 (UTC) Received: from muji.config (93.97.24.219) by honeysuckle.london.02.net (8.5.016.1) id 4A23EDE605B459BC for freebsd-questions@freebsd.org; Sun, 8 Nov 2009 22:41:19 +0000 Message-ID: <4AF7490F.80703@onetel.com> Date: Sun, 08 Nov 2009 22:41:19 +0000 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.21 (X11/20090423) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: x11/lxpanel build fails - wrong linux base? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2009 22:41:21 -0000 Hi I am trying to build x11/lxde-meta in a 8.0RC2 tinderbox. lxpanel fails because it depends on linux-alsa-lib. linux-alsa-lib fails because eco# make ===> linux-alsa-lib-1.0.10.3_2 bsd.linux-rpm.mk test failed: default package building at OSVERSION>=800076 was changed to linux-f10 ports, please define OVERRIDE_LINUX_NONBASE_PORTS to build other linux infrastructure ports. *** Error code 1 [the above is make in /usr/ports/audio/linux-alsa-lib. Ports and source for the host are exactly the same as the tinderbox.] I have WITHOUT_ALSA=true in lxpanel's options and I have even changed the line in lxpanel/Makefile: eco# diff Makefile Makefile.original 31c31 < WITH_ALSA= off --- > WITH_ALSA= yes so how do I stop lxpanel calling linux-alsa-lib? Alternatively can I make it use linux-f10-alsa-lib by changing the Makefile to point to linux-f10-alsa-lib? thanks Chris