Re: outage 2009-12-12 weekend, gcc.gnu.org / sourceware / cygwin

2009-12-09 Thread Corinna Vinschen
On Dec 8 19:33, Dave Korn wrote: > Corinna Vinschen wrote: > > On Dec 7 15:21, Jim Reisert AD1C wrote: > >> On Mon, Dec 7, 2009 at 12:33 PM, Frank Ch. Eigler wrote: > >> > >>> Please be aware of an impending temporary outage machines hosting > >>> gcc.gnu.org, sourceware.org, sources.redhat.com,

Re: UTF-8 in Cygwin console on 1.7

2009-12-09 Thread Corinna Vinschen
On Dec 9 05:36, Andy Koppe wrote: > 2009/12/9 Cliff Hones > > I think you missed attaching your fix - or else it has got lost. > > Oops. Here's another attempt. > > > I would guess the change is to file cygwin/fhandler_console.cc, and > > is simply to remove line 1616 [ cursor_rel (1, 0); ] (aft

Re: Problems with Pine

2009-12-09 Thread Corinna Vinschen
On Dec 9 06:21, Andy Koppe wrote: > 2009/12/9 Angelo Graziosi: > > It seems that some recent updates in cygwin-1.7 has broken Pine from MinTTY. > > Now, trying to start from MinTTY: > > > > $ pine > > Terminal type "xterm", is unknown. > > I can reproduce that by uninstalling the termcap package,

Re: Problems with Pine

2009-12-09 Thread Angelo Graziosi
Andy Koppe wrote: I can reproduce that by uninstalling the termcap package This workaround $ TERM=cygwin pine seems to work too. Thanks, Angelo. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/d

Re: `cygwinpath -D' could not display the Chinese character

2009-12-09 Thread ︶ㄣ無名氏
It is a bug of cygwin. It is nothing to do with what terminal i am using OR what LANG i have set. On Thu, Oct 15, 2009 at 17:24, Corinna Vinschen wrote: > Thanks for the report.  I think I see what's going on.  I'll try to > have a patch for that in the next release. -- Problem reports:

Re: 1.5.25-15: Problem running rpmbuild from a bash script

2009-12-09 Thread Csaba Raduly
On Tue, Dec 8, 2009 at 8:16 PM, Matt Rice wrote: > I'm having problems running rpmbuild from a bash script.  The problem > occurs when I run the script outside an interactive bash prompt. (snip) >  According to the bash manual, the 128 status code means it > terminated on a signal of 0. According

Re: `cygwinpath -D' could not display the Chinese character

2009-12-09 Thread Andy Koppe
tianlijian: > It is a bug of cygwin.  It is nothing to do with what terminal i am > using OR what LANG i have set. You'll need to provide more than unsubstantiated assertions to get help with your issue. What output are you getting from 'cygpath -D' and what do you expect instead? Do Chinese char

Re: Updated: mingw-runtime-3.17-1

2009-12-09 Thread Albrecht Schlosser
Typo correction: Chris Sutcliffe wrote: I've made a new version of the mingw runtime available for download. A list of what has changed can be found at the end of this email [...] 2009-10-25 Charles Wilson Sync pseudo-reloc.c with mingw64 * psuedo-reloc.c: Remove unneces

Re: Base-Files (was Re: Unset TMP/TEMP in profile?)

2009-12-09 Thread Angelo Graziosi
In the new '.bashrc' (in base-file-3.9) there is: # export HISTIGNORE="[ \t]*:&:[fb]g:exit" # export HISTIGNORE="[ \t]*:&:[fb]g:exit:ls" and I have adopted the first, [1] export HISTIGNORE="[ \t]*:&:[fb]g:exit" In my previous '.bashrc' I had [2] export HISTIGNORE="[ ]*:&:[fb]g:exit" With th

Re: Problems with Pine

