Re: gcc4-core PACKAGE BUG

2010-08-14 Thread Dave Korn
On 13/08/2010 20:29, Corinna Vinschen wrote: On Aug 13 20:31, Dave Korn wrote: On 08/08/2010 17:26, Corinna Vinschen wrote: Hi Dave, testing with the latest setup.exe I came across an error message in postinstall: gcc4-core.sh, exit code 126 Manuall testing turned up that the script

Re: gcc4-core PACKAGE BUG

2010-08-14 Thread Eric Blake
On 08/14/2010 12:17 PM, Dave Korn wrote: Come to think of it, wouldn't it be better to just update 4.3.4-3 in place (i.e. without a version bump)? It seems a bit much to force everyone who's already got it installed to redownload that many megabytes just for the sake of a couple of 'x'

Re: gcc4-core PACKAGE BUG

2010-08-14 Thread Dave Korn
On 14/08/2010 19:19, Eric Blake wrote: On 08/14/2010 12:17 PM, Dave Korn wrote: Come to think of it, wouldn't it be better to just update 4.3.4-3 in place (i.e. without a version bump)? It seems a bit much to force everyone who's already got it installed to redownload that many megabytes

Re: gcc4-core PACKAGE BUG

2010-08-14 Thread Christopher Faylor
On Sat, Aug 14, 2010 at 08:05:00PM +0100, Dave Korn wrote: So I really don't think it's worth the end-user's while in this instance, but I'd like to hear what Corinna and cgf think before I proceed. I'm with you on this, Dave. Your reasonsing seems right to me. I don't normally like to make

Re: gcc4-core PACKAGE BUG

2010-08-14 Thread Eric Blake
On 08/14/2010 01:13 PM, Christopher Faylor wrote: On Sat, Aug 14, 2010 at 08:05:00PM +0100, Dave Korn wrote: So I really don't think it's worth the end-user's while in this instance, but I'd like to hear what Corinna and cgf think before I proceed. I'm with you on this, Dave. Your

Re: gcc4-core PACKAGE BUG

2010-08-14 Thread Christopher Faylor
On Sat, Aug 14, 2010 at 01:15:20PM -0600, Eric Blake wrote: On 08/14/2010 01:13 PM, Christopher Faylor wrote: On Sat, Aug 14, 2010 at 08:05:00PM +0100, Dave Korn wrote: So I really don't think it's worth the end-user's while in this instance, but I'd like to hear what Corinna and cgf think

Re: gcc4-core PACKAGE BUG

2010-08-14 Thread Christopher Faylor
On Sat, Aug 14, 2010 at 03:20:40PM -0400, Christopher Faylor wrote: On Sat, Aug 14, 2010 at 01:15:20PM -0600, Eric Blake wrote: On 08/14/2010 01:13 PM, Christopher Faylor wrote: On Sat, Aug 14, 2010 at 08:05:00PM +0100, Dave Korn wrote: So I really don't think it's worth the end-user's while in

Re: [PATCH] inform user if any postinstall script failed to run

2010-08-14 Thread Andy Koppe
On 13 August 2010 12:29, Andy Koppe andy.ko...@gmail.com wrote: On 12 August 2010 20:42, Christopher Faylor  wrote: @@ -433,7 +433,9 @@     ICON            IDI_CYGWIN,IDC_HEADICON,SETUP_HEADICON_X,0,21,20     LTEXT           Postinstall script errors,IDC_STATIC_HEADER_TITLE                    

Re: [PATCH] inform user if any postinstall script failed to run

2010-08-14 Thread Christopher Faylor
On Sat, Aug 14, 2010 at 09:14:54PM +0100, Andy Koppe wrote: So here's another take at the patch, amended as suggested by Corinna. It now also tweaks the bottom coordinate of the results text box, because I found it ran into the line above the Back/Next/Cancel buttons. Ship it! cgf

Missing dependency for Athena libraries

2010-08-14 Thread Ryan Johnson
Hi all, I just tried to pull down the Athena widget libraries (xaw and xaw3d) and got an unmet dependency message for libXpm-devel. It's not a big deal, since it offered to add it to my list, but a bit odd (I just clicked on each once... none of the cycling though

Re: Missing dependency for Athena libraries

2010-08-14 Thread Andy Koppe
On 14 August 2010 12:57, Ryan Johnson wrote: I just tried to pull down the Athena widget libraries (xaw and xaw3d) and got an unmet dependency message for libXpm-devel. It's not a big deal, since it offered to add it to my list, but a bit odd (I just clicked on each once... none of the

Re: Unable to install X on 64-bit Windows 7 Premium

2010-08-14 Thread Dan Tsafrir
On Tue, Aug 10, 2010 at 15:12, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 10/08/2010 00:19, Bob Kline wrote: I finally had to replace my ancient Windows XP box, and ended up with a Windows 7 Home Premium 64-bit system. If I run setup.exe to install a fresh cygwin, it succeeds as long

src/winsup/cygwin ChangeLog pipe.cc

