From owner-freebsd-current@FreeBSD.ORG Thu Apr 2 14:47:09 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99C1F106564A; Thu, 2 Apr 2009 14:47:09 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 529008FC13; Thu, 2 Apr 2009 14:47:09 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1LpOCC-0001Jg-4d>; Thu, 02 Apr 2009 16:47:08 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1LpOCC-0003FL-3K>; Thu, 02 Apr 2009 16:47:08 +0200 Message-ID: <49D4CF93.8000906@zedat.fu-berlin.de> Date: Thu, 02 Apr 2009 14:45:39 +0000 From: "O. Hartmann" Organization: Freie =?ISO-8859-15?Q?Universit=E4t_Berlin?= User-Agent: Thunderbird 2.0.0.21 (X11/20090323) MIME-Version: 1.0 To: Boris Samorodov References: <49D4BD74.30608@web.de> <14512074@bb.ipt.ru> In-Reply-To: <14512074@bb.ipt.ru> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: freebsd-current@FreeBSD.org, freebsd-questions@freebsd.org, "O. Hartmann" Subject: Re: FreeBSD 8.0-CUR: /usr/ports/x11/linux-f8-xorg-libs won't install although emulators/linux_base-f8 is already installed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 02 Apr 2009 14:47:10 -0000 Boris Samorodov wrote: > On Thu, 02 Apr 2009 13:28:20 +0000 O. Hartmann wrote: > >> Before filing a PR I will ask for hints for a problem I revealed when >> I wanted installing usr/ports/x11/linux-f8-xorg-libs on a FreeBSD >> 8.0-CURRENT/amd64 box (most recent build_world, ports tree up to >> date). >> I receive this error: > >> ===> linux-f8-xorg-libs-7.3 the port should be used with >> linux_base-f8, please read /usr/ports/UPDATING. > > There was an error at /usr/ports/UPDATING, I committed a fix two > hours ago. You should define at /etc/make.conf variables: > OVERRIDE_LINUX_BASE_PORT=f8 > OVERRIDE_LINUX_NONBASE_PORTS=f8 > >> *** Error code 1 > >> Stop in /usr/ports/x11/linux-f8-xorg-libs. > > >> Package /usr/ports/emulators/linux_base-f8 is already installed, up to >> date and Linux kernel module is also running and showing up when doing >> kldstat adjacent with linprocfs and linsysfs. > >> What's wrong? > > HTH & WBR After adding both lines as recommended everything worked well! Thanks.