From: Ryan Underwood <nemesis-lists@icequake.net>
To: linux-msdos@vger.kernel.org
Subject: Re: dosemu 1.1.5.7 (was Re: dosemu 1.1.5.6)
Date: Sat, 23 Aug 2003 12:58:33 -0500 [thread overview]
Message-ID: <20030823175833.GM6464@dbz.icequake.net> (raw)
In-Reply-To: <Pine.LNX.4.44.0308222355560.3962-100000@enbeo.localnet>
Hi Bart,
I updated my unofficial dosemu-devel debian package for 1.1.5.7.
http://home.icequake.net/~nemesis/debian/binary/dosemu-devel_1.1.5.7-1_i386.deb
Also, the following code in Makefile.conf presents a problem:
ifeq (0,${MAKELEVEL})
export abs_top_builddir:=$(shell cd $(top_builddir) && pwd -P)
SUBDIR := $(subst $(abs_top_builddir)/src/,,$(shell pwd -P))
else
endif
The problem is that when debian/rules install target calls the install
target for DOSEMU, MAKELEVEL is 1, not zero, so abs_top_builddir is not
set, and Makefile.main's install target tries to rm -rf /tmp (!).
This is only a problem when using the debian build system (which also
uses make) -- a standalone build doesn't do it.
Changing ifeq (1,${MAKELEVEL}) works for debuild, but is a hack.
Ryan
On Sat, Aug 23, 2003 at 12:10:54AM +0100, Bart Oldeman wrote:
> On Fri, 25 Jul 2003, Eemeli Kantola wrote:
>
> > If you under win9x or unix create a text file containing intl chars,
> > they appear incorrectly under dos edit, for example. This has something
> > to do with font differences between dos and windows/unix, but is anyway
> > the "preferred" behavior. However, windows somehow converts chars in
> > file names somehow that they look the same under dos and windows. Dosemu
> > seems to know nothing about that: as an example, a file named "cliché"
> > is shown as "clich<theta>" (where <theta> is a single greek theta) under
> > dosemu.
>
> right so this problem surfaced in 1.1.5.6 since the vfat kernel driver
> translates from codepage xxx (default=437) to codepage iso8859-1 and
> 1.1.5.6 (on VFAT) doesn't mangle short filenames.
>
> Well it turned out that this easy approach (no mangling at all on
> VFAT) wasn't feasible in all cases and that with the unicode
> infrastructure already there in several places it was not that hard to
> translate filenames from the UNIX to the DOS character set now.
>
> In my testings (and Stas' for Cyrillic) it all works so I've put up
> 1.1.5.7 at http://www.dosemu.org/testing to ask for wider testing.
>
> We'll try to fix the LD_ASSUME_KERNEL and RH 9 issues for 1.1.5.8.
>
> Also in 1.1.5.7:
> * should fix the attribute (color) problems reported by Bernhard Bialas
> * DPMI was improved at several places; now it runs Windows 3.1 with
> os2win31.zip again.
> * some smaller fixes
>
> Bart
>
> -
> 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
>
--
Ryan Underwood, <nemesis at icequake.net>, icq=10317253
-
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
next prev parent reply other threads:[~2003-08-23 17:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-20 16:33 dosemu 1.1.5.6 Bart Oldeman
2003-07-21 5:13 ` Grigory Batalov
2003-07-25 18:15 ` Eemeli Kantola
2003-08-22 23:10 ` dosemu 1.1.5.7 (was Re: dosemu 1.1.5.6) Bart Oldeman
2003-08-23 7:21 ` Eemeli Kantola
2003-08-23 17:58 ` Ryan Underwood [this message]
2003-08-23 19:47 ` Bart Oldeman
2003-08-23 21:59 ` Ryan Underwood
2003-08-23 22:17 ` Bart Oldeman
2003-08-23 22:36 ` Ryan Underwood
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=20030823175833.GM6464@dbz.icequake.net \
--to=nemesis-lists@icequake.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox