Need some testing...

Bill Fink mol-general@lists.maconlinux.org
Wed, 5 Feb 2003 00:53:57 -0500


Hi Samuel,

> On Tue, 4 Feb 2003, Samuel Rydh wrote:
> 
> The release of the next MOL version is getting closer. I would appreciate
> some testing before that though.
> 
> The following features are new:
> 
> 	- Audio support in OSX
> 	- UFS boot support (OSX)
> 	- Significant OSX optimizations
> 	- Improved audio quality in classic MacOS (mp3:s no longer
> 	  skips, playing QT movies from the harddisk works better)
> 
> Semi-new features (that have been in the developer tree for a while):
> 
> 	- Ejectable CD support (OSX and classic)
> 	- CD booting support in OSX
> 
> To build mol from the rsync tree:
> 
> 	rsync -vzr rsync.penguinppc.org::mol mol-rsync
> 	cd mol-rsync
> 	./autogen.sh ; ./configure ; make libimport ; make
> 	make install (as root)
> 
> To build mol from the bitkeeper tree:
> 
> 	bk clone bk://mol.bkbits.net/MOL mol-bk
> 	cd mol-bk
> 	bk -r co
> 	./autogen.sh ; ./configure ; make libimport ; make
> 	make install (as root)
> 
> Have fun,

Instead of doing a "make install", I did a "make rpms", and then
upgraded my mol and mol-kmods RPMs to the new 0.9.68 version.  
Everything built fine and installed fine, but when I did a
"startmol --loadonly" (after rmmod'ing the existing MOL related
modules, I got:

Mac-on-Linux 0.9.68 Copyright (C) 1997-2002 Samuel Rydh
Config dir: /etc/mol
Data dir: /usr/share/mol/0.9.68
Loading Mac-on-Linux kernel module:
   /usr/lib/mol/0.9.68/modules/2.4.20-ben1-bill/mol.o
/usr/lib/mol/0.9.68/modules/2.4.20-ben1-bill/mol.o: unresolved symbol emuaccel_table
====================================================================
  Failed to load the module - try recompiling the MOL kernel
  module. Instructions (and information about common problems)
  are available at <http://www.maconlinux.org>.
====================================================================

						-Bill