This is the mail archive of the cygwin@sources.redhat.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]

Re: [ANNOUNCEMENT] Updated: cvs-1.11.0-1 => pb to use conv2gdbm!!


Looking at the source in conv2gdbm.c (part of the gdbm package), this
message:
   conv2gdbm.exe: dbm file not opened
is generated when "dbminit(dbm_file)" fails.  *That* happens when when
you don't have write or read access to the file.  It *could* also happen
if the files are stored on a FAT filesystem, or if you are running under
windows9x.

Please send your 'cygcheck -s -v -r' output and an 'ls -la' of
${CVSROOT}/CVSROOT to the list.

--Chuck


Sreng Truong wrote:
> 
> In my CVSROOT directory, I have :
> 
> ...
> modules
> val-tags.dir
> val-tags.pag
> modules.dir
> modules.pag
> ...
> 
> I also tried
> >conv2gdbm.exe modules.pag modules.db.
> 
> And it returns :
> >conv2gdbm.exe: Converting modules.pag.pag and modules.pag.dir to
> modules.db.
> >conv2gdbm.exe: 0 items inserted into modules.db.
> 
> May the problem come from some ".#" files in my CVSROOT ? Or perhaps is it
> due to the consistency of my cvsroot ?
> Is it possible to check the consistency of my cvsroot ?
> 
> -----Message d'origine-----
> De : Charles S. Wilson [mailto:cwilson@ece.gatech.edu]
> Envoye : jeudi 16 novembre 2000 18:27
> A : s.truong@pyweb.com
> Cc : cygwin@sources.redhat.com
> Objet : Re: [ANNOUNCEMENT] Updated: cvs-1.11.0-1 => pb to use
> conv2gdbm!!
> 
> Sreng Truong wrote:
> >
> > I have just updated cvs and gdbm.
> > I have now cvs-1.11.0-1 and gdbm-1.8.0-3. Using cvs-1.10.8 on my Win2000
> > system,
> > Following the instruction in the annoucement mail, I tried to update some
> > administration files in CVS:
> >
> >   cd ${CVSROOT}/CVSROOT
> >   conv2gdbm modules modules.db
> >   conv2gdbm val-tags val-tags.db
> >
> > But this returns:
> >
> > conv2gdbm.exe: dbm file not opened
> >
> > What happened ?
> >
> probably either modules.pag/modules.dir  or  val-tags.pag/val-tags.dir
> do not exist.  They are not always present.
> 
> --Chuck

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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