From owner-freebsd-questions@FreeBSD.ORG Wed Jun 23 15:06:41 2010 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 5AD83106564A for ; Wed, 23 Jun 2010 15:06:41 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 182408FC2F for ; Wed, 23 Jun 2010 15:06:40 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1ORRXD-00045s-Qm; Wed, 23 Jun 2010 16:06:39 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1ORRXD-0007Fv-DG; Wed, 23 Jun 2010 16:06:39 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id o5NF6dn8030904; Wed, 23 Jun 2010 16:06:39 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id o5NF6ccF030899; Wed, 23 Jun 2010 16:06:38 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Wed, 23 Jun 2010 16:06:38 +0100 From: Anton Shterenlikht To: Dan Nelson Message-ID: <20100623150638.GA25240@mech-cluster241.men.bris.ac.uk> References: <20100623125231.GA55968@mech-cluster241.men.bris.ac.uk> <20100623144725.GA72602@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100623144725.GA72602@dan.emsphone.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Anton Shterenlikht , freebsd-questions@freebsd.org Subject: Re: which /etc/src.conf options prevent moused rebuilding? 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: Wed, 23 Jun 2010 15:06:41 -0000 On Wed, Jun 23, 2010 at 09:47:25AM -0500, Dan Nelson wrote: > In the last episode (Jun 23), Anton Shterenlikht said: > > I've an old slow i386 running -current r209398 > > > > Because it's slow I don't build everything. Here's my > > /etc/src.conf: > > > [...] > > WITHOUT_LEGACY_CONSOLE= > [...] > > followed by the standard update procedure > > > > # make buildworld > > # make buildkernel > > # make installkernel > > # reboot (single user) > > # make installworld > > # mergemaster > > # make delete-old > > # make delete-old-libs > > > > I was left with old moused: > > > > # moused > > /libexec/ld-elf.so.1: Shared object "libutil.so.8" not found, required by "moused" > > # > > >From /usr/src/usr.sbin/Makefile : > > # XXX MK_SYSCONS > # XXX is moused w/ usb useful? > .if ${MK_LEGACY_CONSOLE} != "no" > _kbdcontrol= kbdcontrol > _kbdmap= kbdmap > _moused= moused > _vidcontrol= vidcontrol > .endif > > Setting WITHOUT_LEGACY_CONSOLE= sets MK_LEGACY_CONSOLE=no, which disables > moused. It should probably be removed and built unconditionally, since yes, > moused is useful with usb :) Dan, many thanks I wish src.conf(5) man page were more descriptive on this option. At present it only contains: WITHOUT_LEGACY_CONSOLE Set to not build programs that support a legacy PC console; e.g. kbdcontrol(8) and vidcontrol(8). so I though it doesn't affect moused. Maybe I should post to @doc about this.. thank you again anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423