Re: [RFU] sqlite3-3.7.12.1-1

2012-06-05 Thread Corinna Vinschen
On Jun 4 23:50, Warren Young wrote: wget -e robots=off --cut-dirs=2 -np -nH -A'*3.7.12.1-1*' -r \ http://etr-usa.com/cygwin/sqlite3/ Please leave 3.7.3-1 as prev. Done. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project

src/winsup/cygwin ChangeLog include/elf.h incl ...

2012-06-05 Thread yselkowitz
CVSROOT:/cvs/src Module name:src Changes by: yselkow...@sourceware.org 2012-06-05 23:45:48 Modified files: winsup/cygwin : ChangeLog winsup/cygwin/include: elf.h winsup/cygwin/include/sys: elf_common.h elf_generic.h elf32.h

Re: [PATCH] Add getmntent_r

2012-06-05 Thread Corinna Vinschen
Hi Yaakov, thanks for the patch, but this won't fly. On Jun 5 00:08, Yaakov (Cygwin/X) wrote: This patch set implements getmntent_r, a GNU extension: http://man7.org/linux/man-pages/man3/getmntent.3.html libvirt needs this[1], as I just (re)discovered. Patches for winsup/cygwin and

Re: [PATCH] Add getmntent_r

2012-06-05 Thread Corinna Vinschen
On Jun 5 14:42, Corinna Vinschen wrote: Hi Yaakov, thanks for the patch, but this won't fly. On Jun 5 00:08, Yaakov (Cygwin/X) wrote: This patch set implements getmntent_r, a GNU extension: http://man7.org/linux/man-pages/man3/getmntent.3.html libvirt needs this[1], as I just

Re: [PATCH] Add getmntent_r

2012-06-05 Thread Corinna Vinschen
And I missed a line in my dirty code example: On Jun 5 14:42, Corinna Vinschen wrote: What you want is more like this (untested): struct mntent *mnt = mount_table-getmntent (_my_tls.locals.iteration++); if (!mnt) return NULL; int maxlen = strlen (mnt-mnt_fsname) + strlen

Re: [PATCH] Add getmntent_r

2012-06-05 Thread Corinna Vinschen
On Jun 5 16:39, Corinna Vinschen wrote: And I missed a line in my dirty code example: And I missed to add a + 1 to the pointers returned from stpcpy. Sigh. Let's restart: struct mntent *mnt = mount_table-getmntent (_my_tls.locals.iteration++); if (!mnt) return NULL; int maxlen =

Re: [PATCH] Add getmntent_r

