Linux MS DOS discussions
 help / color / mirror / Atom feed
From: isy <wy@ngi.de>
To: linux-msdos@vger.kernel.org
Subject: dosemu 1.3.4 installation fails
Date: Tue, 9 Jan 2007 08:59:49 +0100	[thread overview]
Message-ID: <200701090859.49138.wy@ngi.de> (raw)

I am running Open Suse 10.1 with AMD Athlon 64.

make finished like this:

make[2]: Leaving directory 
`/home/isy/temp/dosemu134/dosemu-1.3.4/src/plugin/translate/charsets'
make[2]: Entering directory `/home/isy/temp/dosemu134/dosemu-1.3.4/src'
gcc -c -MP -MMD -I../src/include -I../src/plugin/include -Wall 
-Wstrict-prototypes -Wmissing-declarations -Wnested-externs -O2 
-fomit-frame-pointer -fno-strict-aliasing -Wno-pointer-sign -mtune=k8 -pipe  
-o emu.o emu.c
gcc -Wl,-warn-common -rdynamic -o ../1.3.4.0/bin/dosemu.bin emu.o -Llib \
   -Wl,--whole-archive -lenv_video -lbase -lbase_async -larch_linux_async 
-larch_linux_mapping -lbase_misc -lbase_dev_misc -lemu-i386 -lemu-i386_simx86 
-lenv -lbase_speaker -lbase_dev_pic -ldosext_dpmi -ldosext_mfs -ldosext_misc 
-lbase_init -lbase_serial -lbase_mouse -lbase_dev_dma -larch_linux_debugger 
-ldosext_net_net -ldosext_sound -larch_linux_dosext_sound -ldosext_drivers 
-lbase_bios -lplugin_extra_charsets -lplugin_commands -lplugin_sdl 
-lplugin_gpm -lplugin_kbd_unicode -lplugin_X -lplugin_translate 
-lplugin_translate_charsets -Wl,--no-whole-archive -lrt  -ldl -lm
sed -e "s|SYSTEM_CONF_PATH=NOT_SYSTEM_WIDE|SYSTEM_CONF_PATH=/etc/dosemu|" \
    -e "s|SYSTEM_XFONTS_PATH=NOT_SYSTEM_WIDE|
SYSTEM_XFONTS_PATH=/usr/local/share/dosemu/Xfonts|" \
    -e "s|SYSTEM_BIN_PATH=NOT_SYSTEM_WIDE|SYSTEM_BIN_PATH=/usr/local/bin|" \
              ../dist/dosemu.systemwide > ../1.3.4.0/bin/dosemu