2009-12-09 Thread Andy Koppe
2009/12/9 Corinna Vinschen: > On Dec  9 06:21, Andy Koppe wrote: >> 2009/12/9 Angelo Graziosi: >> > It seems that some recent updates in cygwin-1.7 has broken Pine from >> > MinTTY. >> > Now, trying to start from MinTTY: >> > >> > $ pine >> > Terminal type "xterm", is unknown. >> >> I can reproduc

Re: Problems with Pine

2009-12-09 Thread Andy Koppe
2009/12/9 Angelo Graziosi: >> I can reproduce that by uninstalling the termcap package > > This workaround > > $ TERM=cygwin pine > > seems to work too. That may cause other problems though, because the keycodes and control sequences of xterm and cygwin differ in a number of places. Setting TERM s

Re: UTF-8 in Cygwin console on 1.7

2009-12-09 Thread Thomas Wolff
[maybe continue on cygwin-developers?] Andy Koppe wrote: 2009/12/9 Cliff Hones I would guess the change is to file cygwin/fhandler_console.cc, and is simply to remove line 1616 [ cursor_rel (1, 0); ] (after case NULL:) Yep, except that the patch removes the (misnamed) IGN case altogeth

[ANNOUNCEMENT] Updated: tig 0.15-1 -- Curses based git repository browser

2009-12-09 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://jonas.nitro.dk/tig License : GPL-2 A command line repository browser capable of displaying a summarized revision log and showing commit log messages, diffstats and diffs. Program may also be used as a pager. It reads input from stdin and c

Re: Problems with Pine

2009-12-09 Thread Corinna Vinschen
On Dec 9 11:00, Andy Koppe wrote: > 2009/12/9 Corinna Vinschen: > > On Dec  9 06:21, Andy Koppe wrote: > >> 2009/12/9 Angelo Graziosi: > >> > It seems that some recent updates in cygwin-1.7 has broken Pine from > >> > MinTTY. > >> > Now, trying to start from MinTTY: > >> > > >> > $ pine > >> > Te

Re: UTF-8 in Cygwin console on 1.7

2009-12-09 Thread Andy Koppe
2009/12/9 Thomas Wolff: > So the #define IGN should go as well... Yep. > Actually, I don't really understand this code part: > * What is the purpose of the lookup table for the switch rather than just > switching on a few special control characters? Good question. > * What is the idea of (rando

Re: UTF-8 in Cygwin console on 1.7

2009-12-09 Thread Corinna Vinschen
On Dec 9 11:48, Andy Koppe wrote: > 2009/12/9 Thomas Wolff: > > So the #define IGN should go as well... > > Yep. > > > Actually, I don't really understand this code part: > > * What is the purpose of the lookup table for the switch rather than just > > switching on a few special control characte

Re: `cygwinpath -D' could not display the Chinese character

2009-12-09 Thread ︶ㄣ無名氏
Thanks for you reply when i set the LANG to en_US.UTF-8, the `cygpath -D' could not display the Chines character correctly. The `cygpath -D' command should print the DESKTOP path in utf-8 character, but i does not. In other situation, such as `ls' `vim', the the Chines character display well. --

Re: Base-Files (was Re: Unset TMP/TEMP in profile?)

2009-12-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Angelo Graziosi on 12/9/2009 3:57 AM: > are ignored from history. Is this to be expected? What exactly does it > mean '[ \t]'? That's a bug in base-files. It should be $'[ \t]', not '[ \t]', since bash only interpolates \t as a TAB insid

Re: [1.7] Possible dynamic linker error

2009-12-09 Thread Dave Korn
Charles Plager wrote: > - I ran rebaseall on cygwin and all of the dlls in questions. It still > crashes, but now crashes somewhere else. Ah! Reinstall your libstdc++ dll. Yaakov spotted that the 4.3.4-1 libstdc++ dll isn't rebaseable, as it turns out there's a bug in LD(*). I'm just doin

Re: I want my FPE!

