Re: gdb aborts after setting "throw" catchpoint

2013-05-29 Thread Noel Grandin
On 2013-05-29 23:23, Ryan Johnson wrote: GNU gdb (GDB) 7.6.50.20130408-cvs (cygwin-special) ... snip... Reading symbols from /home/Ryan/experiments/a.exe...done. (gdb) catch throw Catchpoint 1 (throw) That was a mistake in the documentation, they didn't actually get around to implementing it

[ANNOUNCEMENT] Updated: botan-1.8.14-1

2013-05-29 Thread Yaakov (Cygwin/X)
The following packages have been updated in the Cygwin distribution: *** libbotan1.8.13-1.8.14-1 *** libbotan-devel-1.8.14-1 (replaces the 'botan' package) Botan is a crypto library for C++ released under the permissive 2-clause BSD license. It provides most any cryptographic algorithm you migh

sqlite3: bug with monotone

2013-05-29 Thread Yaakov (Cygwin/X)
Warren, I'm having a problem with my newly built monotone packages on both x86 and x64: mtn: warning: recoverable 'system' error while processing peer mtn://monotone.ca/monotone: 'error: sqlite error: SQL logic error or missing database' mtn: error: processing failure while talking to peer

Re: regression in subversion with 1.7.18 (and .19)

2013-05-29 Thread David Boyce
On Wed, May 29, 2013 at 1:38 PM, David Rothenberger wrote: > I think the recently release subversion-1.7.9-2 package will fix your > problem. It does not fix all uses of UNC paths, especially those passed > on the command line (e.g., "svn status //server/share" or "svn export > //server/share") be

Re: Using native symlinks

2013-05-29 Thread Chris Sutcliffe
On 29 May 2013 13:01, Corinna Vinschen wrote: > On May 29 12:40, Chris Sutcliffe wrote: >> On 29 May 2013 11:23, Corinna Vinschen wrote: >> > On May 29 10:33, Chris Sutcliffe wrote: >> >> On 29 May 2013 04:39, Corinna Vinschen wrote: >> > Also, either way, did you logoff and logon so that the "Crea

Re: Attn: Yaakov [Was: Re: cygutils Postinstall Script Errors With Exit Code 128]

2013-05-29 Thread Yaakov (Cygwin/X)
Sorry for missing this before. On 2013-05-29 17:43, Charles Wilson wrote: Known issue, waiting for cygport fix. cygutils relies on cygport auto-generating the postinstall scripts which invoke those tools. Cygport does this because the install package contains the following two files: /usr/shar

Attn: Yaakov [Was: Re: cygutils Postinstall Script Errors With Exit Code 128]

2013-05-29 Thread Charles Wilson
On 5/29/2013 11:47 AM, Reini Urban wrote: I got the cygutils postinstall error also, caused by missing dependencies. $ cat /etc/postinstall/cygutils.sh /usr/bin/update-desktop-database /usr/bin/update-mime-database /usr/share/mime both scripts do not exist, and are no cygutils reqs. please test

gdb aborts after setting "throw" catchpoint

2013-05-29 Thread Ryan Johnson
Hi all, Compiling the following with the cygwin g++-4.5.3: int global; int main() { if (global) throw global; return 0; } Crashes gdb if a catchpoint is set: GNU gdb (GDB) 7.6.50.20130408-cvs (cygwin-special) ... snip... Reading symbols from /home/Ryan/experiments/a.exe...done.

Re: regression in subversion with 1.7.18 (and .19)

2013-05-29 Thread David Rothenberger
David Rothenberger wrote: > On 5/27/2013 2:34 PM, David Boyce wrote: >> I've encountered a regression in svn client behavior between Cygwin >> 1.7.17 and 1.7.18. I also tried today's snapshot which doesn't fix it, >> though I suspect the problem is actually in the svn port to Cygwin, >> not the DLL

[ANNOUNCEMENT] Updated: subversion-1.7.9-2

2013-05-29 Thread David Rothenberger
CYGWIN NEWS: * Switch to version-less .cygport file. * Rebuild against libsasl2_3. * Update to db4.8. * Include a partial fix for UNC paths. This fixes the issues reported in http://cygwin.com/ml/cygwin/2013-05/msg00382.html but does not allow UNC paths on the command-line as

Re: Postinstall Script Errors With Exit Code 128

2013-05-29 Thread Larry Hall (Cygwin)
On 5/29/2013 3:18 PM, paul.nicker...@desknetinc.com wrote: cygwin-owner at cygwin dot com wrote on 05/29/2013 12:28:30 PM: From: "Larry Hall (Cygwin)" To: cygwin at cygwin dot com, Date: 05/29/2013 12:29 PM Subject: Re: Postinstall Script Errors With Exit Code 128 Sent by: cygwin-owner at cygw

Re: cygutils Postinstall Script Errors With Exit Code 128

