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]

Re: Still hosed by setup problem


Op Tue, 12 Oct 2004 18:55:25 -0400 schreef David A. Cobb
in <416C60DD.1090008@cox.net>:

:  Well, now I am completely out of business!
:
:  This is more data regarding the "URL Scheme Not Registered" failure in 
:  SETUP, last reports were around 9/18.
:
:  In the last progress message posted before the crash, I spotted a 
:  package name (from gnome) that was one character short at the left-hand 

This happens if a package is in the same directory as the ini-file.

eg: ``install: packagename_without_slashes-1.0-1 ...''
causes setup to display: ``ackagename_without_slashes-1.0-1''

(A patch for this was submitted by me several months ago, but never
reacted upon...)

If the string is left empty, an attempt to allocate -1 bytes is made...

[...]

:  Then "Install from Local Directory" -- BANG it immediately crashes with 
:  the "URL Scheme Not Registered" error.

This /might/ be caused by the above. (Who knows what happens if you
try to allocate a negative amount of memory.)

try:
find -name setup.ini |xargs -r grep '^install: *$'
in your package-dir (if you ever get a working installation).

[...]

Good luck.


L8r,

Buzz.
-- 
  ) |  | ---/ ---/  Yes, this | This message consists of true | I do not
--  |  |   /    /   really is |   and false bits entirely.    | mail for
  ) |  |  /    /    a 72 by 4 +-------------------------------+ any1 but
--  \--| /--- /---  .sigfile. |   |perl -pe "s.u(z)\1.as."    | me. 4^re


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