Max Bowsher wrote:

> Manu wrote:
> > Anyway, I tried to build the CVS sources, but "setup" doesn't link:
[...]
> > I have done "./libgetopt++/bootstrap.sh", then,
> >
> > "./configure -C --enable-dependencies --disable-shared \
> > --build=i386-pc-mingw32 'CC=gcc -g' 'CXX=g++ -g' \
> > --enable-maintainer-mode && make"
> >
> > libgetopt++/src/getopt.c is not compiled, my "MinGW/lib/getopt.a"
> > is not linked with libgetopt++.
> 
> You are confused with your configure line. Your --build flag is very
> incorrect.
> 
> Either: Drop the --build flag, use the rest as-is to build a cygwin1.dll
> dependent version of setup.

Ok, I'll try again. Though, note that I built the sources with MinGW and
its build environment, not with Cygwin.
(My old Cygwin install is out of date :)
 
> Or: Use the configure line as-is from
> http://sources.redhat.com/cygwin-apps/setup.html.

> Manu wrote:
[...]
> > Call stack:
> > 00406816  SETUP.EXE:00406816  compress_gz::destroy()
> >  compress_gz.cc:472 ...
> >      free (outbuf);
> >    if (original)
> >>     delete original;
> >  }
> 
> Interesting indeed. Something very weird is happening, if a non-null pointer
> if causing a segfault on being deleted. I wonder if it could be a
> double-free. I'll fiddle with this.

Yes, I also suspect a double-free. I've commented "delete original" and naturally
setup.exe worked. (I have now Cygwin installed :)

> Manu: Just to confirm, this is setup from HEAD of CVS, showing version 2.312
> on it's splash page?

Yes, I confirm.

> Also, could you send the output of 'find' run from your local package
> directory? (as an attachment)

cf find.txt. (build.sh and compress.diff are not in CVS)

[...]
> Please try this patch (against current CVS):
[...]

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;
    }
---

Something strange, the original setup.exe no longer crashes, it seems that the
problem occurs when first installing Cygwin.

BTW, that registry entries are created during setup? I found
"HKEY_LOCAL_MACHINE/Software/Cygnus Solutions".
Is there other info stored in ini-files.
I need to remove all of Cygwin and install again, in order to reproduce the problem.
Uninstall packages seems to keep track of the previous installation.

Manu.