2013-05-29 Thread Paul . Nickerson
cygwin-owner at cygwin dot com wrote on 05/29/2013 11:47:20 AM: > From: Reini Urban > To: The Cygwin Mailing List , Charles Wilson > , > Date: 05/29/2013 11:47 AM > Subject: Re: cygutils Postinstall Script Errors With Exit Code 128 > Sent by: cygwin-owner at cygwin dot com > > On Tue, May 28,

Re: Postinstall Script Errors With Exit Code 128

2013-05-29 Thread Paul . Nickerson
cygwin-owner at cygwin dot com wrote on 05/29/2013 12:28:30 PM: > From: "Larry Hall (Cygwin)" > To: cygwin at cygwin dot com, > Date: 05/29/2013 12:29 PM > Subject: Re: Postinstall Script Errors With Exit Code 128 > Sent by: cygwin-owner at cygwin dot com > > On 5/29/2013 12:04 PM, Paul.Nickers

Re: Shadowcopy volume block devices

2013-05-29 Thread Andrey Repin
Greetings, Corinna Vinschen! >> > Btw., as a sidenote, are you aware that you can access the filesystem >> > underneath the volume shadow copy as well? >> >> > Try this (note the trailing backslash!): >> >> > $ cd /proc/sys/Device/HarddiskVolumeShadowCopy1/ >> > $ ls >> >> > The only downsi

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

2013-05-29 Thread David Rothenberger
A new version the Apache Portable Runtime utilities library is now available for download. CYGWIN CHANGES: === * Build against latest libdb: db4.8 for Cygwin and db5.3 for Cygwin 64. * Disable PostgreSQL support. * The PostgreSQL package does not provide dynamic libraries,

Re: Using native symlinks

2013-05-29 Thread Corinna Vinschen
On May 29 12:40, Chris Sutcliffe wrote: > On 29 May 2013 11:23, Corinna Vinschen wrote: > > On May 29 10:33, Chris Sutcliffe wrote: > >> On 29 May 2013 04:39, Corinna Vinschen wrote: > >> > To workaround that, you can either add yourself to the "Create symbolic > >> > links" right, or you can add t

Re: STC for fork SEGV after dlclose

2013-05-29 Thread Corinna Vinschen
On May 29 09:49, David Rothenberger wrote: > Corinna Vinschen wrote: > > On May 28 22:14, David Rothenberger wrote: > >> On 5/27/2013 12:38 PM, Corinna Vinschen wrote: > >>> Other than that, I'll upload a new 32 bit snapshot and a new 64 bit > >>> Cygwin package within the next hour or so. Please

[ANNOUNCEMENT] Updated: cyrus-sasl-2.1.26-1

2013-05-29 Thread David Rothenberger
New versions of cyrus-sasl and related packages are available. IMPORTANT NOTE: === The previous 2.1.25-1 package included an ABI change from upstream without updating the DLL names. This can cause problems with other packages that were compiled against the earlier version of cyrus-sasl

[ANNOUNCEMENT] Updated: {serf,libserf1_0,libserf1-devel}-1.2.0-1

2013-05-29 Thread David Rothenberger
The serf packages have been updated to the new upstream release 1.2.0. See http://serf.googlecode.com/svn/tags/1.2.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/. DESCRIPTION: The serf libra

Re: STC for fork SEGV after dlclose

2013-05-29 Thread David Rothenberger
Corinna Vinschen wrote: > On May 28 22:14, David Rothenberger wrote: >> On 5/27/2013 12:38 PM, Corinna Vinschen wrote: >>> Other than that, I'll upload a new 32 bit snapshot and a new 64 bit >>> Cygwin package within the next hour or so. Please give both of them >>> a try. >> >> The libapr1 test s

Re: Using native symlinks

2013-05-29 Thread Chris Sutcliffe
On 29 May 2013 11:23, Corinna Vinschen wrote: > On May 29 10:33, Chris Sutcliffe wrote: >> On 29 May 2013 04:39, Corinna Vinschen wrote: >> > To workaround that, you can either add yourself to the "Create symbolic >> > links" right, or you can add the "Users" group if you want to allow >> > every u

Re: Postinstall Script Errors With Exit Code 128

2013-05-29 Thread Larry Hall (Cygwin)
On 5/29/2013 12:04 PM, Paul.Nickerson wrote: I tried each of your suggestions, and they did not help it install. I also tried cygcheck again, and it did not run any better. Any other ideas? I'm at a loss right now. This list has seen the occasional question about AWS and Cygwin in the past b

Re: Postinstall Script Errors With Exit Code 128

2013-05-29 Thread Paul . Nickerson
>> Paul.Nickerson at desknetinc dot com wrote on 05/28/2013 03:43:11 PM: >> From: Paul.Nickerson at desknetinc dot com >> To: cygwin at cygwin dot com, >> Date: 05/28/2013 03:43 PM >> Subject: Postinstall Script Errors With Exit Code 128 >> >> I am attempting to install Cygwin, and am getting er

Re: cygutils Postinstall Script Errors With Exit Code 128

