All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Install error with Make Install in CVS version of Dosemu
@ 2005-12-13 20:34 Stas Sergeev
  2005-12-14 22:24 ` Bart Oldeman
  0 siblings, 1 reply; 6+ messages in thread
From: Stas Sergeev @ 2005-12-13 20:34 UTC (permalink / raw)
  To: linux-msdos

Hello.

Bart Oldeman wrote:
> It's corrected in CVS now, or use the patch below in case CVS lags.
I was doing the CVS search now and when finished, did
"make install" on the fresh CVS build. I got a segmentation
fault because "make install" seem to no longer copy the
plugins, only the dosemu.bin. I had to copy the plugin
files manually to get dosemu working again.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Install error with Make Install in CVS version of Dosemu
  2005-12-13 20:34 Install error with Make Install in CVS version of Dosemu Stas Sergeev
@ 2005-12-14 22:24 ` Bart Oldeman
  0 siblings, 0 replies; 6+ messages in thread
From: Bart Oldeman @ 2005-12-14 22:24 UTC (permalink / raw)
  To: linux-msdos

On Tue, 13 Dec 2005, Stas Sergeev wrote:

> Bart Oldeman wrote:
>> It's corrected in CVS now, or use the patch below in case CVS lags.
> I was doing the CVS search now and when finished, did
> "make install" on the fresh CVS build. I got a segmentation
> fault because "make install" seem to no longer copy the
> plugins, only the dosemu.bin. I had to copy the plugin
> files manually to get dosemu working again.

Can you see where this went wrong? I can't reproduce this, and the OP 
obviously has "make install" working as well now.

Bart


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Install error with Make Install in CVS version of Dosemu
@ 2005-12-14 10:34 Stas Sergeev
  0 siblings, 0 replies; 6+ messages in thread
From: Stas Sergeev @ 2005-12-14 10:34 UTC (permalink / raw)
  To: linux-msdos

Hello.

Victor Warner wrote:
> Shell, Ed, DataPerfect etc) I still get the white banding which I 
> reported sometime ago.
What tracker ID does it have? I don't see any
active reports of yours right now.
How goes your older keyboard problem btw?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Install error with Make Install in CVS version of Dosemu
@ 2005-12-14  8:13 Victor Warner
  0 siblings, 0 replies; 6+ messages in thread
From: Victor Warner @ 2005-12-14  8:13 UTC (permalink / raw)
  To: linux-msdos

Bart, Stas

I downloaded CVS when I got Bart's post and Dosemu installed fine.

However, when using any WordPerfect products (WordPerfect 5.1, WordPerfect 6.2,
Shell, Ed, DataPerfect etc) I still get the white banding which I reported
sometime ago. I have tried this latest CVS on three different machines (2
laptops, one desktop) and the white banding happens on all of them. I am using
Linspire 5.0.59 or 5.0.347. Is there a solution to this issue?

I do not use any non-WP software. I did try Microsoft's Edit and the white
banding did not occur. 

Victor Warner.

On Tue, 13 Dec 2005 23:34 , Stas Sergeev <stsp@aknet.ru> sent:

>Hello.
>
>Bart Oldeman wrote:
>> It's corrected in CVS now, or use the patch below in case CVS lags.
>I was doing the CVS search now and when finished, did
>"make install" on the fresh CVS build. I got a segmentation
>fault because "make install" seem to no longer copy the
>plugins, only the dosemu.bin. I had to copy the plugin
>files manually to get dosemu working again.
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html



---- Message sent via Waitrose Webmail - http://www.waitrose.com/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Install error with Make Install in CVS version of Dosemu
  2005-12-12 10:04 Victor Warner
@ 2005-12-12 21:43 ` Bart Oldeman
  0 siblings, 0 replies; 6+ messages in thread
From: Bart Oldeman @ 2005-12-12 21:43 UTC (permalink / raw)
  To: linux-msdos

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 \

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Install error with Make Install in CVS version of Dosemu
@ 2005-12-12 10:04 Victor Warner
  2005-12-12 21:43 ` Bart Oldeman
  0 siblings, 1 reply; 6+ messages in thread
From: Victor Warner @ 2005-12-12 10:04 UTC (permalink / raw)
  To: linux-msdos

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.

Victor Warner



ibmt22:/home/victor/various/dosemu2/dosemu# make install
make[1]: Entering directory `/home/victor/various/dosemu2/dosemu/src'
rm -rf ../tmp
mkdir -p -m 0755 /home/victor/various/dosemu2/dosemu/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/victor/various/dosemu2/dosemu/tmp/dosemu; \
done
cd ../commands; for i in `find * -type l`; do \
   ln -sf generic.com /home/victor/various/dosemu2/dosemu/tmp/dosemu/$i; \
done
rm -rf /usr/local/share/dosemu/commands  
/usr/local/share/dosemu/freedos/dosemu
cp -a /home/victor/various/dosemu2/dosemu/tmp/dosemu  
/usr/local/share/dosemu/commands
ln -sf ../commands /usr/local/share/dosemu/freedos/dosemu
ln: creating symbolic link `/usr/local/share/dosemu/freedos/dosemu' to  
`../commands': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/victor/various/dosemu2/dosemu/src'
make: *** [install] Error 2

Victor Warner

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-12-14 22:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-13 20:34 Install error with Make Install in CVS version of Dosemu Stas Sergeev
2005-12-14 22:24 ` Bart Oldeman
  -- strict thread matches above, loose matches on Subject: below --
2005-12-14 10:34 Stas Sergeev
2005-12-14  8:13 Victor Warner
2005-12-12 10:04 Victor Warner
2005-12-12 21:43 ` Bart Oldeman

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.