Re: Problem with multiprocessing module from Python

2013-11-01 Thread Jean-Pierre Flori
Le Thu, 31 Oct 2013 18:04:34 -0400, Larry Hall (Cygwin) a écrit : > On 10/31/2013 4:47 PM, Jean-Pierre Flori wrote: > >> Commit >> http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc? >> rev=1.286&content-type=text/x-cvsweb-markup&cvsroot=src would be >> exactly what I need. >> I'll

Re: cygrunsrv package missing in setup-x86_64

2013-11-01 Thread Christopher Faylor
On Thu, Oct 31, 2013 at 10:47:50PM -0700, Bob Stayton wrote: >I'm running Windows 8 64-bit, and I would like to use cygrunsrv. However, >that package is missing under the Admin category in setup-x86_64.exe version >2.830 (64 bit). It shows up under setup-x86.exe (32 bit). Try another mirror.

gcc4-core packaging bug

2013-11-01 Thread Achim Gratz
The package gcc4-core provides a compatibility symlink for programs that expect the old gcc naming scheme (like Perl). The link however is just "gcc4", while Devel::CheckLib for instance looks for "gcc4.exe". Regards, Achim. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: cygrunsrv package missing in setup-x86_64

2013-11-01 Thread Andrey Repin
Greetings, Bob Stayton! > I'm running Windows 8 64-bit, and I would like to use cygrunsrv. However, > that package is missing under the Admin category in setup-x86_64.exe version > 2.830 (64 bit). It shows up under setup-x86.exe (32 bit). Should be resolved by now. Just wait for your mirror u

RE: Cygwin Emacs and two other Cygwin processes seem to do a lot of "other" I/O while seemingly idle

2013-11-01 Thread KARR, DAVID
> -Original Message- > Sent: Friday, October 18, 2013 11:20 AM > Subject: Cygwin Emacs and two other Cygwin processes seem to do a lot of > "other" I/O while seemingly idle > > Win7x32, Cygwin 1.7.25, Emacs 24.3.1. > > I've noticed when I scan the processes in SysInternals Process Explore

rename (util-linux 2.21.2)

2013-11-01 Thread Mariusz WODZICKI
I frequently use ``rename''. Today I discovered that the most current version has a changed syntax: Usage: rename [options] expression replacement file... Options: -v, --verboseexplain what is being done -V, --versionoutput version information and exit -h, --help display this he

Re: rename (util-linux 2.21.2)

2013-11-01 Thread Christopher Faylor
On Fri, Nov 01, 2013 at 12:27:29PM -0700, Mariusz WODZICKI wrote: >I frequently use ``rename''. Today I discovered that the most current >version has a changed syntax: > >Usage: > rename [options] expression replacement file... > >Options: > -v, --verboseexplain what is being done > -V, --versi

Re: Cygwin Emacs and two other Cygwin processes seem to do a lot of "other" I/O while seemingly idle

2013-11-01 Thread Václav Zeman
On 11/01/2013 07:15 PM, KARR, DAVID wrote: >> -Original Message- >> Sent: Friday, October 18, 2013 11:20 AM >> Subject: Cygwin Emacs and two other Cygwin processes seem to do a lot of >> "other" I/O while seemingly idle >> >> Win7x32, Cygwin 1.7.25, Emacs 24.3.1. >> >> I've noticed when I s

Re: gcc4-core packaging bug

2013-11-01 Thread Andrey Repin
Greetings, Achim Gratz! > The package gcc4-core provides a compatibility symlink for programs that > expect the old gcc naming scheme (like Perl). The link however is just > "gcc4", while Devel::CheckLib for instance looks for "gcc4.exe". Report that to the maintainer of Devel::CheckLib It SHOUL

Re: gcc4-core packaging bug

2013-11-01 Thread Achim Gratz
Andrey Repin writes: >> The package gcc4-core provides a compatibility symlink for programs that >> expect the old gcc naming scheme (like Perl). The link however is just >> "gcc4", while Devel::CheckLib for instance looks for "gcc4.exe". > > Report that to the maintainer of Devel::CheckLib > It S

Re: rename (util-linux 2.21.2)

2013-11-01 Thread Mark Geisert
Mariusz WODZICKI writes: > I frequently use ``rename''. Today I discovered that the most current > version has a changed syntax: > > Usage: > rename [options] expression replacement file... > > Options: > -v, --verboseexplain what is being done > -V, --versionoutput version informatio

tar verify failing after upgrade to 64-bit cygwin

2013-11-01 Thread Jon Seidel
I take tar backups from several different machines using cygwin-64 on Windows 7, plus tar backups from my linux box. When they're all done, I use cygwin on a WindowsXP box (cygwin-32) to copy the backup files to an offsite location and then verify the tar files. All this has worked great for severa

p11-kit list-modules fails

2013-11-01 Thread Bassam Tabbara
I’m seeing the following: $ p11-kit.exe -v list-modules (p11-kit:4920) p11_kit_initialize_registered: in (p11-kit:4920) _p11_conf_parse_file: reading config file: /etc/pkcs11/pkcs11.conf (p11-kit:4920) _p11_conf_parse_file: config file does not exist (p11-kit:4920) _p11_conf_parse_file: reading c

gcc-4.8.2-1: /bin/gcc fails

2013-11-01 Thread David Rothenberger
With gcc-4.8.2-1, the following fails: % touch /tmp/t.c % /bin/gcc -c /tmp/t.c gcc: error: spawn: No such file or directory This works correctly if gcc is invoked as "gcc" or "/usr/bin/gcc". It also works correctly with 4.8.1. It appears this is due to a change from /usr/lib to /usr/libexec. /bi