Re: [SECURITY] tiff, libpng, automake

2012-08-15 Thread Peter Rosin
On 2012-08-15 02:30, Yaakov (Cygwin/X) wrote: On Tue, 2012-08-14 at 22:05 +0200, Corinna Vinschen wrote: Chuck? Ping 2? If you don't reply I guess we have to assume you're not with us anymore. Which would be too bad. Indeed. :-( Dito. On Aug 3 09:58, Corinna Vinschen wrote: On Jul

Fwd: libgc bug when using Gnu C nested functions

2012-08-15 Thread Bob Heckel
Years ago I became maintainer of libgc only in order to get w3m working. And unfortunately I have not kept it current with the upstream libgc. Several newer versions back it was causing w3m to throw errors in my dev environment so I didn't proceed at that time. I'll either attempt to upgrade

Re: AW: Levovo trackpoint events come delayed (reproducable with xev)

2012-08-15 Thread Jon TURNEY
You should then be able to see WM_MOUSEWHEEL messages being delivered in the debug output from XWin when you use the trackpoint scrolling. Are they being delivered on time? Description of my testing that produced that log: 1. with xterm - second 304: I press center button and try to

winsup/cygwin ChangeLog pinfo.cc

2012-08-15 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2012-08-15 14:11:35 Modified files: cygwin : ChangeLog pinfo.cc Log message: * pinfo.cc (_pinfo::exists): Don't consider an execed process to exist. Patches:

winsup/cygwin ChangeLog exceptions.cc gendef s ...

2012-08-15 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2012-08-15 16:35:00 Modified files: cygwin : ChangeLog exceptions.cc gendef signal.cc sigproc.h Log message: * exceptions.cc (sigdelayed): Move

winsup/cygwin ChangeLog gendef

2012-08-15 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2012-08-15 17:07:47 Modified files: cygwin : ChangeLog gendef Log message: * gendef: Delete unneeded read from IN which ate an arbitrary line from cygwin.din. Patches:

winsup/cygwin ChangeLog gendef

2012-08-15 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2012-08-15 17:29:59 Modified files: cygwin : ChangeLog gendef Log message: * gendef: Tighten up whitespace detection. Patches:

winsup/cygwin ChangeLog cygtls.h cygwait.cc ex ...

2012-08-15 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2012-08-15 18:50:44 Modified files: cygwin : ChangeLog cygtls.h cygwait.cc exceptions.cc Log message: * cygtls.h (_cygtls::create_signal_arrived): New function.

winsup/cygwin ChangeLog DevNotes cygwait.cc cy ...

2012-08-15 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2012-08-15 19:07:42 Modified files: cygwin : ChangeLog DevNotes cygwait.cc cygwait.h exceptions.cc fhandler_socket.cc fhandler_tape.cc

winsup/cygwin ChangeLog

2012-08-15 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2012-08-15 19:44:01 Modified files: cygwin : ChangeLog Log message: fix typo Patches:

Re: [ANNOUNCEMENT] Updated: texlive-collection-basic-20120628-2 (TEST)

2012-08-15 Thread Achim Gratz
Ken Brown kbrown at cornell.edu writes: I would have expected updmap-sys --syncwithtrees (which is in the texlive-collection-basic postinstall script) to get rid of those messages. Maybe those messages were produced earlier in the postinstall process. Please try running `updmap-sys'

Re: Cygwin GCC and debug info source file paths

2012-08-15 Thread David Lindström
Thanks, this was pretty much exactly what I was looking for, but it turned out the builds at gnuarm.org are so outdated that the option does not exist (-fdebug-prefix-map=/cygdrive/c/=C:/ resulted in an error at least). I managed to create a really dirty workaround for now which was to create

RE: Question about UAC and bash/cygwin

2012-08-15 Thread Adam Dinwoodie
Lord Laraby wrote: I've scanned months of the mailing list archives for an answers and searched until I've run out of ideas. Have you taken a look through the Cygwin user's guide? In particular, I suspect the section on using Windows security in Cygwin will be relevant:

Re: sshd service needs to be restarted after every boot

2012-08-15 Thread Andrey Repin
Greetings, Jorg Gerlach! I try to run sshd as a service on a windows 7 system. All works fine after I manually stops and start the sshd service (with net stop/start sshd command). Do you have proper dependency map for a service? I.e. it should depends on TCPIP at least. -- WBR, Andrey

Re: Question about UAC and bash/cygwin

2012-08-15 Thread Lord Laraby
Adam Dinwoodie wrote: Lord Laraby wrote: I've scanned months of the mailing list archives for an answers and searched until I've run out of ideas. Have you taken a look through the Cygwin user's guide? In particular, I suspect the section on using Windows security in Cygwin will be

Re: [ANNOUNCEMENT] Updated: texlive-collection-basic-20120628-2 (TEST)

2012-08-15 Thread Ken Brown
On 8/15/2012 4:04 AM, Achim Gratz wrote: The only way to supress these messages I've found is to delete the three lines in /etc/texmf/web2c/updmap.cfg with the @kanjiEmbed@ pattern (I didn't try commenting with a simple # , but that would presumably have the same effect). OK, I'm glad you

Cygwin crashes in kill_pgrp, _pinfo truncation issue.

2012-08-15 Thread Andrey Khalyavin
I finally got a cygwin crash dump from our build bots. It shows, that cygwin1.dll crashes in kill_pgrp function on line: (pid 1 p-pgid != pid) || where p is a pointer to _pinfo. This function enumerates all _pinfo's and executes this line for all of them which pass p-exists() check. In

Re: Cannot pass space arguments to BATs contains spaces.

2012-08-15 Thread Atry
Thanks. The cmd is really weird. 2012/8/14 Sean Daley spda...@gmail.com On Mon, Aug 13, 2012 at 8:41 PM, Atry wrote: I execute following command in bash: echo 'echo %1' 'hello world.bat' chmod +x 'hello world.bat' './hello world.bat' 'There are some spaces.' And I got:

Re: sshd service needs to be restarted after every boot

2012-08-15 Thread Jörg Gerlach
Hello, Andrey Repin. Do you have proper dependency map for a service? I.e. it should depends on TCPIP at least. Yes, in the properties of the CYGWIN sshd service in the Windows Service Manager is a dependency for TCP/IP-Protocol driver. But, I'm not sure if you mean that. Best Regards,

Re: Cygwin crashes in kill_pgrp, _pinfo truncation issue.

2012-08-15 Thread Christopher Faylor
On Wed, Aug 15, 2012 at 04:54:42PM +0400, Andrey Khalyavin wrote: I finally got a cygwin crash dump from our build bots. It shows, that cygwin1.dll crashes in kill_pgrp function on line: (pid 1 p-pgid != pid) || where p is a pointer to _pinfo. This function enumerates all _pinfo's and

Re: Promote sqlite 3.7.13-1 from test status? (was: Updated: sqlite3-3.7.13-1)

2012-08-15 Thread Warren Young
On 8/13/2012 10:12 AM, Warren Young wrote: This is a *test* version which reverts the patch added to 3.7.12.1-1, which caused problems with Subversion as a side effect I haven't heard peep one from either side about this release on this list. (For contrast, I've gotten several positive

[ANNOUNCEMENT] Updated: cygport-0.10.13-1

2012-08-15 Thread Yaakov (Cygwin/X)
I have just released cygport-0.10.13 for the Cygwin distribution and the Fedora Cygwin repository. This is a bugfix release for those using the stable branch. Changes in this release (8): spec: update changelog pkg_pkgcheck: ignore debuginfo files in PKG_IGNORE prepstrip:

Re: Question about UAC and bash/cygwin

2012-08-15 Thread Larry Hall (Cygwin)
On 8/15/2012 5:39 AM, Lord Laraby wrote: snip Sorry if the questions are a bit too numerous. I wish I could just siphon knowledge from Corinna's brain.:) Then that would leave her with none! Probably the key point that you're stumbling over is the fact that when you're elevating your user's

Re: Promote sqlite 3.7.13-1 from test status?

2012-08-15 Thread Larry Hall (Cygwin)
On 8/15/2012 4:50 PM, Warren Young wrote: On 8/13/2012 10:12 AM, Warren Young wrote: This is a *test* version which reverts the patch added to 3.7.12.1-1, which caused problems with Subversion as a side effect I haven't heard peep one from either side about this release on this list. (For

Perl 5.14 and XML::Parser

2012-08-15 Thread Thomas Wicklund
The update of perl on to 5.14 moved some perl modules to a new perl_vendor package which is not installed by default. The announcement I found stated that perl_vendor is modules which are mainly required to build and test and report test results of other CPAN modules. I find that the

Re: Perl 5.14 and XML::Parser

2012-08-15 Thread Christopher Faylor
On Wed, Aug 15, 2012 at 10:04:48PM -0600, Thomas Wicklund wrote: The update of perl on to 5.14 moved some perl modules to a new perl_vendor package which is not installed by default. The announcement I found stated that perl_vendor is modules which are mainly required to build and test and report

Updated: cygport-0.10.13-1

2012-08-15 Thread Yaakov (Cygwin/X)
I have just released cygport-0.10.13 for the Cygwin distribution and the Fedora Cygwin repository. This is a bugfix release for those using the stable branch. Changes in this release (8): spec: update changelog pkg_pkgcheck: ignore debuginfo files in PKG_IGNORE prepstrip: