From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frantisek Hanzlik Subject: Re: Problem with dosemu Date: Wed, 23 Apr 2014 09:06:05 +0200 Message-ID: <5357665D.1020302@hanzlici.cz> References: <53323C56.4090205@earthlink.net> <5338674A.70108@hanzlici.cz> <5338A746.6030207@earthlink.net> <533919B4.7010809@hanzlici.cz> <534BFE2C.5080507@earthlink.net> <534C5FA3.2000407@hanzlici.cz> <534C984E.7070808@earthlink.net> <53557D37.8000007@hanzlici.cz> <5355D46F.7040309@earthlink.net> <5356E8BB.2010909@hanzlici.cz> <5357347D.1010401@earthlink.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5357347D.1010401@earthlink.net> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: jankomEarthlink , DOSEMU/FreeDOS jankomEarthlink wrote: > Hi Franta, > > On 04/22/2014 06:10 PM, Frantisek Hanzlik wrote: >> good news - thanks to Stas Sergeev great work from yesterday are in dosemu repaired some issues and isn't now necessary copy kernel.sys to C:\, as I wrote yesterday. New >> Fedora3 RPM packages are: http://www.hanzlici.cz/packages/fedora/dosemu/fc3/dosemu-1.4.0.8-git633.g3492afd.3.dbgemu.fc3.i686.rpm >> http://www.hanzlici.cz/packages/fedora/dosemu/fc3/dosemu-1.4.0.8-git633.g3492afd.3.dbgemu.fc3.src.rpm > I tried the rpm but there were a bunch of dependency issues, see below - just F.Y.I.: > [root@Andraslinux apu]# rpm -ivh xfer_andraswd/src/dosemu-1.4.0.8-git633.g3492afd.3.dbgemu.fc3.i686.rpm > error: Failed dependencies: > SDL_gfx is needed by dosemu-1.4.0.8-git633.g3492afd.3.dbgemu.fc3.i686 > SDL_ttf is needed by dosemu-1.4.0.8-git633.g3492afd.3.dbgemu.fc3.i686 > alsa-lib is needed by dosemu-1.4.0.8-git633.g3492afd.3.dbgemu.fc3.i686 > libsndfile is needed by dosemu-1.4.0.8-git633.g3492afd.3.dbgemu.fc3.i686 > libvga.so.1 is needed by dosemu-1.4.0.8-git633.g3492afd.3.dbgemu.fc3.i686 > svgalib is needed by dosemu-1.4.0.8-git633.g3492afd.3.dbgemu.fc3.i686 > >> I'll be glad when they will work on Your system. > At any rate I suspect that, as in a related message, the problem is with my kernel or system configuration. > > Thanks for your efforts, nevertheless. > > Janos Hi Janos, You can download missing package alsa-lib from Fedora archive here: http://archives.fedoraproject.org/pub/archive/fedora/linux/core/updates/3/i386/ http://archives.fedoraproject.org/pub/archive/fedora/linux/core/3/i386/os/Fedora/RPMS/ SDL_gfx, SDL_ttf and libsndfile You can download from Fedora-extras archive: http://archives.fedoraproject.org/pub/archive/fedora/linux/extras/3/i386/ and svgalib package (it solves libvga.so.1 too) from my web: http://www.hanzlici.cz/packages/fedora/svgalib/fc3/svgalib-1.9.25-2.i386.rpm (not know why, this package is in Fedora 2 and Fedora 4, but not in Fedora 3, thus I must build own) and then install them via 'rpm' utility: rpm -Uv PKGNAME Usual installation via yum in Your case isn't possible, because Fedora 3 is too old distro (IMO via yum is now possible install/update Fedora 7 and above) hth, Franta Hanzlik