Wow, that's a huge QA automation you developed there, it looks 
impressive! Thanks for sharing your results, I will get into this in 
upcoming days.

BTW, what kind of virtual machine do you use? VirtualBox? Qemu? Bochs? 
Something else? It's just in case I can't reproduce the problems easily, 
so I can try using the same environment.

You give a total of 3 different errors. Here below I provide the 
"translation" of them. I will have to look closer for the exact causes, 
though.

-2 means "cannot create file". this is kind of "normal" here, since I 
see it fails consistently on LFN files, which ideally shouldn't be 
present at all in packages (and I assume you do not use any kind of LFN 
extender like DOSLFN or so during your tests)

-15 is a failure reported by the DEFLATE library. Interestingly, it's 
the same symptom as what a user reported recently on the user mailing 
list about FDNPKG. Dunno if both are related. Not sure I will be able to 
do anything about that - if the DEFLATE library I use will be confirmed 
to fail, I will look for some alternatives.

-9 is probably caused by the same root problem than -15. It means "CRC 
failure" - that is, the DEFLATE library reported that inflation 
suceeded, but my calculations of the CRC32 on resulting files indicates 
that it's different than what it's supposed to be.

crash/freeze - no idea. Will have to locate where it gets stuck exactly.

Anyway, I will get back soon (hopefully before the end of next week) 
with some findings.

cheers,
Mateusz




