Re: Source a .bat file from bash

2013-08-12 Thread Csaba Raduly
Hi Saurabh, On Fri, Aug 9, 2013 at 10:42 PM, Saurabh T wrote: Is there a way to source a .bat file from bash and have the paths and other environment variables set in it apply in cygwin? Note that to source in UNIX shell parlance means read the file and interpret it. Bash can't do that with

Re: redefinition of __fpending

2013-08-12 Thread D.Bailey
Had a similar problem with fpending redefine while trying to compile gnu bison. May be a problem with the 1.7.23-1 release of cygwin, because when I install 1.7.22-1 everything compiles without error. -- View this message in context:

Re: redefinition of __fpending

2013-08-12 Thread Corinna Vinschen
On Aug 11 09:20, Denis Excoffier wrote: Hello, I don't really know what is going on, but the new (since 1.7.23) __fpending() declaration in /usr/include/stdio_def.h (line 47) seems to prevent the following to compile (redefinition of __fpending, i'm using GCC-4.8.1): - m4-1.4.16 -

Re: : 64-bit cygwin - cannot remove group permissions from file on ntfs

2013-08-12 Thread Corinna Vinschen
On Aug 11 16:28, Luke Ordelmans wrote: Running cygwin 64-bit on Windows 8 doesn't allow me to remove group permissions from a file. On 32-bit cygwin doing the same thing works fine.   Luke@Sorcerer ~/test $ uname -a CYGWIN_NT-6.2 Sorcerer 1.7.23(0.268/5/3) 2013-08-09 10:05 x86_64 Cygwin

Re: [64-bit] curl: fix -i option (include headers)