2009-12-09 Thread Dave Korn
Mark Geisert wrote: > Mark Geisert writes: >> I've tried many things [...] > > ...but I neglected the possibility of compiler expression optimization. I > replaced "1E200L * 1E200L" with "d * d" where d is initialized with 1E200L. > Voila, SIGFPE results and is trapped the way I wanted to. Ah

Re: [1.7] problems with compiling geos

2009-12-09 Thread Dave Korn
kiorky wrote: > What is this "__wrap__Znwj" and how can it mess the environment leading to a > segfault ? Sorry, you've gotten bitten by a bug(*) with the current libstdc++ DLL: it gets broken after running 'rebaseall'. Please reinstall it using setup.exe and the problem should be fixed. Th

Re: [1.7] problems with compiling geos

2009-12-09 Thread kiorky
Dave Korn a écrit : > kiorky wrote: > >> What is this "__wrap__Znwj" and how can it mess the environment leading to a >> segfault ? > > Sorry, you've gotten bitten by a bug(*) with the current libstdc++ DLL: it > gets broken after running 'rebaseall'. Please reinstall it using setup.exe > an

Re: open() and named pipes

2009-12-09 Thread Enrico Forestieri
On Wed, Nov 26, 2008 at 12:38:49PM -0500, Christopher Faylor wrote: > On Wed, Nov 26, 2008 at 03:50:52PM +0100, Enrico Forestieri wrote: > >According to > >http://www.opengroup.org/onlinepubs/95399/functions/open.html > >the open() function shall fail and sets errno to ENXIO if > >O_WRONLY | O_

Re: [1.7] problems with compiling geos

2009-12-09 Thread Dave Korn
kiorky wrote: > > Dave Korn a écrit : >> kiorky wrote: >> >>> What is this "__wrap__Znwj" and how can it mess the environment leading >>> to a segfault ? >> Sorry, you've gotten bitten by a bug(*) with the current libstdc++ DLL: >> it gets broken after running 'rebaseall'. Please reinstall it us

Re: open() and named pipes

2009-12-09 Thread Christopher Faylor
On Wed, Dec 09, 2009 at 03:43:41PM +0100, Enrico Forestieri wrote: >Sorry for the very late reply and thanks for fixing the return code >from open(). However, this is still not posix compliant as errno is >set to ENOENT instead of ENXIO. Indeed, the attached test case prints >"No process is reading

Need help building emacs with system malloc

2009-12-09 Thread Ken Brown
Emacs by default uses its own malloc, but the emacs developers have suggested that I try to build it so that it uses Cygwin's malloc. (See http://lists.gnu.org/archive/html/emacs-devel/2009-12/threads.html#00369 for the context if you're curious.) When I try to do this, the build fails as fol

Re: 1.5.25-15: Problem running rpmbuild from a bash script

2009-12-09 Thread Matt Rice
On Wed, Dec 9, 2009 at 5:05 AM, Csaba Raduly wrote: > On Tue, Dec 8, 2009 at 8:16 PM, Matt Rice  wrote: >> I'm having problems running rpmbuild from a bash script.  The problem >> occurs when I run the script outside an interactive bash prompt. > (snip) >>  According to the bash manual, the 128 st

Re: Need help building emacs with system malloc

2009-12-09 Thread Ken Brown
On 12/9/2009 10:52 AM, Ken Brown wrote: Emacs by default uses its own malloc, but the emacs developers have suggested that I try to build it so that it uses Cygwin's malloc. (See http://lists.gnu.org/archive/html/emacs-devel/2009-12/threads.html#00369 for the context if you're curious.) When

Re: [1.7] problems with compiling geos

2009-12-09 Thread kiorky
Dave Korn a écrit : this dll ? > > Generic solution: How to find out which package contains any file from your > cygwin install: > >> $ cygcheck -f /usr/bin/cygstdc++-6.dll >> libstdc++6-4.3.4-1 Ok so i reinstalled binutils, gcc-*, and libstdc++. Then go to the root folder of geos, do the