2013-05-29 Thread Reini Urban
On Tue, May 28, 2013 at 2:43 Paul.Nickerson wrote: > I am attempting to install Cygwin, and am getting errors near the end of > the process. I am using version 2.774 of setup.exe on Microsoft Windows > Server 2003 R2 Datacenter x64 Edition Service Pack 2 and the default > Cygwin packages. This is a

[ANNOUNCEMENT] Updated: gq-1.3.4-2: Interactive graphical LDAP browser

2013-05-29 Thread Dr . Volker Zell
Hi A new version of 'gq' has been uploaded to a server near you. o Build for cygwin 1.7.18 with gcc-4.5.3 o Uses cygport for .hint files generation o debuginfo package included CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-anno

Re: Using native symlinks

2013-05-29 Thread Corinna Vinschen
On May 29 10:33, Chris Sutcliffe wrote: > On 29 May 2013 04:39, Corinna Vinschen wrote: > > On May 28 22:23, Chris Sutcliffe wrote: > >> It works fine if I create the native symlinks in an elevated shell, > >> but does not if I create the native symlinks in a "normal" shell. Is > >> this expected

Re: Using native symlinks

2013-05-29 Thread Chris Sutcliffe
On 29 May 2013 04:39, Corinna Vinschen wrote: > On May 28 22:23, Chris Sutcliffe wrote: >> It works fine if I create the native symlinks in an elevated shell, >> but does not if I create the native symlinks in a "normal" shell. Is >> this expected (i.e. does creating native symlinks only work in >

[ANNOUNCEMENT] Updated: mcrypt-2.6.8-3: A replacement for the old crypt command

2013-05-29 Thread Dr . Volker Zell
Hi A new version of 'mcrypt' has been uploaded to a server near you. o Build for cygwin 1.7.18 with gcc-4.5.3 o Switched to versionless .cygport file CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please us

[ANNOUNCEMENT] Updated: {libmcrypt-doc/libmcrypt4/libmcrypt-devel}-2.5.8-11: Library for multiple encryption methods

2013-05-29 Thread Dr . Volker Zell
Hi New versions of 'libmcrypt-doc/libmcrypt4/libmcrypt-devel' have been uploaded to a server near you. o Build for cygwin 1.7.18 with gcc-4.5.3 o Uses cygport for .hint files generation o debuginfo package included o Package rename: libmcrypt -> libmcrypt-doc CYGWIN-ANNOUNCE UNSUBSCRIBE IN

Re: Shadowcopy volume block devices

2013-05-29 Thread Corinna Vinschen
On May 29 16:20, Andrey Repin wrote: > Greetings, Corinna Vinschen! > > > Btw., as a sidenote, are you aware that you can access the filesystem > > underneath the volume shadow copy as well? > > > Try this (note the trailing backslash!): > > > $ cd /proc/sys/Device/HarddiskVolumeShadowCopy1/ >

Re: Shadowcopy volume block devices

2013-05-29 Thread Andrey Repin
Greetings, Corinna Vinschen! > Btw., as a sidenote, are you aware that you can access the filesystem > underneath the volume shadow copy as well? > Try this (note the trailing backslash!): > $ cd /proc/sys/Device/HarddiskVolumeShadowCopy1/ > $ ls > The only downside is that you can't cd int

Re: how to drop administrator privileges?

2013-05-29 Thread Achim Gratz
Charles Wilson cwilson.fastmail.fm> writes: > On 4/27/2012 4:20 AM, Corinna Vinschen wrote: > > Fixing cygdrop. > > Thanks for the patch; I'm pretty busy this weekend but I'll try to roll > out a new cygutils release Monday or so. Sorry for this blast from the past, but cygutils have been update

Re: [GOLDSTAR] Re: STC for fork SEGV after dlclose

2013-05-29 Thread Andrew Schulman
> Andrew, I'd like to have a goldstar for David for providing short, simple, > easy to reproduce testcases in plain C. Thanks! Awarded: http://cygwin.com/goldstars/#DR -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: Shadowcopy volume block devices

2013-05-29 Thread Corinna Vinschen
On May 29 11:14, Micky wrote: > > That's not what you wrote in your OP. You wrote "but it doesn't let you > > access the volumes as block devices", which is pretty misleading as far > > as bug reports go. > > Sorry for not being clear enough. > > > The endless loop problem accessing the device v

Re: Using native symlinks

2013-05-29 Thread Corinna Vinschen
On May 28 22:23, Chris Sutcliffe wrote: > On 28 May 2013 14:55, Corinna Vinschen wrote: > > On May 28 14:16, Chris Sutcliffe wrote: > >> What permissions do I need for native symlinks to work? According to > >> edit rights I have SeCreateSymbolicLinkPrivilege (when checking via an > >> elevated she

Re: STC for fork SEGV after dlclose

2013-05-29 Thread Corinna Vinschen
On May 28 22:14, David Rothenberger wrote: > On 5/27/2013 12:38 PM, Corinna Vinschen wrote: > > Other than that, I'll upload a new 32 bit snapshot and a new 64 bit > > Cygwin package within the next hour or so. Please give both of them > > a try. > > The libapr1 test suite passes for both 32 bit