> From: Don Thorp [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 22, 2002 8:53 PM
> To: [EMAIL PROTECTED]
> Subject: Problem with cygwin install.
>
>
> I'm excited to try the software out, but while I was installing it I
> received several warnings. I've attached to images for your review.
>
Do you have an idea, why this could happen ? The archive is valid, unpacking by
hand works.

It seems so, that this file was interpreted as a dir ...

mkdir.cc
<snip>

 if (isadir)
    {
      if (CreateDirectory (path, 0))
        return 0;
      gse = GetLastError ();
      if (gse != ERROR_PATH_NOT_FOUND && gse != ERROR_FILE_NOT_FOUND)
        {
          if (gse == ERROR_ALREADY_EXISTS)
            {
              fprintf (stderr,
                       "warning: deleting \"%s\" so I can make a directory there\n",
                           ^^^^^^^^^^^^^^^^^^^^
                       path);
              if (DeleteFileA (path))
                return mkdir_p (isadir, path);
            }
          return 1;
        }
    }



or could this have anything to do with the file name length ? It is the longest
filename in the archive (103 characters).

-r--r--r-- Administratoren/Kein    1789 2002-04-07 19:25:06
opt/kde2/share/doc/HTML/en/kdeprint/cupsserverconfig_serverencryptionconfig_serv
ercertific
ate_blurb.png

Attachment: PackageProgress.gif
Description: GIF image

Attachment: SetupWarning.gif
Description: GIF image

Reply via email to