Re: Need help building emacs with system malloc

2009-12-09 Thread Dave Korn
Ken Brown wrote: > gcc-o temacs ecrt0.o dispnew.o frame.o scroll.o xdisp.o menu.o > window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o > term.o terminal.o xfaces.oemacs.o keyboard.o macros.o keymap.o > sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o >

Re: Need help building emacs with system malloc

2009-12-09 Thread Christopher Faylor
On Wed, Dec 09, 2009 at 10:52:02AM -0500, Ken Brown wrote: >Emacs by default uses its own malloc, but the emacs developers have >suggested that I try to build it so that it uses Cygwin's malloc. (See >http://lists.gnu.org/archive/html/emacs-devel/2009-12/threads.html#00369 >for the context if y

Re: open() and named pipes

2009-12-09 Thread Corinna Vinschen
On Dec 9 10:41, Christopher Faylor wrote: > On Wed, Dec 09, 2009 at 03:43:41PM +0100, Enrico Forestieri wrote: > >Sorry for the very late reply and thanks for fixing the return code > >from open(). However, this is still not posix compliant as errno is > >set to ENOENT instead of ENXIO. Indeed, th

Re: open() and named pipes

2009-12-09 Thread Enrico Forestieri
On Wed, Dec 09, 2009 at 10:41:09AM -0500, Christopher Faylor wrote: > On Wed, Dec 09, 2009 at 03:43:41PM +0100, Enrico Forestieri wrote: > >Sorry for the very late reply and thanks for fixing the return code > >from open(). However, this is still not posix compliant as errno is > >set to ENOENT in

Re: 1.5.25-15: Problem running rpmbuild from a bash script

2009-12-09 Thread Matt Rice
On Wed, Dec 9, 2009 at 11:01 AM, Matt Rice wrote: > That may very well be.  But I can't really determine anything because > I get no error messages. > > Also, I got desperate, so I uninstalled cygwin, changed some > permissions on the root cygwin directory, then reinstalled.  Now I'm > able to run

Re: open() and named pipes

2009-12-09 Thread Christopher Faylor
On Wed, Dec 09, 2009 at 05:29:01PM +0100, Corinna Vinschen wrote: >On Dec 9 10:41, Christopher Faylor wrote: >> On Wed, Dec 09, 2009 at 03:43:41PM +0100, Enrico Forestieri wrote: >> >Sorry for the very late reply and thanks for fixing the return code >> >from open(). However, this is still not pos

Re: [REQ] Please package SendMail for Cygwin

2009-12-09 Thread Paul McFerrin
On another side note... There is a product from sourceforge.net called "msmtp" which can be configured either as a smtp client or as a replacement for sendmail. I myself downloaded the sources and sucessfully compiled it all under cygwin 1.7-67. I've been using msmtp as a smtp client without

Re: [REQ] Please package SendMail for Cygwin

2009-12-09 Thread Christopher Faylor
On Wed, Dec 09, 2009 at 03:09:37PM -0500, Paul McFerrin wrote: >On another side note... >There is a product from sourceforge.net called "msmtp" which can be >configured either as a smtp client or as a replacement for sendmail. I >myself downloaded the sources and sucessfully compiled it all unde

mgetty

2009-12-09 Thread mattias
Can i use mgetty via cygwin and use my modem? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: General questions about upgrading to 1.7

2009-12-09 Thread d . sastre . medina
On Tue, Dec 08, 2009 at 07:20:19PM +0100, d.sastre.med...@gmail.com wrote: > On Tue, Dec 08, 2009 at 07:46:27AM -0700, Warren Young wrote: > > Personally, I'd just back that directory *and* all the Cygwin > > registry sub-trees up and go ahead with the upgrade-in-place. > > Parallel Cygwin installs

Re: [1.7] problems with compiling geos

