From owner-freebsd-current@FreeBSD.ORG Mon Mar 2 04:24:57 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 AF88C106564A; Mon, 2 Mar 2009 04:24:57 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-gx0-f176.google.com (mail-gx0-f176.google.com [209.85.217.176]) by mx1.freebsd.org (Postfix) with ESMTP id 4433E8FC17; Mon, 2 Mar 2009 04:24:57 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by gxk24 with SMTP id 24so5098856gxk.19 for ; Sun, 01 Mar 2009 20:24:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=0br6H0JeEWpHo5ZDNeAWRlmg5sO0thF0oWaYmms5ElA=; b=bLKbxbpj9DYd4fp07zV7DYtYSvbhj7s9GfvDGDQaXWWhYM1Px903aWbB4afGB4DMn7 d9udgG46BcAVbt05Y6YYZTpn280JQdY2rdJQuiT9MEH6BdneYYWY7d43fZoIkdxWqdTk OpSstiesryDcAJ65MkuAMfHvQ6Mulrx1KfUxU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=uylb16q9j3Q2bT9qxHtO9n8Mmh2qyXljVmYqGtWcEW6ppwcrkdsLGgao9VKiP4GSut XHcvTs6qwwk10NjGLRF+YIeQ9zSsFpu+w7D/7hwIyQqV+hWBkCYlw9/Ogsf25n+ZjyO3 Z+cCcpQZRyuIduKXdhMVgNdbAWzvRs/fwDCWE= MIME-Version: 1.0 Received: by 10.90.99.3 with SMTP id w3mr2023146agb.106.1235967896524; Sun, 01 Mar 2009 20:24:56 -0800 (PST) In-Reply-To: References: <20090301.194410.1927934231.imp@bsdimp.com> Date: Sun, 1 Mar 2009 20:24:56 -0800 Message-ID: <7d6fde3d0903012024t3eafacdbx4edf5c2a8645d53e@mail.gmail.com> From: Garrett Cooper To: "M. Warner Losh" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: usb@freebsd.org, freebsd-current@freebsd.org Subject: Re: ums no longer loads on CURRENT 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: Mon, 02 Mar 2009 04:24:58 -0000 On Sun, Mar 1, 2009 at 7:58 PM, Garrett Cooper wrote: > On Mar 1, 2009, at 6:44 PM, M. Warner Losh wrote: > >> In message: >> =A0 =A0 =A0 =A0 =A0 Garrett Cooper writes: >> : Recently built kernel as of today around 4pm. The mouse is available >> : on the console and moused isn't running; this issue prevents me from >> : using X11. I'm looking for all libraries linked against libusb-0.1.so. >> : 8 right now... >> >> Did you read updating? > > Yes, I did. The only problem is that I can't find anything linked against > that library; then again my one-liner was probably screwed up so I'll che= ck > again later. > > I'll applied the libmap.conf suggestion and that solved that issue. Yet I= 've > unhappily uncovered something else that needs to be solved with rc.d :(..= . > > Since I started up this thread, I'll be more than happy to note what apps= I > encounter that need to be rebuilt so it can be further documented in > UPDATING. > > Thanks, > -Garrett I think I've tied down the issue in part with hal, etc. I have perforce installed on the system, along with nvidia-kernel, which means that I need misc/compat-5x. Unfortunately compat-5x installs libusbhid.so.1, which no doubt conflicts with the installed copy we have in /usr/lib, but through the glorious thing known as autoconf with ports, I believe it's picking up the copy in /usr/local/lib/compat/... I could be wrong though. Thoughts? Thanks, -Garrett