On 27/11/2015 20:10, Jerome E. Shidel Jr. wrote:
>
>> On Nov 27, 2015, at 3:58 AM, Mateusz Viste <mate...@viste.fr> wrote:
>>
>> On 27/11/2015 05:55, Jerome E. Shidel Jr. wrote:
>>> Unfortunately, I don’t have access to any functional gopher clients.
>>
>> You can use a gopher proxy :) Here is a link:
>>
>> http://gopherproxy.meulie.net/gopher.viste.fr/1/temp
>>
>> Mateusz
>
> That link worked fine for me to download the dev version of FDNPKG and FDINST.
>
> The good news is that it is no longer seems to have any unreported errors.
>
> The bad news is that FDINST is still having a couple issues.
>
> Let me describe what the automated tester does to help you trouble-shoot the 
> issues.
>
>       Virtual machine with 64MB ram.
>       Boots FreeDOS 1.2-pre, (Using latest packages from your repo)
>       Sets up a clean 32mb ram drive and some floppy caching.
>       Configures FDNPKG.CFG to install to the ramdrive. (Sources excluded)
>
>       Installs, removes and installs each package on the ALL_CD.iso.  If it 
> fails any part of
>       the IRI process fails or it detects unreported issues, it purges the 
> DOSDIR on the
>       ram drive and retries up to 2 more times. It also passes the FDINST 
> output through
>       grep and stuff to search for unreported error messages.
>
>       Then performs a final unchecked remove to free space.
>       
> (These are not all of the issues, just a couple examples, see log below for a 
> complete list)
>
>       COMMAND, DJGPP_RH, NASM. Install ok, remove ok, reinstall system 
> freeze/lockup.
>
>       HELP. Install ok, remove ok, reinstall system memory corrupt crash.
>
>       ARJ, CTMOUSE, install, remove and have an error on  reinstall. But, 
> install fine on
>       second IRI attempt.
>
>       BZ2, always have an error but their total error count varies on on 
> subsequent attempts.
>
>       LZIP, LZMA, BCC, FPC generate consistent failure counts.
>
>       FBC, PERL, reports failed but shows no failed files.
>
>       OPENGEM, ZSNES appear to lockup on first attempt to install.
>
> Automated testing log (Packages not listed, had no detected issues):
>
> D:\ARCHIVER\ARJ.ZIP reinstall error.
> 1 Errors with D:\ARCHIVER\ARJ.ZIP
> 'bin\arjdisp.exe' to 'E:\FDSETUP\bin\arjdisp.exe'! [-9]
> -----
> D:\ARCHIVER\ARJ.ZIP was OK on retry.
> -----
> 2 Errors with D:\ARCHIVER\BZ2.ZIP
> 'doc\bz2\readme.xml.stuff' to 'E:\FDSETUP\doc\bz2\readme.xml.stuff'! [-2]
> 'doc\bz2\readme.compilation.problems' to 
> 'E:\FDSETUP\doc\bz2\readme.compilation.problems'! [-2]
> -----
> 2 Errors with D:\ARCHIVER\BZ2.ZIP
> 'doc\bz2\readme.xml.stuff' to 'E:\FDSETUP\doc\bz2\readme.xml.stuff'! [-2]
> 'doc\bz2\readme.compilation.problems' to 
> 'E:\FDSETUP\doc\bz2\readme.compilation.problems'! [-2]
> -----
> 3 Errors with D:\ARCHIVER\BZ2.ZIP
> 'doc\bz2\changes' to 'E:\FDSETUP\doc\bz2\changes'! [-9]
> 'doc\bz2\readme.xml.stuff' to 'E:\FDSETUP\doc\bz2\readme.xml.stuff'! [-2]
> 'doc\bz2\readme.compilation.problems' to 
> 'E:\FDSETUP\doc\bz2\readme.compilation.problems'! [-2]
> -----
> 2 Errors with D:\ARCHIVER\LZIP.ZIP
> 'bin\lziprecover.exe' to 'E:\FDSETUP\bin\lziprecover.exe'! [-15]
> 'bin\lzip.exe' to 'E:\FDSETUP\bin\lzip.exe'! [-15]
> -----
> 2 Errors with D:\ARCHIVER\LZIP.ZIP
> 'bin\lziprecover.exe' to 'E:\FDSETUP\bin\lziprecover.exe'! [-15]
> 'bin\lzip.exe' to 'E:\FDSETUP\bin\lzip.exe'! [-15]
> -----
> 2 Errors with D:\ARCHIVER\LZIP.ZIP
> 'bin\lziprecover.exe' to 'E:\FDSETUP\bin\lziprecover.exe'! [-15]
> 'bin\lzip.exe' to 'E:\FDSETUP\bin\lzip.exe'! [-15]
> -----
> 1 Errors with D:\ARCHIVER\LZMA.ZIP
> 'bin\lzma.exe' to 'E:\FDSETUP\bin\lzma.exe'! [-15]
> -----
> 1 Errors with D:\ARCHIVER\LZMA.ZIP
> 'bin\lzma.exe' to 'E:\FDSETUP\bin\lzma.exe'! [-15]
> -----
> 1 Errors with D:\ARCHIVER\LZMA.ZIP
> 'bin\lzma.exe' to 'E:\FDSETUP\bin\lzma.exe'! [-15]
> -----
> 3 Errors with D:\ARCHIVER\P7ZIP.ZIP
> 'bin\p7zip.exe' to 'E:\FDSETUP\bin\p7zip.exe'! [-15]
> 'bin\p7zipr.exe' to 'E:\FDSETUP\bin\p7zipr.exe'! [-15]
> 'bin\7zcon.sfx' to 'E:\FDSETUP\bin\7zcon.sfx'! [-15]
> -----
> 3 Errors with D:\ARCHIVER\P7ZIP.ZIP
> 'bin\p7zip.exe' to 'E:\FDSETUP\bin\p7zip.exe'! [-15]
> 'bin\p7zipr.exe' to 'E:\FDSETUP\bin\p7zipr.exe'! [-15]
> 'bin\7zcon.sfx' to 'E:\FDSETUP\bin\7zcon.sfx'! [-15]
> -----
> 3 Errors with D:\ARCHIVER\P7ZIP.ZIP
> 'bin\p7zip.exe' to 'E:\FDSETUP\bin\p7zip.exe'! [-15]
> 'bin\p7zipr.exe' to 'E:\FDSETUP\bin\p7zipr.exe'! [-15]
> 'bin\7zcon.sfx' to 'E:\FDSETUP\bin\7zcon.sfx'! [-15]
> -----
> 1 Errors with D:\ARCHIVER\UNRAR.ZIP
> 'bin\unrar.exe' to 'E:\FDSETUP\bin\unrar.exe'! [-15]
> -----
> 1 Errors with D:\ARCHIVER\UNRAR.ZIP
> 'bin\unrar.exe' to 'E:\FDSETUP\bin\unrar.exe'! [-15]
> -----
> 1 Errors with D:\ARCHIVER\UNRAR.ZIP
> 'bin\unrar.exe' to 'E:\FDSETUP\bin\unrar.exe'! [-15]
> -----
> 1 Errors with D:\ARCHIVER\UPX.ZIP
> 'bin\upx.exe' to 'E:\FDSETUP\bin\upx.exe'! [-15]
> -----
> 1 Errors with D:\ARCHIVER\UPX.ZIP
> 'bin\upx.exe' to 'E:\FDSETUP\bin\upx.exe'! [-15]
> -----
> 1 Errors with D:\ARCHIVER\UPX.ZIP
> 'bin\upx.exe' to 'E:\FDSETUP\bin\upx.exe'! [-15]
> -----
> System crashes, skipping multitest with D:\BASE\COMMAND.ZIP
> D:\BASE\CTMOUSE.ZIP reinstall error.
> 1 Errors with D:\BASE\CTMOUSE.ZIP
> 'bin\ctmouse\ctm-pl.exe' to 'E:\FDSETUP\bin\ctmouse\ctm-pl.exe'! [-9]
> -----
> D:\BASE\CTMOUSE.ZIP was OK on retry.
> -----
> System crashes, skipping multitest with D:\BASE\HELP.ZIP
> 1 Errors with D:\DEVEL\BCC.ZIP
> 'devel\bcc\include\a.out.h' to 'E:\FDSETUP\devel\bcc\include\a.out.h'! [-2]
> -----
> 1 Errors with D:\DEVEL\BCC.ZIP
> 'devel\bcc\include\a.out.h' to 'E:\FDSETUP\devel\bcc\include\a.out.h'! [-2]
> -----
> 1 Errors with D:\DEVEL\BCC.ZIP
> 'devel\bcc\include\a.out.h' to 'E:\FDSETUP\devel\bcc\include\a.out.h'! [-2]
> -----
> 24 Errors with D:\DEVEL\DJGPP_BN.ZIP
> 'devel\djgpp\gnu\binutils-2.21.1\bfd\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\bfd\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\bfd\porting' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\bfd\porting'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\bfd\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\bfd\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\elfcpp\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\elfcpp\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\elfcpp\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\elfcpp\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\binutils\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\binutils\news'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\binutils\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\binutils\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\binutils\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\binutils\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\opcodes\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\opcodes\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gprof\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gprof\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gprof\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gprof\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gold\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gold\news'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gold\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gold\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gold\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gold\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gas\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gas\news'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gas\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gas\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gas\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gas\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\libiberty\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\libiberty\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\libiberty\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\libiberty\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\ld\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\ld\news'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\ld\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\ld\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\ld\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\ld\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\readme'! [-2]
> -----
> 25 Errors with D:\DEVEL\DJGPP_BN.ZIP
> 'devel\djgpp\gnu\binutils-2.21.1\bfd\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\bfd\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\bfd\porting' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\bfd\porting'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\bfd\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\bfd\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\elfcpp\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\elfcpp\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\elfcpp\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\elfcpp\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\binutils\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\binutils\news'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\binutils\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\binutils\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\binutils\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\binutils\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\opcodes\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\opcodes\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gprof\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gprof\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gprof\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gprof\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gold\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gold\news'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gold\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gold\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gold\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gold\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gas\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gas\news'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gas\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gas\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gas\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gas\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\libiberty\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\libiberty\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\libiberty\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\libiberty\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\ld\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\ld\news'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\ld\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\ld\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\ld\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\ld\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\readme'! [-2]
> 'devel\djgpp\bin\elfedit.exe' to 'E:\FDSETUP\devel\djgpp\bin\elfedit.exe'! 
> [-15]
> -----
> 25 Errors with D:\DEVEL\DJGPP_BN.ZIP
> 'devel\djgpp\gnu\binutils-2.21.1\bfd\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\bfd\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\bfd\porting' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\bfd\porting'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\bfd\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\bfd\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\elfcpp\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\elfcpp\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\elfcpp\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\elfcpp\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\binutils\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\binutils\news'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\binutils\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\binutils\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\binutils\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\binutils\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\opcodes\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\opcodes\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gprof\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gprof\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gprof\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gprof\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gold\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gold\news'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gold\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gold\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gold\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gold\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gas\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gas\news'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gas\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gas\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\gas\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\gas\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\libiberty\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\libiberty\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\libiberty\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\libiberty\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\ld\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\ld\news'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\ld\changelog' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\ld\changelog'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\ld\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\ld\readme'! [-2]
> 'devel\djgpp\gnu\binutils-2.21.1\readme' to 
> 'E:\FDSETUP\devel\djgpp\gnu\binutils-2.21.1\readme'! [-2]
> 'devel\djgpp\bin\gprof.exe' to 'E:\FDSETUP\devel\djgpp\bin\gprof.exe'! [-15]
> -----
> 1 Errors with D:\DEVEL\DJGPP_BS.ZIP
> 'devel\djgpp\share\info\bison.info' to 
> 'E:\FDSETUP\devel\djgpp\share\info\bison.info'! [-15]
> -----
> 1 Errors with D:\DEVEL\DJGPP_BS.ZIP
> 'devel\djgpp\share\info\bison.info' to 
> 'E:\FDSETUP\devel\djgpp\share\info\bison.info'! [-9]
> -----
> 1 Errors with D:\DEVEL\DJGPP_BS.ZIP
> 'devel\djgpp\share\info\bison.info' to 
> 'E:\FDSETUP\devel\djgpp\share\info\bison.info'! [-9]
> -----
> D:\DEVEL\DJGPP_MK.ZIP reinstall error.
> 2 Errors with D:\DEVEL\DJGPP_MK.ZIP
> 'devel\djgpp\info\make.i3' to 'E:\FDSETUP\devel\djgpp\info\make.i3'! [-9]
> 'devel\djgpp\gnu\make-3.791\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\make-3.791\news'! [-9]
> -----
> 1 Errors with D:\DEVEL\DJGPP_MK.ZIP
> 'devel\djgpp\gnu\make-3.791\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\make-3.791\news'! [-9]
> -----
> 2 Errors with D:\DEVEL\DJGPP_MK.ZIP
> 'devel\djgpp\info\make.i3' to 'E:\FDSETUP\devel\djgpp\info\make.i3'! [-9]
> 'devel\djgpp\gnu\make-3.791\news' to 
> 'E:\FDSETUP\devel\djgpp\gnu\make-3.791\news'! [-9]
> -----
> 1 Errors with D:\DEVEL\DJGPP_OB.ZIP
> 'devel\djgpp\lib\gcc\djgpp\4.71\libobjc.a' to 
> 'E:\FDSETUP\devel\djgpp\lib\gcc\djgpp\4.71\libobjc.a'! [-15]
> -----
> 1 Errors with D:\DEVEL\DJGPP_OB.ZIP
> 'devel\djgpp\lib\gcc\djgpp\4.71\libobjc.a' to 
> 'E:\FDSETUP\devel\djgpp\lib\gcc\djgpp\4.71\libobjc.a'! [-15]
> -----
> 1 Errors with D:\DEVEL\DJGPP_OB.ZIP
> 'devel\djgpp\lib\gcc\djgpp\4.71\libobjc.a' to 
> 'E:\FDSETUP\devel\djgpp\lib\gcc\djgpp\4.71\libobjc.a'! [-15]
> -----
> System crashes, skipping multitest with D:\DEVEL\DJGPP_RH.ZIP
> 1 Errors with D:\DEVEL\EUPHORIA.ZIP
> 'devel\euphoria\include\safe.e' to 
> 'E:\FDSETUP\devel\euphoria\include\safe.e'! [-9]
> -----
> 1 Errors with D:\DEVEL\EUPHORIA.ZIP
> 'devel\euphoria\include\safe.e' to 
> 'E:\FDSETUP\devel\euphoria\include\safe.e'! [-9]
> -----
> 1 Errors with D:\DEVEL\EUPHORIA.ZIP
> 'devel\euphoria\include\safe.e' to 
> 'E:\FDSETUP\devel\euphoria\include\safe.e'! [-9]
> -----
> 0 Errors with D:\DEVEL\FBC.ZIP
> -----
> 0 Errors with D:\DEVEL\FBC.ZIP
> -----
> 0 Errors with D:\DEVEL\FBC.ZIP
> -----
> 1 Errors with D:\DEVEL\FBC_HELP.ZIP
> 'devel\fbc\fbhelp.daz' to 'E:\FDSETUP\devel\fbc\fbhelp.daz'! [-15]
> -----
> 1 Errors with D:\DEVEL\FBC_HELP.ZIP
> 'devel\fbc\fbhelp.daz' to 'E:\FDSETUP\devel\fbc\fbhelp.daz'! [-15]
> -----
> 1 Errors with D:\DEVEL\FBC_HELP.ZIP
> 'devel\fbc\fbhelp.daz' to 'E:\FDSETUP\devel\fbc\fbhelp.daz'! [-15]
> -----
> 7 Errors with D:\DEVEL\FPC.ZIP
> 'devel\fpc\examples\fv\makefile' to 
> 'E:\FDSETUP\devel\fpc\examples\fv\makefile'! [-9]
> 'devel\fpc\bin\go32v2\objdump.exe' to 
> 'E:\FDSETUP\devel\fpc\bin\go32v2\objdump.exe'! [-15]
> 'devel\fpc\bin\go32v2\strip.exe' to 
> 'E:\FDSETUP\devel\fpc\bin\go32v2\strip.exe'! [-15]
> 'devel\fpc\bin\go32v2\as.exe' to 'E:\FDSETUP\devel\fpc\bin\go32v2\as.exe'! 
> [-15]
> 'devel\fpc\bin\go32v2\ar.exe' to 'E:\FDSETUP\devel\fpc\bin\go32v2\ar.exe'! 
> [-15]
> 'devel\fpc\bin\go32v2\ld.exe' to 'E:\FDSETUP\devel\fpc\bin\go32v2\ld.exe'! 
> [-15]
> 'devel\fpc\bin\go32v2\upx.exe' to 'E:\FDSETUP\devel\fpc\bin\go32v2\upx.exe'! 
> [-15]
> -----
> 7 Errors with D:\DEVEL\FPC.ZIP
> 'devel\fpc\examples\fv\makefile' to 
> 'E:\FDSETUP\devel\fpc\examples\fv\makefile'! [-9]
> 'devel\fpc\bin\go32v2\objdump.exe' to 
> 'E:\FDSETUP\devel\fpc\bin\go32v2\objdump.exe'! [-15]
> 'devel\fpc\bin\go32v2\strip.exe' to 
> 'E:\FDSETUP\devel\fpc\bin\go32v2\strip.exe'! [-15]
> 'devel\fpc\bin\go32v2\as.exe' to 'E:\FDSETUP\devel\fpc\bin\go32v2\as.exe'! 
> [-15]
> 'devel\fpc\bin\go32v2\ar.exe' to 'E:\FDSETUP\devel\fpc\bin\go32v2\ar.exe'! 
> [-15]
> 'devel\fpc\bin\go32v2\ld.exe' to 'E:\FDSETUP\devel\fpc\bin\go32v2\ld.exe'! 
> [-15]
> 'devel\fpc\bin\go32v2\upx.exe' to 'E:\FDSETUP\devel\fpc\bin\go32v2\upx.exe'! 
> [-15]
> -----
> 7 Errors with D:\DEVEL\FPC.ZIP
> 'devel\fpc\examples\fv\makefile' to 
> 'E:\FDSETUP\devel\fpc\examples\fv\makefile'! [-9]
> 'devel\fpc\bin\go32v2\objdump.exe' to 
> 'E:\FDSETUP\devel\fpc\bin\go32v2\objdump.exe'! [-15]
> 'devel\fpc\bin\go32v2\strip.exe' to 
> 'E:\FDSETUP\devel\fpc\bin\go32v2\strip.exe'! [-15]
> 'devel\fpc\bin\go32v2\as.exe' to 'E:\FDSETUP\devel\fpc\bin\go32v2\as.exe'! 
> [-15]
> 'devel\fpc\bin\go32v2\ar.exe' to 'E:\FDSETUP\devel\fpc\bin\go32v2\ar.exe'! 
> [-15]
> 'devel\fpc\bin\go32v2\ld.exe' to 'E:\FDSETUP\devel\fpc\bin\go32v2\ld.exe'! 
> [-15]
> 'devel\fpc\bin\go32v2\upx.exe' to 'E:\FDSETUP\devel\fpc\bin\go32v2\upx.exe'! 
> [-15]
> -----
> System crashes, skipping multitest with D:\DEVEL\NASM.ZIP
> 1 Errors with D:\DEVEL\OW.ZIP
> 'devel\ow\src\memos.c' to 'E:\FDSETUP\devel\ow\src\memos.c'! [-9]
> -----
> 1 Errors with D:\DEVEL\OW.ZIP
> 'devel\ow\src\memos.c' to 'E:\FDSETUP\devel\ow\src\memos.c'! [-9]
> -----
> 1 Errors with D:\DEVEL\OW.ZIP
> 'devel\ow\src\memos.c' to 'E:\FDSETUP\devel\ow\src\memos.c'! [-9]
> -----
> 0 Errors with D:\DEVEL\PERL.ZIP
> -----
> 0 Errors with D:\DEVEL\PERL.ZIP
> -----
> 0 Errors with D:\DEVEL\PERL.ZIP
> -----
> 3 Errors with D:\DEVEL\REGINA.ZIP
> 'devel\regina\rxstack.exe' to 'E:\FDSETUP\devel\regina\rxstack.exe'! [-15]
> 'devel\regina\rxqueue.exe' to 'E:\FDSETUP\devel\regina\rxqueue.exe'! [-15]
> 'devel\regina\rexx.exe' to 'E:\FDSETUP\devel\regina\rexx.exe'! [-15]
> -----
> 3 Errors with D:\DEVEL\REGINA.ZIP
> 'devel\regina\rxstack.exe' to 'E:\FDSETUP\devel\regina\rxstack.exe'! [-15]
> 'devel\regina\rxqueue.exe' to 'E:\FDSETUP\devel\regina\rxqueue.exe'! [-15]
> 'devel\regina\rexx.exe' to 'E:\FDSETUP\devel\regina\rexx.exe'! [-15]
> -----
> 3 Errors with D:\DEVEL\REGINA.ZIP
> 'devel\regina\rxstack.exe' to 'E:\FDSETUP\devel\regina\rxstack.exe'! [-15]
> 'devel\regina\rxqueue.exe' to 'E:\FDSETUP\devel\regina\rxqueue.exe'! [-15]
> 'devel\regina\rexx.exe' to 'E:\FDSETUP\devel\regina\rexx.exe'! [-15]
> -----
> 1 Errors with D:\DEVEL\UPX.ZIP
> 'bin\upx.exe' to 'E:\FDSETUP\bin\upx.exe'! [-15]
> -----
> 1 Errors with D:\DEVEL\UPX.ZIP
> 'bin\upx.exe' to 'E:\FDSETUP\bin\upx.exe'! [-15]
> -----
> 1 Errors with D:\DEVEL\UPX.ZIP
> 'bin\upx.exe' to 'E:\FDSETUP\bin\upx.exe'! [-15]
> -----
> 2 Errors with D:\EMULATOR\CHIP8.ZIP
> 'chip8\docs\chip8.doc' to 'E:\FDSETUP\chip8\docs\chip8.doc'! [-15]
> 'chip8\sgames\sources\uboat.src' to 
> 'E:\FDSETUP\chip8\sgames\sources\uboat.src'! [-9]
> -----
> 2 Errors with D:\EMULATOR\CHIP8.ZIP
> 'chip8\docs\chip8.doc' to 'E:\FDSETUP\chip8\docs\chip8.doc'! [-15]
> 'chip8\sgames\sources\uboat.src' to 
> 'E:\FDSETUP\chip8\sgames\sources\uboat.src'! [-9]
> -----
> 2 Errors with D:\EMULATOR\CHIP8.ZIP
> 'chip8\docs\chip8.doc' to 'E:\FDSETUP\chip8\docs\chip8.doc'! [-15]
> 'chip8\sgames\sources\uboat.src' to 
> 'E:\FDSETUP\chip8\sgames\sources\uboat.src'! [-9]
> -----
> 1 Errors with D:\EMULATOR\GLAUNCH.ZIP
> 'glaunch\readme.htm' to 'E:\FDSETUP\glaunch\readme.htm'! [-9]
> -----
> 1 Errors with D:\EMULATOR\GLAUNCH.ZIP
> 'glaunch\readme.htm' to 'E:\FDSETUP\glaunch\readme.htm'! [-9]
> -----
> 1 Errors with D:\EMULATOR\GLAUNCH.ZIP
> 'glaunch\readme.htm' to 'E:\FDSETUP\glaunch\readme.htm'! [-9]
> -----
> 1 Errors with D:\EMULATOR\VICE.ZIP
> 'vice\printer\nl10-cbm' to
> -----
> 1 Errors with D:\EMULATOR\VICE.ZIP
> 'vice\printer\nl10-cbm' to
> -----
> 1 Errors with D:\EMULATOR\VICE.ZIP
> 'vice\printer\nl10-cbm' to
> -----
> D:\EMULATOR\ZSNES.ZIP skipped.
> 1 Errors with D:\GAMES\BOLITARE.ZIP
> 'games\bolitare\bg\appropriately-left-handed-2.jpg' to 
> 'E:\FDSETUP\games\bolitare\bg\appropriately-left-handed-2.jpg'! [-15]
> -----
> 1 Errors with D:\GAMES\BOLITARE.ZIP
> 'games\bolitare\bg\appropriately-left-handed-2.jpg' to 
> 'E:\FDSETUP\games\bolitare\bg\appropriately-left-handed-2.jpg'! [-9]
> -----
> 1 Errors with D:\GAMES\BOLITARE.ZIP
> 'games\bolitare\bg\appropriately-left-handed-2.jpg' to 
> 'E:\FDSETUP\games\bolitare\bg\appropriately-left-handed-2.jpg'! [-9]
> -----
> System crashes, skipping multitest with D:\GAMES\FMINES.ZIP
> 1 Errors with D:\GAMES\FREEDOOM.ZIP
> 'games\freedoom\smmu.exe' to 'E:\FDSETUP\games\freedoom\smmu.exe'! [-15]
> -----
> 1 Errors with D:\GAMES\FREEDOOM.ZIP
> 'games\freedoom\smmu.exe' to 'E:\FDSETUP\games\freedoom\smmu.exe'! [-15]
> -----
> 1 Errors with D:\GAMES\FREEDOOM.ZIP
> 'games\freedoom\smmu.exe' to 'E:\FDSETUP\games\freedoom\smmu.exe'! [-15]
> -----
> D:\GAMES\KRAPTOR.ZIP reinstall error.
> 1 Errors with D:\GAMES\KRAPTOR.ZIP
> 'games\kraptor\level3.dat' to 'E:\FDSETUP\games\kraptor\level3.dat'! [-15]
> -----
> 2 Errors with D:\GAMES\KRAPTOR.ZIP
> 'games\kraptor\intro.dat' to 'E:\FDSETUP\games\kraptor\intro.dat'! [-15]
> 'games\kraptor\gameover.dat' to 'E:\FDSETUP\games\kraptor\gameover.dat'! [-15]
> -----
> System crashes, skipping multitest with D:\GAMES\KRAPTOR.ZIP
> D:\GAMES\LIQUIWAR.ZIP reinstall error.
> 1 Errors with D:\GAMES\LIQUIWAR.ZIP
> 'games\liquiwar\lwdos.exe' to 'E:\FDSETUP\games\liquiwar\lwdos.exe'! [-15]
> -----
> 1 Errors with D:\GAMES\LIQUIWAR.ZIP
> 'games\liquiwar\lwdos.exe' to 'E:\FDSETUP\games\liquiwar\lwdos.exe'! [-9]
> -----
> D:\GAMES\LIQUIWAR.ZIP was OK on retry.
> -----
> 1 Errors with D:\GAMES\VERTIGO.ZIP
> 'games\vertigo\sound\talk\lit_righ.wav' to 
> 'E:\FDSETUP\games\vertigo\sound\talk\lit_righ.wav'! [-9]
> -----
> System crashes, skipping multitest with D:\GAMES\VERTIGO.ZIP
> 1 Errors with D:\GAMES\VITETRIS.ZIP
> 'games\vitetris\tetris.exe' to 'E:\FDSETUP\games\vitetris\tetris.exe'! [-15]
> -----
> D:\GAMES\VITETRIS.ZIP was OK on retry.
> -----
> 2 Errors with D:\GAMES\WING.ZIP
> 'games\wing\images\omenuc.bmp' to 'E:\FDSETUP\games\wing\images\omenuc.bmp'! 
> [-9]
> 'games\wing\images\wing.bmp' to 'E:\FDSETUP\games\wing\images\wing.bmp'! [-9]
> -----
> 2 Errors with D:\GAMES\WING.ZIP
> 'games\wing\images\omenuc.bmp' to 'E:\FDSETUP\games\wing\images\omenuc.bmp'! 
> [-9]
> 'games\wing\images\wing.bmp' to 'E:\FDSETUP\games\wing\images\wing.bmp'! [-9]
> -----
> 2 Errors with D:\GAMES\WING.ZIP
> 'games\wing\images\wing.bmp' to 'E:\FDSETUP\games\wing\images\wing.bmp'! [-9]
> 'games\wing\sound\die.wav' to 'E:\FDSETUP\games\wing\sound\die.wav'! [-9]
> -----
> D:\GAMES\XARGON.ZIP reinstall error.
> 1 Errors with D:\GAMES\XARGON.ZIP
> 'games\xargon\screen_2.xr0' to 'E:\FDSETUP\games\xargon\screen_2.xr0'! [-9]
> -----
> 1 Errors with D:\GAMES\XARGON.ZIP
> 'games\xargon\screen_2.xr0' to 'E:\FDSETUP\games\xargon\screen_2.xr0'! [-9]
> -----
> 1 Errors with D:\GAMES\XARGON.ZIP
> 'games\xargon\screen_2.xr0' to 'E:\FDSETUP\games\xargon\screen_2.xr0'! [-9]
> -----
> 1 Errors with D:\NET\CRYNWR.ZIP
> 'drivers\crynwr\ctrondni.com' to 'E:\FDSETUP\drivers\crynwr\ctrondni.com'! 
> [-9]
> -----
> 3 Errors with D:\NET\CRYNWR.ZIP
> 'drivers\crynwr\pktpwr.com' to 'E:\FDSETUP\drivers\crynwr\pktpwr.com'! [-9]
> 'drivers\crynwr\slip8250.com' to 'E:\FDSETUP\drivers\crynwr\slip8250.com'! 
> [-9]
> 'drivers\crynwr\ctrondni.com' to 'E:\FDSETUP\drivers\crynwr\ctrondni.com'! 
> [-9]
> -----
> 6 Errors with D:\NET\CRYNWR.ZIP
> 'drivers\crynwr\smc_wd.com' to 'E:\FDSETUP\drivers\crynwr\smc_wd.com'! [-9]
> 'drivers\crynwr\at&t_lp.com' to 'E:\FDSETUP\drivers\crynwr\at&t_lp.com'! [-9]
> 'drivers\crynwr\3c509.com' to 'E:\FDSETUP\drivers\crynwr\3c509.com'! [-9]
> 'drivers\crynwr\macipeth.com' to 'E:\FDSETUP\drivers\crynwr\macipeth.com'! 
> [-9]
> 'drivers\crynwr\slip8250.com' to 'E:\FDSETUP\drivers\crynwr\slip8250.com'! 
> [-9]
> 'drivers\crynwr\ctrondni.com' to 'E:\FDSETUP\drivers\crynwr\ctrondni.com'! 
> [-9]
> -----
> 1 Errors with D:\NET\DILLO.ZIP
> 'dillo\usr\share\fonts\truetype\freefont\fonts.dir.pseudoadobe' to 
> 'E:\FDSETUP\dillo\usr\share\fonts\truetype\freefont\fonts.dir.pseudoadobe'! 
> [-2]
> -----
> System crashes, skipping multitest with D:\NET\DILLO.ZIP
> D:\NET\ETHTOOLS.ZIP reinstall error.
> 1 Errors with D:\NET\ETHTOOLS.ZIP
> 'bin\ethshow.exe' to 'E:\FDSETUP\bin\ethshow.exe'! [-9]
> -----
> 1 Errors with D:\NET\ETHTOOLS.ZIP
> 'bin\ethshow.exe' to 'E:\FDSETUP\bin\ethshow.exe'! [-9]
> -----
> 1 Errors with D:\NET\ETHTOOLS.ZIP
> 'bin\ethshow.exe' to 'E:\FDSETUP\bin\ethshow.exe'! [-9]
> -----
> 1 Errors with D:\NET\GOPHERUS.ZIP
> 'progs\gopherus\gopherus.exe' to 'E:\FDSETUP\gopherus\gopherus.exe'! [-15]
> -----
> 1 Errors with D:\NET\GOPHERUS.ZIP
> 'progs\gopherus\gopherus.exe' to 'E:\FDSETUP\gopherus\gopherus.exe'! [-15]
> -----
> 1 Errors with D:\NET\GOPHERUS.ZIP
> 'progs\gopherus\gopherus.exe' to 'E:\FDSETUP\gopherus\gopherus.exe'! [-15]
> -----
> 1 Errors with D:\UTIL\BIEW.ZIP
> 'bin\biew.exe' to 'E:\FDSETUP\bin\biew.exe'! [-15]
> -----
> 1 Errors with D:\UTIL\BIEW.ZIP
> 'bin\biew.exe' to 'E:\FDSETUP\bin\biew.exe'! [-9]
> -----
> 1 Errors with D:\UTIL\BIEW.ZIP
> 'bin\biew.exe' to 'E:\FDSETUP\bin\biew.exe'! [-9]
> -----
> 5 Errors with D:\UTIL\CLAMAV.ZIP
> 'progs\clamav\clamdtop.exe' to 'E:\FDSETUP\clamav\clamdtop.exe'! [-15]
> 'progs\clamav\clamscan.exe' to 'E:\FDSETUP\clamav\clamscan.exe'! [-15]
> 'progs\clamav\sigtool.exe' to 'E:\FDSETUP\clamav\sigtool.exe'! [-15]
> 'progs\clamav\freshclam.exe' to 'E:\FDSETUP\clamav\freshclam.exe'! [-15]
> 'progs\clamav\clamconf.exe' to 'E:\FDSETUP\clamav\clamconf.exe'! [-15]
> -----
> 5 Errors with D:\UTIL\CLAMAV.ZIP
> 'progs\clamav\clamdtop.exe' to 'E:\FDSETUP\clamav\clamdtop.exe'! [-15]
> 'progs\clamav\clamscan.exe' to 'E:\FDSETUP\clamav\clamscan.exe'! [-15]
> 'progs\clamav\sigtool.exe' to 'E:\FDSETUP\clamav\sigtool.exe'! [-15]
> 'progs\clamav\freshclam.exe' to 'E:\FDSETUP\clamav\freshclam.exe'! [-15]
> 'progs\clamav\clamconf.exe' to 'E:\FDSETUP\clamav\clamconf.exe'! [-15]
> -----
> 5 Errors with D:\UTIL\CLAMAV.ZIP
> 'progs\clamav\clamdtop.exe' to 'E:\FDSETUP\clamav\clamdtop.exe'! [-15]
> 'progs\clamav\clamscan.exe' to 'E:\FDSETUP\clamav\clamscan.exe'! [-15]
> 'progs\clamav\sigtool.exe' to 'E:\FDSETUP\clamav\sigtool.exe'! [-15]
> 'progs\clamav\freshclam.exe' to 'E:\FDSETUP\clamav\freshclam.exe'! [-15]
> 'progs\clamav\clamconf.exe' to 'E:\FDSETUP\clamav\clamconf.exe'! [-15]
> -----
> 2 Errors with D:\UTIL\CLAMDB.ZIP
> 'progs\clamav\main.cvd' to 'E:\FDSETUP\clamav\main.cvd'! [-15]
> 'progs\clamav\daily.cvd' to 'E:\FDSETUP\clamav\daily.cvd'! [-15]
> -----
> 2 Errors with D:\UTIL\CLAMDB.ZIP
> 'progs\clamav\main.cvd' to 'E:\FDSETUP\clamav\main.cvd'! [-15]
> 'progs\clamav\daily.cvd' to 'E:\FDSETUP\clamav\daily.cvd'! [-15]
> -----
> 2 Errors with D:\UTIL\CLAMDB.ZIP
> 'progs\clamav\main.cvd' to 'E:\FDSETUP\clamav\main.cvd'! [-15]
> 'progs\clamav\daily.cvd' to 'E:\FDSETUP\clamav\daily.cvd'! [-15]
> -----
> 1 Errors with D:\UTIL\DWJ.ZIP
> 'progs\dwj\docs\jukedocs.chm' to 'E:\FDSETUP\dwj\docs\jukedocs.chm'! [-15]
> -----
> 4 Errors with D:\UTIL\DWJ.ZIP
> 'progs\dwj\wincab.exe' to 'E:\FDSETUP\dwj\wincab.exe'! [-15]
> 'progs\dwj\skins\icons\defcdar3.jpg' to 
> 'E:\FDSETUP\dwj\skins\icons\defcdar3.jpg'! [-9]
> 'progs\dwj\skins\icons\bj_pause.jpg' to 
> 'E:\FDSETUP\dwj\skins\icons\bj_pause.jpg'! [-15]
> 'progs\dwj\docs\jukedocs.chm' to 'E:\FDSETUP\dwj\docs\jukedocs.chm'! [-15]
> -----
> 4 Errors with D:\UTIL\DWJ.ZIP
> 'progs\dwj\wincab.exe' to 'E:\FDSETUP\dwj\wincab.exe'! [-15]
> 'progs\dwj\skins\icons\defcdar3.jpg' to 
> 'E:\FDSETUP\dwj\skins\icons\defcdar3.jpg'! [-9]
> 'progs\dwj\skins\fonts\dvsansbc.ttf' to 
> 'E:\FDSETUP\dwj\skins\fonts\dvsansbc.ttf'! [-15]
> 'progs\dwj\docs\jukedocs.chm' to 'E:\FDSETUP\dwj\docs\jukedocs.chm'! [-15]
> -----
> D:\UTIL\ELVIS.ZIP reinstall error.
> 1 Errors with D:\UTIL\ELVIS.ZIP
> 'progs\elvis\data\elvis.syn' to 'E:\FDSETUP\elvis\data\elvis.syn'! [-9]
> -----
> 2 Errors with D:\UTIL\ELVIS.ZIP
> 'progs\elvis\doc\elvisses.html' to 'E:\FDSETUP\elvis\doc\elvisses.html'! [-9]
> 'progs\elvis\data\elvis.syn' to 'E:\FDSETUP\elvis\data\elvis.syn'! [-9]
> -----
> 3 Errors with D:\UTIL\ELVIS.ZIP
> 'progs\elvis\doc\elvisses.html' to 'E:\FDSETUP\elvis\doc\elvisses.html'! [-9]
> 'progs\elvis\data\stubs\gdkstub.c' to 
> 'E:\FDSETUP\elvis\data\stubs\gdkstub.c'! [-9]
> 'progs\elvis\data\elvis.syn' to 'E:\FDSETUP\elvis\data\elvis.syn'! [-9]
> -----
> D:\UTIL\FDNPKG.ZIP reinstall error.
> 1 Errors with D:\UTIL\FDNPKG.ZIP
> 'doc\fdnpkg\license.txt' to 'E:\FDSETUP\doc\fdnpkg\license.txt'! [-9]
> -----
> D:\UTIL\FDNPKG.ZIP was OK on retry.
> -----
> 1 Errors with D:\UTIL\FED.ZIP
> 'progs\fed\fed.exe' to 'E:\FDSETUP\fed\fed.exe'! [-15]
> -----
> 1 Errors with D:\UTIL\FED.ZIP
> 'progs\fed\fed.exe' to 'E:\FDSETUP\fed\fed.exe'! [-15]
> -----
> 1 Errors with D:\UTIL\FED.ZIP
> 'progs\fed\fed.exe' to 'E:\FDSETUP\fed\fed.exe'! [-15]
> -----
> 1 Errors with D:\UTIL\FOXTYPE.ZIP
> 'foxtype\foxtype.exe' to 'E:\FDSETUP\foxtype\foxtype.exe'! [-15]
> -----
> 1 Errors with D:\UTIL\FOXTYPE.ZIP
> 'foxtype\foxtype.exe' to 'E:\FDSETUP\foxtype\foxtype.exe'! [-15]
> -----
> 1 Errors with D:\UTIL\FOXTYPE.ZIP
> 'foxtype\foxtype.exe' to 'E:\FDSETUP\foxtype\foxtype.exe'! [-15]
> -----
> 1 Errors with D:\UTIL\GIFSICLE.ZIP
> 'progs\gifsicle\gifsicle.exe' to 'E:\FDSETUP\gifsicle\gifsicle.exe'! [-15]
> -----
> 1 Errors with D:\UTIL\GIFSICLE.ZIP
> 'progs\gifsicle\gifsicle.exe' to 'E:\FDSETUP\gifsicle\gifsicle.exe'! [-15]
> -----
> 1 Errors with D:\UTIL\GIFSICLE.ZIP
> 'progs\gifsicle\gifsicle.exe' to 'E:\FDSETUP\gifsicle\gifsicle.exe'! [-15]
> -----
> 1 Errors with D:\UTIL\LAME.ZIP
> 'bin\lame.exe' to 'E:\FDSETUP\bin\lame.exe'! [-15]
> -----
> 1 Errors with D:\UTIL\LAME.ZIP
> 'bin\lame.exe' to 'E:\FDSETUP\bin\lame.exe'! [-15]
> -----
> 1 Errors with D:\UTIL\LAME.ZIP
> 'bin\lame.exe' to 'E:\FDSETUP\bin\lame.exe'! [-15]
> -----
>


------------------------------------------------------------------------------
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to