Re: Parallel downloading of Cygwin packages

2009-11-02 Thread Chris Cormie
Christopher Faylor wrote: On Mon, Nov 02, 2009 at 02:25:03PM +1100, Chris Cormie wrote: There are barriers to implementing rpm in Cygwin, the most frequently mentioned being the fact that a cygwin process can't easily replace cygwin1.dll or any other running executables. If the in-C

Re: Parallel downloading of Cygwin packages

2009-11-01 Thread Chris Cormie
There are barriers to implementing rpm in Cygwin, the most frequently mentioned being the fact that a cygwin process can't easily replace cygwin1.dll or any other running executables. If the in-Cygwin package manager can't update core Cygwin, that's not a deal breaker IMO: there is a fair bit o

Re: Parallel downloading of Cygwin packages

2009-10-30 Thread Chris Cormie
Christopher Faylor wrote: On Sat, Oct 31, 2009 at 01:28:34PM +1100, Chris Cormie wrote: Christopher Faylor wrote: I'd like the installer to use a more intuitive UI, be more capable of running from the command line, and be able to handle RPMs. http://code.google.com/p/cyg-apt/ (Command

Re: email package dependency (openssl) not automatically installed

2009-10-30 Thread Chris Cormie
Steven Monai wrote: Hello folks, I installed a fresh Cygwin 1.7 beta, and added the 'email' package. Then, I ran the following to send myself a test message: $ echo "Test message" | email --subject="Test" \ --smtp-server="smtp.at.my.isp" --from-name="Steven Monai" \ --from-addr="steve+cyg...@m

Re: Parallel downloading of Cygwin packages

2009-10-30 Thread Chris Cormie
Christopher Faylor wrote: On Fri, Oct 30, 2009 at 01:19:58PM +0100, Ron de Bruijn wrote: I use the latest installer, but it only uses one mirror to download packages from at the same time. I have the impression that the mirror I selected only gives about 30KB/s, which makes installing Cygwin sl

Re: Cygwin package manager

2009-10-22 Thread Chris Cormie
Correction: setup doesn't require Cygwin to be closed if not working on core packages. That makes sense. Chris. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http:/

Re: Cygwin package manager

2009-10-22 Thread Chris Cormie
There's no maturity requirement as such. For a package such as cyg-apt that doesn't exist in other distros, you have to get 5 positive votes from current package maintainers. A clear explanation of what cyg-apt does that setup doesn't, would probably go a long way towards that. Thanks for that

Re: Cygwin package manager

2009-10-21 Thread Chris Cormie
> On first look, it seems good. Would you consider packaging it as a Cygwin > package? You'd get more people using it that way. > > If you haven't maintained a Cygwin package before, it wouldn't be much work > to get this one going, since it's so simple. I don't think I'd want to > maintain

Re: Cygwin package manager

2009-10-21 Thread Chris Cormie
Jacob Jacobson wrote: > Chris Cormie wrote: >> Hi, >> >> I am working on a Cygwin package manager with an interface resembling >> apt-get. >> It's still a work in progress, but functional (commands below.) >> http://code.google.com/p/cyg-apt/ > >

Cygwin package manager

2009-10-18 Thread Chris Cormie
Hi, I am working on a Cygwin package manager with an interface resembling apt-get. It's still a work in progress, but functional (commands below.) http://code.google.com/p/cyg-apt/ It would be great if some folks tried out the initial release and provided me with some feedback. Cheers, Chri

Re: top - uknown terminal type

2009-10-03 Thread Chris Cormie
Egerton, Jim wrote: Works fine after running /etc/postinstall/terminfo0.sh. thanks Chuck/Christopher, jim -Original Message- From: Charles Wilson [mailto:cyg...@cwilson.fastmail.fm] Sent: Thursday, October 01, 2009 6:54 PM To: cygwin@cygwin.com Subject: Re: top - uknown terminal type

Re: SOLVED Subversion svn fails silently after updating Cygwin

