This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FW: Problem with cygwin install.


> 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

Attachment: PackageProgress.gif
Description: GIF image

Attachment: SetupWarning.gif
Description: GIF image


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]