2013-08-12 Thread Andreas Winkelbauer
On 2013-08-11 23:03, Daniel Stenberg wrote: It was however recently fixed in curl in commit bb2e0686a (https://github.com/bagder/curl/commit/bb2e0686a) and it will be included in the 7.32.0 release of curl that is about to get shipped within 24 hours! Anyway, I have attached an updated

Re: hassles with cygport

2013-08-12 Thread Corinna Vinschen
On Aug 11 19:51, marco atzeri wrote: Il 8/11/2013 7:13 PM, Thomas Wolff ha scritto: I tried to migrate a package to using cygport. As I had announced before, I'm using this occasion to report some of the trouble I've experienced with it, listing this case as a kind of log of my porting

Re: [64-bit] curl: fix -i option (include headers)

2013-08-12 Thread Corinna Vinschen
On Aug 11 22:36, Andreas Winkelbauer wrote: Hi, recently I stumbled across a bug in curl for 64-bit Cygwin regarding the -i option. This bug has already been discussed in April 2013: http://cygwin.1069669.n5.nabble.com/Difference-in-32-64-bit-curl-td98083.html (I can't reply directly

bash ignoring set -f on windows

2013-08-12 Thread Craig Ryan
The cygwin bash is ignoring noglob on windows 7 and XP. Cygwin details: CYGWIN_NT-6.1 1.7.17(0.262/5/3) 2012-10-19 14:39 To illustrate, here is a script which calls a java application which I expect to have wildcards passed through as-is to the java main String[ ]args. Source to both as

Re: redefinition of __fpending

2013-08-12 Thread Corinna Vinschen
On Aug 12 15:26, LRN wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12.08.2013 14:05, Corinna Vinschen wrote: On Aug 11 09:20, Denis Excoffier wrote: Hello, I don't really know what is going on, but the new (since 1.7.23) __fpending() declaration in

Re: [64-bit] egrep core dumps when it opens binary files

2013-08-12 Thread Corinna Vinschen
On Aug 11 15:07, Jim Burwell wrote: 64 bit egrep gets a segfault and dumps core when it opens binary files: Confirmed. This isn't exactly about binary files, but rather grep stumbles over Cygwin/Newlib's UTF-16 surrogate pair handling here. To trigger this problem, three circumstances must

Re: bash ignoring set -f on windows

2013-08-12 Thread Achim Gratz
Craig Ryan cryan.dublin at gmail.com writes: The cygwin bash is ignoring noglob on windows 7 and XP. Cygwin details: CYGWIN_NT-6.1 1.7.17(0.262/5/3) 2012-10-19 14:39 I think putting the blame on bash is premature. Try replacing the call to java with a script of your own to see what

Re: Patch for run-1.3.0-1 core dump

2013-08-12 Thread Charles Wilson
On 8/10/2013 1:34 PM, foo wrote: Whenever I execute run.exe, it generates run.exe.stackdump. At line 370 in run.c, run2_freeargv() tries to free newargv, and run2_freeqrgv() expects that newargv is terminated by NULL. However, in shifting newargv at line 253-256, it fails to shift NULL

Re: Source a .bat file from bash

2013-08-12 Thread Earnie Boyd
On Mon, Aug 12, 2013 at 4:18 AM, Csaba Raduly rcs...@gmail.com wrote: Hi Saurabh, On Fri, Aug 9, 2013 at 10:42 PM, Saurabh T wrote: Is there a way to source a .bat file from bash and have the paths and other environment variables set in it apply in cygwin? Note that to source in UNIX

Re: Source a .bat file from bash

2013-08-12 Thread Earnie Boyd
On Mon, Aug 12, 2013 at 10:33 AM, Earnie Boyd wrote: On Mon, Aug 12, 2013 at 4:18 AM, Csaba Raduly rcs...@.xxx wrote: Sorry, for feeding spammers. -- Earnie -- https://sites.google.com/site/earnieboyd -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: bash ignoring set -f on windows

2013-08-12 Thread Craig Ryan
I think putting the blame on bash is premature. Try replacing the call to java with a script of your own to see what arguments it get called with, How so? This works on un*x platforms so what am I missing? The script IS my own, if you execute the script as suggested what results did you get

core dumps, libgcc and python

2013-08-12 Thread Marco Mariani
Hello, I am experiencing this issue, Python core dump depending on module import http://cygwin.com/ml/cygwin/2013-06/msg00204.html and python aborts http://comments.gmane.org/gmane.os.cygwin/139622 which I suppose is caused by Crashes inside libgcc_s_dw2-1.dll

RE: : 64-bit cygwin - cannot remove group permissions from file on ntfs

2013-08-12 Thread Luke Ordelmans
On Aug 11 16:28, Luke Ordelmans wrote: Running cygwin 64-bit on Windows 8 doesn't allow me to remove group permissions from a file. On 32-bit cygwin doing the same thing works fine. Luke@Sorcerer ~/test $ uname -a CYGWIN_NT-6.2 Sorcerer 1.7.23(0.268/5/3) 2013-08-09 10:05 x86_64 Cygwin

Re: [64-bit] egrep core dumps when it opens binary files

2013-08-12 Thread Corinna Vinschen
On Aug 12 14:49, Corinna Vinschen wrote: On Aug 11 15:07, Jim Burwell wrote: 64 bit egrep gets a segfault and dumps core when it opens binary files: Confirmed. This isn't exactly about binary files, but rather grep stumbles over Cygwin/Newlib's UTF-16 surrogate pair handling here. To

[ANNOUNCEMENT] Updated: libaprutil1-1.5.2-4

2013-08-12 Thread David Rothenberger
A new version the Apache Portable Runtime utilities library is now available for download. CYGWIN CHANGES: === * x86_64: Include PostgreSQL support. * Include MySQL support. DESCRIPTION: The mission of the Apache Portable Runtime (APR) project is to create and maintain

Re: bash ignoring set -f on windows

2013-08-12 Thread Achim Gratz
Craig Ryan writes: I think putting the blame on bash is premature. Try replacing the call to java with a script of your own to see what arguments it get called with, How so? This works on un*x platforms so what am I missing? You are missing that Windows is not Un*x. On Windows, each

Re: git-svn died of signal 6

2013-08-12 Thread Christian Franke
Christian Franke wrote: Christian Franke wrote: Christian Franke wrote: Pawel Jasinski wrote: hi, after recent update I noticed a problem with 'git svn' first, it was complaining about 'address already taken' After restart and rebaseall I am getting: $ git svn rebase Current branch master

Re: [ANNOUNCEMENT] Updated: vim-7.3.1152-1

2013-08-12 Thread Björn Kautler
Hi Yaakov, I'm wondering that noone mentioned it before, but maybe everyone is using ~/.vimrc or they were not as puzzled as me and tried to find out what went wrong. After updating to your latest vim build 1152, vim started to behave really unexpected, no syntax coloring, only one undo step

[ANNOUNCEMENT] Updated: automake1.9-1.9.6-11

2013-08-12 Thread Charles Wilson
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This is routine packaging update for automake-1.9, and contains the latest version of the automake 1.9 series, automake-1.9.6. This cygwin package, automake1.9, can be installed without

[ANNOUNCEMENT] Updated: automake1.8-1.8.5-11

2013-08-12 Thread Charles Wilson
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This is routine packaging update for automake-1.8, and contains the latest version of the automake 1.8 series, automake-1.8.5. This cygwin package, automake1.8, can be installed without

[ANNOUNCEMENT] Updated: automake1.7-1.7.9-11

2013-08-12 Thread Charles Wilson
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This is routine packaging update for automake-1.7, and contains the latest version of the automake 1.7 series, automake-1.7.9. This cygwin package, automake1.7, can be installed without

[ANNOUNCEMENT] Updated: automake1.6-1.6.3-12

2013-08-12 Thread Charles Wilson
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This is routine packaging update for automake-1.6, and contains the latest version of the automake 1.6 series, automake-1.6.3. This cygwin package, automake1.6, can be installed without

[ANNOUNCEMENT] Updated: automake1.5-1.5-11

2013-08-12 Thread Charles Wilson
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This is routine packaging update for automake-1.5, and contains the latest version of the automake 1.5 series, automake-1.5. This cygwin package, automake1.5, can be installed without

[ANNOUNCEMENT] Updated: automake1.4-1.4p6-11

2013-08-12 Thread Charles Wilson
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This is routine packaging update for automake-1.4, and contains the latest version of the automake 1.4 series, automake-1.4p6. This cygwin package, automake1.4, can be installed without

Re: why does setup keep trying to install non-required packages?

2013-08-12 Thread Corinna Vinschen
On Aug 11 09:41, Ken Brown wrote: On 8/11/2013 3:16 AM, Andrew Schulman wrote: Fairly often when I run setup just for updates, it selects new packages for installation that I haven't selected and that aren't required by any of my other packages. Right now setup wants to install the login

Re: [RFU] libaprutil1-1.5.2-4

2013-08-12 Thread Corinna Vinschen
On Aug 11 15:11, David Rothenberger wrote: On 8/11/2013 12:34 PM, marco atzeri wrote: Il 8/11/2013 9:02 PM, David Rothenberger ha scritto: D=http://home.comcast.net/~david.rothenberger/cygwin/x86_86 this is missing error 404 Sorry for the typo (x86_86 instead of x86_64).

Re: [PATCH] setup.exe SEGV on WinXP/Pro

2013-08-12 Thread Corinna Vinschen
On Aug 11 19:24, Achim Gratz wrote: Corinna Vinschen writes: Patch applied. As a follow-up on the discussion I've checked why this is a conversion operator in the first place and the answer is no particularly good reason. I propose to keep the implementation unchanged, but as a plain

Re: why does setup keep trying to install non-required packages?

2013-08-12 Thread Ken Brown
On 8/12/2013 5:33 AM, Corinna Vinschen wrote: On Aug 11 09:41, Ken Brown wrote: On 8/11/2013 3:16 AM, Andrew Schulman wrote: Fairly often when I run setup just for updates, it selects new packages for installation that I haven't selected and that aren't required by any of my other packages.

Re: why does setup keep trying to install non-required packages?

2013-08-12 Thread Corinna Vinschen
On Aug 12 07:10, Ken Brown wrote: On 8/12/2013 5:33 AM, Corinna Vinschen wrote: On Aug 11 09:41, Ken Brown wrote: On 8/11/2013 3:16 AM, Andrew Schulman wrote: Fairly often when I run setup just for updates, it selects new packages for installation that I haven't selected and that aren't

Re: [cygport] [PATCH] Add support for VERSIONS

2013-08-12 Thread Corinna Vinschen
Hi Yaakov, Any chance to discuss this? The ideas here are not unreasonable, or, are they? On Aug 5 10:57, Corinna Vinschen wrote: On Aug 4 10:47, Achim Gratz wrote: Corinna Vinschen writes: Btw., Yaakov, thanks for the new 0.13.0 version. The only problem I still have is the

Re: [PATCH] libgetopt++; change DefaultFormatter to produce less line breaks in usage output

2013-08-12 Thread Corinna Vinschen
On Aug 11 21:08, Achim Gratz wrote: The default formatter splits the line 40/40, which produces several unnecessary linebreaks for setup.exe and clutters the usage output. Implement a 35/45 split by default and provide an alternative constructor that enables adjustment of these parameters if

setup: Execute postinstall batch with /d to prevent AutoRun

2013-08-12 Thread Arlo O'Keeffe
Hi all, I am experiencing issues with autorebase.bat during setup. The call to autorebase.bat simply fails. I use a registry key [1] to execute a batch file before opening cmd to setup my cmd environment with doskey [2]. I guess that doskey tries to access something that simply does not exist in

Re: why does setup keep trying to install non-required packages?

2013-08-12 Thread Andrew Schulman
On 8/11/2013 3:16 AM, Andrew Schulman wrote: Fairly often when I run setup just for updates, it selects new packages for installation that I haven't selected and that aren't required by any of my other packages. Right now setup wants to install the login package. I didn't select it,

Re: why does setup keep trying to install non-required packages?

2013-08-12 Thread Christopher Faylor
On Mon, Aug 12, 2013 at 01:16:33PM +0200, Corinna Vinschen wrote: On Aug 12 07:10, Ken Brown wrote: Maybe I jumped to an incorrect conclusion, but that (and earlier instances of the same problem) made me think that Misc was installed by default. Oh, right. The setup sources seem to prove that

Re: why does setup keep trying to install non-required packages?

2013-08-12 Thread Corinna Vinschen
On Aug 12 11:29, Christopher Faylor wrote: On Mon, Aug 12, 2013 at 01:16:33PM +0200, Corinna Vinschen wrote: On Aug 12 07:10, Ken Brown wrote: Maybe I jumped to an incorrect conclusion, but that (and earlier instances of the same problem) made me think that Misc was installed by default.

Re: why does setup keep trying to install non-required packages?

2013-08-12 Thread Charles Wilson
On 8/12/2013 11:45 AM, Corinna Vinschen wrote: On Aug 12 11:29, Christopher Faylor wrote: On Mon, Aug 12, 2013 at 01:16:33PM +0200, Corinna Vinschen wrote: On Aug 12 07:10, Ken Brown wrote: Maybe I jumped to an incorrect conclusion, but that (and earlier instances of the same problem) made me

Re: why does setup keep trying to install non-required packages?

2013-08-12 Thread Christopher Faylor
On Mon, Aug 12, 2013 at 12:08:44PM -0400, Charles Wilson wrote: On 8/12/2013 11:45 AM, Corinna Vinschen wrote: On Aug 12 11:29, Christopher Faylor wrote: On Mon, Aug 12, 2013 at 01:16:33PM +0200, Corinna Vinschen wrote: On Aug 12 07:10, Ken Brown wrote: Maybe I jumped to an incorrect

Re: why does setup keep trying to install non-required packages?

2013-08-12 Thread Achim Gratz
Christopher Faylor writes: You know, I think I will remove Misc from upset's logic. The category field should be mandatory, not optional. +1 Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD adaptation for Waldorf microQ V2.22R2:

Re: [PATCH] libgetopt++; change DefaultFormatter to produce less line breaks in usage output

2013-08-12 Thread Achim Gratz
Corinna Vinschen writes: I'm a bit puzzled. Why do I always see the mail header twice, once as mail header and once in the body when you send a patch? This is irritating. Sorry, I just inline the patch that 'git format-patch' produces and that is a complete email in itself. Regards, Achim.

Re: [RFU] libaprutil1-1.5.2-4

2013-08-12 Thread David Rothenberger
Corinna Vinschen wrote: On Aug 11 15:11, David Rothenberger wrote: On 8/11/2013 12:34 PM, marco atzeri wrote: D=http://home.comcast.net/~david.rothenberger/cygwin/x86_64 wget -x -nH --cut-dirs=3 \ ${D}/libaprutil1/aprutil1/aprutil1-1.5.2-4.tar.bz2 \ ${D}/libaprutil1/aprutil1/setup.hint \

Re: why does setup keep trying to install non-required packages?

2013-08-12 Thread Christopher Faylor
On Mon, Aug 12, 2013 at 06:37:40PM +0200, Achim Gratz wrote: Christopher Faylor writes: You know, I think I will remove Misc from upset's logic. The category field should be mandatory, not optional. +1 Thanks. I have upset sort of pulled apart right now as I attempt to deal with my new

Re: setup: Execute postinstall batch with /d to prevent AutoRun

2013-08-12 Thread Christopher Faylor
On Mon, Aug 12, 2013 at 12:12:10PM -0400, Christopher Faylor wrote: On Mon, Aug 12, 2013 at 02:17:25PM +0200, Arlo O'Keeffe wrote: Hi all, I am experiencing issues with autorebase.bat during setup. The call to autorebase.bat simply fails. I use a registry key [1] to execute a batch file before

Re: setup: Execute postinstall batch with /d to prevent AutoRun

2013-08-12 Thread Achim Gratz
Christopher Faylor writes: Would renaming autorebase.bat - autorebase.cmd fix this? I don't think so. From the description, the AutoRun key is used whenever cmd gets started, unless the /D option is given. It seems that you would either need to change COMSPEC or start each sub-CMD with the /D

Re: [RFU] libaprutil1-1.5.2-4

2013-08-12 Thread Corinna Vinschen
On Aug 12 10:40, David Rothenberger wrote: Corinna Vinschen wrote: On Aug 11 15:11, David Rothenberger wrote: On 8/11/2013 12:34 PM, marco atzeri wrote: D=http://home.comcast.net/~david.rothenberger/cygwin/x86_64 wget -x -nH --cut-dirs=3 \

Re: Missing 64 bit packages

2013-08-12 Thread Yaakov (Cygwin/X)
On 2013-08-05 04:25, Corinna Vinschen wrote: editres js185 lighttpd nspr nss perl-clone These are up now. Yaakov

Re: Missing 64 bit packages

2013-08-12 Thread Corinna Vinschen
On Aug 12 14:34, Yaakov (Cygwin/X) wrote: On 2013-08-05 04:25, Corinna Vinschen wrote: editres js185 lighttpd nspr nss perl-clone These are up now. Removed from cygwin-64bit-missing. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding

Re: [RFU] Please upload: algol68g package updates

2013-08-12 Thread Thomas Wolff
Am 11.08.2013 19:49, schrieb marco atzeri: Il 8/11/2013 7:02 PM, Thomas Wolff ha scritto: Please upload the updated packages for algol68g (both 32 and 64 bit): cd algol68g wget http://towo.net/algol68g/algol68g-2.7-0-src.tar.bz2 wget http://towo.net/algol68g/algol68g-2.7-0-`uname -m`.tar.bz2

Re: [RFU] Please upload: algol68g package updates

2013-08-12 Thread Ken Brown
On 8/12/2013 5:12 PM, Thomas Wolff wrote: Am 11.08.2013 19:49, schrieb marco atzeri: Il 8/11/2013 7:02 PM, Thomas Wolff ha scritto: Please upload the updated packages for algol68g (both 32 and 64 bit): cd algol68g wget http://towo.net/algol68g/algol68g-2.7-0-src.tar.bz2 wget

Re: [RFU] Please upload: algol68g package updates

2013-08-12 Thread Christopher Faylor
On Mon, Aug 12, 2013 at 11:12:25PM +0200, Thomas Wolff wrote: Am 11.08.2013 19:49, schrieb marco atzeri: Il 8/11/2013 7:02 PM, Thomas Wolff ha scritto: Please upload the updated packages for algol68g (both 32 and 64 bit): cd algol68g wget http://towo.net/algol68g/algol68g-2.7-0-src.tar.bz2

Re: Missing 64 bit packages

2013-08-12 Thread Yaakov (Cygwin/X)
On 2013-08-05 04:25, Corinna Vinschen wrote: beforelight e2fsimage exif fvwm gsm libesmtp libmetalink mkcomposecache odbc-psql python-twisted sessreg snownews xcb-util-renderutil These are up now as well. grandr xfindproxy These are deprecated,

[ANNOUNCEMENT] Uploads for 12 August

2013-08-12 Thread Yaakov (Cygwin/X)
The following packages (and their subpackages) have been updated for both arches: * at-spi2-atk-2.8.1-1 * at-spi2-core-2.8.0-1 * atk1.0-2.8.0-1 * dconf-0.16.1-1 * font-cantarell-otf-0.0.13-1 * fontconfig-2.10.93-1 * gamin-0.1.10-14 * GConf2-3.2.6-2 * gcr-3.8.2-1 * gdk-pixbuf2.0-2.28.2-1 *

Updated: libaprutil1-1.5.2-4

2013-08-12 Thread David Rothenberger
A new version the Apache Portable Runtime utilities library is now available for download. CYGWIN CHANGES: === * x86_64: Include PostgreSQL support. * Include MySQL support. DESCRIPTION: The mission of the Apache Portable Runtime (APR) project is to create and maintain

Updated: automake1.9-1.9.6-11

2013-08-12 Thread Charles Wilson
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This is routine packaging update for automake-1.9, and contains the latest version of the automake 1.9 series, automake-1.9.6. This cygwin package, automake1.9, can be installed without

Updated: automake1.8-1.8.5-11

2013-08-12 Thread Charles Wilson
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This is routine packaging update for automake-1.8, and contains the latest version of the automake 1.8 series, automake-1.8.5. This cygwin package, automake1.8, can be installed without

Updated: automake1.7-1.7.9-11

2013-08-12 Thread Charles Wilson
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This is routine packaging update for automake-1.7, and contains the latest version of the automake 1.7 series, automake-1.7.9. This cygwin package, automake1.7, can be installed without

Updated: automake1.6-1.6.3-12

2013-08-12 Thread Charles Wilson
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This is routine packaging update for automake-1.6, and contains the latest version of the automake 1.6 series, automake-1.6.3. This cygwin package, automake1.6, can be installed without

Updated: automake1.5-1.5-11

2013-08-12 Thread Charles Wilson
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This is routine packaging update for automake-1.5, and contains the latest version of the automake 1.5 series, automake-1.5. This cygwin package, automake1.5, can be installed without

Updated: automake1.4-1.4p6-11

2013-08-12 Thread Charles Wilson
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This is routine packaging update for automake-1.4, and contains the latest version of the automake 1.4 series, automake-1.4p6. This cygwin package, automake1.4, can be installed without