2009-09-29 Thread Chris Cormie
Charles Wilson wrote: Chris Cormie wrote: In 1.5 setup.ini @ subversion requires: cygwin libapr1 libaprutil1 libdb4.2 libexpat1 libintl8 libneon27 libsasl2 libserf0_0 libsqlite3_0 zlib In 1.7 setup.ini @ subversion requires: libapr1 libaprutil1 libdb4.2 libexpat1 libgcc1 libintl8 libneon27

SOLVED Subversion svn fails silently after updating Cygwin

2009-09-29 Thread Chris Cormie
Hi, I managed to get back into my bad install of Cygwin and ran $strace svn As you suspected a missing dependency popped up: /usr/bin/cygz.dll cygz.dll is the only file in the libz0 package: $ cyg-apt filelist zlib usr/share/doc/ usr/share/doc/Cygwin/ usr/share/doc/Cygwin/zlib.README usr/share/

Re: Subversion svn fails silently after updating Cygwin

2009-09-29 Thread Chris Cormie
Additional note for the last reply: even hacking HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 and HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 doesn't get me back into the earlier install of cygwin. I find the process of where "mount" gets its mount point informa

Re: Subversion svn fails silently after updating Cygwin

2009-09-29 Thread Chris Cormie
David Rothenberger wrote: On 9/25/2009 10:49 PM, Chris Cormie wrote: I updated Cygwin today via setup.exe and Subversion ceased working: $ svn status $ ie no output whatsoever regardless of what command is given to svn including --help. [snip] I hadn't updated for several months so a

Re: Num lines in dirs: C:\cygwin\bin = 1152 C:\cygwin-1.7\bin = 289 WHY SO FEW?

2009-09-29 Thread Chris Cormie
Larry Hall (Cygwin) wrote: On 09/28/2009 10:31 PM, Chris Cormie wrote: I don't think you are doing anything wrong David. setup-1.7.exe appears to default to just the Base category packages. The 1.5 setup.exe selects many more packages outside the Base category by default and that&

Re: Num lines in dirs: C:\cygwin\bin = 1152 C:\cygwin-1.7\bin = 289 WHY SO FEW?

2009-09-28 Thread Chris Cormie
David Combs wrote: I just now installed 1.7. Where *is* everything? bin has 289 files, whereas the non-beta has 1152. So, just how "beta" is 1.7. "Alpha"? Or am I missing something, eg there's still lots more for me to install "by hand"? Oh, someone tell me how to find the version numb

Re: Installing 1.7 alongside 1.5 - can it be done safely?

2009-09-28 Thread Chris Cormie
David Antliff wrote: > I have found some serious issues with Cygwin 1.5 that I want to test > against in the 1.7 beta, before I commit to abandoning 1.5. > > Is it possible to install Cygwin 1.7 on the same PC/filesystem as > Cygwin 1.5, yet maintain absolute independence between the two > version

Re: ls / does not show /c with cygdrive prefix=/

2009-09-28 Thread Chris Cormie
Mikel Ward wrote: Hi All If I use a standard install with the cygdrive prefix as /cygdrive, the drive letters appear in a directory listing: $ ls /cygdrive c d w But if I change cygdrive to /, they don't: $ mount -c / $ ls / Cygwin.bat bindev home optsbin usr Cygwin.ico

Re: Subversion svn fails silently after updating Cygwin

2009-09-26 Thread Chris Cormie
Chris Cormie wrote: Hi, This is my first post to the Cygwin mailing list: hello everyone! I updated Cygwin today via setup.exe and Subversion ceased working: $ svn status $ Hello again, I should have mentioned this is issue is in a Cygwin 1.5 install. I installed bare-bones Cygwin 1.7 Beta

Subversion svn fails silently after updating Cygwin

2009-09-25 Thread Chris Cormie
Hi, This is my first post to the Cygwin mailing list: hello everyone! I updated Cygwin today via setup.exe and Subversion ceased working: $ svn status $ ie no output whatsoever regardless of what command is given to svn including --help. Reproduction is easy: 1. Install Subversion (currentl