From owner-freebsd-current@FreeBSD.ORG Tue Jan 9 21:59:01 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 C0D8116A407 for ; Tue, 9 Jan 2007 21:59:01 +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 55F7C13C448 for ; Tue, 9 Jan 2007 21:59:01 +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 l09Lwxbj040823 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 9 Jan 2007 22:58:59 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.8/8.13.3/Submit) id l09LwwnB040822; Tue, 9 Jan 2007 22:58:58 +0100 (CET) Date: Tue, 9 Jan 2007 22:58:58 +0100 From: Divacky Roman To: Boris Samorodov Message-ID: <20070109215858.GA38499@stud.fit.vutbr.cz> References: <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> <20070109210536.GA35880@stud.fit.vutbr.cz> <55639944@srv.sem.ipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55639944@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: [PARTIAL SOLUTION] 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:59:01 -0000 On Wed, Jan 10, 2007 at 12:32:39AM +0300, Boris Samorodov wrote: > On Tue, 9 Jan 2007 22:05:36 +0100 Divacky Roman wrote: > > > > just for fun I tried 2.6 emulatin on 2 months old current and guess what > > /compat/linux/bin/ls works... > > > can anyone confirm this behaviour? > > Hm, you are lucky (it's a current from yesterday): > ----- > %uname -a > FreeBSD tinderbox.i386.ipt.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Jan 8 22:44:43 MSK 2007 bsam@tinderbox.i386.ipt.ru:/usr/obj/usr/src/sys/GENERIC i386 > %sysctl compat.linux > compat.linux.oss_version: 198144 > compat.linux.osrelease: 2.6.16 > compat.linux.osname: Linux > %/compat/linux/bin/ls > CVS lapack lapack.diff > ----- > > While after "compat.linux.osrelease: 2.6.16 -> 2.4.2": > %/compat/linux/bin/ls > /compat/linux/bin/ls: error while loading shared libraries: /usr/lib/librt.so.1: ELF file OS ABI invalid > > Is it's time to move default linux.osrelease to 2.6.16? ;-) this is extremelly strange. I am struggling now with acroread (problems with pango) but overall it looks like almost working I also tried current from August 1st (ie. before ANY of the 2.6 stuff got commited) and ls doesnt work. does anyone see any explanation for this?