tail -n +9 ../dist/dosemu >> ../1.3.4.0/bin/dosemu
chmod +x ../1.3.4.0/bin/dosemu
make[2]: Leaving directory `/home/isy/temp/dosemu134/dosemu-1.3.4/src'

---------------------------------DONE compiling-------------------------------

 Now you must install DOSEMU. Make sure you are root and:
 make install






Then this happened:

make[1]: Leaving directory `/home/isy/temp/dosemu134/dosemu-1.3.4/src'
isy@isy:~/temp/dosemu134/dosemu-1.3.4> su -
Password:
isy:~ # cd /home/isy/temp/dosemu134/dosemu-1.3.4/
isy:/home/isy/temp/dosemu134/dosemu-1.3.4 # make install
make[1]: Entering directory `/home/isy/temp/dosemu134/dosemu-1.3.4/src'
rm -rf ../tmp
mkdir -p -m 0755 /home/isy/temp/dosemu134/dosemu-1.3.4/tmp/dosemu
/usr/bin/install -c -d /usr/local/share/dosemu
for i in `find ../commands/* -type f`; do \
  /usr/bin/install -c -m 0644 
$i /home/isy/temp/dosemu134/dosemu-1.3.4/tmp/dosemu; \
done
cd ../commands; for i in `find * -type l`; do \
  ln -sf generic.com /home/isy/temp/dosemu134/dosemu-1.3.4/tmp/dosemu/$i; \
done
rm -rf /usr/local/share/dosemu/commands /usr/local/share/dosemu/freedos
rm -rf /usr/local/share/dosemu/drive_z /usr/local/share/dosemu/*.tgz
/usr/bin/install -c -d /etc/dosemu
cd ..; if [ -f dosemu-freedos-bin.tgz ]; then \
  rm -f /usr/local/share/dosemu/drive_z/tmp; \
  tar -C /usr/local/share/dosemu/.. --no-same-owner -xpzf 
dosemu-freedos-bin.tgz; \
  rm -f /usr/local/share/dosemu/FDchange.log; \
  rm -f /usr/local/share/dosemu/README.bindist; \
  mv /usr/local/share/dosemu/freedos /usr/local/share/dosemu/drive_z; \
  /usr/bin/install -c -m 0644 dist/config.sys /usr/local/share/dosemu/drive_z; 
\
  /usr/bin/install -c -m 0644 
dist/autoexec.bat /usr/local/share/dosemu/drive_z; \
  /usr/bin/install -c -m 0644 dist/config.emu /usr/local/share/dosemu/drive_z; 
\
  /usr/bin/install -c -m 0644 
dist/autoemu.bat /usr/local/share/dosemu/drive_z; \
  /usr/bin/install -c -d /etc/dosemu/drives; \
  if [ ! -e /etc/dosemu/drives/c ]; then \
    ln -sf /usr/local/share/dosemu/drive_z /etc/dosemu/drives/c; \
  fi; \
  if [ ! -e /etc/dosemu/drives/d ]; then \
    ln -sf /usr/local/share/dosemu/drive_z /etc/dosemu/drives/d; \
  fi; \
  rm -rf /usr/local/share/dosemu/drive_z/tmp; \
  ln -sf /tmp /usr/local/share/dosemu/drive_z/tmp; \
  # legacy symlink; \
  ln -sf drive_z /usr/local/share/dosemu/freedos; \
fi
/bin/bash: -c: line 1: syntax error: unexpected end of file
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/isy/temp/dosemu134/dosemu-1.3.4/src'
make: *** [install] Error 2
isy:/home/isy/temp/dosemu134/dosemu-1.3.4 # make install
make[1]: Entering directory `/home/isy/temp/dosemu134/dosemu-1.3.4/src'
rm -rf ../tmp
mkdir -p -m 0755 /home/isy/temp/dosemu134/dosemu-1.3.4/tmp/dosemu
/usr/bin/install -c -d /usr/local/share/dosemu
for i in `find ../commands/* -type f`; do \
  /usr/bin/install -c -m 0644 
$i /home/isy/temp/dosemu134/dosemu-1.3.4/tmp/dosemu; \
done
cd ../commands; for i in `find * -type l`; do \
  ln -sf generic.com /home/isy/temp/dosemu134/dosemu-1.3.4/tmp/dosemu/$i; \
done
rm -rf /usr/local/share/dosemu/commands /usr/local/share/dosemu/freedos
rm -rf /usr/local/share/dosemu/drive_z /usr/local/share/dosemu/*.tgz
/usr/bin/install -c -d /etc/dosemu
cd ..; if [ -f dosemu-freedos-bin.tgz ]; then \
  rm -f /usr/local/share/dosemu/drive_z/tmp; \
  tar -C /usr/local/share/dosemu/.. --no-same-owner -xpzf 
dosemu-freedos-bin.tgz; \
  rm -f /usr/local/share/dosemu/FDchange.log; \
  rm -f /usr/local/share/dosemu/README.bindist; \
  mv /usr/local/share/dosemu/freedos /usr/local/share/dosemu/drive_z; \
  /usr/bin/install -c -m 0644 dist/config.sys /usr/local/share/dosemu/drive_z; 
\
  /usr/bin/install -c -m 0644 
dist/autoexec.bat /usr/local/share/dosemu/drive_z; \
  /usr/bin/install -c -m 0644 dist/config.emu /usr/local/share/dosemu/drive_z; 
\
  /usr/bin/install -c -m 0644 
dist/autoemu.bat /usr/local/share/dosemu/drive_z; \
  /usr/bin/install -c -d /etc/dosemu/drives; \
  if [ ! -e /etc/dosemu/drives/c ]; then \
    ln -sf /usr/local/share/dosemu/drive_z /etc/dosemu/drives/c; \
  fi; \
  if [ ! -e /etc/dosemu/drives/d ]; then \
    ln -sf /usr/local/share/dosemu/drive_z /etc/dosemu/drives/d; \
  fi; \
  rm -rf /usr/local/share/dosemu/drive_z/tmp; \
  ln -sf /tmp /usr/local/share/dosemu/drive_z/tmp; \
  # legacy symlink; \
  ln -sf drive_z /usr/local/share/dosemu/freedos; \
fi
/bin/bash: -c: line 1: syntax error: unexpected end of file
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/isy/temp/dosemu134/dosemu-1.3.4/src'
make: *** [install] Error 2



Any suggestions?

Thanks

             reply	other threads:[~2007-01-09  7:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-09  7:59 isy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-01-09  8:35 dosemu 1.3.4 installation fails isy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200701090859.49138.wy@ngi.de \
    --to=wy@ngi.de \
    --cc=linux-msdos@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox