[ANNOUNCEMENT] Updated: {aprutil1,libaprutil1,libaprutil1-devel}-1.3.10-1

2010-10-04 Thread David Rothenberger
A new version the Apache Portable Runtime utilities library is now available for download. This release fixes security issue CVE-2010-1623. DESCRIPTION: The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable a

[ANNOUNCEMENT] Updated: python-gdata-2.0.12-1

2010-10-04 Thread Chris Sutcliffe
Version 2.0.12-1 of python-gdata has been uploaded. python-gdata is the Google Data Python Client Library. The Google Data Python Client Library provides a library and source code that make it easy to access data through Google Data APIs. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If

[ANNOUNCEMENT] Updated: cppcheck-1.45-1

2010-10-04 Thread Chris Sutcliffe
Version 1.45-1 of cppcheck has been uploaded, following the upstream release. cppcheck is a tool for static C/C++ code analysis. It tries to detect bugs that your C/C++ compiler don't see. The goal is no false positives. cppcheck is versatile. You can check non-standard code that includes variou

1.5 to 1.7 upgrade.

2010-10-04 Thread Andy Hall
Slight embarrassment here. Things are not quite as described below but there is a problem. 1. The file systems in F: are indeed writeable, as test with echo >builds/test demonstrated. This is what you would expect given the permissions shown by ls despite the question marks in the uid and gid fi

1.5 to 1.7 upgrade.

2010-10-04 Thread Andy Hall
I held off updating two machines from Cygwin 1.5 to 1.7 until this week because they were critical to a product test and release process. These Cygwin installations are nearly vanilla and the upgrades went very smoothly and except for one crucial item everything seems to have worked as expected. K

Re: strange crashes on invocation

2010-10-04 Thread Heath Kehoe
On 10/1/2010 5:02 PM, Christopher Faylor wrote: On Mon, Sep 27, 2010 at 11:52:12AM -0500, Heath Kehoe wrote: Ugh! spoke too soon. It happened again: 1 [main] bash 5112! C:\cygwin\bin\bash.exe: *** fatal error - could not load C:\Windows\system32\ws2_32.dll, Win32 error 998 Stack trace:

Re: How to run Cygwin as the root user ?

2010-10-04 Thread Larry Hall (Cygwin)
On 10/4/2010 2:17 PM, Clement, Sebastien wrote: On Fri, 01 Oct 2010 17:36:26, Larry Hall wrote: On 10/1/2010 5:23 PM, Clement, Sebastien wrote: A very basic question but how can we do that ? Cygwin runs as whatever user you start it as. Log in and run it. If you need to switch users, you sh

Re: bash bug?: nested "bash --login -i" doesn't run /etc/profile (still runs ~/.bash_profile)

2010-10-04 Thread Larry Hall (Cygwin)
On 10/4/2010 12:19 PM, Daniel Barclay wrote: I wrote: The behavior of "bash --login -i" seems to vary depending on whether it is a "root" invocation or a nested invocation of bash. This is inconsistent with the description man bash, and seems to be a bug. Can anyone confirm (or "anti-confirm")

trouble posting to cygwin-apps

2010-10-04 Thread Bill Hoffman
Hi, Sorry if this is the wrong mailing list for this, but I am trying to get a new CMake release uploaded to cygwin and am having some trouble. I can not seem to post messages to the cygwin-apps mailing list. I tried to re-subscribe my email address, but it correctly said I was already subs

Re: Possible Windows 7 issue? cc1.exe: error while loading shared libraries: ?

2010-10-04 Thread Taggart Ashby
On Mon, Oct 4, 2010 at 11:20 AM, Stephen Leake wrote: > Taggart Ashby writes: > >> Hello, >> I am wondering if anyone has encountered or might now how to fix the >> following issue: >> >> /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe: error while loading shared >> libraries: >>  ?: cannot open share

[ANNOUNCEMENT] Updated packages: {serf,libserf0_1,libserf0-devel}-0.7.0-1

2010-10-04 Thread David Rothenberger
The serf packages have been updated to the new upstream release 0.7.0. See http://code.google.com/p/serf/source/browse/tags/0.7.0/CHANGES for more details about the changes in this release. More information about serf can be found at http://code.google.com/p/serf/. CYGWIN NOTES:

Re: Emacs Gnus elisp source?

2010-10-04 Thread Stephen Leake
Stephen Leake writes: > Ken Brown writes: > >> On 10/4/2010 1:07 PM, Stephen Leake wrote: >>> I'm using the Cygwin X version of Emacs Gnus for email. I recently >>> switched from some other version of TLS to the Cygwin gnutls. >>> >>> When I switched, it started prompting me for the send passwor

Re: Possible Windows 7 issue? cc1.exe: error while loading shared libraries: ?

2010-10-04 Thread Stephen Leake
Taggart Ashby writes: > Hello, > I am wondering if anyone has encountered or might now how to fix the > following issue: > > /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe: error while loading shared > libraries: >  ?: cannot open shared object file: No such file or directory I got a similar message

Re: How to run Cygwin as the root user ?

2010-10-04 Thread Clement, Sebastien
Thank you Larry for this, Note: I was unsure on how to reply to this so that the thread would be followed. What's the best way ? == Re: How to run Cygwin as the root user ? * From: "Larry Hall \(Cygwin\)" * To: cygwin at cygwin dot com * Date:

Re: Emacs Gnus elisp source?

2010-10-04 Thread Stephen Leake
Ken Brown writes: > On 10/4/2010 1:07 PM, Stephen Leake wrote: >> I'm using the Cygwin X version of Emacs Gnus for email. I recently >> switched from some other version of TLS to the Cygwin gnutls. >> >> When I switched, it started prompting me for the send password with each >> email I send. Pre

Re: Emacs Gnus elisp source?

2010-10-04 Thread Ken Brown
On 10/4/2010 1:07 PM, Stephen Leake wrote: I'm using the Cygwin X version of Emacs Gnus for email. I recently switched from some other version of TLS to the Cygwin gnutls. When I switched, it started prompting me for the send password with each email I send. Previously, it would cache the passwo

Re: Possible Windows 7 issue? cc1.exe: error while loading shared libraries: ?

2010-10-04 Thread Tim Prince
On 10/4/2010 10:35 AM, Taggart Ashby wrote: This issue started when I upgraded my operating system to Windows 7 64-bit. Anytime I attempt to compile a C or C++ program (cc1plus.exe in that case), I get the above error. I only get the error if I attempt to compile from the windows command prompt

Re: Possible Windows 7 issue? cc1.exe: error while loading shared libraries: ?

2010-10-04 Thread Taggart Ashby
Hello, I am wondering if anyone has encountered or might now how to fix the following issue: /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe: error while loading shared libraries:  ?: cannot open shared object file: No such file or directory I have been using cygwin with ease for a couple years now, bu

Emacs Gnus elisp source?

2010-10-04 Thread Stephen Leake
I'm using the Cygwin X version of Emacs Gnus for email. I recently switched from some other version of TLS to the Cygwin gnutls. When I switched, it started prompting me for the send password with each email I send. Previously, it would cache the password somewhere. I'd like to debug this, but th

Re: bash bug?: nested "bash --login -i" doesn't run /etc/profile (still runs ~/.bash_profile)

2010-10-04 Thread Daniel Barclay
I wrote: The behavior of "bash --login -i" seems to vary depending on whether it is a "root" invocation or a nested invocation of bash. This is inconsistent with the description man bash, and seems to be a bug. Can anyone confirm (or "anti-confirm") this behavior?: Details: When bash is st

Update/Refesh TCL/Expect package

2010-10-04 Thread Craig Miller
Hi All, I have developed automation software based on TCL/Expect called expect-lite. However the version in the Cygwin repo is quite old (from 2003). After a bit of effort, I have compiled a more modern version of TCL/Expect under Cygwin. Is there someone who would be willing to take the binaries

Re: How to get cygwin path

2010-10-04 Thread Daniel Barclay
Afflictedd2 wrote: Ok. nm... it has to be this way: cygpath -u "C:\Users\Viper\Tmp" Using single quotes would be more general. Consider the difference if the pathname includes a substring like "\r". (Backslash is inert in (bash/sh/etc.) single-quoted strings, but sometimes escapes the foll

libglade2.0.sh exit code 2

2010-10-04 Thread Ryan Johnson
Hi all, I just installed libglade as an automatically-detected dependency of pygtk, and it complained of an exit code 2 in the post-install. Looking at /var/log/install.log.full didn't show anything out of the ordinary (no error messages at all) Other than this, it seems to work fine. Is t