2009-12-09 Thread kiorky
kiorky a écrit : > > Dave Korn a écrit : > this dll ? >> Generic solution: How to find out which package contains any file from your >> cygwin install: >> >>> $ cygcheck -f /usr/bin/cygstdc++-6.dll >>> libstdc++6-4.3.4-1 > > > Ok so i reinstalled binutils, gcc-*, and libstdc++. > Then go to

Re: [REQ] Please package SendMail for Cygwin

2009-12-09 Thread Chip Panarchy
Hmm... interesting. The reason I wanted SendMail is that the author of RANCID said that I'd require SendMail & Cron in order to successful utilise his software. I'm happy to package RANCID for Cygwin, from my Vista computer (which doesn't have Compiler errors). What's the procedure to get a pack

How to print the full Windows path inside the sed command?

2009-12-09 Thread Chip Panarchy
Hello First I copied: cygiconv-2.dll, cygintl-3.dll, cygintl-8.dll, find.exe (renamed to find2.exe) & sed.exe to the %WINDIR%. Then I ran the following command from command-prompt; find2 . -follow -type f | sed -e "s|^\.|PATH|" -e "s|^|File:\t|" Is there a command (from Cygwin/Linux: PATH) whic

Re: How to print the full Windows path inside the sed command?

2009-12-09 Thread Jeremy Bopp
Chip Panarchy wrote: > Hello > > First I copied: cygiconv-2.dll, cygintl-3.dll, cygintl-8.dll, find.exe > (renamed to find2.exe) & sed.exe to the %WINDIR%. Don't do that. Install Cygwin using setup.exe and leave the files where setup places them. You're asking for so much trouble doing what you

Re: How to print the full Windows path inside the sed command?

2009-12-09 Thread Gary Johnson
On 2009-12-09, Jeremy Bopp wrote: > Chip Panarchy wrote: > > Then I ran the following command from command-prompt; > > > > find2 . -follow -type f | sed -e "s|^\.|PATH|" -e "s|^|File:\t|" > > > > Is there a command (from Cygwin/Linux: PATH) which I can use to print > > the full directory path? >

Re: [1.7] problems with compiling geos

2009-12-09 Thread Dave Korn
kiorky wrote: > > kiorky a écrit : >> (gdb) >> 0x610bc6e2 in __small_vsprintf () from /usr/bin/cygwin1.dll >> (gdb) >> 0x610bc6e6 in __small_vsprintf () from /usr/bin/cygwin1.dll >> (gdb) >> 0x610bc6e9 in __small_vsprintf () from /usr/bin/cygwin1.dll >> (gdb) >> 0x61140ff0 in setlaster...@4 () fr

Re: How to print the full Windows path inside the sed command?

2009-12-09 Thread Chip Panarchy
How do I put cygpath -ma in the command instead of 'PATH'? Also, is there a way to add a trailer (currently just a header to each line) Thanks, Panarchy On Thu, Dec 10, 2009 at 10:47 AM, Gary Johnson wrote: > On 2009-12-09, Jeremy Bopp wrote: >> Chip Panarchy wrote: > >> > Then I ran the follo

Re: How to print the full Windows path inside the sed command?

2009-12-09 Thread Gary Johnson
On 2009-12-10, Chip Panarchy wrote: > On Thu, Dec 10, 2009 at 10:47 AM, Gary Johnson wrote: > > On 2009-12-09, Jeremy Bopp wrote: > >> Chip Panarchy wrote: > > > >> > Then I ran the following command from command-prompt; > >> > > >> > find2 . -follow -type f | sed -e "s|^\.|PATH|" -e "s|^|File:\t

Can't build PHP 5.3.1 under Cygwin 1.7.0-68

2009-12-09 Thread Paul McFerrin
I have the 5.3.1 distro and also have libxml2 (2.7.4-1). There is one major obstacle in the "configure" script. Since the xml2 distro does NOT have a file named "libxml2-configure", it gives up. Where can I find a copy of this file??? I tried using --with-libxml-dir /bin without any sucess.