2010-08-14 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2010-08-14 11:16:09 Modified files: winsup/cygwin : ChangeLog pipe.cc Log message: * pipe.cc (fhandler_pipe::open): Duplicate content of opened pipe fhandler before calling dup method.

Re: diff /usr/include/endian.orig.h /usr/include/endian.h endian.h.diff

2010-08-14 Thread Corinna Vinschen
On Aug 13 19:11, Pedro Izecksohn wrote: I thought to use (i) of integer, but its glyph does not remember the proverb about Rome. You mean What have the Romans ever done for us? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader

Re: Emacs and DBUS

2010-08-14 Thread Ken Brown
On 8/12/2010 10:36 PM, nyc4...@aol.com wrote: Hi, Can the Cygwin Emacs maintainer compile an Emacs binary (emacs-X11, emacs-nox, etc) with D-BUS? It appears that the cygdbus-1-3.dll should be able to be available for Cygwin Emacs support. Thanks. Yes, I've just checked that it builds with

Re: Broken process substitution

2010-08-14 Thread Corinna Vinschen
On Aug 13 14:25, Eric Blake wrote: On 08/13/2010 02:17 PM, Eric Blake wrote: On 08/13/2010 02:04 PM, Daniel Colascione wrote: Try echo hello (cat) -- that's supposed to output hello. What makes you think it's supposed to echo hello? That's system specific on what will happen.

Re: Broken process substitution

2010-08-14 Thread Corinna Vinschen
On Aug 14 12:32, Corinna Vinschen wrote: On Aug 13 14:25, Eric Blake wrote: On 08/13/2010 02:17 PM, Eric Blake wrote: On 08/13/2010 02:04 PM, Daniel Colascione wrote: Try echo hello (cat) -- that's supposed to output hello. What makes you think it's supposed to echo hello? That's

Re: Cygwin speed difference on multiple cores -vs- single-core?

2010-08-14 Thread mike marchywka
On 8/13/10, Andy Nicholas wrote: The scripts we're using form the basis of a build system to invoke GCC and an assembler lots of times throughout a directory tree of a few thousand items. You can end up spending all your time chasing include paths that isn't hard to do. to use

libncurses-devel-5.7-18 doesn't create /usr/include/curses.h

2010-08-14 Thread Ryan Johnson
Hi all, Getting compile errors about curses.h not found, and sure enough, it's not in /usr/include. After reinstalling libncurses-devel (I already had it), the problem didn't go away so I looked in the postinstall script. The comment at the top says: # This script will create symbolic

Re: libncurses-devel-5.7-18 doesn't create /usr/include/curses.h

2010-08-14 Thread Corinna Vinschen
On Aug 14 14:11, Ryan Johnson wrote: Hi all, Getting compile errors about curses.h not found, and sure enough, it's not in /usr/include. After reinstalling libncurses-devel (I already had it), the problem didn't go away so I looked in the postinstall script. The comment at the top says:

bash_completion

2010-08-14 Thread Russell Peterson
Hello, I just updated to cygwin 1.7.5 and I now see some strangeness with bash completion. When I execute the command ls TAB I see the following: [myprompt: etc]$ ls ' xspeccompgen -d -- $quoted | { while read -r tmp; do # TODO: I have removed a [ -n $tmp ]

Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.5.0-1

2010-08-14 Thread Angelo Graziosi
Dave, A full release of GCC-4.5.1 will follow shortly. just for completeness, now that you are working on GCC-4.5.1, perhaps you have some comments on this: http://cygwin.com/ml/cygwin-xfree/2010-08/msg5.html Thanks, Angelo. -- Problem reports: http://cygwin.com/problems.html

Re: Mode dependent cursor shape lost in cygwin Vim in a Windows console

2010-08-14 Thread Andy Koppe
On 13 August 2010 22:30, JOHNER Jean 066030 wrote: No, but I'm sure a patch implementing the DECSCUSR control sequence using SetConsoleCursorInfo() would be welcome. (Copyright assignment required.) I guess this patch is not in Vim code (which is able to do the job in a normal cmd console

Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.5.0-1

2010-08-14 Thread Andy Koppe
On 14 August 2010 16:47, Angelo Graziosi wrote: Dave, A full release of GCC-4.5.1 will follow shortly. just for completeness, now that you are working on GCC-4.5.1, perhaps you have some comments on this: http://cygwin.com/ml/cygwin-xfree/2010-08/msg5.html Oi, no thread hijacking

Re: Mode dependent cursor shape lost in cygwin Vim in a Windows console

2010-08-14 Thread Christopher Faylor
On Sat, Aug 14, 2010 at 06:30:50PM +0100, Andy Koppe wrote: Could you implement such a patch yourself? No. I don't maintain the console and mintty keeps me busy enough already. And also: HJM. cgf -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: diff /usr/include/endian.orig.h /usr/include/endian.h endian.h.diff

2010-08-14 Thread Pedro Izecksohn
--- I wrote: The x glyph represents the different ways to represent the same number: ... I thought to use (i) of integer, but its glyph does not remember the proverb about Rome. --- Corinna Vinschen asked: You mean What have the Romans ever done for us?   All roads lead to Rome.