From owner-freebsd-emulation Sun May 31 20:37:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19019 for freebsd-emulation-outgoing; Sun, 31 May 1998 20:37:54 -0700 (PDT) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from antipodes.cdrom.com (castles157.castles.com [208.214.165.157]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA19014 for ; Sun, 31 May 1998 20:37:51 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id TAA14795; Sun, 31 May 1998 19:33:22 -0700 (PDT) Message-Id: <199806010233.TAA14795@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Nicholas Charles Brawn cc: Eivind Eklund , emulation@FreeBSD.ORG Subject: Re: Star Office Installation In-reply-to: Your message of "Mon, 01 Jun 1998 13:29:47 +1000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 31 May 1998 19:33:20 -0700 From: Mike Smith Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (Please followup to -emulation, where this belongs) > On Mon, 1 Jun 1998, Eivind Eklund wrote: > > > On Fri, May 29, 1998 at 11:40:23PM -0700, Mike Smith wrote: > > > > What are the issues involved in getting freebsd to run glibc binaries? > > > > > > Updating the linux_lib port. With RedHat 5.1 out, it should be > > > possible to make a fast raid and come up to something relatively > > > 'current'. > > > > We're going to need an update of Linux ld.so to emulate ACL 5.0 > > properly, too. > > > > Eivind, who have just started looking at creating a 'port' > > (/usr/ports) of the Linux version :-) > > Why do I forsee we'll need redhat_linux_lib.tgz, slackware_linux_lib.tgz, > etc in the near future. :) Slackware? Isn't that completely dead or something? (*) Seriously though, I am hoping that this will not be necessary (who am I kidding?). However, I would appreciate input from anyone who: - Wants to/is interested in doing this themselves. (I'd be more than happy to offload it, even to the extent of sending you CD copies of all the relevant distributions and stuff to save your download time). You'll need to be familiar with Linux and willing to look after this for a while (as the previous maintainer appears to have evaporated). - Has an opinion or experience related to the selection of libraries, components, support binaries, etc. that are relevant to both the linux_lib and linux_devel packages. Thanks! -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Jun 5 06:05:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA12897 for freebsd-emulation-outgoing; Fri, 5 Jun 1998 06:05:59 -0700 (PDT) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from iconmail.bellatlantic.net (iconmail.bellatlantic.net [199.173.162.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA12880 for ; Fri, 5 Jun 1998 06:05:54 -0700 (PDT) (envelope-from dmm125@bellatlantic.net) Received: from myname.my.domain (client201-122-21.bellatlantic.net [151.201.122.21]) by iconmail.bellatlantic.net (IConNet Sendmail) with SMTP id JAA18808 for ; Fri, 5 Jun 1998 09:01:58 -0400 (EDT) Newsgroups: comp.emulators.ms-windows.wine Date: Fri, 5 Jun 1998 09:02:32 +0000 (GMT) From: Donn Miller X-Sender: dmm125@myname.my.domain To: emulation@FreeBSD.ORG Subject: Linker errors in wine-980601 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org After applying the patches to fix the underscores problem, I'm still getting the follwing link errors on wine (FreeBSD): gcc -o wine debugger/debugger.o graphics/win16drv/win16drv.o if1632/if1632.o miscemu/miscemu.o libwine.a -L/usr/X11R6/lib -lXpm -lSM -lICE -lXxf86dga -lXext -lX11 -lm misc.o: Undefined symbol `_RtlUnwind' referenced from text segment misc.o: warning: this program uses gets(), which is unsafe. relay32.o: Undefined symbol `_AllocMappedBuffer' referenced from text segment relay32.o: Undefined symbol `_FreeMappedBuffer' referenced from text segment relay32.o: Undefined symbol `_OT_32ThkLSF' referenced from text segment relay32.o: Undefined symbol `_Common32ThkLS' referenced from text segment relay32.o: Undefined symbol `_FT_PrologPrime' referenced from text segment relay32.o: Undefined symbol `_QT_ThunkPrime' referenced from text segment relay32.o: Undefined symbol `_FT_Exit0' referenced from text segment relay32.o: Undefined symbol `_FT_Exit12' referenced from text segment relay32.o: Undefined symbol `_FT_Exit16' referenced from text segment relay32.o: Undefined symbol `_FT_Exit20' referenced from text segment relay32.o: Undefined symbol `_FT_Exit24' referenced from text segment relay32.o: Undefined symbol `_FT_Exit28' referenced from text segment relay32.o: Undefined symbol `_FT_Exit32' referenced from text segment relay32.o: Undefined symbol `_FT_Exit36' referenced from text segment relay32.o: Undefined symbol `_FT_Exit4' referenced from text segment relay32.o: Undefined symbol `_FT_Exit40' referenced from text segment relay32.o: Undefined symbol `_FT_Exit44' referenced from text segment relay32.o: Undefined symbol `_FT_Exit48' referenced from text segment relay32.o: Undefined symbol `_FT_Exit52' referenced from text segment relay32.o: Undefined symbol `_FT_Exit56' referenced from text segment relay32.o: Undefined symbol `_FT_Exit8' referenced from text segment relay32.o: Undefined symbol `_FT_Prolog' referenced from text segment relay32.o: Undefined symbol `_FT_Thunk' referenced from text segment relay32.o: Undefined symbol `_K32Thk1632Epilog' referenced from text segment relay32.o: Undefined symbol `_K32Thk1632Prolog' referenced from text segment relay32.o: Undefined symbol `_QT_Thunk' referenced from text segment relay32.o: Undefined symbol `_RaiseException' referenced from text segment relay32.o: Undefined symbol `_RtlUnwind' referenced from text segment relay32.o: Undefined symbol `_SMapLS' referenced from text segment relay32.o: Undefined symbol `_SMapLS_IP_EBP_12' referenced from text segment relay32.o: Undefined symbol `_SMapLS_IP_EBP_16' referenced from text segment relay32.o: Undefined symbol `_SMapLS_IP_EBP_20' referenced from text segment relay32.o: Undefined symbol `_SMapLS_IP_EBP_24' referenced from text segment relay32.o: Undefined symbol `_SMapLS_IP_EBP_28' referenced from text segment relay32.o: Undefined symbol `_SMapLS_IP_EBP_32' referenced from text segment relay32.o: Undefined symbol `_SMapLS_IP_EBP_36' referenced from text segment relay32.o: Undefined symbol `_SMapLS_IP_EBP_40' referenced from text segment relay32.o: Undefined symbol `_SMapLS_IP_EBP_8' referenced from text segment relay32.o: Undefined symbol `_SUnMapLS' referenced from text segment relay32.o: Undefined symbol `_SUnMapLS_IP_EBP_12' referenced from text segment relay32.o: Undefined symbol `_SUnMapLS_IP_EBP_16' referenced from text segment relay32.o: Undefined symbol `_SUnMapLS_IP_EBP_20' referenced from text segment relay32.o: Undefined symbol `_SUnMapLS_IP_EBP_24' referenced from text segment relay32.o: Undefined symbol `_SUnMapLS_IP_EBP_28' referenced from text segment relay32.o: Undefined symbol `_SUnMapLS_IP_EBP_32' referenced from text segment relay32.o: Undefined symbol `_SUnMapLS_IP_EBP_36' referenced from text segment relay32.o: Undefined symbol `_SUnMapLS_IP_EBP_40' referenced from text segment relay32.o: Undefined symbol `_SUnMapLS_IP_EBP_8' referenced from text segment scheduler.o: Undefined symbol `_FIXME' referenced from text segment gmake: *** [wine] Error 1 Any ideas? Thanks, Donn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Jun 5 21:35:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17692 for freebsd-emulation-outgoing; Fri, 5 Jun 1998 21:35:55 -0700 (PDT) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA17682 for ; Fri, 5 Jun 1998 21:35:46 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id VAA03203 for ; Fri, 5 Jun 1998 21:35:43 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Prev-Resent: Fri, 05 Jun 1998 21:35:43 -0700 Prev-Resent: "emulation@freebsd.org " Received: from mx01-ext.netapp.com (mx01-ext.netapp.com [198.95.224.34]) by time.cdrom.com (8.8.8/8.8.8) with SMTP id MAA01218 for ; Fri, 5 Jun 1998 12:54:11 -0700 (PDT) (envelope-from guy@netapp.com) Received: (qmail 1347 invoked from network); 5 Jun 1998 20:27:24 -0000 Received: from 172.20.6hide.netapp.com (HELO herra.netapp.com) (198.95.224.200) by mx01-ext.netapp.com with SMTP; 5 Jun 1998 20:27:24 -0000 Received: from tooting.netapp.com (tooting-f1.netapp.com [172.20.4.145]) by herra.netapp.com (8.8.7/8.8.7/GNAC-GW-2.1) with SMTP id MAA28296 for ; Fri, 5 Jun 1998 12:53:13 -0700 (PDT) Received: by tooting.netapp.com (SMI-8.6/SMI-SVR4) id MAA05129; Fri, 5 Jun 1998 12:53:11 -0700 From: guy@netapp.com (Guy Harris) Message-Id: <199806051953.MAA05129@tooting.netapp.com> Subject: POSIX 1003.1-1996-style SA_SIGINFO signals in FreeBSD? To: jkh@time.cdrom.com Date: Fri, 5 Jun 1998 12:53:10 -0700 (PDT) X-Mailer: ELM [version 2.4ME++ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Somebody in "comp.emulators.ms-windows.wine" wanted to catch SIGSEGV and get the fault address to implement some stuff in Wine. I looked at the 2.2.6 source, and the only way I found of getting the fault address was to find the trap frame via information in the signal context (I assume you can do that, I didn't check in detail) and extract it from "tf_err" in the trap frame (which appears to be where it gets stuffed by the page fault trap handler). It's a bit easier in SVR4-flavored systems, as you can establish the signal handler with SA_SIGINFO set in "sa_flags" and extract it from the "siginfo_t" structure a pointer to which is passed to the handler as its second argument. At least some of that is also specified by the 1996 edition of POSIX 1003.1 (I didn't check whether it specifies a fault address for SIGSEGV or not). Are there any plans to put that into, say, FreeBSD 3.0? Any idea if any of the other BSDs do it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sat Jun 6 07:08:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05674 for freebsd-emulation-outgoing; Sat, 6 Jun 1998 07:08:55 -0700 (PDT) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05669 for ; Sat, 6 Jun 1998 07:08:49 -0700 (PDT) (envelope-from pb@fasterix.frmug.org) Received: (from uucp@localhost) by frmug.org (8.9.0/frmug-2.3/nospam) with UUCP id QAA12629 for freebsd-emulation@freebsd.org; Sat, 6 Jun 1998 16:08:41 +0200 (CEST) (envelope-from pb@fasterix.frmug.org) Received: (from pb@localhost) by fasterix.frmug.org (8.8.8/8.8.5/pb-19970302) id QAA23237 for freebsd-emulation@freebsd.org; Sat, 6 Jun 1998 16:05:35 +0200 (CEST) Message-ID: <19980606160534.A22773@fasterix.frmug.fr.net> Date: Sat, 6 Jun 1998 16:05:34 +0200 From: Pierre Beyssac To: freebsd-emulation@FreeBSD.ORG Subject: x11amp under FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.8i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to get Linux x11amp to work on several machines. Under 2.2.6, x11amp complains: bind: Invalid argument Then I get its window, but it doesn't emit any sound (and the display doesn't show anything). Under -current with the sound driver ported by Amancio, it more or less works but I experience cracks in the sound, about 10 secondes every 60 secondes or so, with a weird echo effect. Under -current with another soundcard using Luigi's PnP code, it works flawlessly, except that the sound is not quite in sync with the display (due to the way the driver handles buffering, I suppose). Also, I get loads of the following message, it's apparently harmless: Jun 6 15:07:10 fasterix /kernel: cmd x11amp pid 20433 tried to use non-present sched_yield Does anyone have any other interesting experience to mention with running x11amp ? -- Pierre Beyssac pb@fasterix.frmug.org pb@fasterix.freenix.org {Free,Net,Open}BSD, Linux : il y a moins bien, mais c'est plus cher Free domains: http://www.eu.org/ or mail dns-manager@EU.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message