FW: Problem with cygwin install.

Ralf Habacker Ralf.Habacker@freenet.de
Wed May 22 23:40:00 GMT 2002


> From: Don Thorp [mailto:dsthorp@hotmail.com]
> Sent: Wednesday, May 22, 2002 8:53 PM
> To: habacker@users.sourceforge.net
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PackageProgress.gif
Type: image/gif
Size: 9352 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20020522/d95a5521/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SetupWarning.gif
Type: image/gif
Size: 6700 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20020522/d95a5521/attachment-0001.gif>


More information about the Cygwin-apps mailing list