2012-06-05 Thread Yaakov (Cygwin/X)
On 2012-06-05 07:42, Corinna Vinschen wrote: +extern C struct mntent * +getmntent_r (FILE *, struct mntent *mntbuf, char *buf, int buflen) +{ + struct mntent *mnt = mount_table-getmntent (_my_tls.locals.iteration++); + char *tmpbuf; + int len = 0, maxlen; + + if (!mnt) +{ + mntbuf =

Re: elf.h incomplete

2012-06-05 Thread Christopher Faylor
On Tue, Jun 05, 2012 at 10:45:26PM -0500, Yaakov (Cygwin/X) wrote: On 2012-05-03 17:03, Yaakov (Cygwin/X) wrote: On 2012-05-03 10:24, Christopher Faylor wrote: Right. I've noticed the incompleteness of elf.h from time to time too but extending it would be tedious since you can't just cut/paste

Re: [RFU] SQlite3

2012-06-05 Thread Warren Young
On 6/4/2012 2:11 AM, Achim Gratz wrote: There's a new version for SQlite3 released. I've put the fix in the source patch now and removed the define from the CPPFLAGS, also ignoring sqlite3.pc for the diff. Thanks, Achim. See my RFU message on the -apps list if you want to try the packages

Re: Performance problems with emacs-X11 in current cygwin

2012-06-05 Thread Pach Roman (DGS-EC/ESG2)
On Mon, 04 Jun 2012 11:49:07 -0400, Ken Brown wrote: | | |The emacs is not the only application, which is very slow now. | | |Take a look at gvim. | | | | | | | | |For my purpose I have not installed the changes to GNOME and work | | |still with the old versions. | | |With the

[ANNOUNCEMENT] Obsoleted: openGL package

2012-06-05 Thread André Bleau
The openGL package has now been marked as obsolete. Please note that it is still possible build programs using Windows' native openGL interface by using the w32api package. Users of the native GLUT library should adapt their programs to build with the freeGLUT packages. The native

[ANNOUNCEMENT] Updated: OpenSSH-6.0p1-2

2012-06-05 Thread Corinna Vinschen
I've just updated the Cygwin version of OpenSSH to 6.0p1-2. This package fixes a single problem. If you run ssh-host-config, and if you're using an existing domain service account, ssh-host-config now makes sure that the account has logon as service rights. Other than that it's identical to

Can not install cron (authorization problem)

2012-06-05 Thread Ronald Fischer
I'm on Windows 7 (64Bit), with local admin rights. My first attempt to install the cron services, failed like this: Do you want the cron daemon to run as yourself? (yes/no) yes Error in openPolicy (LsaOpenPolicy returned 0xc022=STATUS_ACCESS_DENIED)! I thought that maybe I have to

Re: [ANNOUNCEMENT] Updated: OpenSSH-6.0p1-2

2012-06-05 Thread marco atzeri
On 6/5/2012 2:58 PM, Corinna Vinschen wrote: I've just updated the Cygwin version of OpenSSH to 6.0p1-2. This package fixes a single problem. If you run ssh-host-config, and if you're using an existing domain service account, ssh-host-config now makes sure that the account has logon as service

Re: [ANNOUNCEMENT] Updated: OpenSSH-6.0p1-2

2012-06-05 Thread Corinna Vinschen
On Jun 5 16:33, marco atzeri wrote: On 6/5/2012 2:58 PM, Corinna Vinschen wrote: I've just updated the Cygwin version of OpenSSH to 6.0p1-2. This package fixes a single problem. If you run ssh-host-config, and if you're using an existing domain service account, ssh-host-config now makes

child_info_fork::abort:

2012-06-05 Thread Rodrigo Botafogo
I´m using the latest cygwin distribution 1.7.15-1 and I´m using Ruby with netcdf.  I keep on getting the following messages:       0 [main] ruby 8140 child_info_fork::abort: address space needed by 'cygnetcdf-7.dll' (0x42) is already occupied       0 [main] ruby 6960 child_info_fork::abort:

Re: child_info_fork::abort:

2012-06-05 Thread Ryan Johnson
On 05/06/2012 11:45 AM, Rodrigo Botafogo wrote: I´m using the latest cygwin distribution 1.7.15-1 and I´m using Ruby with netcdf. I keep on getting the following messages: 0 [main] ruby 8140 child_info_fork::abort: address space needed by 'cygnetcdf-7.dll' (0x42) is already occupied

[ANNOUNCEMENT] Updated: sqlite3-3.7.12.1-1

2012-06-05 Thread Warren Young
PACKAGE DESCRIPTION === Homepage: http://sqlite.org/ License : Public Domain (no, really!) SQLite is a C library providing local database storage with a SQL interface. Unlike most SQL database systems, SQLite does not accept connections from remote users. Access to the

installing rsyncd

2012-06-05 Thread carolus
The Cygwin README for rsync says: 2) to install service: (cygrunsrv --help for help) cygrunsrv -I rsyncd -p /usr/bin/rsync -a '--daemon --no-detach' This command seems to run OK with no messages, but then ps does not show rsyncd or rsync. -- Problem reports:

Re: [ANNOUNCEMENT] Updated: lftp-4.3.7-1

2012-06-05 Thread Achim Gratz
Andrew Schulman writes: A new version of lftp, 4.3.7-1, is now available in the Cygwin distribution. This is a new upstream release, that fixes a few bugs since the previous Cygwin release, version 4.3.6-1. You can read the full changelog at http://lftp.yar.ru/news.html. Thank you very

Re: [RFU] SQlite3

2012-06-05 Thread Achim Gratz
Warren Young writes: Thanks, Achim. See my RFU message on the -apps list if you want to try the packages in advance of them hitting the mirrors. I tried them and they are OK. :-) I changed your .cygport file considerably. Partly that's just style issues, but it also has to do with my

RE: Updated: sqlite3-3.7.12.1-1

2012-06-05 Thread Nellis, Kenneth
-Original Message- From: On Behalf Of Warren Young Subject: Updated: sqlite3-3.7.12.1-1 snip To install this package, click on the Install Cygwin now link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run setup and answer all of the questions. You'll

Re: installing rsyncd

2012-06-05 Thread David Sastre Medina
On Tue, Jun 05, 2012 at 12:47:38PM -0500, carolus wrote: The Cygwin README for rsync says: 2) to install service: (cygrunsrv --help for help) cygrunsrv -I rsyncd -p /usr/bin/rsync -a '--daemon --no-detach' This command seems to run OK with no messages, but then ps does not show rsyncd

Re: sqlite3 section in master setup.hint wrong (was: Updated: sqlite3-3.7.12.1-1)

