Mail Archives: cygwin/2003/03/04/20:50:16
Manu wrote:
>>> I've patched and rebuilt.
>>> I have now: "Can't open (null) for reading: No such file"
>>> This occurs in install.cc, line 173:
>>>
>>> ---
>>> /* install one source at a given prefix. */
>>> static int
>>> install_one_source (packagemeta & pkgm, packagesource & source,
>>> String const &prefixURL, String const &prefixPath,
>>> package_type_t type) {
>>> int errors = 0;
>>> Progress.SetText2 (source.Base ());
>>> if (!source.Cached () || !io_stream::exists (source.Cached ()))
>>> {
>>> note (NULL, IDS_ERR_OPEN_READ, source.Cached (), "No such
>>> file"); return 1;
>>> }
>>> ---
>>
>> Umm. This bug is known to exist, but we don't know how to reproduce
>> it.
>
> At first glance, it occurs with the patch you suggested, when
> uninstalling packages. Apparently, it is reproducible.
When *uninstalling*? I've only ever seen it when installing.
Anyway, it's definitely not reproducible. It seems to come and go for no
obvious reason.
Max.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -