NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/38804



The following reply was made to PR toolchain/38804; it has been noted by GNATS.

From: "Valeriy E. Ushakov" <uwe%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: toolchain/38804
Date: Thu, 26 Jun 2008 01:06:29 +0400

 I've built cmake on netbsd 4.0 and I'm running it as suggested in the
 pr to build blender on netbsd current.
 
 It "hangs" in cmCacheManager::LoadCache, because this loop:
 
   std::ifstream fin(cacheFile.c_str());
   //
   while(fin)
     {
       cmSystemTools::GetLineFromStream(fin, buffer);
       // ...
     }
 
 never finishes.  My knowledge of C++ is not enough to tell why the
 loop test is converted to a call to
 
     std::basic_ios<char, std::char_traits<char>>::operator void *() const
 
 and what are the implications, but I thought, I'd rather log it here.
 
 
 -uwe
 


Home | Main Index | Thread Index | Old Index