All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bart Oldeman <bartoldeman@users.sourceforge.net>
To: linux-msdos@vger.kernel.org
Subject: Re: Install error with Make Install in CVS version of Dosemu
Date: Tue, 13 Dec 2005 10:43:35 +1300 (NZDT)	[thread overview]
Message-ID: <Pine.LNX.4.62.0512131041500.8834@enm-bo-lt.localnet> (raw)
In-Reply-To: <op.s1n0xbif6hj6fq@ibmt22>

On Mon, 12 Dec 2005, Victor Warner wrote:

> Downloaded the latest CVS version (downloaded 12 December 2005)
>
> When I got to Make Install (after being root) I get error messages. The full 
> text of what is produced by Make Install is below. Any help would be 
> gratefully appreciated.

Thanks for reporting, it happens only on fresh installations.

It's corrected in CVS now, or use the patch below in case CVS lags.

Bart

--- src/arch/linux/Makefile.main.~1.21.~	2005-11-29 22:29:30.000000000 +1300
+++ src/arch/linux/Makefile.main	2005-12-13 10:39:24.000000000 +1300
@@ -150,7 +150,6 @@
  	done
  	rm -rf $(DESTDIR)$(dosemudir)/commands $(DESTDIR)$(dosemudir)/freedos/dosemu
  	cp -a $(TMP)/dosemu $(DESTDIR)$(dosemudir)/commands
-	ln -sf ../commands $(DESTDIR)$(dosemudir)/freedos/dosemu
  	cd $(TMP)/dosemu; \
  	for i in `find . -type f` ; do \
  	  ln -snf $(dosemudir)/commands/$${i:2} $$i; \
@@ -179,6 +178,7 @@
  	  fi; \
  	  rm -rf $(DESTDIR)$(dosemudir)/freedos/tmp; \
  	  ln -sf /tmp $(DESTDIR)$(dosemudir)/freedos/tmp; \
+	  ln -sf ../commands $(DESTDIR)$(dosemudir)/freedos/dosemu; \
  	fi
  	$(INSTALL) -d $(DESTDIR)$(sysconfdir)
  	if [ ! -f $(DESTDIR)$(sysconfdir)/dosemu.conf ]; then \

  reply	other threads:[~2005-12-12 21:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-12 10:04 Install error with Make Install in CVS version of Dosemu Victor Warner
2005-12-12 21:43 ` Bart Oldeman [this message]
2005-12-13 20:34 Stas Sergeev
2005-12-14 22:24 ` Bart Oldeman
2005-12-14  8:13 Victor Warner
2005-12-14 10:34 Stas Sergeev

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=Pine.LNX.4.62.0512131041500.8834@enm-bo-lt.localnet \
    --to=bartoldeman@users.sourceforge.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.