[ANNOUNCEMENT] Updated: ssmtp-2.62-1

2008-04-19 Thread Charles Wilson
ssmtp is an extremely simple sendmail replacement, which forwards messages to a mailhub (e.g., your ISP's outgoing mail server), and does nothing else. This is a bugfix release, and an update to the latest debian source and patchlevel (2.62-1, 2008-03-07). This release is compiled with SSL/TL

Cygwin-1.7.0-3 problem (wet paint version)

2008-04-19 Thread Trevor Forbes
I access my windows XP PC either via rdesktop or ssh on a Linux Gentoo PC. (Note I use using XPUnlimited to get multiple rdesktops) Using Cygwin-1.7.0-3 I found I can run Cygwin application via ssh or rdesktop but not both at the same time. In the rdesktop session I get the following error

Re: Vista + cygwin basics

2008-04-19 Thread Brian Dessent
Charles Wilson wrote: > Does anybody know what's going on here? Vista introduces a new state on every object, the Integrity Level (IL): low, medium, high, and system. If you use process explorer you can enable this column to be viewed. By default, everything gets created with medium IL. When a

Re: [ANNOUNCEMENT] Updated: alternatives-1.3.30c-1

2008-04-19 Thread Charles Wilson
Charles Wilson wrote: * fixed parsing bug when reading /var/lib/alternatives files. Reported by Volker Zell: http://cygwin.com/ml/cygwin/2008-04/msg00428.html Note that this should also fix the error reported here: http://cygwin.com/ml/cygwin/2007-09/msg00066.html ...sorry for the delay...

Re: gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Internal compiler error

2008-04-19 Thread Tatsuro Matsuoka
Hello I'm a mere one of the user and also waiting dw2-ed gcc 4.x for cygwin. I have build gcc-4.3.0 and test for build gnuplot and octave. For gnuplot it worked fine and performance of a built binary is pretty good. However, for octave the gcc-4.3.0 cannot be use for built. > Also, part of the d

Re: bash script works on one PC, bombs on another?

2008-04-19 Thread Dave Burns
On Fri, Apr 18, 2008 at 6:42 PM, Brian Dessent <[EMAIL PROTECTED]> wrote: > Dave Burns wrote: > > > #!/bin/bash > > #invoke audit.sh if results are too old > > /usr/bin/find /cygdrive/c/audit.txt -mtime +7 -exec > > /cygdrive/c/audit/audit.sh \; > > Is the file really wrapped like that or is

[Avail for test] pkg-config-0.23a-1

2008-04-19 Thread Charles Wilson
I've uploaded a new version of pkg-config as a test release. This is based on current bzr development, after the 0.23 release. The upstream development has folded in most of our patches (or addressed the problems in an alternate manner). Please test. ==

HELP REQUIRED: Unexpected end of file.

2008-04-19 Thread Goku
Hello , I am facing severe problems while porting some of the audio applications, am using cygwin to compile my code, the makefile and the code are written for Linux, hence i am trying to port it to windows for TI DSP. This is the place where i am getting the error : /cygdrive/c/consumer/Local/Ap

Re: How to access a cygwin folder mounted with 'managed' option?

2008-04-19 Thread Jinhyok Heo
Henry S. Thompson inf.ed.ac.uk> writes: > Please try what has been suggested. On cygwin, xemacs w/o DISPLAY set > is _not_ the same as xemacs -nw: it uses native Windoz display > functionality and will look just as it would using X. Thanks! It works! -- Jinhyok -- Unsubscribe info: ht

Re: Vista + cygwin basics

2008-04-19 Thread Charles Wilson
One odd thing I've noticed. (well, two, really, but I suspect they are related). Here is the output of 'ps -eaf' from a regular user (not a member of Administrators): $ ps -eaf UID PIDPPID TTY STIME COMMAND ME5408 1 ? 01:44:16 /usr/bin/ssh-agent ME

[Avail for test] login-1.9-8

2008-04-19 Thread Charles Wilson
There is a new version of the 'login' package available on the mirrors. The current version, 1.9-7, does not allow ~/.rhosts-based passwordless authentication when the rlogin server is running as any user other than SYSTEM. On Vista, you have to run the rlogin server as a special privileged u

Re: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-19 Thread Spiro Trikaliotis
4.0 "cygXm-2.dll" v0.0 ts=2005/9/22 1:27 74k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2005/10/26 19:22 10k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0

Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-19 Thread Spiro Trikaliotis
Hello, I have run into the following issue with Subversion on cygwin. Note that this problem does not occur when running the original Subversion versions from subversion.tigris.org; unfortunately, the ones from trigris.org do not work in a cygwin bash. Ok, here is the description: Sometimes (!) w

Re: gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Internal compiler error

2008-04-19 Thread Brian Dessent
Cory Cohen wrote: > How's the 4.x port coming? Is there somewhere that I can download the > gcc patches for cygwin and see how complicated it is? I assume that > there's no hope of the 4.x branch compiling on cygwin without major surgery? No, it builds and works fine, that's never been a proble

Re: gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Internal compiler error

2008-04-19 Thread Cory Cohen
Dave Korn wrote: Sorry, I've been ill. I saw your report. It was exemplary, self-contained and complete. In particular thanks for sending the .ii file. Funnily enough, I can't reproduce it that way. I can reproduce it on one out of two machines, and only when compiling the original fil

RE: gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Internal compiler error

2008-04-19 Thread Dave Korn
Cory Cohen wrote on 19 April 2008 16:31: > Hello again, > > Several days ago I sent a bug report about an internal > compiler error to > the cygwin and gcc-bugs lists. I've not heard back anything > from either > of the lists, and was wondering if there was something more that I > needed to prov

Re: gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Internal compiler error

2008-04-19 Thread Cory Cohen
Brian Dessent wrote: Reporting it to the Cygwin list is the correct place. Don't bother emailing gcc-bugs or any other gcc list, because a) gcc-bugs is mainly just for bugzilla-generated traffic and isn't monitored for bugs not reported through bugzilla, b) gcc 3.4 has not been closed and unmain

