From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 2 01:14:56 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06CEF16A4C9 for ; Sun, 2 Jul 2006 01:14:56 +0000 (UTC) (envelope-from patfbsde@davenulle.org) Received: from smtp.lamaiziere.net (lamaiziere.net [213.41.172.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2B624409D for ; Sat, 1 Jul 2006 19:21:21 +0000 (GMT) (envelope-from patfbsde@davenulle.org) Received: from [192.168.0.59] (unknown [192.168.0.59]) by smtp.lamaiziere.net (Postfix) with ESMTP id 8285EA6C2D for ; Sat, 1 Jul 2006 21:21:20 +0200 (CEST) From: Patrick =?iso-8859-1?q?Lamaizi=E8re?= Organization: >/dave/nulle To: freebsd-emulation@freebsd.org Date: Sat, 1 Jul 2006 21:21:19 +0200 User-Agent: KMail/1.9.3 References: <200606231317.21964@aldan> <1151229013.4651.0.camel@vonnegut> <47505164@srv.sem.ipt.ru> In-Reply-To: <47505164@srv.sem.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200607012121.20083.patfbsde@davenulle.org> Subject: Re: gears vs. glxgears; i915 for Linux binaries? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 01:14:56 -0000 Le mardi 27 juin 2006 12:05, Boris Samorodov a écrit : Hello, > > I'm busy rerolling linux_dri and linux_dri-devel from Mesa 6.5 and Mesa > > CVS compiled on a debian box. We'll see how it turns out. > > Eric, your ports are much better solution. Thanks! Yes many thanks Eric. So, does the i915 dri works with /compat/linux ? I've got an error : « i915 DRI driver expected DDX version 1-1.5.x but got version 1.4.1 » -------- bash-3.00$ LIBGL_DEBUG=verbose /compat/linux/usr/X11R6/bin/glxinfo libGL: XF86DRIGetClientDriverName: 1.4.1 i915 (screen 0) libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/i915_dri.so drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 4, (OK) drmOpenByBusid: drmOpenMinor returns 4 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 i915 DRI driver expected DDX version 1-1.5.x but got version 1.4.1 libGL warning: 3D driver returned no fbconfigs. libGL error: InitDriver failed libGL error: reverting to (slow) indirect rendering --------- pkg_info : linux-xorg-libs-6.8.2_5 linux_base-fc-4_3 linux_dri-devel-6.5.20060624 (i tried with linux_dri too) Thanks. From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 2 17:30:46 2006 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 945E516A40F for ; Sun, 2 Jul 2006 17:30:46 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 427B243FF1 for ; Sun, 2 Jul 2006 17:30:40 +0000 (GMT) (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.7/8.13.7) with ESMTP id k62HU91s005296 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sun, 2 Jul 2006 19:30:19 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.7/8.13.3/Submit) id k62HU4pL005282 for emulation@freebsd.org; Sun, 2 Jul 2006 19:30:04 +0200 (CEST) Date: Sun, 2 Jul 2006 19:29:59 +0200 From: Divacky Roman To: emulation@freebsd.org Message-ID: <20060702172959.GA4941@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.54 on 147.229.10.14 Cc: Subject: [PATCH]: set_thread_area() implementation X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 17:30:46 -0000 Hi, I made a patch which implementes set_threa_area() syscall in linux emulation layer. to test pls apply: www.stud.fit.vutbr.cz/~xdivac02/tls1.patch and www.stud.fit.vutbr.cz/~xdivac02/tls2.patch This syscall is used for TLS implementation in linux. TLS is used by NPTL which currently doesnt run because of missing TID stuff and futexes (I am working on it). I am able to pass tls_tst test (www.stud.fit.vutbr.cz/~xdivac02/tls_test.c) pls if you can test this do it so Alexander can commit that thnx roman ---------------------- www.liberalnistrana.cz From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 2 23:03:05 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16A0316A403 for ; Sun, 2 Jul 2006 23:03:05 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC9D43DB7 for ; Sun, 2 Jul 2006 23:03:04 +0000 (GMT) (envelope-from jahnke@sonatabio.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id k62M2ucT019836 for ; Sun, 2 Jul 2006 15:02:56 -0700 From: Frank Jahnke To: freebsd-emulation@freebsd.org Content-Type: text/plain Date: Sun, 02 Jul 2006 16:02:40 -0700 Message-Id: <1151881360.1021.10.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Subject: VMware3 and APIC X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 23:03:05 -0000 I have recently installed VMware3 from ports on a fairly current 6.1 system (x.org 6.9/FC-4 linux base), and overall it works very well. I have one issue, though: it seems that APIC has to be disabled; otherwise, one gets vmmon issues and the program crashes. This is a severe limitation since I am running this on an SMP host. Orlando Bassotto mentions on his web site that he has disabled SMP support for FreeBSD 5, and hopes to update it "soon." However, it seems that his page is not updated often and there has been quite some work behind the scenes to get VMware working as well as it does on 6.1, and that is not mentioned. Does anyone have a suggestion on whether enabling APIC works in any form for VMware3, or am I just out of luck? Any progress on this front on VMware4? Thanks much. Frank From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 3 11:02:55 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A7CF16A47C for ; Mon, 3 Jul 2006 11:02:55 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20AF743D55 for ; Mon, 3 Jul 2006 11:02:53 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63B2qZR069788 for ; Mon, 3 Jul 2006 11:02:52 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63B2pgY069784 for freebsd-emulation@freebsd.org; Mon, 3 Jul 2006 11:02:51 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 3 Jul 2006 11:02:51 GMT Message-Id: <200607031102.k63B2pgY069784@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-emulation@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 11:02:55 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/09/22] kern/21463 emulation Linux compatability mode should not allow f [2002/11/07] kern/45023 emulation [linux] [patch] flexlm does not run with o [2005/02/19] kern/77710 emulation [linux] Linux page fault sigcontext infor 3 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/04/16] kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with o [2001/08/14] kern/29698 emulation [linux] [patch] linux ipcs doesn'work o [2002/06/12] kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLIN o [2002/08/11] kern/41543 emulation [patch] feature request: easier wine/w23 o [2003/08/21] kern/55835 emulation [linux] [patch] Linux IPC emulation missi a [2004/10/20] kern/72920 emulation [linux]: path "prefixing" is not done on o [2004/11/10] kern/73777 emulation [linux] [patch] linux emulation: root dir o [2006/01/04] kern/91293 emulation [svr4] [patch] *Experimental* Update to t 8 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 3 20:22:44 2006 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ABB216A4D0 for ; Mon, 3 Jul 2006 20:22:44 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93C2844184 for ; Mon, 3 Jul 2006 20:19:52 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([83.239.48.142]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id k63KJU2W012250; Tue, 4 Jul 2006 00:19:41 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FxUtG-0000AL-3A; Tue, 04 Jul 2006 00:19:30 +0400 To: Divacky Roman References: <20060702172959.GA4941@stud.fit.vutbr.cz> From: Boris Samorodov Date: Tue, 04 Jul 2006 00:19:30 +0400 In-Reply-To: <20060702172959.GA4941@stud.fit.vutbr.cz> (Divacky Roman's message of "Sun, 2 Jul 2006 19:29:59 +0200") Message-ID: <59906509@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Boris Samorodov Cc: emulation@freebsd.org Subject: Re: [PATCH]: set_thread_area() implementation X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 20:22:44 -0000 On Sun, 2 Jul 2006 19:29:59 +0200 Divacky Roman wrote: > I made a patch which implementes set_threa_area() syscall in linux > emulation layer. > to test pls apply: www.stud.fit.vutbr.cz/~xdivac02/tls1.patch and > www.stud.fit.vutbr.cz/~xdivac02/tls2.patch Great! Those two patches were applied, compiled and installed. After the reboot -current works fine (tested on i386, I'll try to test them on amd64 tomorrow if needed). > This syscall is used for TLS implementation in linux. TLS is used by > NPTL which currently doesnt run because of missing TID stuff and > futexes (I am working on it). I am able to pass tls_tst test > (www.stud.fit.vutbr.cz/~xdivac02/tls_test.c) pls if you can test this How should I test it? > do it so Alexander can commit that WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 4 00:14:27 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9613716A4E6 for ; Tue, 4 Jul 2006 00:14:27 +0000 (UTC) (envelope-from eric@anholt.net) Received: from camus.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32C2843D45 for ; Tue, 4 Jul 2006 00:14:27 +0000 (GMT) (envelope-from eric@anholt.net) Received: from localhost (localhost [127.0.0.1]) by camus.anholt.net (Postfix) with ESMTP id A56FA381014; Mon, 3 Jul 2006 17:14:30 -0700 (PDT) From: Eric Anholt To: Patrick =?ISO-8859-1?Q?Lamaizi=E8re?= In-Reply-To: <200607012121.20083.patfbsde@davenulle.org> References: <200606231317.21964@aldan> <1151229013.4651.0.camel@vonnegut> <47505164@srv.sem.ipt.ru> <200607012121.20083.patfbsde@davenulle.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-e6wpoivPaGcN6JfSa9x3" Date: Mon, 03 Jul 2006 17:12:45 -0700 Message-Id: <1151971966.10945.8.camel@vonnegut> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Cc: freebsd-emulation@freebsd.org Subject: Re: gears vs. glxgears; i915 for Linux binaries? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 00:14:27 -0000 --=-e6wpoivPaGcN6JfSa9x3 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Sat, 2006-07-01 at 21:21 +0200, Patrick Lamaizi=C3=A8re wrote: > Le mardi 27 juin 2006 12:05, Boris Samorodov a =C3=A9crit : >=20 > Hello, >=20 > > > I'm busy rerolling linux_dri and linux_dri-devel from Mesa 6.5 and Me= sa > > > CVS compiled on a debian box. We'll see how it turns out. > > > > Eric, your ports are much better solution. Thanks! >=20 > Yes many thanks Eric. >=20 > So, does the i915 dri works with /compat/linux ? I've got an error : > =C2=AB i915 DRI driver expected DDX version 1-1.5.x but got version 1.4.1= =C2=BB Yeah, looks like us i915 users are out of luck. Sadly, the 2d drivers in ports are extremely stale because the conversion to modular hasn't landed yet. If I'd gone with 6.4.2 for the linux_dri port it would have worked, but I had the 6.5 already on the linux system and I'd forgotten we had a DRI interface breakage for i915. --=20 Eric Anholt anholt@FreeBSD.org eric@anholt.net eric.anholt@intel.com --=-e6wpoivPaGcN6JfSa9x3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD4DBQBEqbJ9HUdvYGzw6vcRAr9IAJ9WNNwtbjnj30dV6/x8QdIT+Og7eACY6pCx /bOiHKdORsuvsfnZsb91ug== =WNW8 -----END PGP SIGNATURE----- --=-e6wpoivPaGcN6JfSa9x3-- From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 4 07:19:12 2006 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3CDE16A4E5 for ; Tue, 4 Jul 2006 07:19:12 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A5CF43D45 for ; Tue, 4 Jul 2006 07:19:11 +0000 (GMT) (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.7/8.13.7) with ESMTP id k647J5tv098500 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 4 Jul 2006 09:19:06 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.7/8.13.3/Submit) id k647J5dT098499; Tue, 4 Jul 2006 09:19:05 +0200 (CEST) Date: Tue, 4 Jul 2006 09:19:05 +0200 From: Divacky Roman To: Boris Samorodov Message-ID: <20060704071905.GA98338@stud.fit.vutbr.cz> References: <20060702172959.GA4941@stud.fit.vutbr.cz> <59906509@bsam.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <59906509@bsam.ru> User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.54 on 147.229.10.14 Cc: emulation@freebsd.org Subject: Re: [PATCH]: set_thread_area() implementation X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 07:19:12 -0000 On Tue, Jul 04, 2006 at 12:19:30AM +0400, Boris Samorodov wrote: > On Sun, 2 Jul 2006 19:29:59 +0200 Divacky Roman wrote: > > > I made a patch which implementes set_threa_area() syscall in linux > > emulation layer. > > > to test pls apply: www.stud.fit.vutbr.cz/~xdivac02/tls1.patch and > > www.stud.fit.vutbr.cz/~xdivac02/tls2.patch > > Great! Those two patches were applied, compiled and installed. After > the reboot -current works fine (tested on i386, I'll try to test them > on amd64 tomorrow if needed). this doesnt touch amd64 at all, I forgot to mention it - this is i386 only because I want to get NPTL working on i386 first and then do the porting work. > > This syscall is used for TLS implementation in linux. TLS is used by > > NPTL which currently doesnt run because of missing TID stuff and > > futexes (I am working on it). I am able to pass tls_tst test > > (www.stud.fit.vutbr.cz/~xdivac02/tls_test.c) pls if you can test this > > How should I test it? if only I knew ;( the problem is that the major user of this is NPTL which requires also TID handling and futexes. I dont have this implemnented (I am currenty working on it). But I'd love to have this tested somehow. You probably want to find program which uses the set_thread_area() syscall but not the TID and futexes. bash is one of those programs (I mean its startup) maybe there are others. You can check this by "mount /proc && truss /compat/linux/program" if it contains the set_thread_area() syscall and doesnt crush its ok. If it crushes you have to check why it crashes - if its missing $something then its ok. if its the set_thread_area() syscall then its bad. But overall I think this should be ok.. I hope to have basic NPTL support done in lets say 10 days (but you know - ist not a promise) and I'll post complete patch then. But if problems happen with that patch the debuging will be harder because it will implement 3 things thnx roman From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 4 19:09:53 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6911716A4DA for ; Tue, 4 Jul 2006 19:09:53 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id B35FD43D55 for ; Tue, 4 Jul 2006 19:09:52 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 662F311470; Tue, 4 Jul 2006 21:09:21 +0200 (CEST) Date: Tue, 4 Jul 2006 21:09:21 +0200 From: Thierry Thomas To: FreeBSD-emulation Message-ID: <20060704190921.GA73715@graf.pompo.net> Mail-Followup-To: FreeBSD-emulation Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.1-STABLE i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 Subject: Missing libg2c.so.0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 19:09:53 -0000 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, I am upgrading the Code_Aster port (french/aster) and its related dependences to their latest version, and I have a problem with version 2003 of french/gibi: ldd /usr/local/apps/gibi/gibiPCLinuxK2.4_2003 /usr/local/apps/gibi/gibiPCLinuxK2.4_2003: libX11.so.6 =3D> /usr/X11R6/lib/libX11.so.6 (0x29186000) libpthread.so.0 =3D> /lib/obsolete/linuxthreads/libpthread.so.0 (0x= 2925b000) librt.so.1 =3D> /lib/obsolete/linuxthreads/librt.so.1 (0x292ae000) libncurses.so.5 =3D> /usr/lib/libncurses.so.5 (0x292c1000) libg2c.so.0 =3D> not found libm.so.6 =3D> /lib/obsolete/linuxthreads/libm.so.6 (0x29308000) libgcc_s.so.1 =3D> /lib/libgcc_s.so.1 (0x2932e000) libc.so.6 =3D> /lib/obsolete/linuxthreads/libc.so.6 (0x29339000) libdl.so.2 =3D> /lib/libdl.so.2 (0x29458000) /lib/ld-linux.so.2 (0x29168000) Do you know where I could find this libg2c.so.0? There is a libg2c.so in devel/linux_devtools, but it depends on linux_base-8 and the default is now linux_base-fc-4_2. Regards, --=20 Th. Thomas. --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEqrzhc95pjMcUBaIRAgCKAJ9hGCEMxIEzjJQ3aM069GM75re1KACfdN2S Ur5LvOP3JJsk/O/WHH+4DR4= =V83K -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 5 09:30:57 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F01A816A4DE; Wed, 5 Jul 2006 09:30:57 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D30243D55; Wed, 5 Jul 2006 09:30:56 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5CE19.dip.t-dialin.net [84.165.206.25]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k659MwRQ063493; Wed, 5 Jul 2006 11:22:59 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k659UveN065629; Wed, 5 Jul 2006 11:30:57 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 05 Jul 2006 11:30:56 +0200 Message-ID: <20060705113056.zdudl6ke80g8cwck@netchild.homeip.net> X-Priority: 3 (Normal) Date: Wed, 05 Jul 2006 11:30:56 +0200 From: Alexander Leidinger To: Thierry Thomas References: <20060704190921.GA73715@graf.pompo.net> In-Reply-To: <20060704190921.GA73715@graf.pompo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: FreeBSD-emulation Subject: Re: Missing libg2c.so.0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 09:30:58 -0000 Quoting Thierry Thomas (from Tue, 4 Jul 2006 21:09:21 +0200): > Do you know where I could find this libg2c.so.0? There is a libg2c.so in > devel/linux_devtools, but it depends on linux_base-8 and the default is > now linux_base-fc-4_2. It's a linux lib, not a FreeBSd lib. And the devtools port will go away (deprecated/expiration date set). Bye, Alexander. -- COMPASS [for the CDC-6000 series] is the sort of assembler one expects from a corporation whose president codes in octal. -- J.N. Gray http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 5 14:27:08 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDC7316A4DD for ; Wed, 5 Jul 2006 14:27:08 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EC5E43D55 for ; Wed, 5 Jul 2006 14:27:08 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: by graf.pompo.net (Postfix, from userid 80) id BDDA511470; Wed, 5 Jul 2006 16:26:36 +0200 (CEST) Received: from 192.54.193.52 ([192.54.193.52]) by graf.pompo.net (Horde MIME library) with HTTP; Wed, 05 Jul 2006 16:26:36 +0200 Message-ID: <20060705162636.8slkpmxus40gcsgc@graf.pompo.net> X-Priority: 3 (Normal) Date: Wed, 05 Jul 2006 16:26:36 +0200 From: Thierry Thomas To: Alexander Leidinger References: <20060704190921.GA73715@graf.pompo.net> <20060705113056.zdudl6ke80g8cwck@netchild.homeip.net> In-Reply-To: <20060705113056.zdudl6ke80g8cwck@netchild.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.1) / FreeBSD-6.1 X-Originating-IP: 192.54.193.52 X-Remote-Browser: Mozilla/5.0 (Windows; U; WinNT4.0; fr; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4 Cc: FreeBSD-emulation Subject: Re: Missing libg2c.so.0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 14:27:09 -0000 Quoting Alexander Leidinger on Wed 5 jul 11:30:56 2006: >> Do you know where I could find this libg2c.so.0? There is a libg2c.so in >> devel/linux_devtools, but it depends on linux_base-8 and the default is >> now linux_base-fc-4_2. > > It's a linux lib, not a FreeBSd lib. I know, this is why I asked on the -emulation list ;-) > And the devtools port will go > away (deprecated/expiration date set). Is there a plan to make such a port against linux_base-fc? Else I shall try to make a small port only for this lib. Regards, -- Th. Thomas. From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 5 14:56:29 2006 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D992B16A4E7; Wed, 5 Jul 2006 14:56:29 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ACCA43D72; Wed, 5 Jul 2006 14:56:27 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5CE19.dip.t-dialin.net [84.165.206.25]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k65EmQwE064552; Wed, 5 Jul 2006 16:48:27 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k65EuOR3012533; Wed, 5 Jul 2006 16:56:24 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 05 Jul 2006 16:56:24 +0200 Message-ID: <20060705165624.sc7c4e2hc84o4s8o@netchild.homeip.net> X-Priority: 3 (Normal) Date: Wed, 05 Jul 2006 16:56:24 +0200 From: Alexander Leidinger To: Thierry Thomas References: <20060704190921.GA73715@graf.pompo.net> <20060705113056.zdudl6ke80g8cwck@netchild.homeip.net> <20060705162636.8slkpmxus40gcsgc@graf.pompo.net> In-Reply-To: <20060705162636.8slkpmxus40gcsgc@graf.pompo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: FreeBSD-emulation Subject: Re: Missing libg2c.so.0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 14:56:29 -0000 Quoting Thierry Thomas (from Wed, 05 Jul 2006 16:26:36 +0200): >> And the devtools port will go >> away (deprecated/expiration date set). > > Is there a plan to make such a port against linux_base-fc? No, linux development should be done with a linux_dist port, it provides a more complete environment for this task. > Else I shall try to make a small port only for this lib. If you need this linux lib we have two possibilities: 1) make a port with it 2) add it to the fc4 linux base If there's only one or two ports which need the lib, I suggest 1), if there are a lot more ports, I suggest 2). Bye, Alexander. -- Law of the Perversity of Nature: You cannot successfully determine beforehand which side of the bread to butter. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 5 15:31:09 2006 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C85416A4DA for ; Wed, 5 Jul 2006 15:31:09 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE0A43D45 for ; Wed, 5 Jul 2006 15:31:08 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: by graf.pompo.net (Postfix, from userid 80) id A1D4D11470; Wed, 5 Jul 2006 17:30:36 +0200 (CEST) Received: from 192.54.193.52 ([192.54.193.52]) by graf.pompo.net (Horde MIME library) with HTTP; Wed, 05 Jul 2006 17:30:36 +0200 Message-ID: <20060705173036.gglfyz1les8okcsg@graf.pompo.net> X-Priority: 3 (Normal) Date: Wed, 05 Jul 2006 17:30:36 +0200 From: Thierry Thomas To: Alexander Leidinger References: <20060704190921.GA73715@graf.pompo.net> <20060705113056.zdudl6ke80g8cwck@netchild.homeip.net> <20060705162636.8slkpmxus40gcsgc@graf.pompo.net> <20060705165624.sc7c4e2hc84o4s8o@netchild.homeip.net> In-Reply-To: <20060705165624.sc7c4e2hc84o4s8o@netchild.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.1) / FreeBSD-6.1 X-Originating-IP: 192.54.193.52 X-Remote-Browser: Mozilla/5.0 (Windows; U; WinNT4.0; fr; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4 Cc: FreeBSD-emulation Subject: Re: Missing libg2c.so.0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 15:31:09 -0000 Quoting Alexander Leidinger on Wed 5 jul 16:56:24 2006: > If you need this linux lib we have two possibilities: > 1) make a port with it > 2) add it to the fc4 linux base > > If there's only one or two ports which need the lib, I suggest 1), if > there are a lot more ports, I suggest 2). I need it only for one port (the next upgrade of french/gibi), but it might be useful for other ports. Do you know if it is commonly used? Regards, -- Th. Thomas. From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 5 16:56:19 2006 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4855B16A4DA; Wed, 5 Jul 2006 16:56:19 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA8143D73; Wed, 5 Jul 2006 16:56:11 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([83.239.48.185]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id k65Gtnwv034972; Wed, 5 Jul 2006 20:56:03 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FyAfB-000L3s-9i; Wed, 05 Jul 2006 20:55:45 +0400 To: Thierry Thomas References: <20060704190921.GA73715@graf.pompo.net> <20060705113056.zdudl6ke80g8cwck@netchild.homeip.net> <20060705162636.8slkpmxus40gcsgc@graf.pompo.net> <20060705165624.sc7c4e2hc84o4s8o@netchild.homeip.net> <20060705173036.gglfyz1les8okcsg@graf.pompo.net> From: Boris Samorodov Date: Wed, 05 Jul 2006 20:55:45 +0400 In-Reply-To: <20060705173036.gglfyz1les8okcsg@graf.pompo.net> (Thierry Thomas's message of "Wed, 05 Jul 2006 17:30:36 +0200") Message-ID: <92042366@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Boris Samorodov Cc: Alexander Leidinger , FreeBSD-emulation Subject: Re: Missing libg2c.so.0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 16:56:19 -0000 On Wed, 05 Jul 2006 17:30:36 +0200 Thierry Thomas wrote: > Quoting Alexander Leidinger on Wed 5 jul > 16:56:24 2006: > > If you need this linux lib we have two possibilities: > > 1) make a port with it > > 2) add it to the fc4 linux base > > > > If there's only one or two ports which need the lib, I suggest 1), if > > there are a lot more ports, I suggest 2). > I need it only for one port (the next upgrade of french/gibi), but it > might be useful for other ports. Do you know if it is commonly used? I searched the ports tree. Only linux_dist-gentoo-stage3 and linux_devtools has this file. I assume that it's not widely used. OK, for the first time I'll do a new port (which may be incorporated to linux_base-fc4 if needed further). Will the port name linux-libf2c be good? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 5 17:03:02 2006 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6057316A4DE for ; Wed, 5 Jul 2006 17:03:02 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA6F343D45 for ; Wed, 5 Jul 2006 17:03:01 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 1A03611470; Wed, 5 Jul 2006 19:02:30 +0200 (CEST) Date: Wed, 5 Jul 2006 19:02:30 +0200 From: Thierry Thomas To: Boris Samorodov Message-ID: <20060705170230.GB40533@graf.pompo.net> Mail-Followup-To: Boris Samorodov , Alexander Leidinger , FreeBSD-emulation References: <20060704190921.GA73715@graf.pompo.net> <20060705113056.zdudl6ke80g8cwck@netchild.homeip.net> <20060705162636.8slkpmxus40gcsgc@graf.pompo.net> <20060705165624.sc7c4e2hc84o4s8o@netchild.homeip.net> <20060705173036.gglfyz1les8okcsg@graf.pompo.net> <92042366@bsam.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <92042366@bsam.ru> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.1-STABLE i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 Cc: Alexander Leidinger , FreeBSD-emulation Subject: Re: Missing libg2c.so.0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:03:02 -0000 Le Mer 5 jul 06 à 18:55:45 +0200, Boris Samorodov écrivait : > > I need it only for one port (the next upgrade of french/gibi), but it > > might be useful for other ports. Do you know if it is commonly used? > > I searched the ports tree. Only linux_dist-gentoo-stage3 and > linux_devtools has this file. I assume that it's not widely used. > OK, for the first time I'll do a new port (which may be incorporated > to linux_base-fc4 if needed further). Will the port name linux-libf2c > be good? Great! But this is libg2c, not libf2c ;-) Regards, -- Th. Thomas. From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 5 17:19:41 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE58216A4DD; Wed, 5 Jul 2006 17:19:41 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (ns1int.timing.com [206.168.13.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEE1143D58; Wed, 5 Jul 2006 17:19:40 +0000 (GMT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id k65HJd6s077936; Wed, 5 Jul 2006 11:19:39 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.6/8.13.6) with ESMTP id k65HJcNx056313; Wed, 5 Jul 2006 11:19:38 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.13.6/8.13.6/Submit) id k65HJc3E056310; Wed, 5 Jul 2006 11:19:38 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17579.62634.470596.561225@gromit.timing.com> Date: Wed, 5 Jul 2006 11:19:38 -0600 From: John E Hein To: Thierry Thomas In-Reply-To: <20060705173036.gglfyz1les8okcsg@graf.pompo.net> References: <20060704190921.GA73715@graf.pompo.net> <20060705113056.zdudl6ke80g8cwck@netchild.homeip.net> <20060705162636.8slkpmxus40gcsgc@graf.pompo.net> <20060705165624.sc7c4e2hc84o4s8o@netchild.homeip.net> <20060705173036.gglfyz1les8okcsg@graf.pompo.net> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on Daffy.timing.com X-Virus-Status: Clean Cc: Alexander Leidinger , FreeBSD-emulation Subject: Re: Missing libg2c.so.0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:19:42 -0000 Thierry Thomas wrote at 17:30 +0200 on Jul 5, 2006: > Quoting Alexander Leidinger on Wed 5 jul > 16:56:24 2006: > > > If you need this linux lib we have two possibilities: > > 1) make a port with it > > 2) add it to the fc4 linux base > > > > If there's only one or two ports which need the lib, I suggest 1), if > > there are a lot more ports, I suggest 2). > > I need it only for one port (the next upgrade of french/gibi), but it > might be useful for other ports. Do you know if it is commonly used? libg2c is part of the gcc-g77 rpm. g77 has been replaced by gfortran in the gcc 4.x series. gfortran doesn't need/use/build libg2c. So if you want to still try to use this app (which seems to be built from the older g77/gcc compilers), you need to include a dependency on the gcc-g77 rpm. As Alexander said, you can either include that rpm directly in your port or add a separate port for it. To help decide, you might have to grub around the linux ports to see if anything else might depend on fortran stuff. We probably don't want it in the fc4 linux base. fc4 uses gcc-4 and gfortran as opposed to the old g77. Your other option is to see if you can find or build a version of your linux app based on a newer gcc/gfortran (that doesn't bring in the libg2c dependency). This is best IMO if that option is available. That said, the new version of your port may then have a dependency on libgfortran and you may be trading one missing dep for another. I have not looked to see if any of the linux-* ports have been made that include libgfortran. I suspect not. In fedora core, that lib is in the libgfortran rpm. From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 5 17:52:33 2006 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C48F16A4DA for ; Wed, 5 Jul 2006 17:52:33 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6117B43D7B for ; Wed, 5 Jul 2006 17:52:28 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([83.239.48.185]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id k65Hq9r8042397; Wed, 5 Jul 2006 21:52:19 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FyBXi-000M7G-8H; Wed, 05 Jul 2006 21:52:06 +0400 To: Alexander Leidinger References: <20060704190921.GA73715@graf.pompo.net> <20060705113056.zdudl6ke80g8cwck@netchild.homeip.net> <20060705162636.8slkpmxus40gcsgc@graf.pompo.net> <20060705165624.sc7c4e2hc84o4s8o@netchild.homeip.net> <20060705173036.gglfyz1les8okcsg@graf.pompo.net> <92042366@bsam.ru> <20060705170230.GB40533@graf.pompo.net> From: Boris Samorodov Date: Wed, 05 Jul 2006 21:52:06 +0400 In-Reply-To: <20060705170230.GB40533@graf.pompo.net> (Thierry Thomas's message of "Wed, 5 Jul 2006 19:02:30 +0200") Message-ID: <25968985@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: Boris Samorodov Cc: FreeBSD-emulation Subject: Re: Missing libg2c.so.0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:52:33 -0000 On Wed, 5 Jul 2006 19:02:30 +0200 Thierry Thomas wrote: > Le Mer 5 jul 06 =E0 18:55:45 +0200, Boris Samorodov > =E9crivait=A0: > > > I need it only for one port (the next upgrade of french/gibi), but it > > > might be useful for other ports. Do you know if it is commonly used? > >=20 > > I searched the ports tree. Only linux_dist-gentoo-stage3 and > > linux_devtools has this file. I assume that it's not widely used. > > OK, for the first time I'll do a new port (which may be incorporated > > to linux_base-fc4 if needed further). Will the port name linux-libf2c > > be good? > Great! But this is libg2c, not libf2c ;-) Yea, it's the library name, but the package name is compat-libf2c-32-3.2.3-47.fc4.i386.rpm. ;-) OK, let it be linux-libg2c. I'm testing the new port. WBR --=20 Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 5 18:28:44 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B34C16A4DD for ; Wed, 5 Jul 2006 18:28:44 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (daffy.timing.com [206.168.13.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id D324243D45 for ; Wed, 5 Jul 2006 18:28:43 +0000 (GMT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id k65IShUo086022; Wed, 5 Jul 2006 12:28:43 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.6/8.13.6) with ESMTP id k65ISg3k057739; Wed, 5 Jul 2006 12:28:42 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.13.6/8.13.6/Submit) id k65ISgf9057736; Wed, 5 Jul 2006 12:28:42 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: <17580.1241.631244.191605@gromit.timing.com> Date: Wed, 5 Jul 2006 12:28:41 -0600 From: John E Hein To: Boris Samorodov In-Reply-To: <25968985@bsam.ru> References: <20060704190921.GA73715@graf.pompo.net> <20060705113056.zdudl6ke80g8cwck@netchild.homeip.net> <20060705162636.8slkpmxus40gcsgc@graf.pompo.net> <20060705165624.sc7c4e2hc84o4s8o@netchild.homeip.net> <20060705173036.gglfyz1les8okcsg@graf.pompo.net> <92042366@bsam.ru> <20060705170230.GB40533@graf.pompo.net> <25968985@bsam.ru> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on Daffy.timing.com X-Virus-Status: Clean Cc: FreeBSD-emulation Subject: Re: Missing libg2c.so.0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:28:44 -0000 Boris Samorodov wrote at 21:52 +0400 on Jul 5, 2006: > Yea, it's the library name, but the package name is > compat-libf2c-32-3.2.3-47.fc4.i386.rpm. ;-) > OK, let it be linux-libg2c. John E Hein wrote at 11:19 -0600 on Jul 5, 2006: > libg2c is part of the gcc-g77 rpm. =2E =2E > We probably don't want it in the fc4 linux base. fc4 uses gcc-4 > and gfortran as opposed to the old g77. I forgot about the compat-* rpms in fc4 (gone in fc5, fyi). But I don't think we should put compat-* rpms in the linux base port. Depending on old compat libs is not very "basic". If compat libs are needed, they should probably go in a separate port or ports. And perhaps that port should named with "-compat-" to emphasize that it contains less (or not at all) actively supported packages and for easier searches. From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 5 22:05:55 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEB6316A4DA for ; Wed, 5 Jul 2006 22:05:55 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6000443D46 for ; Wed, 5 Jul 2006 22:05:55 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 585191143B; Thu, 6 Jul 2006 00:05:23 +0200 (CEST) Date: Thu, 6 Jul 2006 00:05:23 +0200 From: Thierry Thomas To: John E Hein Message-ID: <20060705220523.GJ40533@graf.pompo.net> Mail-Followup-To: John E Hein , FreeBSD-emulation References: <20060704190921.GA73715@graf.pompo.net> <20060705113056.zdudl6ke80g8cwck@netchild.homeip.net> <20060705162636.8slkpmxus40gcsgc@graf.pompo.net> <20060705165624.sc7c4e2hc84o4s8o@netchild.homeip.net> <20060705173036.gglfyz1les8okcsg@graf.pompo.net> <17579.62634.470596.561225@gromit.timing.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <17579.62634.470596.561225@gromit.timing.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.1-STABLE i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 Cc: FreeBSD-emulation Subject: Re: Missing libg2c.so.0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 22:05:56 -0000 Le Mer 5 jul 06 à 19:19:38 +0200, John E Hein écrivait : > Your other option is to see if you can find or build a version of your > linux app based on a newer gcc/gfortran (that doesn't bring in the > libg2c dependency). This is best IMO if that option is available. Unfortunately, Gibi is a closed source application, and I cannot change it (it's why it has to run under Linux emulation on i386 only). But Boris has ported this lib as "lang/linux-libg2c": I have just tested it, and everything works fine! Regards, -- Th. Thomas. From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 6 06:06:01 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5936816A4DD for ; Thu, 6 Jul 2006 06:06:01 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76C6843D45 for ; Thu, 6 Jul 2006 06:05:59 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5D4C6.dip.t-dialin.net [84.165.212.198]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k665vpB7069057; Thu, 6 Jul 2006 07:57:52 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k6665th8042518; Thu, 6 Jul 2006 08:05:55 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Thu, 06 Jul 2006 08:05:55 +0200 Message-ID: <20060706080555.4yl0qpdskgkgcsgc@netchild.homeip.net> X-Priority: 3 (Normal) Date: Thu, 06 Jul 2006 08:05:55 +0200 From: Alexander Leidinger To: John E Hein References: <20060704190921.GA73715@graf.pompo.net> <20060705113056.zdudl6ke80g8cwck@netchild.homeip.net> <20060705162636.8slkpmxus40gcsgc@graf.pompo.net> <20060705165624.sc7c4e2hc84o4s8o@netchild.homeip.net> <20060705173036.gglfyz1les8okcsg@graf.pompo.net> <92042366@bsam.ru> <20060705170230.GB40533@graf.pompo.net> <25968985@bsam.ru> <17580.1241.631244.191605@gromit.timing.com> In-Reply-To: <17580.1241.631244.191605@gromit.timing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: FreeBSD-emulation Subject: Re: Missing libg2c.so.0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 06:06:01 -0000 Quoting John E Hein (from Wed, 5 Jul 2006 12:28:41 -0600)= : > I forgot about the compat-* rpms in fc4 (gone in fc5, fyi). > > But I don't think we should put compat-* rpms in the linux base port. > Depending on old compat libs is not very "basic". > > If compat libs are needed, they should probably go in a separate port > or ports. > > And perhaps that port should named with "-compat-" to emphasize that > it contains less (or not at all) actively supported packages and for > easier searches. Your proposal is good. But we can't follow it in every case. For =20 example we already have at least one (AFAIR) compat RPM in the linux =20 base port. It would break some commercial stuff if we don't provide =20 it, and it's more convenient to have the common compat libs there. The =20 fortran stuff isn't that common (at least in the linux part of our =20 ports collection), so having a separate port for it makes sense to me. Bye, Alexander. --=20 Freedom of the press is for those who happen to own one. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 6 17:45:34 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38F0416A4DD for ; Thu, 6 Jul 2006 17:45:34 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (w.timing.com [206.168.13.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B958F43D49 for ; Thu, 6 Jul 2006 17:45:33 +0000 (GMT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id k66HjWc2033088; Thu, 6 Jul 2006 11:45:32 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.6/8.13.6) with ESMTP id k66HjVNl006541; Thu, 6 Jul 2006 11:45:31 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.13.6/8.13.6/Submit) id k66HjKqS006538; Thu, 6 Jul 2006 11:45:20 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17581.19504.67310.756226@gromit.timing.com> Date: Thu, 6 Jul 2006 11:45:20 -0600 From: John E Hein To: Alexander Leidinger In-Reply-To: <20060706080555.4yl0qpdskgkgcsgc@netchild.homeip.net> References: <20060704190921.GA73715@graf.pompo.net> <20060705113056.zdudl6ke80g8cwck@netchild.homeip.net> <20060705162636.8slkpmxus40gcsgc@graf.pompo.net> <20060705165624.sc7c4e2hc84o4s8o@netchild.homeip.net> <20060705173036.gglfyz1les8okcsg@graf.pompo.net> <92042366@bsam.ru> <20060705170230.GB40533@graf.pompo.net> <25968985@bsam.ru> <17580.1241.631244.191605@gromit.timing.com> <20060706080555.4yl0qpdskgkgcsgc@netchild.homeip.net> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on Daffy.timing.com X-Virus-Status: Clean Cc: FreeBSD-emulation Subject: Re: Missing libg2c.so.0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 17:45:34 -0000 Alexander Leidinger wrote at 08:05 +0200 on Jul 6, 2006: > Quoting John E Hein (from Wed, 5 Jul 2006 12:28:41 -0600): > > But I don't think we should put compat-* rpms in the linux base port. > > Depending on old compat libs is not very "basic". > > > > If compat libs are needed, they should probably go in a separate port > > or ports. > > > > And perhaps that port should named with "-compat-" to emphasize that > > it contains less (or not at all) actively supported packages and for > > easier searches. > > Your proposal is good. But we can't follow it in every case. For > example we already have at least one (AFAIR) compat RPM in the linux > base port. It would break some commercial stuff if we don't provide > it, and it's more convenient to have the common compat libs there. The > fortran stuff isn't that common (at least in the linux part of our > ports collection), so having a separate port for it makes sense to me. I understand how it's often expedient to throw a bunch of stuff into the linux base port. But I'd be inclined to not include compat stuff in the base ports. If anything, I think it's better to be minimal in the base ports. For one thing, when we upgrade the base port (for instance, from the current default fc4 to fc5), compat rpms will disappear and we'll have to fix a bunch of other ports rather than just being able to update the base port by itself. As leaf ports are upgraded, they tend to be less likely to need compat libs, too. So the need for certain compat libs lessens over time. Also other base ports (non-default) may have a different collection of rpms that may or may not include the same compat libs. Yes, I realize, the other base ports aren't supported, but keeping the minimum stable set of packages (everyone needs 'cp' and 'glibc', for instance) in the base will make updating the default base port less onerous as well. We'll less likely need to have to change lots of leaf ports (because of a disappearing compat lib) any time we update the default base. If we keep the compat libs out of the base and in their own separate ports, we mark the dependency in each leaf port that needs a particular compat lib. The leaf port maintainer can then remove that dependency over time as he updates his port which may not then need the compat lib. I just think that not infecting the base port with compat packages is a win in the long term. That said, I don't have a patch to change the status quo. But I think we should avoid it in the future. Maybe if there is sufficient agreement, I'll dig in and come up with one to remove compat packages from fc4. Does anyone have a list of what ports need the compat libs (or a way to determine that)? From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 6 19:20:33 2006 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 784F116A4DE for ; Thu, 6 Jul 2006 19:20:33 +0000 (UTC) (envelope-from pfgshield-freebsd@yahoo.com) Received: from web32713.mail.mud.yahoo.com (web32713.mail.mud.yahoo.com [68.142.206.26]) by mx1.FreeBSD.org (Postfix) with SMTP id 0CEC543D49 for ; Thu, 6 Jul 2006 19:20:32 +0000 (GMT) (envelope-from pfgshield-freebsd@yahoo.com) Received: (qmail 73550 invoked by uid 60001); 6 Jul 2006 19:20:32 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=AeJR9JuCLiv+jL5k2YnuDYwRYuIHfFNlbWh8SYo6rT8VV9/dWzH2SyrNbLN8y1Myz6bW61j1oCNnY9h6qtrhvVSdGTS9wf1IDZZl9Y6sMlEi08rxNg9o9mK9JyCMr6eKcPSI2Qimq79ZE0VebYPVVX54fSqYsNQ6l1CASIh8kRQ= ; Message-ID: <20060706192032.73548.qmail@web32713.mail.mud.yahoo.com> Received: from [200.118.70.231] by web32713.mail.mud.yahoo.com via HTTP; Thu, 06 Jul 2006 21:20:32 CEST Date: Thu, 6 Jul 2006 21:20:32 +0200 (CEST) From: To: freebsd-emulation@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Cc: Subject: jzIntv - Portable Intellivision Emulator X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pfgshield-freebsd@yahoo.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 19:20:33 -0000 Hi; Sometime ago I helped port this to FreeBSD-amd64, testers on all platforms are welcome: http://spatula-city.org/~im14u2c/intv/ Oh.. you do need some ROMs from the "Intellivision Lives" collection, although I think there are some miniROMs and games available on the net for free. cheers, Pedro Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com From owner-freebsd-emulation@FreeBSD.ORG Fri Jul 7 02:21:14 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E21A816A4DD for ; Fri, 7 Jul 2006 02:21:14 +0000 (UTC) (envelope-from ndelmonico@sbcglobal.net) Received: from smtp109.sbc.mail.mud.yahoo.com (smtp109.sbc.mail.mud.yahoo.com [68.142.198.208]) by mx1.FreeBSD.org (Postfix) with SMTP id 77B5C43D46 for ; Fri, 7 Jul 2006 02:21:14 +0000 (GMT) (envelope-from ndelmonico@sbcglobal.net) Received: (qmail 77671 invoked from network); 7 Jul 2006 02:21:13 -0000 Received: from unknown (HELO ?192.168.1.108?) (ndelmonico@sbcglobal.net@65.66.150.196 with plain) by smtp109.sbc.mail.mud.yahoo.com with SMTP; 7 Jul 2006 02:21:13 -0000 Message-ID: <44ADC518.50701@sbcglobal.net> Date: Thu, 06 Jul 2006 21:21:12 -0500 From: Neal Delmonico User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.13) Gecko/20060424 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: New Linux Base? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 02:21:15 -0000 Greetings all, Is anyone else having trouble with Linux programs after the switch to the new Linux base? Now Acroread7 won't run for me, nor will Linux-Mozilla or Linux-Opera. Fortunately, I have succeeded in compiling and installing OpenOffice so I don't need to depend on the Linux version of that any more. When I run these Linux programs I get a segmentation fault (11). I am running amd64 current as of about two weeks ago. I have reinstalled all of the programs and reinstalled the linux_base-fc4 with the -rf switches (portupgrade), but that does not seem to help. I have noticed that the directories pointed to in the /usr/compat/linux/etc/ld.so.conf file do not seem to be linux directories. Changing them to their Linux conterparts and running /usr/compat/linux/sbin/ldconfig does not correct the situation, however. Linux Opera and Mozilla I can do without, but I need the Acroread7. Any suggestions? Thanks. Neal D. From owner-freebsd-emulation@FreeBSD.ORG Fri Jul 7 06:50:35 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A1F316A4DA for ; Fri, 7 Jul 2006 06:50:35 +0000 (UTC) (envelope-from bsam@ns.kfs.ru) Received: from ns.kfs.ru (kfs.kfs.ru [62.183.117.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id B89F543D53 for ; Fri, 7 Jul 2006 06:50:34 +0000 (GMT) (envelope-from bsam@ns.kfs.ru) Received: from bsam by ns.kfs.ru with local (Exim 4.54 (FreeBSD)) id 1FykAX-000Blu-3K; Fri, 07 Jul 2006 10:50:29 +0400 To: Neal Delmonico References: <44ADC518.50701@sbcglobal.net> From: Boris Samorodov Date: Fri, 07 Jul 2006 10:50:29 +0400 In-Reply-To: <44ADC518.50701@sbcglobal.net> (Neal Delmonico's message of "Thu, 06 Jul 2006 21:21:12 -0500") Message-ID: <93778922@serv3.int.kfs.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: freebsd-emulation@freebsd.org Subject: Re: New Linux Base? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 06:50:35 -0000 On Thu, 06 Jul 2006 21:21:12 -0500 Neal Delmonico wrote: > Is anyone else having trouble with Linux programs after the switch to > the new Linux base? Now Acroread7 won't run for me, nor will > Linux-Mozilla or Linux-Opera. Fortunately, I have succeeded in > compiling and installing OpenOffice so I don't need to depend on the > Linux version of that any more. When I run these Linux programs I get > a segmentation fault (11). I am running amd64 current as of about two > weeks ago. I have reinstalled all of the programs and reinstalled the I'll try to test -current on amd64 this weekend. But so far there were no complains. > linux_base-fc4 with the -rf switches (portupgrade), but that does not > seem to help. I have noticed that the directories pointed to in the > /usr/compat/linux/etc/ld.so.conf file do not seem to be linux Those directories are prefixed by LINUX_BASE while searching. So they _are_ pointing to linux directories. > directories. Changing them to their Linux conterparts and running > /usr/compat/linux/sbin/ldconfig does not correct the situation, > however. Linux Opera and Mozilla I can do without, but I need the > Acroread7. > Any suggestions? Do you have any non-standard options at your environment (i.e. LD_LIBRARY_PATH, path or else)? Can you run "ktrace -i acroread" and send ktrace.out directly to me? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Fri Jul 7 09:39:28 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B7016A4DD for ; Fri, 7 Jul 2006 09:39:28 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2377A43D45 for ; Fri, 7 Jul 2006 09:39:26 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5FD61.dip.t-dialin.net [84.165.253.97]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k679V3GC075501; Fri, 7 Jul 2006 11:31:04 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k679dQEH078881; Fri, 7 Jul 2006 11:39:26 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 07 Jul 2006 11:39:26 +0200 Message-ID: <20060707113926.k1gc995yi0okk40g@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 07 Jul 2006 11:39:26 +0200 From: Alexander Leidinger To: John E Hein References: <20060704190921.GA73715@graf.pompo.net> <20060705113056.zdudl6ke80g8cwck@netchild.homeip.net> <20060705162636.8slkpmxus40gcsgc@graf.pompo.net> <20060705165624.sc7c4e2hc84o4s8o@netchild.homeip.net> <20060705173036.gglfyz1les8okcsg@graf.pompo.net> <92042366@bsam.ru> <20060705170230.GB40533@graf.pompo.net> <25968985@bsam.ru> <17580.1241.631244.191605@gromit.timing.com> <20060706080555.4yl0qpdskgkgcsgc@netchild.homeip.net> <17581.19504.67310.756226@gromit.timing.com> In-Reply-To: <17581.19504.67310.756226@gromit.timing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: FreeBSD-emulation Subject: Re: Missing libg2c.so.0 ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:39:28 -0000 Quoting John E Hein (from Thu, 6 Jul 2006 11:45:20 -0600)= : > I understand how it's often expedient to throw a bunch of stuff into > the linux base port. > > But I'd be inclined to not include compat stuff in the base ports. > If anything, I think it's better to be minimal in the base ports. We do this already. I haven't looked yet, but AFAIR the compat lib is =20 a glibc or a stdc++ one... this is a very basic lib and to me it made =20 more sense to include it in the linux base. For the libg2c I think =20 it's better suited as a separate port (already committed by Boris). > For one thing, when we upgrade the base port (for instance, from the > current default fc4 to fc5), compat rpms will disappear and we'll have > to fix a bunch of other ports rather than just being able to update > the base port by itself. FYI: before we can update to the fc5 (or fc6) port, we need to get an =20 updated linuxolator in the kernel (there's a SoC project in progress). =20 It needs to be available in all supported releases before we can make =20 the switch. So don't expect an update soon (it may be the case that we =20 make the default dependend upon the OSVERSION, but there was not even =20 a discussion about this, it's just one entry on my list of =20 possibilities we have). > As leaf ports are upgraded, they tend to be less likely to need compat > libs, too. So the need for certain compat libs lessens over time. Isn't this great? :-) > Also other base ports (non-default) may have a different collection of > rpms that may or may not include the same compat libs. When you take a look at the non default linux base ports, you will =20 notice that they are *all* scheduled for removal (except for the =20 gentoo ones, but they tell you to use the default in case you get =20 problems). > Yes, I realize, the other base ports aren't supported, but keeping the > minimum stable set of packages (everyone needs 'cp' and 'glibc', for > instance) in the base will make updating the default base port less > onerous as well. That's the goal... more or less. I don't go for the minimum stable set =20 of packages. I targeted an useful small set (trying to make a good =20 tradeoff between coverage and size) in the past. > We'll less likely need to have to change lots of leaf ports (because > of a disappearing compat lib) any time we update the default base. > > If we keep the compat libs out of the base and in their own separate > ports, we mark the dependency in each leaf port that needs a > particular compat lib. The leaf port maintainer can then remove > that dependency over time as he updates his port which may not > then need the compat lib. > > I just think that not infecting the base port with compat packages > is a win in the long term. Someone has to: - identify affected ports - change them to use a compat packe or update them to not need the compat package When we wait until we really need it, it may be less work to do, =20 because someone may already have updated one of those ports to a =20 version which doesn't need the compat lib. ATM we have items with a higher priority on the TODO list, but if you =20 want to do this, feel free to send patches. > That said, I don't have a patch to change the status quo. But I think > we should avoid it in the future. Maybe if there is sufficient > agreement, I'll dig in and come up with one to remove compat packages > from fc4. Does anyone have a list of what ports need the compat libs > (or a way to determine that)? You could use a tinderbox (the software is in the ports collection), =20 remove the compat libs and make a full run (of at least the linux =20 ports). Bye, Alexander. --=20 Professor: "A toast to Leela. She showed us it's wrong to eat certain things." http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-emulation@FreeBSD.ORG Fri Jul 7 09:43:39 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2A5D16A4DD for ; Fri, 7 Jul 2006 09:43:39 +0000 (UTC) (envelope-from nhxborhxd@organicfamily.com) Received: from abnv60.neoplus.adsl.tpnet.pl (abnv60.neoplus.adsl.tpnet.pl [83.8.11.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 9931C43D4C for ; Fri, 7 Jul 2006 09:43:36 +0000 (GMT) (envelope-from nhxborhxd@organicfamily.com) Message-ID: <000f01c6a1a9$d08b8fb0$3c0b0853@ja> From: "" To: freebsd-emulation@freebsd.org Date: Fri, 7 Jul 2006 11:43:34 -0200 MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_000B_01C6A1BA.94145FB0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2873 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2873 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: (no subject) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:43:39 -0000 ------=_NextPart_000_000B_01C6A1BA.94145FB0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable ------=_NextPart_000_000B_01C6A1BA.94145FB0-- From owner-freebsd-emulation@FreeBSD.ORG Fri Jul 7 09:48:35 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F6E516A4E1 for ; Fri, 7 Jul 2006 09:48:35 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6780943D70 for ; Fri, 7 Jul 2006 09:48:26 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5FD61.dip.t-dialin.net [84.165.253.97]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k679e4rq075541; Fri, 7 Jul 2006 11:40:05 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k679mRD2080183; Fri, 7 Jul 2006 11:48:27 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 07 Jul 2006 11:48:27 +0200 Message-ID: <20060707114827.vq3kyyzog08c0gsw@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 07 Jul 2006 11:48:27 +0200 From: Alexander Leidinger To: Boris Samorodov References: <44ADC518.50701@sbcglobal.net> <93778922@serv3.int.kfs.ru> In-Reply-To: <93778922@serv3.int.kfs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-emulation@freebsd.org Subject: Re: New Linux Base? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:48:35 -0000 Quoting Boris Samorodov (from Fri, 07 Jul 2006 10:50:29 +0400)= : > On Thu, 06 Jul 2006 21:21:12 -0500 Neal Delmonico wrote: >> linux_base-fc4 with the -rf switches (portupgrade), but that does not >> seem to help. I have noticed that the directories pointed to in the >> /usr/compat/linux/etc/ld.so.conf file do not seem to be linux > > Those directories are prefixed by LINUX_BASE while searching. So they > _are_ pointing to linux directories. To be more correct: the kernel will user /compat/linux (hardcoded) as =20 a prefix... but it doesn't matter here. >> directories. Changing them to their Linux conterparts and running >> /usr/compat/linux/sbin/ldconfig does not correct the situation, You either need to chroot to /compat/linux by hand when running the =20 linux ldconfig, or use the switch in ldconfig to let ldconfig do it. >> however. Linux Opera and Mozilla I can do without, but I need the >> Acroread7. > >> Any suggestions? > > Do you have any non-standard options at your environment > (i.e. LD_LIBRARY_PATH, path or else)? An additional variable to check is LD_PRELOAD. Both should not be set. Make sure you either have linux in the kernel or loaded as a module =20 (yes, you may be sure this is the case, but please check again). =20 pkg_delete/pkg_deinstall every linux port. Make sure you don't have =20 any linux related knobs enabled in make.conf. Remove the /compat/linux =20 subtree completely (rm -rf). This is to make sure you don't have any =20 old files there. Now install acroread and try to run it. Bye, Alexander. --=20 You are dishonest, but never to the point of hurting a friend. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-emulation@FreeBSD.ORG Fri Jul 7 10:01:06 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B67F616A4EB for ; Fri, 7 Jul 2006 10:01:06 +0000 (UTC) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE48743D60 for ; Fri, 7 Jul 2006 10:01:00 +0000 (GMT) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67A10dh072459 for ; Fri, 7 Jul 2006 10:01:00 GMT (envelope-from fenner+portsurvey@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67A10bu072456; Fri, 7 Jul 2006 10:01:00 GMT (envelope-from fenner+portsurvey) Date: Fri, 7 Jul 2006 10:01:00 GMT Message-Id: <200607071001.k67A10bu072456@freefall.freebsd.org> From: fenner@freebsd.org (Bill "distfiles" Fenner) To: freebsd-emulation@freebsd.org Subject: FreeBSD ports: 2 unfetchable distfiles: devel/linux_devtools X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@freebsd.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 10:01:06 -0000 Dear freebsd-emulation@freebsd.org, You are listed as the FreeBSD port maintainer for 2 port whose distfiles are not fetchable from their MASTER_SITES. Could you please visit http://people.freebsd.org/~fenner/portsurvey/freebsd-emulation@freebsd.org.html and correct the problems listed there? The individual port with a problem is devel/linux_devtools. If you have already corrected the problems and submitted a PR, please accept my thanks and apologies for the delay in getting the fixes into the tree. This reminder is created automatically and does not (yet) have a way to know if a PR fixing the problem has been submitted. Please do *NOT* send your response to me directly; I do not necessarily have time to commit your fix; please instead submit a PR via 'send-pr' so it doesn't get lost. Problems are usually of two types: 1. The software package has been upgraded and the version in the port has been removed. The best solution to this problem is to upgrade the port to the most current version of the software package. If you are a FreeBSD committer, then you can just upgrade the port directly. If not, you should create the updated port on your own machine, test it (and maybe even run "portlint" on it), and then use "send-pr" to submit a "diff -uNr old-port updated-port". If you added or deleted any files, please make an explicit note of it. 2. The mirror site being used no longer contains the software package in question, or no longer exists. Solutions include: a) If there are other mirror sites, just remove the bad site from the list. (Make sure that what appears to be a bad site isn't actually a problem of type 1, upgrade) b) If the README or other support files in the software documentation mention where to get the software package, use one of those sites. c) Use a search engine to find another place to get the original DISTFILES. Make sure that you don't pick a FreeBSD distfiles mirror -- if you can't find any other places where the file exists, it can be a LOCAL_PORT or you can simply comment out the MASTER_SITES= line, with a comment explaining why. Once you have a solution, use "send-pr" to submit a "diff -u" of the Makefile. Note that this isn't an urgent issue, as people who try to build the port now will just fall back to the FreeBSD distfiles mirror. Please just put it on your list to do and get to it when you have time. These messages will continue to arrive twice a month until the fix is committed, as a reminder. Thanks, Bill "distfiles" Fenner. From owner-freebsd-emulation@FreeBSD.ORG Fri Jul 7 15:02:02 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9ED116A4DF for ; Fri, 7 Jul 2006 15:02:02 +0000 (UTC) (envelope-from ndelmonico@sbcglobal.net) Received: from smtp104.sbc.mail.mud.yahoo.com (smtp104.sbc.mail.mud.yahoo.com [68.142.198.203]) by mx1.FreeBSD.org (Postfix) with SMTP id 7FED643D46 for ; Fri, 7 Jul 2006 15:02:02 +0000 (GMT) (envelope-from ndelmonico@sbcglobal.net) Received: (qmail 94464 invoked from network); 7 Jul 2006 15:02:01 -0000 Received: from unknown (HELO ?192.168.1.3?) (ndelmonico@sbcglobal.net@65.66.150.196 with plain) by smtp104.sbc.mail.mud.yahoo.com with SMTP; 7 Jul 2006 15:02:01 -0000 Message-ID: <44AE7772.3050304@sbcglobal.net> Date: Fri, 07 Jul 2006 10:02:10 -0500 From: Neal Delmonico User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: Alexander Leidinger References: <44ADC518.50701@sbcglobal.net> <93778922@serv3.int.kfs.ru> <20060707114827.vq3kyyzog08c0gsw@netchild.homeip.net> In-Reply-To: <20060707114827.vq3kyyzog08c0gsw@netchild.homeip.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: New Linux Base? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 15:02:03 -0000 Thanks for your attention to this problem and all your suggestions. Here is what I tried. Alexander Leidinger wrote: > Quoting Boris Samorodov (from Fri, 07 Jul 2006 10:50:29 > +0400): > >> On Thu, 06 Jul 2006 21:21:12 -0500 Neal Delmonico wrote: > >>> linux_base-fc4 with the -rf switches (portupgrade), but that does not >>> seem to help. I have noticed that the directories pointed to in the >>> /usr/compat/linux/etc/ld.so.conf file do not seem to be linux >> >> Those directories are prefixed by LINUX_BASE while searching. So they >> _are_ pointing to linux directories. > > To be more correct: the kernel will user /compat/linux (hardcoded) as > a prefix... but it doesn't matter here. > I did not know this. I removed all of the added stuff (/usr/compat/linux) from the directories in the ld.so.conf file and did a chroot to /compat/linux. Then I ran the Linux ldconfig file again. That made no difference in the behavior of the programs. >>> directories. Changing them to their Linux conterparts and running >>> /usr/compat/linux/sbin/ldconfig does not correct the situation, > > You either need to chroot to /compat/linux by hand when running the > linux ldconfig, or use the switch in ldconfig to let ldconfig do it. > >> >> Do you have any non-standard options at your environment >> (i.e. LD_LIBRARY_PATH, path or else)? > > An additional variable to check is LD_PRELOAD. Both should not be set. > Nothing comes up when I do an env. None of the rc files (cshrc, bashrc, profile, etc) set either of those variables. Is there another way to check? > Make sure you either have linux in the kernel or loaded as a module > (yes, you may be sure this is the case, but please check again). I have these options set in my kernel config file: options COMPAT_LINUX32 options LINPROCFS . options LINSYSFS and linux_enable="YES" in my rc.conf file. The kldstat does not list linux.ko, however. Is there any way to check beyond that? > pkg_delete/pkg_deinstall every linux port. Make sure you don't have > any linux related knobs enabled in make.conf. Remove the /compat/linux > subtree completely (rm -rf). This is to make sure you don't have any > old files there. Now install acroread and try to run it. > I will try this and report back. Thanks. Neal From owner-freebsd-emulation@FreeBSD.ORG Sat Jul 8 16:28:03 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 902E816A4DE for ; Sat, 8 Jul 2006 16:28:03 +0000 (UTC) (envelope-from y.pankov@irbis.net.ru) Received: from navarro.irbis.net.ru (navarro.irbis.net.ru [85.118.141.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2047343D49 for ; Sat, 8 Jul 2006 16:28:02 +0000 (GMT) (envelope-from y.pankov@irbis.net.ru) Received: by navarro.irbis.net.ru (Postfix, from userid 106) id 8FD82627873; Sat, 8 Jul 2006 20:28:00 +0400 (MSD) Received: from klamath.irbis.net.ru (klamath.irbis.net.ru [192.168.0.64]) by navarro.irbis.net.ru (Postfix) with ESMTP id CF508627842 for ; Sat, 8 Jul 2006 20:27:59 +0400 (MSD) Date: Sat, 8 Jul 2006 20:27:30 +0400 From: Yuri Pankov To: freebsd-emulation@freebsd.org Message-ID: <20060708202730.7dfaedf1@klamath.irbis.net.ru> Organization: Irbis Telecommunications, JSC X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: building native JDK 1.5.0 and linprocfs witness reports X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 16:28:03 -0000 Hi. I've problems compiling native JDK 1.5.0. Posting to this list as it seems related to linprocfs problems (linux-sun-jdk is used for bootstraping). Build fails early in the beginning with "javac" segmentation fault, and here's what I get in dmesg (lots of such messages): malloc(M_WAITOK) of "1024", forcing M_NOWAIT with the following non-sleepable locks held: exclusive sleep mutex vm object (standard object) r = 0 (0xffffff0063434578) locked @ /usr/src/sys/compat/linprocfs/linprocfs.c:835 KDB: stack backtrace: witness_warn() at witness_warn+0x262 uma_zalloc_arg() at uma_zalloc_arg+0x217 malloc() at malloc+0xa3 vn_fullpath() at vn_fullpath+0x56 linprocfs_doprocmaps() at linprocfs_doprocmaps+0x31e pfs_read() at pfs_read+0x2aa VOP_READ_APV() at VOP_READ_APV+0x74 vn_read() at vn_read+0x232 dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a ia32_syscall() at ia32_syscall+0x178 Xint0x80_syscall() at Xint0x80_syscall+0x5d pid 63125 (javac), uid 0: exited on signal 11 (core dumped) running recent -CURRENT/amd64. COMPAT_43TTY, COMPAT_LINUX32 and LINPROCFS are compiled in kernel. --- Yuri