From owner-freebsd-ports Sun Oct 29 12:41:34 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA16750 for ports-outgoing; Sun, 29 Oct 1995 12:41:34 -0800 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA16745 for ; Sun, 29 Oct 1995 12:41:31 -0800 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id VAA24621 ; Sun, 29 Oct 1995 21:41:12 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id VAA09747 ; Sun, 29 Oct 1995 21:41:12 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.1/keltia-uucp-2.6) id VAA05901; Sun, 29 Oct 1995 21:38:25 +0100 (MET) From: Ollivier Robert Message-Id: <199510292038.VAA05901@keltia.freenix.fr> Subject: Re: xemacs-19.13 To: wosch@cs.tu-berlin.de Date: Sun, 29 Oct 1995 21:38:24 +0100 (MET) Cc: ports@freebsd.org In-Reply-To: <199510251620.RAA18976@localhost> from "Wolfram Schneider" at Oct 25, 95 05:20:05 pm X-Operating-System: FreeBSD 2.2-CURRENT ctm#1270 X-Mailer: ELM [version 2.4 PL24 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org Precedence: bulk It seems that Wolfram Schneider said: > BTW, the mode for directories in etc/mtree/BSD.local.dist should 2755 > and not 0755 BSD doesn't use the setgid bit on directories. It is a SVRn hack to get proper^H^H^H^H^HBSD behaviour when creating a file. I always use the "grpid" option in fstab on Suns to get it too (damn Sun). -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #3: Wed Oct 25 02:00:10 MET 1995 From owner-freebsd-ports Sun Oct 29 12:52:59 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA17002 for ports-outgoing; Sun, 29 Oct 1995 12:52:59 -0800 Received: from sargon.wanet.com (sargon.wanet.com [205.229.179.82]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA16997 for ; Sun, 29 Oct 1995 12:52:56 -0800 Received: (from jd@localhost) by sargon.wanet.com (8.6.11/8.6.9) id NAA01467 for ports@freebsd.org; Sun, 29 Oct 1995 13:51:47 GMT Date: Sun, 29 Oct 1995 13:51:47 GMT From: Joseph Davida Message-Id: <199510291351.NAA01467@sargon.wanet.com> To: ports@freebsd.org Subject: FreeBSD SMP Sender: owner-ports@freebsd.org Precedence: bulk With the proliferation of dual processor pentium boards, I was wondering if anyone is working on a Symmetric MP version of FreeBSD, with fin grain MP locks (spin locks, semphores, simple mutexes without spins, and extended semaphores and mutexes; i.e. with the ability to sleep if resource locked). I came accross some source code which appears to come from I believe was the university of Minnessota, but perhaps from Berkeley, I am not sure. It implements a simple mutex lock around syscall. Even though is is rather primitive, I wonder if there is any current work in progress in this area. If you wish I can email you the uuencoded SMP.tgz file. It is based on FreeBSD 1.5.1. Cheers, Joe From owner-freebsd-ports Sun Oct 29 12:56:24 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA17183 for ports-outgoing; Sun, 29 Oct 1995 12:56:24 -0800 Received: from io.org (io.org [142.77.70.2]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA17174 for ; Sun, 29 Oct 1995 12:56:21 -0800 Received: from flinch.io.org (flinch.io.org [198.133.36.153]) by io.org (8.6.12/8.6.12) with SMTP id PAA17425 for ; Sun, 29 Oct 1995 15:56:08 -0500 Date: Sun, 29 Oct 1995 15:56:08 -0500 (EST) From: Brian Tao To: FREEBSD-PORTS-L Subject: pkg_add/pkg_manage in 2.1.0-951026-SNAP Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org Precedence: bulk I tried adding a few packages today via "pkg_add -v", but I'm getting a bogus "file not found" error. pkg_manage is able to retrieve the description of each package properly, but fails with the same error when attempting to install. Any ideas? # ls -l total 2594 -rw-rw-rw- 1 taob bin 3 Oct 29 15:50 .1702.14db4 -rw-r--r-- 1 root bin 139565 Oct 29 15:49 dvips-5.58.tgz -rw-r--r-- 1 root bin 1130453 Oct 29 15:49 latex2e-95.06.tgz drwxr-xr-x 3 root bin 512 Oct 29 01:33 screens -rw-r--r-- 1 root bin 1286518 Oct 29 15:49 tex-3.1415.tgz -rw-r--r-- 1 root bin 53518 Oct 29 15:49 xdvi-pl20.tgz # pkg_add -v dvips-5.58.tgz Requested space: 558260 bytes, free space: 117026816 bytes in /var/tmp/instmp.003342 tar: can't open archive ./dvips-5.58.tgz : No such file or directory tar: child returned status 3 tar: +CONTENTS not found in archive Unable to open table of contents file `+CONTENTS' - not a package? 1 package addition(s) failed. # tar -ztvf dvips-5.58.tgz +CONTENTS -rw-r--r-- root/wheel 725 Oct 12 05:08 1995 +CONTENTS -- Brian Tao (BT300, taob@io.org) Systems Administrator, Internex Online Inc. "Though this be madness, yet there is method in't" From owner-freebsd-ports Sun Oct 29 18:45:22 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA24781 for ports-outgoing; Sun, 29 Oct 1995 18:45:22 -0800 Received: from eel.dataplex.net (EEL.DATAPLEX.NET [199.183.109.245]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA24771 for ; Sun, 29 Oct 1995 18:45:18 -0800 Received: from [199.183.109.242] (cod [199.183.109.242]) by eel.dataplex.net (8.6.11/8.6.9) with SMTP id UAA10185 for ; Sun, 29 Oct 1995 20:45:10 -0600 X-Sender: rkw@shark.dataplex.net Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 29 Oct 1995 20:45:11 -0600 To: ports@freebsd.org From: rkw@dataplex.net (Richard Wackerbarth) Subject: New version of mSQL Sender: owner-ports@freebsd.org Precedence: bulk The rev of mSQL is now up to 1.0.9. The changes that we need are the same simple makefile changes as before. MD5 (msql-1.0.9.tar.gz) = 720811e91fdd803aa35a19c7e4caa263 Please commit this change. BTW, I don't read this list. I already read too many others :-( ---- Richard Wackerbarth rkw@dataplex.net From owner-freebsd-ports Sun Oct 29 18:56:41 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA25853 for ports-outgoing; Sun, 29 Oct 1995 18:56:41 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA25846 for ; Sun, 29 Oct 1995 18:56:38 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id SAA10060 for ; Sun, 29 Oct 1995 18:56:20 -0800 Prev-Resent: Sun, 29 Oct 1995 18:56:20 -0800 Prev-Resent: "ports@freefall " Received: from freefall.freebsd.org (freefall.cdrom.com [192.216.222.4]) by time.cdrom.com (8.6.12/8.6.9) with ESMTP id MAA08860 for ; Sun, 29 Oct 1995 12:34:46 -0800 Received: from localhost (daemon@localhost) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id MAA16589 ; Sun, 29 Oct 1995 12:34:39 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA16567 for current-outgoing; Sun, 29 Oct 1995 12:34:31 -0800 Received: from ast.com (irvine.ast.com [165.164.128.2]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id MAA16557 for ; Sun, 29 Oct 1995 12:34:24 -0800 Received: from fw.ast.com by ast.com with SMTP id AA09619 (5.67b/IDA-1.5 for ); Sun, 29 Oct 1995 12:35:29 -0800 Received: from nemesis by fw.ast.com with uucp (Smail3.1.29.1 #4) id m0t9e73-00008FC; Sun, 29 Oct 95 14:13 CST Received: by nemesis.lonestar.org (Smail3.1.27.1 #19) id m0t9e4S-000ItnC; Sun, 29 Oct 95 14:11 WET Message-Id: Date: Sun, 29 Oct 95 14:11 WET To: current@freebsd.org From: uhclem%nemesis@fw.ast.com (Frank Durda IV) Sent: Sun Oct 29 1995, 14:11:07 CST Subject: Ports - What is the standard for "ported"? Resent-To: ports@freefall.FreeBSD.org Resent-Date: Sun, 29 Oct 1995 18:56:20 -0800 Resent-Message-ID: <10058.815021780@time.cdrom.com> Resent-From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org Precedence: bulk I recently (and am still) going through a rather agonizing migration of a SCO UNIX system to FreeBSD 2.0.5. Apart from lots of issues with SCSI hardware that SCO took in stride and FreeBSD hated ("unknown board" errors for an Adaptec 1540A, which is one of the non-thru-hole, 2nd generation surface-mount boards, and dealing with a WangDAT tape drive that under 2.0.5 won't let you remove the media until you reboot the system, OR you can issue a mt offline, remove the media, and then reboot to get the drive to load new media - that really stinks and didn't happen under SCO and I hope it is fixed in 2.1.0), I ran into a lot of application issues. My big problem came with some of the ports. I really haven't had the opportunity to use or rely on these or the associated mechanisms before, but in the past 72 hours I have and found them to be a tad "uneven". The worst offender was smail. I had to manually locate the files since the site was not operating under its final IP address yet (so that the neighbors would not try to send mail yet), and the pkg system tried to get the package first from ftp.uu.net, which refuses all requests from sites with no reverse DNS look-up. Nice deadly embrace. 99% of the desktops where I work would fail in the same way because the security guys won't list them in the DNS tables that are visible outside the firewall. Make then went on to Walnut Creek, and failed with an error that looked like it was unable to find the files on that system. If it was supposed to try additional locations at this point, that doesn't work. Later I discovered that WC was "full" at the time, and the code that performs the downloads doesn't put out a real good message describing what is really going on. So now I have smail down and I do the "make". BOOM! Oh, you have to have bash installed (a different port) before you can build smail. This "other package first" requirement was not listed anywhere I noted, and it seems curious that we would include a port installation that relied on a shell that we don't distribute by default. Ok, I got bash and installed it. Re-ran the smail install, and it decided it had better download everything again. (Why?). Then it started building, WITHOUT giving me a chance to update the EDITME file. Ok, I assume EDITME must be set-up perfectly for FreeBSD. (Foolish) The compile goes with numerous warnings, and finally succeeds. So I install. I send a test message to myself. It is not delivered. Run the queue manually. It is not delivered. The mail is in the queue, but smail complains about having to defer delivery. I update the config file to indicate a local "smart" mailer and try off-site mail. That works fine! I try sending mail from a remote system to my account. It is placed in the queue and eventually delivered. I try local mail again from me to me (or from root to root). Local mail just sits in the queue endlessly. After a few days of investigation, it appears that the "os/freebsd2.0" file for smail and the patches for FreeBSD for smail are not quite compatible, with the result you have to comment-out all of the local: stuff in transports if you ever want to see mail from yourself or any other local account again. The EDITME and os items seem to be out of date on system capabilities as well, turning on features FreeBSD doesn't have and not turning on some that it has now. Maybe these files were correct at FreeBSD 2.0, but they are not correct now. So I went to make changes to conf/EDITME, and cd .. and then did a "make clean" "make". Guess what? It fails because of some "bashisms", even if I run "bash" before doing the makes. The only way I could get it to compile at this point was to cd ../.., remove the .build_complete (or whatever it was called) file, cd .. again and then do a make up here. You have to be careful because once it decided the best thing to do was re-extract the entire distribution and erase the changes I just made. Grrr. Oh, and don't do the "make clean" at this higher level, because it WILL erase the EDITME file, and re-extracts everything from the distribution tar. That isn't my idea of a "make clean" action. Again, I found no README that mentioned that you have to anything out of the ordinary to make and/or configure smail. The EDITME also dictated some locations for directories and files that did not match where they already are on a FreeBSD, particularly if you are planning on completely replacing sendmail with smail. Where it looks for spool, aliases and paths spring to mind. This makes me wonder: is the requirement for a "port" that it just compiles and links? Someone needs to look at smail and see if things need updating. Also, if a port requires some other non-included item (like BASH), it should state this somewhere, like in a README. I can see where this stuff would drive a newbie totally nuts. Frank Durda IV |"The Knights who say "LETNi" or uhclem%nemesis@fw.ast.com (Fastest Route)| demand... A SEGMENT REGISTER!!!" ...letni!rwsys!nemesis!uhclem |"A what?" ...decvax!fw.ast.com!nemesis!uhclem |"LETNi! LETNi! LETNi!" - 1983 From owner-freebsd-ports Sun Oct 29 20:05:14 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA29284 for ports-outgoing; Sun, 29 Oct 1995 20:05:14 -0800 Received: from gold.interlog.com (gold.interlog.com [198.53.145.2]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id UAA29274 for ; Sun, 29 Oct 1995 20:05:10 -0800 Received: from lotbiniere.interlog.com (lotbiniere.interlog.com [198.53.146.76]) by gold.interlog.com (8.6.10/8.6.10) with ESMTP id XAA14193 for ; Sun, 29 Oct 1995 23:05:06 -0500 Received: from localhost (localhost [127.0.0.1]) by lotbiniere.interlog.com (8.6.11/8.6.9) with SMTP id TAA02204 for ; Sun, 29 Oct 1995 19:09:23 -0500 Message-Id: <199510300009.TAA02204@lotbiniere.interlog.com> X-Authentication-Warning: lotbiniere.interlog.com: Host localhost didn't use HELO protocol Reply-to: "Michel Joly de Lotbiniere" To: ports@freebsd.org Subject: Re: Netscape, Xdvi, ...etc In-reply-to: Message from Joseph Davida of "Sat, 28 Oct 1995 19:01:49 GMT." <199510281901.TAA04750@sargon> Date: Sun, 29 Oct 1995 19:09:22 -0500 From: Michel Joly de Lotbiniere Sender: owner-ports@freebsd.org Precedence: bulk > From: Joseph Davida > Subject: Netscape, Xdvi, ...etc [snip] > Another problem is xdvi - It crahses the xserver (at least my xserver, > which is the ATI Mach32 UltraPro (The controller has 2 meg ram). > Perhaps the XFree86 suport group would be the proper audience for this > bug. > I checked xdm-errors file for a clue - and all I got was: > [snip] Hooray, another user has the same failure as I do; it's not something about me, I can stop feeling guilty... My video is a 1MB PCI ATI "Graphics Wonder" with the slow DRAM; xdvi, given any .dvi file, will come up for a split second, the cursor is a distorted bitmaps (diagonal streaks), and the the Xserver crashes. Running ktrace xdvi any-dvi-file.dvi shows that the whole thing comes to grief after reading all the generated font files and the .dvi files: at that point a bunch of default font specifications are read or loaded, the X properties are written for the WM_CLIENT_LEADER, some other stuff is read, and then SIGIO is generated, which is handled as JUSTRETURN all up the "chain of command"; everyone steps into line, salutes, and falls on their face. End of the story. Somebody with more X + Debugging know-how should take a look at this; maybe it is Mach32 server related? ========================= Michel Joly de Lotbiniere mjdl@interlog.com ========================= From owner-freebsd-ports Mon Oct 30 08:03:08 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA27728 for ports-outgoing; Mon, 30 Oct 1995 08:03:08 -0800 Received: from dawnrazor.campus.luth.se (root@dawnrazor.campus.luth.se [130.240.193.73]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id IAA27704 ; Mon, 30 Oct 1995 08:02:57 -0800 Received: from localhost (offe@localhost [127.0.0.1]) by dawnrazor.campus.luth.se (8.6.12/8.6.9) with SMTP id RAA00366; Mon, 30 Oct 1995 17:00:13 +0100 Message-Id: <199510301600.RAA00366@dawnrazor.campus.luth.se> X-Authentication-Warning: dawnrazor.campus.luth.se: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6 4/21/95 To: d_burr@ix.netcom.com (Donald Burr) cc: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Port of minicom? In-reply-to: Your message of "Sat, 28 Oct 1995 07:47:12 GMT." <199510280744.AAA07857@ix.ix.netcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 30 Oct 1995 17:00:08 +0100 From: Olof Johansson Sender: owner-ports@freebsd.org Precedence: bulk > Back in my days of using Linux, I got hooked on the MINICOM telecom > program that came with it. Mainly because, since I only have 8 MB of > memory, X ran really slowly, and for some reason, I find MINICOM's > user interface a lot nicer than Seyon's, and it's easier to configure, > etc. > > Anyway, I attempted porting the latest version of Minicom 1.71 (the > latest version I could find), available at > ftp://sunsite.unc.edu/pub/Linux/apps/comm/minicom-1.71.tar.gz. The > documentation CLAIMS that FreeBSD is supported, however I had to do > some (admittedly minor) code hacking (mainly the config.h and the > Makefile) to get it to compile right. And it works, but with several > (some minor, some major) exceptions: > > 1. Can't get any other key to work as the "meta" key, besides the > clunky sequence. It would be nice to be able to hit > to dial instead of D. (Is this a limitation/incompatibility > with the FreeBSD console driver? And can it be fixed?) > > 2. Occasionally, the modem port (I'm using /dev/cuaa0) will "lock > up" and refuse to work. This usually happens when I start minicom, > and it tries initializing the modem; sometimes, it fails. Exiting and > re-running minicom usually clears this up. tty problem? am I using > the right /dev file? [My modem is an internal USR Sportster 28.8, and > it worked perefctly well under an identical setup, except running > LInux instead of FreeBSD.] > > 3. This is the major problem: I've configured my download > protocols (zmodem, in my case, since that's the only protocol I ever > use). Auto-downloading works fine... BUT, when the protocol exits > (i.e. the file transferred OK), MINICOM totally locks up -- the only > way to exit (and this is by no means a graceful exit) is to flip over > to another VC and 'kill -TERM' it. This is really annoying, to say > the least. I compiled minicom for FreeBSD quite a while ago. I had some of the problems you describe, but I found that sending a break helped when minicom locked up (somehow it didn't seem to get all the way to my modem, but minicom started running again). I couldn't find what was wrong, and nowadays I'm not using my modem at all... -Olof From owner-freebsd-ports Mon Oct 30 12:09:03 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA13262 for ports-outgoing; Mon, 30 Oct 1995 12:09:03 -0800 Received: from bacchus.eng.umd.edu (bacchus.eng.umd.edu [129.2.94.5]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA13252 for ; Mon, 30 Oct 1995 12:08:59 -0800 Received: from latte.eng.umd.edu (latte.eng.umd.edu [129.2.98.15]) by bacchus.eng.umd.edu (8.7/8.7) with ESMTP id PAA09688 for ; Mon, 30 Oct 1995 15:08:50 -0500 (EST) Received: (chuckr@localhost) by latte.eng.umd.edu (8.7/8.6.4) id PAA04272; Mon, 30 Oct 1995 15:08:49 -0500 (EST) Date: Mon, 30 Oct 1995 15:08:49 -0500 (EST) From: Chuck Robey X-Sender: chuckr@latte.eng.umd.edu To: FreeBSD-ports@freebsd.org Subject: sml Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org Precedence: bulk I was asking a friend where he say stuff about the sml language, and he gave me an address of wcarchive's incoming. I was kinda surprised, but I need that sml stuff for a class next semester, so I went and looked. No package, nothing in incoming. Does anyone know of a FreeBSD package based on the sml language? ========================================================================== Chuck Robey chuckr@eng.umd.edu, I run FreeBSD-current on n3lxx + Journey2 Three Accounts for the Super-users in the sky, Seven for the Operators in their halls of fame, Nine for Ordinary Users doomed to crie, One for the Illegal Cracker with his evil game In the Domains of Internet where the data lie. One Account to rule them all, One Account to watch them, One Account to make them all and in the network bind them. From owner-freebsd-ports Mon Oct 30 17:28:36 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA00298 for ports-outgoing; Mon, 30 Oct 1995 17:28:36 -0800 Received: from super.super.org (super.super.org [192.31.192.1]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA00293 for ; Mon, 30 Oct 1995 17:28:33 -0800 Received: from gotham.super.org (gotham [192.239.79.2]) by super.super.org (8.7.1/8.6.12.1) with ESMTP id UAA07851; Mon, 30 Oct 1995 20:24:51 -0500 (EST) Received: from descartes.super.org (descartes [192.239.79.5]) by gotham.super.org (8.6.12/8.6.12.1) with ESMTP id UAA19907; Mon, 30 Oct 1995 20:27:24 -0500 Received: (waarbau@localhost) by descartes.super.org (8.6.12/8.6.12.client) id UAA17565; Mon, 30 Oct 1995 20:27:23 -0500 Date: Mon, 30 Oct 1995 20:27:23 -0500 (EST) From: "William A. Arbaugh" To: Chuck Robey cc: FreeBSD-ports@freebsd.org Subject: Re: sml In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org Precedence: bulk On Mon, 30 Oct 1995, Chuck Robey wrote: > I was asking a friend where he say stuff about the sml language, and he > gave me an address of wcarchive's incoming. I was kinda surprised, but I > need that sml stuff for a class next semester, so I went and looked. No > package, nothing in incoming. Does anyone know of a FreeBSD package > based on the sml language? > As of last year there wasn't one. I grabbed the source from AT&T and was able to get to compile and build an image fine. Unfortunately, the image that was built kept dumping core. Because I needed it for a class as well, I gave up and used a Sun since I ran out of time. ---------------------------------------------------------------- Bill Arbaugh "Waste of time is the most waarbau@super.org extravagant of all expenses" waa@dsl.cis.upenn.edu -Theophrastus ---------------------------------------------------------------- From owner-freebsd-ports Mon Oct 30 18:23:29 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA03188 for ports-outgoing; Mon, 30 Oct 1995 18:23:29 -0800 Received: from bacchus.eng.umd.edu (bacchus.eng.umd.edu [129.2.94.5]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA03172 for ; Mon, 30 Oct 1995 18:23:21 -0800 Received: from cappuccino.eng.umd.edu (cappuccino.eng.umd.edu [129.2.98.14]) by bacchus.eng.umd.edu (8.7/8.7) with ESMTP id VAA17562; Mon, 30 Oct 1995 21:23:11 -0500 (EST) Received: (chuckr@localhost) by cappuccino.eng.umd.edu (8.7/8.6.4) id VAA14903; Mon, 30 Oct 1995 21:23:11 -0500 (EST) Date: Mon, 30 Oct 1995 21:23:11 -0500 (EST) From: Chuck Robey X-Sender: chuckr@cappuccino.eng.umd.edu To: "William A. Arbaugh" cc: FreeBSD-ports@freebsd.org Subject: Re: sml In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org Precedence: bulk On Mon, 30 Oct 1995, William A. Arbaugh wrote: > On Mon, 30 Oct 1995, Chuck Robey wrote: > > > I was asking a friend where he say stuff about the sml language, and he > > gave me an address of wcarchive's incoming. I was kinda surprised, but I > > need that sml stuff for a class next semester, so I went and looked. No > > package, nothing in incoming. Does anyone know of a FreeBSD package > > based on the sml language? > > > As of last year there wasn't one. I grabbed the source from > AT&T and was able to get to compile and build an image fine. > Unfortunately, the image that was built kept dumping core. Because I > needed it for a class as well, I gave up and used a Sun since I ran out > of time. I found a set of diffs for it on the old 2.0.5 cdrom, inthe dists/xperimntl directory. Did you use those? That's what I intend to do this weekend, unless you tell me 'been there, done that'. BTW, looks like those diffs are reversed. (Jeffrey Hsu told me). ========================================================================== Chuck Robey chuckr@eng.umd.edu, I run FreeBSD-current on n3lxx + Journey2 Three Accounts for the Super-users in the sky, Seven for the Operators in their halls of fame, Nine for Ordinary Users doomed to crie, One for the Illegal Cracker with his evil game In the Domains of Internet where the data lie. One Account to rule them all, One Account to watch them, One Account to make them all and in the network bind them. From owner-freebsd-ports Tue Oct 31 04:22:23 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA00195 for ports-outgoing; Tue, 31 Oct 1995 04:22:23 -0800 Received: from hawk.gnome.co.uk (gnome.demon.co.uk [158.152.22.16]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id EAA00161 for ; Tue, 31 Oct 1995 04:22:14 -0800 Received: (from jacs@localhost) by hawk.gnome.co.uk (8.6.12/8.6.12) id KAA01688; Tue, 31 Oct 1995 10:29:18 GMT Date: Tue, 31 Oct 1995 10:29:18 GMT Subject: xperfmon++ does not work with freebsd-stable To: ports@freebsd.org From: jacs@gnome.co.uk (Chris Stenton) Message-Id: Sender: owner-ports@freebsd.org Precedence: bulk For sometime xperfmon++ has stopped working with FreeBSD-stable. When you try to run it, it comes up with the error xperfmon++: undefined symbols: _total It seems that the kernel symbol _total has changed name since 2.0.5 Chris From owner-freebsd-ports Tue Oct 31 06:59:05 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA20006 for ports-outgoing; Tue, 31 Oct 1995 06:59:05 -0800 Received: from io.org (io.org [142.77.70.2]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA19858 for ; Tue, 31 Oct 1995 06:57:39 -0800 Received: from flinch.io.org (flinch.io.org [198.133.36.153]) by io.org (8.6.12/8.6.12) with SMTP id JAA15418; Tue, 31 Oct 1995 09:52:35 -0500 Date: Tue, 31 Oct 1995 09:52:34 -0500 (EST) From: Brian Tao To: Marc van Kempen cc: FREEBSD-PORTS-L Subject: Re: pkg_add/pkg_manage in 2.1.0-951026-SNAP In-Reply-To: <199510311219.NAA03115@bowtie.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org Precedence: bulk On Tue, 31 Oct 1995, Marc van Kempen wrote: > > pkg_manage uses the pkg_* tools to do the package stuff, I would say the > error occurs in pkg_add. pkg_manage is able to extract the +COMMENT and > +DESC files, because it has built-in support for this. So what's the fix for pkg_add? :) -- Brian Tao (BT300, taob@io.org) Systems Administrator, Internex Online Inc. "Though this be madness, yet there is method in't" From owner-freebsd-ports Tue Oct 31 07:28:21 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA23598 for ports-outgoing; Tue, 31 Oct 1995 07:28:21 -0800 Received: from veda.is (root@veda.is [193.4.230.1]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA23347 for ; Tue, 31 Oct 1995 07:27:03 -0800 Received: (from adam@localhost) by veda.is (8.6.12/8.6.12) id PAA10936; Tue, 31 Oct 1995 15:26:04 GMT Date: Tue, 31 Oct 1995 15:26:04 GMT From: Adam David Message-Id: <199510311526.PAA10936@veda.is> To: jgruber@jgruber2.INhouse.COMpuserve.COM Cc: freebsd-ports@freebsd.org Subject: NNTP port for 2.0 X-Newsreader: NN version 6.5.0 #2 (NOV) Sender: owner-ports@freebsd.org Precedence: bulk > I am tring to install the port for FreeBSD 2.0 NNTP. When I "make", I am > prompted for what file to patch. I have no idea what file to name so I tell it > to skip the patch. It then proceeds to error and die. Help please!!! How > do you go about knowing what file is being patched? The same thing happens on > the port for INN. Double wammied and not wanting to use CNEWS, I need your > help! The default NNTP configuration supplied depends on Cnews. News configurations supported in the FreeBSD ports collection are currently either Cnews (with or without NNTP), or INN. I'm not sure why you get the patching problem, but if you download and install the latest versions of /usr/share/mk/bsd.port.mk and /usr/ports/news/nntp/ you should not encounter this problem. Adam David From owner-freebsd-ports Tue Oct 31 09:16:34 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA07974 for ports-outgoing; Tue, 31 Oct 1995 09:16:34 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id JAA07923 for ; Tue, 31 Oct 1995 09:15:39 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id SAA22125; Tue, 31 Oct 1995 18:15:12 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id SAA06530; Tue, 31 Oct 1995 18:15:12 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id SAA00712; Tue, 31 Oct 1995 18:02:47 +0100 From: J Wunsch Message-Id: <199510311702.SAA00712@uriah.heep.sax.de> Subject: Re: xperfmon++ does not work with freebsd-stable To: jacs@gnome.co.uk (Chris Stenton) Date: Tue, 31 Oct 1995 18:02:47 +0100 (MET) Cc: ports@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "Chris Stenton" at Oct 31, 95 10:29:18 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 586 Sender: owner-ports@freebsd.org Precedence: bulk As Chris Stenton wrote: > > > For sometime xperfmon++ has stopped working with FreeBSD-stable. > When you try to run it, it comes up with the error > > xperfmon++: undefined symbols: _total > It seems that the kernel symbol _total has changed name since 2.0.5 It has been removed (and it's been unused before). Lars Köller is working on this. (Satoshi, is there a chance to put the corrected version into 2.1 yet?) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-ports Tue Oct 31 10:32:41 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA15320 for ports-outgoing; Tue, 31 Oct 1995 10:32:41 -0800 Received: from covina.lightside.com (covina.lightside.com [198.81.209.1]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id KAA15306 for ; Tue, 31 Oct 1995 10:32:37 -0800 Received: by covina.lightside.com (Smail3.1.28.1 #6) id m0tALU5-0009YjC; Tue, 31 Oct 95 10:32 PST Date: Tue, 31 Oct 1995 10:32:28 -0800 (PST) From: Jake Hamby To: Joerg Wunsch cc: Chris Stenton , ports@freebsd.org Subject: Re: xperfmon++ does not work with freebsd-stable In-Reply-To: <199510311702.SAA00712@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-ports@freebsd.org Precedence: bulk On Tue, 31 Oct 1995, J Wunsch wrote: > As Chris Stenton wrote: > >=20 > >=20 > > For sometime xperfmon++ has stopped working with FreeBSD-stable. > > When you try to run it, it comes up with the error > >=20 > > xperfmon++: undefined symbols: _total=20 >=20 > > It seems that the kernel symbol _total has changed name since 2.0.5 >=20 > It has been removed (and it's been unused before). >=20 > Lars K=F6ller is working on this. >=20 > (Satoshi, is there a chance to put the corrected version into 2.1 > yet?) Actually, xperfmon++ doesn't use _total for anything, it's just a static=20 reference that's leftover in one of the arrays. After removing it, and=20 shuffling around the remaining entries, it compiled fairly easily. I do=20 hope the port gets patched in time for 2.1.0, it is a nice program... ---Jake From owner-freebsd-ports Tue Oct 31 11:37:22 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA19169 for ports-outgoing; Tue, 31 Oct 1995 11:37:22 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA19161 for ; Tue, 31 Oct 1995 11:37:19 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id LAA01676; Tue, 31 Oct 1995 11:36:12 -0800 To: Brian Tao cc: Marc van Kempen , FREEBSD-PORTS-L Subject: Re: pkg_add/pkg_manage in 2.1.0-951026-SNAP In-reply-to: Your message of "Tue, 31 Oct 1995 09:52:34 EST." Date: Tue, 31 Oct 1995 11:36:12 -0800 Message-ID: <1674.815168172@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org Precedence: bulk > On Tue, 31 Oct 1995, Marc van Kempen wrote: > > > > pkg_manage uses the pkg_* tools to do the package stuff, I would say the > > error occurs in pkg_add. pkg_manage is able to extract the +COMMENT and > > +DESC files, because it has built-in support for this. > > So what's the fix for pkg_add? :) I need to reproduce the problem first! :) Jordan From owner-freebsd-ports Tue Oct 31 13:21:15 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA24516 for ports-outgoing; Tue, 31 Oct 1995 13:21:15 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA24459 for ; Tue, 31 Oct 1995 13:20:50 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id WAA28329; Tue, 31 Oct 1995 22:20:35 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id WAA09621; Tue, 31 Oct 1995 22:20:35 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id WAA19415; Tue, 31 Oct 1995 22:19:34 +0100 From: J Wunsch Message-Id: <199510312119.WAA19415@uriah.heep.sax.de> Subject: Re: xperfmon++ does not work with freebsd-stable To: jehamby@lightside.com (Jake Hamby) Date: Tue, 31 Oct 1995 22:19:34 +0100 (MET) Cc: joerg_wunsch@uriah.heep.sax.de, jacs@gnome.co.uk, ports@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "Jake Hamby" at Oct 31, 95 10:32:28 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 522 Sender: owner-ports@freebsd.org Precedence: bulk As Jake Hamby wrote: > > Actually, xperfmon++ doesn't use _total for anything, it's just a static=20 > reference that's leftover in one of the arrays. After removing it, and=20 > shuffling around the remaining entries, it compiled fairly easily. I know, but that's not the only bogon. It totally failed for a 2.2-current system (due to the NFSv3 changes). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-ports Tue Oct 31 20:02:14 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA15723 for ports-outgoing; Tue, 31 Oct 1995 20:02:14 -0800 Received: from metal.ops.neosoft.com (root@metal-pluto.ops.NeoSoft.COM [198.65.163.227]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id UAA15687 for ; Tue, 31 Oct 1995 20:02:00 -0800 Received: (from smace@localhost) by metal.ops.neosoft.com (8.7.1/8.7.1) id WAA28321; Tue, 31 Oct 1995 22:00:34 -0600 (CST) From: Scott Mace Message-Id: <199511010400.WAA28321@metal.ops.neosoft.com> Subject: Re: pkg_add/pkg_manage in 2.1.0-951026-SNAP To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Tue, 31 Oct 1995 22:00:34 +1800 (CST) Cc: taob@io.org, marc@bowtie.nl, freebsd-ports@freebsd.org In-Reply-To: <1674.815168172@time.cdrom.com> from "Jordan K. Hubbard" at Oct 31, 95 11:36:12 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-ports@freebsd.org Precedence: bulk > > > On Tue, 31 Oct 1995, Marc van Kempen wrote: > > > > > > pkg_manage uses the pkg_* tools to do the package stuff, I would say the > > > error occurs in pkg_add. pkg_manage is able to extract the +COMMENT and > > > +DESC files, because it has built-in support for this. > > > > So what's the fix for pkg_add? :) > > I need to reproduce the problem first! :) > I'm seeing the problem on my system as well, I'm seeing on the 1020 SNAP release as well as binaries built from a -stable tree synced daily... Scott From owner-freebsd-ports Wed Nov 1 06:32:59 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA16935 for ports-outgoing; Wed, 1 Nov 1995 06:32:59 -0800 Received: from ix3.ix.netcom.com (ix3.ix.netcom.com [199.182.120.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA16930 ; Wed, 1 Nov 1995 06:32:55 -0800 Received: from ppp.silcom.com by ix3.ix.netcom.com (8.6.12/SMI-4.1/Netcom) id GAA26116; Wed, 1 Nov 1995 06:32:18 -0800 Message-Id: <199511011432.GAA26116@ix3.ix.netcom.com> From: d_burr@ix.netcom.com (Donald Burr) To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Is there a speech synthesizer for FreeBSD 2.0.5? Date: Wed, 01 Nov 1995 14:32:29 GMT Organization: Netcom X-Mailer: Forte Agent .99b.113 Sender: owner-ports@freebsd.org Precedence: bulk I'm running FreeBSD 2.0.5 and was wondering if there's a package or port out there that can synthesize speech and output it through the soundcard? I.e. if I feed the program a file name or text on standard input, it will speak it. The voice doesn't have to be English-like at all -- in fact, for my purposes, a computer/robot-like voice would really sound cool. So, does anyone know of a program that can do this? I didn't really see anything on my CDROM that looked promising. I have programs for Linux, but suspect that the sound drivers (even though they're both written by the same person) are probably vastly incompatible, and porting it would be a nightmare. -- Donald Burr ** U.S. Mail: P.O. Box 91212, Santa Barbara, CA 93190-1212 Tel: (805) 564-1871 ** FAX: (805) 564-2315 ** Email: d_burr@ix.netcom.com WWW: http://www.physics.ucsb.edu/~dburr ** PGP Public Key available -- email me, or use public key servers ** Protect your right to privacy: Use PGP. From owner-freebsd-ports Wed Nov 1 07:19:13 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA18038 for ports-outgoing; Wed, 1 Nov 1995 07:19:13 -0800 Received: from spot.lodgenet.com (lodgenet.iw.net [204.157.148.88]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA17965 ; Wed, 1 Nov 1995 07:17:39 -0800 Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by spot.lodgenet.com (8.6.12/8.6.12) with ESMTP id JAA05532; Wed, 1 Nov 1995 09:16:58 -0600 Received: from localhost (localhost [127.0.0.1]) by jake.lodgenet.com (8.6.12/8.6.12) with SMTP id JAA23246; Wed, 1 Nov 1995 09:28:40 -0600 Message-Id: <199511011528.JAA23246@jake.lodgenet.com> X-Authentication-Warning: jake.lodgenet.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.2 7/18/95 To: d_burr@ix.netcom.com (Donald Burr) cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Is there a speech synthesizer for FreeBSD 2.0.5? In-reply-to: Your message of "Wed, 01 Nov 1995 14:32:29 GMT." <199511011432.GAA26116@ix3.ix.netcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Nov 1995 09:28:39 -0600 From: "Eric L. Hernes" Sender: owner-ports@freebsd.org Precedence: bulk > I'm running FreeBSD 2.0.5 and was wondering if there's a package or > port out there that can synthesize speech and output it through the > soundcard? I.e. if I feed the program a file name or text on standard > input, it will speak it. The voice doesn't have to be English-like at > all -- in fact, for my purposes, a computer/robot-like voice would > really sound cool. So, does anyone know of a program that can do > this? I didn't really see anything on my CDROM that looked promising. > I have programs for Linux, but suspect that the sound drivers (even > though they're both written by the same person) are probably vastly > incompatible, and porting it would be a nightmare. > Try rsynth from the ports dir. I saw it work once. I think you may have to cook your input files somewhat to sound right on output. I've also seen some web pages which spit out machine generated .au files on the fly.. I wish I had the urls handy :( > -- > Donald Burr ** U.S. Mail: P.O. Box 91212, Santa Barbara, CA 93190-1212 > Tel: (805) 564-1871 ** FAX: (805) 564-2315 ** Email: d_burr@ix.netcom.com > WWW: http://www.physics.ucsb.edu/~dburr ** PGP Public Key available -- email > me, or use public key servers ** Protect your right to privacy: Use PGP. > eric. -- erich@lodgenet.com erich@rrnet.com From owner-freebsd-ports Wed Nov 1 07:56:36 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA19560 for ports-outgoing; Wed, 1 Nov 1995 07:56:36 -0800 Received: from fslg8.fsl.noaa.gov (fslg8.fsl.noaa.gov [137.75.131.171]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id HAA19554 ; Wed, 1 Nov 1995 07:56:32 -0800 Received: by fslg8.fsl.noaa.gov (5.57/Ultrix3.0-C) id AA07113; Wed, 1 Nov 95 09:56:26 -0600 Received: by emu.fsl.noaa.gov (1.38.193.4/SMI-4.1 (1.38.193.4)) id AA04652; Wed, 1 Nov 1995 08:56:26 -0700 Date: Wed, 1 Nov 1995 08:56:26 -0700 From: kelly@fsl.noaa.gov (Sean Kelly) Message-Id: <9511011556.AA04652@emu.fsl.noaa.gov> To: d_burr@ix.netcom.com Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org In-Reply-To: <199511011432.GAA26116@ix3.ix.netcom.com> (d_burr@ix.netcom.com) Subject: Re: Is there a speech synthesizer for FreeBSD 2.0.5? Sender: owner-ports@freebsd.org Precedence: bulk >>>>> "Donald" == Donald Burr writes: Donald> I'm running FreeBSD 2.0.5 and was wondering if there's a Donald> package or port out there that can synthesize speech and Donald> output it through the soundcard? There's rsynth. It's in the ports collection. -- Sean Kelly NOAA Forecast Systems Laboratory, Boulder Colorado USA The Enterprise runs into a mysterious energy field of a type that it has encountered several times before. -- One of 46 things that never happen on Star Trek From owner-freebsd-ports Wed Nov 1 08:04:25 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA19910 for ports-outgoing; Wed, 1 Nov 1995 08:04:25 -0800 Received: from devnull (devnull.mpd.tandem.com [131.124.4.29]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id IAA19894 ; Wed, 1 Nov 1995 08:04:19 -0800 Received: from olympus by devnull (8.6.8/8.6.6) id KAA19196; Wed, 1 Nov 1995 10:03:22 -0600 Received: by olympus (4.1/TSS2.1) id AA07725; Wed, 1 Nov 95 10:03:43 CST From: faulkner@mpd.tandem.com (Boyd Faulkner) Message-Id: <9511011603.AA07725@olympus> Subject: Re: Is there a speech synthesizer for FreeBSD 2.0.5? To: d_burr@ix.netcom.com (Donald Burr) Date: Wed, 1 Nov 1995 10:03:42 -0600 (CST) Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org In-Reply-To: <199511011432.GAA26116@ix3.ix.netcom.com> from "Donald Burr" at Nov 1, 95 02:32:29 pm X-Mailer: ELM [version 2.4 PL17] Content-Type: text Content-Length: 738 Sender: owner-ports@freebsd.org Precedence: bulk Look at rsynth in the ports/packages. Boyd > > I'm running FreeBSD 2.0.5 and was wondering if there's a package or > port out there that can synthesize speech and output it through the > soundcard? I.e. if I feed the program a file name or text on standard > input, it will speak it. The voice doesn't have to be English-like at > all -- in fact, for my purposes, a computer/robot-like voice would > really sound cool. So, does anyone know of a program that can do > rsynth sounds like a computer all right. -- _______________________________________________________________________ Boyd Faulkner - faulkner@isd.tandem.com - http://cactus.org/~faulkner _______________________________________________________________________ From owner-freebsd-ports Wed Nov 1 11:11:48 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA25114 for ports-outgoing; Wed, 1 Nov 1995 11:11:48 -0800 Received: from covina.lightside.com (covina.lightside.com [198.81.209.1]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id LAA25105 ; Wed, 1 Nov 1995 11:11:42 -0800 Received: by covina.lightside.com (Smail3.1.28.1 #6) id m0tAiZ5-0009YWC; Wed, 1 Nov 95 11:11 PST Date: Wed, 1 Nov 1995 11:11:10 -0800 (PST) From: Jake Hamby To: Donald Burr cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Is there a speech synthesizer for FreeBSD 2.0.5? In-Reply-To: <199511011432.GAA26116@ix3.ix.netcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org Precedence: bulk On Wed, 1 Nov 1995, Donald Burr wrote: > I'm running FreeBSD 2.0.5 and was wondering if there's a package or > port out there that can synthesize speech and output it through the > soundcard? I.e. if I feed the program a file name or text on standard > input, it will speak it. The voice doesn't have to be English-like at > all -- in fact, for my purposes, a computer/robot-like voice would > really sound cool. So, does anyone know of a program that can do > this? I didn't really see anything on my CDROM that looked promising. > I have programs for Linux, but suspect that the sound drivers (even > though they're both written by the same person) are probably vastly > incompatible, and porting it would be a nightmare. > As several people have already mentioned, rsynth is in the ports collection. As it turns out, porting Linux audio programs to FreeBSD is trivial, since, as you mentioned, they were both written by the same person. Basically you have to change the "#include " to "#include " and the rest should compile in 99% of the cases. Of course if you have an old Amiga computer lying around, it had speech synthesis software built right into the ROM which can be handy for embedded applications (boot off of floppy drive, etc)... But that's another story. :-) ---Jake From owner-freebsd-ports Wed Nov 1 14:21:39 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA00508 for ports-outgoing; Wed, 1 Nov 1995 14:21:39 -0800 Received: from merde.dis.org (merde.dis.org [206.14.78.2]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA00501 ; Wed, 1 Nov 1995 14:21:35 -0800 Received: from merde.dis.org (localhost [127.0.0.1]) by merde.dis.org (8.6.11/8.6.11) with ESMTP id OAA01883; Wed, 1 Nov 1995 14:18:24 -0800 Message-Id: <199511012218.OAA01883@merde.dis.org> To: d_burr@ix.netcom.com (Donald Burr) cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Is there a speech synthesizer for FreeBSD 2.0.5? X-Phone: (510) 849-2230 X-Snail-address: 2560 Bancroft way #51;Berkeley CA 94704-1700 In-reply-to: Your message of Wed, 01 Nov 1995 14:32:29 +0000. <199511011432.GAA26116@ix3.ix.netcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1872.815264272.1@merde.dis.org> Date: Wed, 01 Nov 1995 14:17:53 -0800 From: Pete Shipley Sender: owner-ports@freebsd.org Precedence: bulk >I'm running FreeBSD 2.0.5 and was wondering if there's a package or >port out there that can synthesize speech and output it through the >soundcard? I.e. if I feed the program a file name or text on standard >input, it will speak it. The voice doesn't have to be English-like at >all -- in fact, for my purposes, a computer/robot-like voice would >really sound cool. So, does anyone know of a program that can do >this? I didn't really see anything on my CDROM that looked promising. >I have programs for Linux, but suspect that the sound drivers (even >though they're both written by the same person) are probably vastly >incompatible, and porting it would be a nightmare. > >-- I wrote one a while back (back == '88) but never finished it, it used a public domain test to phoneme converter that did not work to well thus 80% of the words were from a local exceptions table (and the phoneme converter ended up as a fall through for unknown words). I am not sure if I have the code around anymore but I can look around if you want.... -Pete From owner-freebsd-ports Thu Nov 2 00:06:52 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA20841 for ports-outgoing; Thu, 2 Nov 1995 00:06:52 -0800 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA20829 ; Thu, 2 Nov 1995 00:06:47 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.12/8.6.9) id AAA00770; Thu, 2 Nov 1995 00:06:39 -0800 Date: Thu, 2 Nov 1995 00:06:39 -0800 Message-Id: <199511020806.AAA00770@silvia.HIP.Berkeley.EDU> To: pst@freebsd.org CC: ports@freebsd.org Subject: gnats port From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk (1) Why does it categorize itself as "development" but resides in "databases"? (2) It builds without any optimization. Satoshi From owner-freebsd-ports Thu Nov 2 00:12:10 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA21057 for ports-outgoing; Thu, 2 Nov 1995 00:12:10 -0800 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA21051 ; Thu, 2 Nov 1995 00:12:05 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.12/8.6.9) id AAA00794; Thu, 2 Nov 1995 00:11:58 -0800 Date: Thu, 2 Nov 1995 00:11:58 -0800 Message-Id: <199511020811.AAA00794@silvia.HIP.Berkeley.EDU> To: asami@cs.berkeley.edu CC: pst@freebsd.org, ports@freebsd.org In-reply-to: <199511020806.AAA00770@silvia.HIP.Berkeley.EDU> (asami@cs.berkeley.edu) Subject: Re: gnats port From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk * (1) Why does it categorize itself as "development" but resides in * "databases"? * * (2) It builds without any optimization. (3) The elisp files should go into share/emacs/site-lisp, not lib/emacs/lisp. (4) The above elisp files are installed with executable bit on. Or are they executable #!/usr/local/bin/emacs scripts? :) Satoshi From owner-freebsd-ports Thu Nov 2 13:33:08 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA16834 for ports-outgoing; Thu, 2 Nov 1995 13:33:08 -0800 Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA16829 for ; Thu, 2 Nov 1995 13:33:05 -0800 Received: from localhost (localhost [127.0.0.1]) by precipice.shockwave.com (8.6.12/8.6.12) with SMTP id NAA04377; Thu, 2 Nov 1995 13:32:19 -0800 Message-Id: <199511022132.NAA04377@precipice.shockwave.com> To: asami@cs.berkeley.edu (Satoshi Asami) cc: ports@freebsd.org Subject: Re: gnats port In-reply-to: Your message of "Thu, 02 Nov 1995 00:06:39 PST." <199511020806.AAA00770@silvia.HIP.Berkeley.EDU> Date: Thu, 02 Nov 1995 13:32:18 -0800 From: Paul Traina Sender: owner-ports@freebsd.org Precedence: bulk From: asami@cs.berkeley.edu (Satoshi Asami) Subject: gnats port (1) Why does it categorize itself as "development" but resides in "databases"? my fubar, sorry, I'll fix (2) It builds without any optimization. that's how it was distributed from FSF, I'm working on a new version in beta at the moment. Satoshi From owner-freebsd-ports Thu Nov 2 16:11:02 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA22917 for ports-outgoing; Thu, 2 Nov 1995 16:11:02 -0800 Received: from chemserv.umd.edu (chemserv.umd.edu [129.2.64.40]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA22912 for ; Thu, 2 Nov 1995 16:10:58 -0800 Received: from cappuccino.eng.umd.edu (cappuccino.eng.umd.edu [129.2.98.14]) by chemserv.umd.edu (8.7/8.7) with ESMTP id TAA12128; Thu, 2 Nov 1995 19:10:53 -0500 (EST) Received: (chuckr@localhost) by cappuccino.eng.umd.edu (8.7/8.6.4) id TAA10696; Thu, 2 Nov 1995 19:10:52 -0500 (EST) Date: Thu, 2 Nov 1995 19:10:52 -0500 (EST) From: Chuck Robey X-Sender: chuckr@cappuccino.eng.umd.edu To: Paul Traina cc: Satoshi Asami , ports@freebsd.org Subject: Re: gnats port In-Reply-To: <199511022132.NAA04377@precipice.shockwave.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org Precedence: bulk On Thu, 2 Nov 1995, Paul Traina wrote: > > From: asami@cs.berkeley.edu (Satoshi Asami) > Subject: gnats port > (1) Why does it categorize itself as "development" but resides in > "databases"? > > my fubar, sorry, I'll fix It seems obvious, I mean, it's a bug DATABASE, right? Seriously, it's own documentation says it's a database, the mistake seems natural enough. > > (2) It builds without any optimization. > > that's how it was distributed from FSF, I'm working on a new version in > beta at the moment. > > Satoshi > ========================================================================== Chuck Robey chuckr@eng.umd.edu, I run FreeBSD-current on n3lxx + Journey2 Three Accounts for the Super-users in the sky, Seven for the Operators in their halls of fame, Nine for Ordinary Users doomed to crie, One for the Illegal Cracker with his evil game In the Domains of Internet where the data lie. One Account to rule them all, One Account to watch them, One Account to make them all and in the network bind them. From owner-freebsd-ports Fri Nov 3 12:42:37 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29319 for ports-outgoing; Fri, 3 Nov 1995 12:42:37 -0800 Received: from spot.lodgenet.com (lodgenet.iw.net [204.157.148.88]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA29179 ; Fri, 3 Nov 1995 12:40:57 -0800 Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by spot.lodgenet.com (8.6.12/8.6.12) with ESMTP id OAA17329; Fri, 3 Nov 1995 14:39:55 -0600 Received: from localhost (localhost [127.0.0.1]) by jake.lodgenet.com (8.6.12/8.6.12) with SMTP id OAA00534; Fri, 3 Nov 1995 14:49:18 -0600 Message-Id: <199511032049.OAA00534@jake.lodgenet.com> X-Authentication-Warning: jake.lodgenet.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.2 7/18/95 cc: freebsd-ports@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_lib - Imported sources In-reply-to: Your message of "Fri, 03 Nov 1995 12:33:36 PST." <199511032033.MAA28583@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Nov 1995 14:49:18 -0600 From: "Eric L. Hernes" Sender: owner-ports@freebsd.org Precedence: bulk Here's my cliff notes on setting up linux compat: 1) make sure you're running on a kernel whose config file has `options COMPAT_LINUX' in it. If not, then re-config, rebuild, and reboot. 2) make sure you have a set of linux shared libraries. Friday afternoon I intend to import my port of linux libraries. then it should just be to make install from /usr/ports/emulators/linux_lib. or get the port from the port ftp/www server. At any rate, your linux libraries must be installed in /compat/linux/{lib,usr/lib}. NOTE: linux libraries *must* be ZMAGIC, although it appears that binaries can be either ZMAGIC or QMAGIC. 3) make sure you have a /usr/bin/linux, if not do a `make all install' from /usr/src/lkm/linux. run /usr/bin/linux (as root). You should get output something like: (jake)$ sudo linux Linux emulator installed Module loaded as ID 2 (jake)$ 4) run your favorite linux binaries. I have personally run doom, Wingz, Xess, and Maple. I've made ports of Wingz, and Maple. Here's a sample run of a linux kermit: (jake)$ uname -a FreeBSD jake 2.2-CURRENT FreeBSD 2.2-CURRENT #0: Mon Oct 30 14:57:30 CST 1995 erich@jake:/usr/src/sys-atalk/compile/JAKE i386 (jake)$ file kermit kermit: setgid Linux/i386 demand-paged executable (ZMAGIC) not stripped (jake)$ ./kermit C-Kermit 5A(190), 4 Oct 94, for Linux Copyright (C) 1985, 1994, Trustees of Columbia University in the City of New York. Type ? or HELP for help. C-Kermit>quit (jake)$ eric. -- erich@lodgenet.com erich@rrnet.com From owner-freebsd-ports Fri Nov 3 15:08:27 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA16134 for ports-outgoing; Fri, 3 Nov 1995 15:08:27 -0800 Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id PAA16125 ; Fri, 3 Nov 1995 15:08:21 -0800 Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA15505; Sat, 4 Nov 95 00:00:30 +0100 Date: Sat, 4 Nov 95 00:00:30 +0100 Message-Id: <9511032300.AA15505@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: erich@lodgenet.com Cc: freebsd-ports@freebsd.org, freebsd-hackers@freebsd.org In-Reply-To: <199511032049.OAA00534@jake.lodgenet.com> (erich@lodgenet.com) Subject: Re: cvs commit: ports/emulators/linux_lib - Imported sources X-Mailer: Emacs Sender: owner-ports@freebsd.org Precedence: bulk >>>>> Eric L Hernes writes: > Here's my cliff notes on setting up linux compat: > 1) make sure you're running on a kernel whose config file > has `options COMPAT_LINUX' in it. If not, then re-config, rebuild, > and reboot. I did it, and I also have the SYSVxxx options > 2) make sure you have a set of linux shared libraries. Friday > afternoon I intend to import my port of linux libraries. > then it should just be to make install from > /usr/ports/emulators/linux_lib. or get the port from the port > ftp/www server. > At any rate, your linux libraries must be installed in > /compat/linux/{lib,usr/lib}. They are in /compat/linux/lib > NOTE: linux libraries *must* be ZMAGIC, although it appears that > binaries can be either ZMAGIC or QMAGIC. > 3) make sure you have a /usr/bin/linux, if not do a `make all install' > from /usr/src/lkm/linux. run /usr/bin/linux (as root). You > should get output something like: > (jake)$ sudo linux > Linux emulator installed > Module loaded as ID 2 > (jake)$ ok: bash# linux Linux emulator installed Module loaded as ID 0 > 4) run your favorite linux binaries. I have personally run I tried a random binary - no problem: bash# /cdrom2/usr/bin/ctags /cdrom2/usr/bin/ctags: No input files specified. /cdrom2/usr/bin/ctags: Try `/cdrom2/usr/bin/ctags --help' for a complete list of options. > doom, Wingz, Xess, and Maple. I've made ports of Wingz, and DOOM! bash# ./xdoom DOOM System Startup v1.8 V_Init: allocate screens. M_LoadDefaults: Load system defaults. Z_Init: Init zone memory allocation daemon. W_Init: Init WADfiles. adding ./doom1.wad shareware version. M_Init: Init miscellaneous info. R_Init: Init DOOM refresh daemon - [...................] P_Init: Init Playloop state. I_Init: Setting up machine state. D_CheckNetGame: Checking network game status. startskill 2 deathmatch: 0 startmap: 1 startepisode: 1 player 1 of 1 (1 nodes) S_Init: Setting up sound. HU_Init: Setting up heads up display. ST_Init: Init status bar. Using MITSHM extension LINUX: 'ioctl' fd=5, typ=0x450(P), num=0xa not implemented ioctl(dsp,-1073459190,arg) failed errno=22 shared memory id=131072, addr=0x802c000 The program starts, and crashes after a few seconds :0( Broken pipe And if I try to restart the program, it ends immediatly with ... Using MITSHM extension errno=17 Error: Could not get any shared memory Any hints? Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr ============================================================================= From owner-freebsd-ports Fri Nov 3 15:23:54 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA17265 for ports-outgoing; Fri, 3 Nov 1995 15:23:54 -0800 Received: from spot.lodgenet.com (lodgenet.iw.net [204.157.148.88]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA17094 ; Fri, 3 Nov 1995 15:22:05 -0800 Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by spot.lodgenet.com (8.6.12/8.6.12) with ESMTP id RAA18957; Fri, 3 Nov 1995 17:21:17 -0600 Received: from localhost (localhost [127.0.0.1]) by jake.lodgenet.com (8.6.12/8.6.12) with SMTP id RAA08692; Fri, 3 Nov 1995 17:31:05 -0600 Message-Id: <199511032331.RAA08692@jake.lodgenet.com> X-Authentication-Warning: jake.lodgenet.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.2 7/18/95 To: Jean-Marc Zucconi cc: erich@lodgenet.com, freebsd-ports@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_lib - Imported sources In-reply-to: Your message of "Sat, 04 Nov 1995 00:00:30 +0100." <9511032300.AA15505@cabri.obs-besancon.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Nov 1995 17:31:04 -0600 From: "Eric L. Hernes" Sender: owner-ports@freebsd.org Precedence: bulk > shared memory id=131072, addr=0x802c000 > > The program starts, and crashes after a few seconds :0( > > Broken pipe > > And if I try to restart the program, it ends immediatly with > ... > Using MITSHM extension > errno=17 > Error: Could not get any shared memory > > Any hints? I haven't run doom much, but I've heard that a broken .wad? file will cause the core dump. as to fix it... (so that you can restart doom) you need to run `ipcs -M' to determine the id of the shared mem seg, then `ipcrm -m ' to clear it out. Then you can run doom again. ipcs and ipcrm have manpages in -current, and possibly in the more recent snaps, I remember a fairly recent commit message so you may have to look. I'm encouraged to see you got this far :) > > Jean-Marc > > _____________________________________________________________________________ > Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex > PGP Key: finger jmz@cabri.obs-besancon.fr > ============================================================================= eric. -- erich@lodgenet.com erich@rrnet.com From owner-freebsd-ports Fri Nov 3 15:42:10 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA18873 for ports-outgoing; Fri, 3 Nov 1995 15:42:10 -0800 Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA18834 ; Fri, 3 Nov 1995 15:41:59 -0800 Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (8.6.11/8.6.11) with SMTP id XAA01075 ; Fri, 3 Nov 1995 23:37:32 GMT To: Jean-Marc Zucconi cc: erich@lodgenet.com, freebsd-ports@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_lib - Imported sources In-reply-to: Your message of "Sat, 04 Nov 1995 00:00:30 +0100." <9511032300.AA15505@cabri.obs-besancon.fr> Date: Fri, 03 Nov 1995 23:37:27 +0000 Message-ID: <1073.815441847@palmer.demon.co.uk> From: Gary Palmer Sender: owner-ports@freebsd.org Precedence: bulk Jean-Marc Zucconi wrote in message ID <9511032300.AA15505@cabri.obs-besancon.fr>: > Using MITSHM extension > LINUX: 'ioctl' fd=5, typ=0x450(P), num=0xa not implemented > ioctl(dsp,-1073459190,arg) failed > errno=22 > shared memory id=131072, addr=0x802c000 Recognise this one - it's running the sndserver app... delete it or move it out of the execution path and it'll work fine... > And if I try to restart the program, it ends immediatly with > ... > Using MITSHM extension > errno=17 > Error: Could not get any shared memory There's a way to clear shmem, but I can never remember... Jordan? You told me how last time :-) Gary From owner-freebsd-ports Fri Nov 3 16:08:23 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA20291 for ports-outgoing; Fri, 3 Nov 1995 16:08:23 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA20273 ; Fri, 3 Nov 1995 16:08:19 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id QAA24708; Fri, 3 Nov 1995 16:05:50 -0800 To: "Eric L. Hernes" cc: freebsd-ports@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_lib - Imported sources In-reply-to: Your message of "Fri, 03 Nov 1995 14:49:18 CST." <199511032049.OAA00534@jake.lodgenet.com> Date: Fri, 03 Nov 1995 16:05:50 -0800 Message-ID: <24705.815443550@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org Precedence: bulk > Here's my cliff notes on setting up linux compat: Where are you getting a ZMAGIC version of ld.so from? I can only find the QMAGIC version in the slackware distribution? :( Jordan From owner-freebsd-ports Fri Nov 3 16:33:59 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA22196 for ports-outgoing; Fri, 3 Nov 1995 16:33:59 -0800 Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA22159 ; Fri, 3 Nov 1995 16:33:47 -0800 Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (8.6.11/8.6.11) with SMTP id AAA01184 ; Sat, 4 Nov 1995 00:26:35 GMT To: "Jordan K. Hubbard" cc: "Eric L. Hernes" , freebsd-ports@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_lib - Imported sources In-reply-to: Your message of "Fri, 03 Nov 1995 16:05:50 PST." <24705.815443550@time.cdrom.com> Date: Sat, 04 Nov 1995 00:26:30 +0000 Message-ID: <1182.815444790@palmer.demon.co.uk> From: Gary Palmer Sender: owner-ports@freebsd.org Precedence: bulk "Jordan K. Hubbard" wrote in message ID <24705.815443550@time.cdrom.com>: > > Here's my cliff notes on setting up linux compat: > Where are you getting a ZMAGIC version of ld.so from? I can > only find the QMAGIC version in the slackware distribution? :( Off the 2.0.5 CDROM? :-) I've uuencoded it and sent it to Jordan in a separate e-mail in case he can't be bothered finding a 205 disc :-) Gary From owner-freebsd-ports Fri Nov 3 17:25:38 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA25306 for ports-outgoing; Fri, 3 Nov 1995 17:25:38 -0800 Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id RAA25280 ; Fri, 3 Nov 1995 17:25:30 -0800 Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA16254; Sat, 4 Nov 95 02:25:23 +0100 Date: Sat, 4 Nov 95 02:25:23 +0100 Message-Id: <9511040125.AA16254@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: erich@lodgenet.com Cc: freebsd-ports@freebsd.org, freebsd-hackers@freebsd.org In-Reply-To: <199511032331.RAA08692@jake.lodgenet.com> (erich@lodgenet.com) Subject: Re: cvs commit: ports/emulators/linux_lib - Imported sources X-Mailer: Emacs Sender: owner-ports@freebsd.org Precedence: bulk >>>>> Eric L Hernes writes: >> shared memory id=131072, addr=0x802c000 >> >> The program starts, and crashes after a few seconds :0( >> >> Broken pipe >> >> And if I try to restart the program, it ends immediatly with >> ... >> Using MITSHM extension >> errno=17 >> Error: Could not get any shared memory >> >> Any hints? > I haven't run doom much, but I've heard that a broken .wad? file will > cause the core dump. Gary gave the answer: remove the sound server program > as to fix it... (so that you can restart doom) > you need to run `ipcs -M' to determine the id of the shared mem seg, > then `ipcrm -m ' to clear it out. Then you can run doom again. > ipcs and ipcrm have manpages in -current, and possibly in the more > recent snaps, I remember a fairly recent commit message so you may > have to look. 'ipcs -m' and 'ipcrm -m ' did the job. Thanks. > I'm encouraged to see you got this far :) But I am only at the begining of the game - I have now to figure how to start a level :-) Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr =============================================================================