Known Bugs Oberon for GNU/Linux Known Bugs
This is the list of bugs found in the current version of Oberon V4 for GNU/Linux.
If you find any new bugs mail them using the GNU/Linux Oberon V4 mailing list. oberonlinux@onelist.com.
List of known bugs:
Version Description Solution
glibc Cannot compile bootloader or run Oberon under glibc2.1 based systems Download patched linux.oberon.c and recompile. Alternatively you can download the compiled executable. Also available on mirror.This bug will be fixed with the next release ;-)
glibc doesn't run under RedHat recompile the bootloader
cd $OBROOT
make clean
make
      
or apply the RedHat patch supplied by J.F.Sourcaille
cd $OBROOT
tar zxvf oberon1.3.redhat.patch.tar.gz
both Oberon does not start, complaining about fonts
cd $OBROOT/xfonts
rm fonts.dir
mkfontdir .
both improved startup script (sob)
#!/bin/bash
for f in ind $OBROOT -type d -maxdepth 1 -mindepth 1;  do
  rm asename $f
  if ! test -e asename $f ; then
          ln -s $f asename $f 2> /dev/null
  fi
done
rm root
ln -s $OBROOT root 2> /dev/null
OBERON="./:ind $OBROOT -type d | tr "\12" :"
export OBERON
xset +fp $OBROOT/xfonts
$OBROOT/oberon $1 $2 $3 $4 $5

List of known problems:

See also, the ToDo - list for things you could do to improve Oberon V4 for GNU/Linux.

The Oberon Webring Navigator
[Skip Prev] [Prev] [Next] [Skip Next]
[Random] [Next 5] [List Sites] [Join]


Valid HTML 4.0! Oberon WebRing Powered by Linux