From owner-freebsd-questions@FreeBSD.ORG Fri Feb 12 04:30:12 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 880941065672 for ; Fri, 12 Feb 2010 04:30:12 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout023.mac.com (asmtpout023.mac.com [17.148.16.98]) by mx1.freebsd.org (Postfix) with ESMTP id 72B5F8FC14 for ; Fri, 12 Feb 2010 04:30:12 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from [17.151.125.161] by asmtp023.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KXP00E19OHLKG60@asmtp023.mac.com> for freebsd-questions@freebsd.org; Thu, 11 Feb 2010 20:29:48 -0800 (PST) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1002110263 From: Chuck Swiger In-reply-to: <539c60b91002112005q652cef4fxb3467c842f5c009c@mail.gmail.com> Date: Thu, 11 Feb 2010 20:29:45 -0800 Message-id: <1A230A51-F9D1-4BC0-BD6D-B544F1A23F77@mac.com> References: <539c60b91002112005q652cef4fxb3467c842f5c009c@mail.gmail.com> To: Steve Franks X-Mailer: Apple Mail (2.1077) Cc: FreeBSD Mailing List Subject: Re: rpm trashed my system with linux so's 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: Fri, 12 Feb 2010 04:30:12 -0000 On Feb 11, 2010, at 8:05 PM, Steve Franks wrote: > Main thing is that portupgrade -f gamin is *not* putting fresh bsd > copies overtop the bad linux ones I stupidly installed, and anything > with gtk is now useless (shared object 'libselinux.so.1" not found, > required by "libgio-2.0.so.0"), which is pretty much everything. > > Short of reinstalling everything from CD, do I have options? Sure. First, however, please note that it is (presumably past) time to obtain a working backup mechanism for any system that you care about. Consider the output of "find /usr/local/lib -mtime -2" (or some other # of days). You can use pkg_which to identify the port which should have provided a native FreeBSD library; use pkg_delete -f _portname_ or similar measures to more forcefully remove these Linux .so's. Regards, -- -Chuck