2012-06-05 Thread Warren Young
On 6/5/2012 12:55 PM, Nellis, Kenneth wrote: I just installed this package without incident, but the files promised both above and at ... http://cygwin.com/packages/sqlite3/sqlite3-3.7.12.1-1 ... are not present, in particular sqlite3.exe, the two READMEs, or the man page. It looks like the

Re: sqlite3 section in master setup.hint wrong (was: Updated: sqlite3-3.7.12.1-1)

2012-06-05 Thread Corinna Vinschen
On Jun 5 13:22, Warren Young wrote: On 6/5/2012 12:55 PM, Nellis, Kenneth wrote: I just installed this package without incident, but the files promised both above and at ... http://cygwin.com/packages/sqlite3/sqlite3-3.7.12.1-1 ... are not present, in particular sqlite3.exe, the two

Re: sqlite3 section in master setup.hint wrong

2012-06-05 Thread Warren Young
On 6/5/2012 1:56 PM, Corinna Vinschen wrote: My fault, apparently. Am I supposed to be mirroring the sqlite3 subtree of the sourceware.org directory structure on my server, so that the wget command populates the sourceware directories automatically, without manual intervention? Or, is it

tcl/tk fails to connect to display

2012-06-05 Thread Jeremy Ramer
Hi, After recently updating cygwin after a period of several months I have now noticed that I am unable to launch any tcl/tk applications. $ gitk Application initialization failed: couldn't connect to display :0 Error in startup script: couldn't connect to display :0 while executing load

Re: tcl/tk fails to connect to display

2012-06-05 Thread Achim Gratz
Jeremy Ramer writes: $ gitk Application initialization failed: couldn't connect to display :0 Start an X server. Tk now requires X and won't run without it. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ DIY Stuff: http://Synth.Stromeko.net/DIY.html

Re: child_info_fork::abort:

2012-06-05 Thread marco atzeri
On 6/5/2012 5:45 PM, Rodrigo Botafogo wrote: I´m using the latest cygwin distribution 1.7.15-1 and I´m using Ruby with netcdf. I keep on getting the following messages: 0 [main] ruby 8140 child_info_fork::abort: address space needed by 'cygnetcdf-7.dll' (0x42) is already occupied

Re: i686-pc-mingw32-gcc 4.5.2 and static linking libstdc++-6?

2012-06-05 Thread Linda Walsh
Had to look up that acronym, and saw this one right above it: TMTOWTDI Oh the irony ;-) Earnie Boyd wrote: On Fri, Jun 1, 2012 at 1:29 PM, Dennis Isenhour wrote: Can someone tell me, is static linking of libstdc++(-6 ?) not currently supported in cygwin using the mingw compiler?

Re: [ANNOUNCEMENT] Updated: OpenSSH-6.0p1-2

2012-06-05 Thread marco atzeri
On 6/5/2012 4:47 PM, Corinna Vinschen wrote: On Jun 5 16:33, marco atzeri wrote: On 6/5/2012 2:58 PM, Corinna Vinschen wrote: I've just updated the Cygwin version of OpenSSH to 6.0p1-2. snapshot or openssh ?? Neither? It works fine for me with the same snapshot on W7 32 bit and W2K8R2

Re: procps and pgrep hang

2012-06-05 Thread Tom Rodman
On Wed 5/30/12 17:53 +0200 Corina wrote: --SNIP On my laptop, only the pgrep bug shows up, here is the 'forever hang' strace w/CYGWIN set to pipe_byte: A signal delivery hangs as if the receiver never reads its signal pipe. I still can't reproduce the problem, though. Can you try to find

Obsoleted: openGL package

2012-06-05 Thread André Bleau
The openGL package has now been marked as obsolete. Please note that it is still possible build programs using Windows' native openGL interface by using the w32api package. Users of the native GLUT library should adapt their programs to build with the freeGLUT packages. The native

Updated: OpenSSH-6.0p1-2

2012-06-05 Thread Corinna Vinschen
I've just updated the Cygwin version of OpenSSH to 6.0p1-2. This package fixes a single problem. If you run ssh-host-config, and if you're using an existing domain service account, ssh-host-config now makes sure that the account has logon as service rights. Other than that it's identical to

Updated: sqlite3-3.7.12.1-1

2012-06-05 Thread Warren Young
PACKAGE DESCRIPTION === Homepage: http://sqlite.org/ License : Public Domain (no, really!) SQLite is a C library providing local database storage with a SQL interface. Unlike most SQL database systems, SQLite does not accept connections from remote users. Access to the