Re: gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Internal compiler error

2008-04-19 Thread Brian Dessent
Cory Cohen wrote: > Several days ago I sent a bug report about an internal compiler error to > the cygwin and gcc-bugs lists. I've not heard back anything from either > of the lists, and was wondering if there was something more that I > needed to provide. I realize there's no support contract h

Re: gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Internal compiler error

2008-04-19 Thread Cory Cohen
Hello again, Several days ago I sent a bug report about an internal compiler error to the cygwin and gcc-bugs lists. I've not heard back anything from either of the lists, and was wondering if there was something more that I needed to provide. I realize there's no support contract here, and

[ANNOUNCEMENT] Updated: mathomatic-12.9.2-1

2008-04-19 Thread Reini Urban
Various minor functional and ui fixes. See http://mathomatic.orgserve.de/changes.txt Cygwin build changes: * added /etc/defaults/etc/skel/.mathomaticrc About: Mathomatic is a command line, highly portable, general purpose symbolic math program that can solve, simplify, combine, differentiate, int

[ANNOUNCEMENT] Updated: clamav-0.93-1

2008-04-19 Thread Reini Urban
The cygwin clamav packages (Clam AntiVirus - GPL anti-virus toolkit) has been updated to 0.93-1. Cygwin Changes: clamdscan is deliberately broken - at least for me. I couldn't check so far why it hangs, but I wanted to bring -1 out even without this tool. Please use clamscan instead s

[ANNOUNCEMENT] Updated: alternatives-1.3.30c-1

2008-04-19 Thread Charles Wilson
alternatives provides a framework for managing installation of multiple packages that provide similar features, and selecting between them. Changes since 1.3.29a-1 * resync with fastcoder.net chkconfig-1.3.30c (same version currently used by Cygwin's chkconfig package) * fixed parsing bug whe