.
./IniDBBuilderPackage.cc
./AntiVirus.cc
./AntiVirus.h
./CONTRIBUTORS
./ChangeLog
./Exception.cc
./Exception.h
./FindVisitor.cc
./FindVisitor.h
./IOStreamProvider.h
./IniDBBuilder.cc
./IniDBBuilder.h
./Makefile.am
./MD5++.cc
./IniDBBuilderPackage.h
./IniParseFeedback.cc
./IniParseFeedback.h
./IniParseFindVisitor.cc
./IniParseFindVisitor.h
./LogFile.cc
./LogFile.h
./LogSingleton.cc
./LogSingleton.h
./MD5++.h
./PackageSpecification.cc
./Makefile.in
./String++.cc
./README
./PackageSpecification.h
./PackageTrust.h
./PickCategoryLine.cc
./PickCategoryLine.h
./PickLine.cc
./PickLine.h
./PickPackageLine.cc
./PickPackageLine.h
./PickView.cc
./PickView.h
./ScanFindVisitor.cc
./ScanFindVisitor.h
./String++.h
./aclocal.m4
./archive.cc
./archive.h
./archive_tar.cc
./archive_tar.h
./archive_tar_file.cc
./autoload.c
./bootstrap.sh
./category.cc
./category.h
./check-na.bmp
./check-no.bmp
./check-yes.bmp
./choose-rtarrow.bmp
./choose-spin.bmp
./choose.cc
./choose.h
./cistring.cc
./cistring.h
./compress.cc
./compress.h
./compress_bz.cc
./compress_bz.h
./compress_gz.cc
./compress_gz.h
./concat.cc
./concat.h
./configure
./configure.in
./cygpackage.cc
./cygpackage.h
./cygwin.ico
./desktop.cc
./desktop.h
./dialog.cc
./dialog.h
./diskfull.cc
./diskfull.h
./dlmalloc.c
./download.cc
./download.h
./filemanip.cc
./filemanip.h
./find.cc
./find.h
./fromcwd.cc
./geturl.cc
./geturl.h
./hash.cc
./hash.h
./ini.cc
./ini.h
./inilex.l
./inilintmain.cc
./iniparse.y
./install.cc
./io_stream.cc
./io_stream.h
./io_stream_cygfile.cc
./io_stream_cygfile.h
./io_stream_file.cc
./io_stream_file.h
./io_stream_memory.cc
./io_stream_memory.h
./io_stream_rsync.cc
./io_stream_rsync.h
./localdir.cc
./localdir.h
./log.cc
./log.h
./main.cc
./md5.c
./md5.h
./mkdir.cc
./mkdir.h
./mklink2.cc
./mklink2.h
./mount.cc
./mount.h
./msg.cc
./msg.h
./net.cc
./net.h
./netio.cc
./netio.h
./nio-file.cc
./nio-file.h
./nio-ftp.cc
./nio-ftp.h
./nio-http.cc
./nio-http.h
./nio-ie5.cc
./nio-ie5.h
./package_db.cc
./package_db.h
./package_meta.cc
./package_meta.h
./package_source.cc
./package_source.h
./package_version.cc
./package_version.h
./port.h
./postinstall.cc
./proppage.cc
./proppage.h
./propsheet.cc
./propsheet.h
./res.rc
./resource.h
./rfc1738.cc
./rfc1738.h
./root.cc
./root.h
./script.cc
./script.h
./simpsock.cc
./simpsock.h
./site.cc
./site.h
./source.cc
./source.h
./splash.cc
./splash.h
./state.cc
./state.h
./threebar.cc
./threebar.h
./version.cc
./version.h
./win32.cc
./win32.h
./window.cc
./window.h
./libgetopt++
./libgetopt++/ChangeLog
./libgetopt++/COPYING
./libgetopt++/.cvsignore
./libgetopt++/bootstrap.sh
./libgetopt++/README
./libgetopt++/Makefile.am
./libgetopt++/configure.in
./libgetopt++/tests
./libgetopt++/tests/testoption.cc
./libgetopt++/tests/CVS
./libgetopt++/tests/CVS/Root
./libgetopt++/tests/CVS/Repository
./libgetopt++/tests/CVS/Entries
./libgetopt++/tests/.deps
./libgetopt++/tests/.deps/testoption.Po
./libgetopt++/src
./libgetopt++/src/BoolOption.cc
./libgetopt++/src/GetOption.cc
./libgetopt++/src/Option.cc
./libgetopt++/src/OptionSet.cc
./libgetopt++/src/StringOption.cc
./libgetopt++/src/getopt.c
./libgetopt++/src/CVS
./libgetopt++/src/CVS/Root
./libgetopt++/src/CVS/Repository
./libgetopt++/src/CVS/Entries
./libgetopt++/src/.deps
./libgetopt++/src/.deps/BoolOption.Plo
./libgetopt++/src/.deps/GetOption.Plo
./libgetopt++/src/.deps/Option.Plo
./libgetopt++/src/.deps/OptionSet.Plo
./libgetopt++/src/.deps/StringOption.Plo
./libgetopt++/src/.deps/getopt.Plo
./libgetopt++/src/.deps/.dirstamp
./libgetopt++/src/.dirstamp
./libgetopt++/src/BoolOption.o
./libgetopt++/src/GetOption.o
./libgetopt++/src/GetOption.lo
./libgetopt++/src/Option.o
./libgetopt++/src/Option.lo
./libgetopt++/src/BoolOption.lo
./libgetopt++/src/OptionSet.o
./libgetopt++/src/OptionSet.lo
./libgetopt++/src/StringOption.o
./libgetopt++/src/StringOption.lo
./libgetopt++/include
./libgetopt++/include/.cvsignore
./libgetopt++/include/cdefs.h
./libgetopt++/include/getopt.h
./libgetopt++/include/getopt++
./libgetopt++/include/getopt++/BoolOption.h
./libgetopt++/include/getopt++/GetOption.h
./libgetopt++/include/getopt++/Option.h
./libgetopt++/include/getopt++/OptionSet.h
./libgetopt++/include/getopt++/StringOption.h
./libgetopt++/include/getopt++/CVS
./libgetopt++/include/getopt++/CVS/Root
./libgetopt++/include/getopt++/CVS/Repository
./libgetopt++/include/getopt++/CVS/Entries
./libgetopt++/include/CVS
./libgetopt++/include/CVS/Root
./libgetopt++/include/CVS/Repository
./libgetopt++/include/CVS/Entries
./libgetopt++/include/CVS/Entries.Log
./libgetopt++/include/autoconf.h.in
./libgetopt++/include/autoconf.h
./libgetopt++/include/stamp-h1
./libgetopt++/CVS
./libgetopt++/CVS/Root
./libgetopt++/CVS/Repository
./libgetopt++/CVS/Entries
./libgetopt++/CVS/Entries.Log
./libgetopt++/cfgaux
./libgetopt++/cfgaux/config.guess
./libgetopt++/cfgaux/config.sub
./libgetopt++/cfgaux/ltmain.sh
./libgetopt++/cfgaux/install-sh
./libgetopt++/cfgaux/mkinstalldirs
./libgetopt++/cfgaux/missing
./libgetopt++/cfgaux/compile
./libgetopt++/cfgaux/depcomp
./libgetopt++/aclocal.m4
./libgetopt++/autom4te.cache
./libgetopt++/autom4te.cache/requests
./libgetopt++/autom4te.cache/output.0
./libgetopt++/autom4te.cache/traces.0
./libgetopt++/Makefile.in
./libgetopt++/configure
./libgetopt++/config.log
./libgetopt++/.libs
./libgetopt++/.libs/libgetopt++.a
./libgetopt++/.libs/libgetopt++.lai
./libgetopt++/.libs/libgetopt++.la
./libgetopt++/config.status
./libgetopt++/libtool
./libgetopt++/libgetopt++.la
./libgetopt++/Makefile
./libgetopt++/.deps
./zlib
./zlib/Make_vms.com
./zlib/FAQ
./zlib/ChangeLog
./zlib/INDEX
./zlib/aclocal.m4
./zlib/README
./zlib/Makefile
./zlib/Makefile.am
./zlib/Makefile.in
./zlib/Makefile.riscos
./zlib/adler32.c
./zlib/algorithm.txt
./zlib/compress.c
./zlib/configure
./zlib/configure.in
./zlib/crc32.c
./zlib/deflate.c
./zlib/deflate.h
./zlib/descrip.mms
./zlib/example.c
./zlib/gzio.c
./zlib/infblock.c
./zlib/infblock.h
./zlib/infcodes.c
./zlib/infcodes.h
./zlib/inffast.c
./zlib/inffast.h
./zlib/inffixed.h
./zlib/inflate.c
./zlib/inftrees.c
./zlib/inftrees.h
./zlib/infutil.c
./zlib/infutil.h
./zlib/maketree.c
./zlib/minigzip.c
./zlib/trees.c
./zlib/trees.h
./zlib/uncompr.c
./zlib/zconf.h
./zlib/zlib.3
./zlib/zlib.h
./zlib/zutil.c
./zlib/zutil.h
./zlib/os2
./zlib/os2/Makefile.os2
./zlib/os2/zlib.def
./zlib/os2/CVS
./zlib/os2/CVS/Root
./zlib/os2/CVS/Repository
./zlib/os2/CVS/Entries
./zlib/nt
./zlib/nt/Makefile.emx
./zlib/nt/Makefile.gcc
./zlib/nt/Makefile.nt
./zlib/nt/zlib.dnt
./zlib/nt/CVS
./zlib/nt/CVS/Root
./zlib/nt/CVS/Repository
./zlib/nt/CVS/Entries
./zlib/msdos
./zlib/msdos/Makefile.b32
./zlib/msdos/Makefile.bor
./zlib/msdos/Makefile.dj2
./zlib/msdos/Makefile.emx
./zlib/msdos/Makefile.msc
./zlib/msdos/Makefile.tc
./zlib/msdos/Makefile.w32
./zlib/msdos/Makefile.wat
./zlib/msdos/zlib.def
./zlib/msdos/zlib.rc
./zlib/msdos/CVS
./zlib/msdos/CVS/Root
./zlib/msdos/CVS/Repository
./zlib/msdos/CVS/Entries
./zlib/contrib
./zlib/contrib/README.contrib
./zlib/contrib/visual-basic.txt
./zlib/contrib/untgz
./zlib/contrib/untgz/makefile.w32
./zlib/contrib/untgz/Makefile
./zlib/contrib/untgz/untgz.c
./zlib/contrib/untgz/CVS
./zlib/contrib/untgz/CVS/Root
./zlib/contrib/untgz/CVS/Repository
./zlib/contrib/untgz/CVS/Entries
./zlib/contrib/minizip
./zlib/contrib/minizip/ChangeLogUnzip
./zlib/contrib/minizip/Makefile
./zlib/contrib/minizip/miniunz.c
./zlib/contrib/minizip/minizip.c
./zlib/contrib/minizip/readme.txt
./zlib/contrib/minizip/unzip.c
./zlib/contrib/minizip/unzip.def
./zlib/contrib/minizip/unzip.h
./zlib/contrib/minizip/zip.c
./zlib/contrib/minizip/zip.def
./zlib/contrib/minizip/zip.h
./zlib/contrib/minizip/zlibvc.def
./zlib/contrib/minizip/zlibvc.dsp
./zlib/contrib/minizip/zlibvc.dsw
./zlib/contrib/minizip/CVS
./zlib/contrib/minizip/CVS/Root
./zlib/contrib/minizip/CVS/Repository
./zlib/contrib/minizip/CVS/Entries
./zlib/contrib/iostream2
./zlib/contrib/iostream2/zstream.h
./zlib/contrib/iostream2/zstream_test.cpp
./zlib/contrib/iostream2/CVS
./zlib/contrib/iostream2/CVS/Root
./zlib/contrib/iostream2/CVS/Repository
./zlib/contrib/iostream2/CVS/Entries
./zlib/contrib/iostream
./zlib/contrib/iostream/zfstream.cpp
./zlib/contrib/iostream/test.cpp
./zlib/contrib/iostream/zfstream.h
./zlib/contrib/iostream/CVS
./zlib/contrib/iostream/CVS/Root
./zlib/contrib/iostream/CVS/Repository
./zlib/contrib/iostream/CVS/Entries
./zlib/contrib/delphi2
./zlib/contrib/delphi2/d_zlib.bpr
./zlib/contrib/delphi2/d_zlib.cpp
./zlib/contrib/delphi2/readme.txt
./zlib/contrib/delphi2/zlib.bpg
./zlib/contrib/delphi2/zlib.bpr
./zlib/contrib/delphi2/zlib.cpp
./zlib/contrib/delphi2/zlib.pas
./zlib/contrib/delphi2/zlib32.bpr
./zlib/contrib/delphi2/zlib32.cpp
./zlib/contrib/delphi2/CVS
./zlib/contrib/delphi2/CVS/Root
./zlib/contrib/delphi2/CVS/Repository
./zlib/contrib/delphi2/CVS/Entries
./zlib/contrib/delphi
./zlib/contrib/delphi/zlibdef.pas
./zlib/contrib/delphi/zlib.mak
./zlib/contrib/delphi/CVS
./zlib/contrib/delphi/CVS/Root
./zlib/contrib/delphi/CVS/Repository
./zlib/contrib/delphi/CVS/Entries
./zlib/contrib/asm686
./zlib/contrib/asm686/README.686
./zlib/contrib/asm686/match.S
./zlib/contrib/asm686/CVS
./zlib/contrib/asm686/CVS/Root
./zlib/contrib/asm686/CVS/Repository
./zlib/contrib/asm686/CVS/Entries
./zlib/contrib/asm586
./zlib/contrib/asm586/README.586
./zlib/contrib/asm586/match.S
./zlib/contrib/asm586/CVS
./zlib/contrib/asm586/CVS/Root
./zlib/contrib/asm586/CVS/Repository
./zlib/contrib/asm586/CVS/Entries
./zlib/contrib/asm386
./zlib/contrib/asm386/gvmat32.asm
./zlib/contrib/asm386/gvmat32c.c
./zlib/contrib/asm386/mkgvmt32.bat
./zlib/contrib/asm386/zlibvc.def
./zlib/contrib/asm386/zlibvc.dsp
./zlib/contrib/asm386/zlibvc.dsw
./zlib/contrib/asm386/CVS
./zlib/contrib/asm386/CVS/Root
./zlib/contrib/asm386/CVS/Repository
./zlib/contrib/asm386/CVS/Entries
./zlib/contrib/CVS
./zlib/contrib/CVS/Root
./zlib/contrib/CVS/Repository
./zlib/contrib/CVS/Entries
./zlib/contrib/CVS/Entries.Log
./zlib/amiga
./zlib/amiga/Makefile.pup
./zlib/amiga/Makefile.sas
./zlib/amiga/CVS
./zlib/amiga/CVS/Root
./zlib/amiga/CVS/Repository
./zlib/amiga/CVS/Entries
./zlib/CVS
./zlib/CVS/Root
./zlib/CVS/Repository
./zlib/CVS/Entries
./zlib/CVS/Entries.Log
./zlib/config.log
./zlib/adler32.o
./zlib/config.status
./zlib/.deps
./zlib/.deps/adler32.Po
./zlib/.deps/compress.Po
./zlib/.deps/crc32.Po
./zlib/.deps/deflate.Po
./zlib/.deps/gzio.Po
./zlib/.deps/infblock.Po
./zlib/.deps/infcodes.Po
./zlib/.deps/inffast.Po
./zlib/.deps/inflate.Po
./zlib/.deps/inftrees.Po
./zlib/.deps/infutil.Po
./zlib/.deps/trees.Po
./zlib/.deps/uncompr.Po
./zlib/.deps/zutil.Po
./zlib/autom4te.cache
./zlib/autom4te.cache/requests
./zlib/autom4te.cache/output.0
./zlib/autom4te.cache/traces.0
./zlib/compress.o
./zlib/crc32.o
./zlib/deflate.o
./zlib/gzio.o
./zlib/infblock.o
./zlib/infcodes.o
./zlib/inffast.o
./zlib/inflate.o
./zlib/inftrees.o
./zlib/infutil.o
./zlib/trees.o
./zlib/uncompr.o
./zlib/zutil.o
./zlib/libzcygw.a
./temp
./temp/CVS
./temp/CVS/Root
./temp/CVS/Repository
./temp/CVS/Entries
./rsync
./rsync/ChangeLog
./rsync/AUTHORS
./rsync/COPYING
./rsync/Makefile.am
./rsync/INSTALL
./rsync/README.CVS
./rsync/THANKS
./rsync/NEWS
./rsync/Makefile.in
./rsync/README
./rsync/acconfig.h
./rsync/TODO
./rsync/aclocal.m4
./rsync/base64.c
./rsync/buf.c
./rsync/buf.h
./rsync/changes.test
./rsync/checksum.c
./rsync/checksum.h
./rsync/command.c
./rsync/command.h
./rsync/config.h.in
./rsync/configure
./rsync/configure.in
./rsync/delta.c
./rsync/delta.test
./rsync/depcomp
./rsync/dot
./rsync/driver.sh
./rsync/emit.c
./rsync/emit.h
./rsync/fileutil.c
./rsync/fileutil.h
./rsync/hex.c
./rsync/install-sh
./rsync/isprefix.c
./rsync/isprefix.driver.c
./rsync/isprefix.h
./rsync/isprefix.test
./rsync/job.c
./rsync/job.h
./rsync/librsync.3
./rsync/libversions.txt
./rsync/ltconfig
./rsync/mdfour.c
./rsync/missing
./rsync/mkinstalldirs
./rsync/mkprototab.pl
./rsync/mksum.c
./rsync/mksum.test
./rsync/msg.c
./rsync/mutate.pl
./rsync/mutate.test
./rsync/netint.c
./rsync/netint.h
./rsync/patch.c
./rsync/protocol.h
./rsync/prototab.c
./rsync/prototab.h
./rsync/rdiff.1
./rsync/rdiff.c
./rsync/readsums.c
./rsync/rsync.h
./rsync/scoop.c
./rsync/search.c
./rsync/search.h
./rsync/signature.test
./rsync/snprintf.c
./rsync/sources.test
./rsync/stamp-h.in
./rsync/stats.c
./rsync/stream.c
./rsync/stream.h
./rsync/sumset.c
./rsync/sumset.h
./rsync/trace.c
./rsync/trace.h
./rsync/triple.test
./rsync/tube.c
./rsync/types.h
./rsync/util.c
./rsync/util.h
./rsync/version.c
./rsync/whole.c
./rsync/whole.h
./rsync/triple.input
./rsync/triple.input/copying.in
./rsync/triple.input/half.in
./rsync/triple.input/hello.in
./rsync/triple.input/zero.in
./rsync/triple.input/triple.input
./rsync/triple.input/triple.input/copying.in
./rsync/triple.input/triple.input/half.in
./rsync/triple.input/triple.input/hello.in
./rsync/triple.input/triple.input/zero.in
./rsync/triple.input/triple.input/CVS
./rsync/triple.input/triple.input/CVS/Root
./rsync/triple.input/triple.input/CVS/Repository
./rsync/triple.input/triple.input/CVS/Entries
./rsync/triple.input/CVS
./rsync/triple.input/CVS/Root
./rsync/triple.input/CVS/Repository
./rsync/triple.input/CVS/Entries
./rsync/triple.input/CVS/Entries.Log
./rsync/signature.input
./rsync/signature.input/01.in
./rsync/signature.input/01.sig
./rsync/signature.input/CVS
./rsync/signature.input/CVS/Root
./rsync/signature.input/CVS/Repository
./rsync/signature.input/CVS/Entries
./rsync/popt
./rsync/popt/Makefile.am
./rsync/popt/CHANGES
./rsync/popt/COPYING
./rsync/popt/poptconfig.c
./rsync/popt/README
./rsync/popt/Makefile.in
./rsync/popt/findme.c
./rsync/popt/findme.h
./rsync/popt/popt.c
./rsync/popt/popt.h
./rsync/popt/popthelp.c
./rsync/popt/poptint.h
./rsync/popt/poptparse.c
./rsync/popt/system.h
./rsync/popt/CVS
./rsync/popt/CVS/Root
./rsync/popt/CVS/Repository
./rsync/popt/CVS/Entries
./rsync/mksum.input
./rsync/mksum.input/COPYING.sig
./rsync/mksum.input/mksum.input
./rsync/mksum.input/mksum.input/COPYING.sig
./rsync/mksum.input/mksum.input/CVS
./rsync/mksum.input/mksum.input/CVS/Root
./rsync/mksum.input/mksum.input/CVS/Repository
./rsync/mksum.input/mksum.input/CVS/Entries
./rsync/mksum.input/CVS
./rsync/mksum.input/CVS/Root
./rsync/mksum.input/CVS/Repository
./rsync/mksum.input/CVS/Entries
./rsync/mksum.input/CVS/Entries.Log
./rsync/mdfour.input
./rsync/mdfour.input/01.expect
./rsync/mdfour.input/01.data
./rsync/mdfour.input/mdfour.input
./rsync/mdfour.input/mdfour.input/01.expect
./rsync/mdfour.input/mdfour.input/01.data
./rsync/mdfour.input/mdfour.input/CVS
./rsync/mdfour.input/mdfour.input/CVS/Root
./rsync/mdfour.input/mdfour.input/CVS/Repository
./rsync/mdfour.input/mdfour.input/CVS/Entries
./rsync/mdfour.input/CVS
./rsync/mdfour.input/CVS/Root
./rsync/mdfour.input/CVS/Repository
./rsync/mdfour.input/CVS/Entries
./rsync/mdfour.input/CVS/Entries.Log
./rsync/delta.input
./rsync/delta.input/01.expect
./rsync/delta.input/01.delta
./rsync/delta.input/02.delta
./rsync/delta.input/02.expect
./rsync/delta.input/03.delta
./rsync/delta.input/03.expect
./rsync/delta.input/delta.input
./rsync/delta.input/delta.input/01.expect
./rsync/delta.input/delta.input/01.delta
./rsync/delta.input/delta.input/02.delta
./rsync/delta.input/delta.input/02.expect
./rsync/delta.input/delta.input/03.delta
./rsync/delta.input/delta.input/03.expect
./rsync/delta.input/delta.input/CVS
./rsync/delta.input/delta.input/CVS/Root
./rsync/delta.input/delta.input/CVS/Repository
./rsync/delta.input/delta.input/CVS/Entries
./rsync/delta.input/CVS
./rsync/delta.input/CVS/Root
./rsync/delta.input/CVS/Repository
./rsync/delta.input/CVS/Entries
./rsync/delta.input/CVS/Entries.Log
./rsync/changes.input
./rsync/changes.input/01.in
./rsync/changes.input/02.in
./rsync/changes.input/03.in
./rsync/changes.input/04.in
./rsync/changes.input/changes.input
./rsync/changes.input/changes.input/01.in
./rsync/changes.input/changes.input/02.in
./rsync/changes.input/changes.input/03.in
./rsync/changes.input/changes.input/04.in
./rsync/changes.input/changes.input/CVS
./rsync/changes.input/changes.input/CVS/Root
./rsync/changes.input/changes.input/CVS/Repository
./rsync/changes.input/changes.input/CVS/Entries
./rsync/changes.input/CVS
./rsync/changes.input/CVS/Root
./rsync/changes.input/CVS/Repository
./rsync/changes.input/CVS/Entries
./rsync/changes.input/CVS/Entries.Log
./rsync/CVS
./rsync/CVS/Root
./rsync/CVS/Repository
./rsync/CVS/Entries
./rsync/CVS/Entries.Log
./cfgaux
./cfgaux/config.guess
./cfgaux/compile
./cfgaux/config.sub
./cfgaux/depcomp
./cfgaux/install-sh
./cfgaux/ltmain.sh
./cfgaux/missing
./cfgaux/mkinstalldirs
./cfgaux/CVS
./cfgaux/CVS/Root
./cfgaux/CVS/Repository
./cfgaux/CVS/Entries
./bz2lib
./bz2lib/ChangeLog
./bz2lib/CHANGES
./bz2lib/Makefile.am
./bz2lib/LICENSE
./bz2lib/Makefile
./bz2lib/aclocal.m4
./bz2lib/README
./bz2lib/Makefile-libbz2_so
./bz2lib/Makefile.in
./bz2lib/Y2K_INFO
./bz2lib/README.COMPILATION.PROBLEMS
./bz2lib/blocksort.c
./bz2lib/bzdiff
./bz2lib/bzdiff.1
./bz2lib/bzgrep
./bz2lib/bzgrep.1
./bz2lib/bzip2.1
./bz2lib/bzip2.1.preformatted
./bz2lib/bzip2.c
./bz2lib/bzip2.txt
./bz2lib/bzip2recover.c
./bz2lib/bzlib.c
./bz2lib/bzlib.h
./bz2lib/bzlib_private.h
./bz2lib/bzmore
./bz2lib/bzmore.1
./bz2lib/compress.c
./bz2lib/configure
./bz2lib/configure.in
./bz2lib/crctable.c
./bz2lib/decompress.c
./bz2lib/dlltest.c
./bz2lib/dlltest.dsp
./bz2lib/huffman.c
./bz2lib/libbz2.def
./bz2lib/libbz2.dsp
./bz2lib/makefile.msc
./bz2lib/manual.html
./bz2lib/manual.pdf
./bz2lib/manual.ps
./bz2lib/manual.texi
./bz2lib/manual_1.html
./bz2lib/manual_2.html
./bz2lib/manual_3.html
./bz2lib/manual_4.html
./bz2lib/manual_abt.html
./bz2lib/manual_ovr.html
./bz2lib/manual_toc.html
./bz2lib/mk251.c
./bz2lib/randtable.c
./bz2lib/sample1.bz2
./bz2lib/sample1.ref
./bz2lib/sample2.bz2
./bz2lib/sample2.ref
./bz2lib/sample3.bz2
./bz2lib/sample3.ref
./bz2lib/spewG.c
./bz2lib/unzcrash.c
./bz2lib/words0
./bz2lib/words1
./bz2lib/words2
./bz2lib/words3
./bz2lib/CVS
./bz2lib/CVS/Root
./bz2lib/CVS/Repository
./bz2lib/CVS/Entries
./bz2lib/config.log
./bz2lib/blocksort.o
./bz2lib/config.status
./bz2lib/.deps
./bz2lib/.deps/blocksort.Po
./bz2lib/.deps/bzlib.Po
./bz2lib/.deps/compress.Po
./bz2lib/.deps/crctable.Po
./bz2lib/.deps/decompress.Po
./bz2lib/.deps/huffman.Po
./bz2lib/.deps/randtable.Po
./bz2lib/bzlib.o
./bz2lib/compress.o
./bz2lib/crctable.o
./bz2lib/decompress.o
./bz2lib/huffman.o
./bz2lib/randtable.o
./bz2lib/libbz2.a
./CVS
./CVS/Root
./CVS/Repository
./CVS/Entries
./CVS/Entries.Log
./config.log
./iniparse.cc
./AntiVirus.o
./build.sh
./dummy-291243.exe
./mklink2.o
./dummy-216335.exe
./libtool
./Makefile
./.deps
./.deps/AntiVirus.Po
./.deps/Exception.Po
./.deps/FindVisitor.Po
./.deps/IniDBBuilder.Po
./.deps/IniDBBuilderPackage.Po
./.deps/IniParseFeedback.Po
./.deps/IniParseFindVisitor.Po
./.deps/LogFile.Po
./.deps/LogSingleton.Po
./.deps/MD5++.Po
./.deps/PackageSpecification.Po
./.deps/PickCategoryLine.Po
./.deps/PickLine.Po
./.deps/PickPackageLine.Po
./.deps/PickView.Po
./.deps/ScanFindVisitor.Po
./.deps/String++.Po
./.deps/archive.Po
./.deps/archive_tar.Po
./.deps/archive_tar_file.Po
./.deps/autoload.Po
./.deps/category.Po
./.deps/choose.Po
./.deps/cistring.Po
./.deps/compress.Po
./.deps/compress_bz.Po
./.deps/compress_gz.Po
./.deps/concat.Po
./.deps/cygpackage.Po
./.deps/desktop.Po
./.deps/dialog.Po
./.deps/diskfull.Po
./.deps/download.Po
./.deps/filemanip.Po
./.deps/find.Po
./.deps/fromcwd.Po
./.deps/geturl.Po
./.deps/hash.Po
./.deps/ini.Po
./.deps/inilex.Po
./.deps/inilintmain.Po
./.deps/iniparse.Po
./.deps/install.Po
./.deps/io_stream.Po
./.deps/io_stream_cygfile.Po
./.deps/io_stream_file.Po
./.deps/io_stream_memory.Po
./.deps/io_stream_rsync.Po
./.deps/localdir.Po
./.deps/log.Po
./.deps/main.Po
./.deps/md5.Po
./.deps/mkdir.Po
./.deps/mklink2.Po
./.deps/mount.Po
./.deps/msg.Po
./.deps/net.Po
./.deps/netio.Po
./.deps/nio-file.Po
./.deps/nio-ftp.Po
./.deps/nio-http.Po
./.deps/nio-ie5.Po
./.deps/package_db.Po
./.deps/package_meta.Po
./.deps/package_source.Po
./.deps/package_version.Po
./.deps/postinstall.Po
./.deps/proppage.Po
./.deps/propsheet.Po
./.deps/rfc1738.Po
./.deps/root.Po
./.deps/script.Po
./.deps/setup_version.Po
./.deps/simpsock.Po
./.deps/site.Po
./.deps/source.Po
./.deps/splash.Po
./.deps/state.Po
./.deps/threebar.Po
./.deps/version.Po
./.deps/win32.Po
./.deps/window.Po
./config.cache
./setup_version.c
./iniparse.h
./inilex.cc
./archive.o
./archive_tar.o
./archive_tar_file.o
./autoload.o
./category.o
./choose.o
./cistring.o
./compress.o
./compress_bz.o
./compress_gz.o
./concat.o
./cygpackage.o
./desktop.o
./dialog.o
./diskfull.o
./download.o
./Exception.o
./find.o
./FindVisitor.o
./filemanip.o
./fromcwd.o
./geturl.o
./hash.o
./ini.o
./IniDBBuilder.o
./IniDBBuilderPackage.o
./inilex.o
./iniparse.o
./IniParseFeedback.o
./IniParseFindVisitor.o
./install.o
./io_stream.o
./io_stream_cygfile.o
./io_stream_file.o
./io_stream_memory.o
./localdir.o
./log.o
./LogFile.o
./LogSingleton.o
./main.o
./md5.o
./MD5++.o
./mkdir.o
./.libs
./mount.o
./msg.o
./net.o
./netio.o
./nio-ie5.o
./nio-file.o
./nio-ftp.o
./nio-http.o
./package_db.o
./package_meta.o
./package_source.o
./package_version.o
./PackageSpecification.o
./PickCategoryLine.o
./PickLine.o
./PickPackageLine.o
./PickView.o
./postinstall.o
./proppage.o
./propsheet.o
./rfc1738.o
./root.o
./ScanFindVisitor.o
./script.o
./setup_version.o
./simpsock.o
./site.o
./source.o
./splash.o
./state.o
./String++.o
./threebar.o
./version.o
./win32.o
./window.o
./res.o
./config.status
./setup.exe
./find.txt
./compress.diff

--
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/

Reply via email to