From owner-freebsd-current@FreeBSD.ORG Tue Jan 9 21:19:04 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F71C16A412 for ; Tue, 9 Jan 2007 21:19:04 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.176.14]) by mx1.freebsd.org (Postfix) with ESMTP id E9E2E13C459 for ; Tue, 9 Jan 2007 21:19:03 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.8/8.13.7) with ESMTP id l09L1rpo035568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 9 Jan 2007 22:01:53 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.8/8.13.3/Submit) id l09L1rJW035567; Tue, 9 Jan 2007 22:01:53 +0100 (CET) Date: Tue, 9 Jan 2007 22:01:53 +0100 From: Divacky Roman To: Boris Samorodov Message-ID: <20070109210153.GA35342@stud.fit.vutbr.cz> References: <20070108165157.GA94941@stud.fit.vutbr.cz> <57417212@srv.sem.ipt.ru> <20070108180014.GA4540@stud.fit.vutbr.cz> <20070108210813.368389dc@Magellan.Leidinger.net> <20070109204604.62915dc7@Magellan.Leidinger.net> <89565167@srv.sem.ipt.ru> <20070109213151.2bf5a8f3@Magellan.Leidinger.net> <46677978@srv.sem.ipt.ru> <80597611@srv.sem.ipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <80597611@srv.sem.ipt.ru> User-Agent: Mutt/1.4.2.2i X-Scanned-By: MIMEDefang 2.57 on 147.229.176.14 Cc: Alexander Leidinger , freebsd-current@freebsd.org Subject: Re: broken linuxulator in -current as of Jan 8 17:51:45 CET 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: Tue, 09 Jan 2007 21:19:04 -0000 On Tue, Jan 09, 2007 at 11:57:08PM +0300, Boris Samorodov wrote: > On Tue, 09 Jan 2007 23:51:01 +0300 Boris Samorodov wrote: > > > for i in (linux,freebsd) do > > for y in (/usr,/usr/local,etc) do > > I ment if linux, use '/compat/linux + y' prefix. > > > find_a_library > > done > > done > > Hm, even if we can implement it, the (potential) problem with linux > ports installed to /usr/local remains... how does this solve the problem? I might misunderstand whats going on but as I see it the program opens the libraries in the right order. but it "refuses" the correct library and keeps searching. I think the problem is in the "refusing". One thing is very strange - I was able to use acroread on 2 days old current and now I am running 2 months old current and I am not able to run it. can anyone think of what can cause this? roman