Re: Debugging totally broken with latest everything?

2013-04-15 Thread Ryan Johnson
On 15/04/2013 1:14 PM, Christopher Faylor wrote: On Mon, Apr 15, 2013 at 05:03:17PM +0100, Dave Korn wrote: Some notes on the above: The same happens with both the previous version and current snapshot of the cygwin dll. It also happens with both current gdb and an old gdb

Re: Cygwin with clock_gettime and CLOCK_MONOTONIC - gives always 0

2013-04-11 Thread Ryan Johnson
On 11/04/2013 7:00 PM, Steve Kargl wrote: On Thu, Apr 11, 2013 at 11:23:42PM +0100, N.M. Maclaren wrote: On Apr 11 2013, Steve Kargl wrote: On Thu, Apr 11, 2013 at 10:35:54PM +0200, Tobias Burnus wrote: * gfortran's example for random_see should be change to not use system_clock for the

Re: [coreutils] Bug in du with -x flag?

2013-04-06 Thread Ryan Johnson
On 06/04/2013 7:48 AM, Andrey Repin wrote: Greetings, Dave Korn! Hi list, I always used to use du with the -cxhs options, but since updating to the latest (8.15-1) version there appears to be a problem caused by -x: $ ls -la total 392188 drwxr-xr-x+ 1 DKAdmin None 0 Apr 6

Re: Problems with GCC-4.7.2-1 (test)

2013-04-05 Thread Ryan Johnson
On 05/04/2013 3:07 PM, Angelo Graziosi wrote: Dave Korn wrote: Did you install the manually-required runtime libs as well? I don't understand here. I have installed GCC-4.7.2-1 with setup.exe choosing Exp packages and then leaving only 4.7.2-1 for installation. Which runtime libs it needs?

Re: Regardless it is cygwin related

2013-04-04 Thread Ryan Johnson
On 04/04/2013 7:03 AM, wynfi...@gmail.com wrote: I did not ask for native widows programming advice any more than cygwin uses win32-api. cygwin distributes the header files and I simply asked about linking, which is exactly what cygwin built programs do. I appreciate Corinna's providing a

Re: Fwd: reboot command behaves different on Linux

2013-03-25 Thread Ryan Johnson
On 25/03/2013 9:40 AM, Earnie Boyd wrote: On Mon, Mar 25, 2013 at 5:53 AM, Frank Fesevur wrote: 2013/3/23 David T-G: % This would still conflict with the -H of the ones above, but I have no % problem with it. Anyone against changing hibernate to -H? What about 'b' for hi'b'ernate? That was

Re: mintty and Control-` , Control-~

2013-03-21 Thread Ryan Johnson
On 21/03/2013 11:30 AM, Igor Bukanov wrote: It seems that mintty in Cygwin under Windows-7 does not pass C-` (Control-backtick, in US keyboard this is the key above the tab) nor C-~ (or Control-Shift-backtick) to terminal applications. Any reason for that? A quick test [3] in shortcut override

^C and new signal-aware snapshot

2013-03-15 Thread Ryan Johnson
Hi all, I found a problem (or unintended effect? or WJM feature?) with the new change that makes gdb work with cygwin signals: 1. start sqlite3 2. ^z 3. jobs -p 4. in separate terminal window, gdb -p $PID 5. c 6. in first window, fg 7. in gdb window, gdb should have caught SIGCONT, c 8. gdb

Re: gdb bt gives many question marks

2013-03-14 Thread Ryan Johnson
On 14/03/2013 3:37 AM, Ken Huang wrote: Hi all, I have a problem when using gdb to debug my program in cygwin, the 'bt' command gives me many '??'. So I write a quite easy program named abort.c which just aborts. after compiled with gcc -g abort.c -o abort and run with gdb abort, it aborts as

Re: [ANNOUNCEMENT] Updated: emacs*-24.3-1

2013-03-13 Thread Ryan Johnson
On 13/03/2013 11:33 AM, Filipp Gunbin wrote: On 13/03/2013 18:53 +0400, Achim Gratz wrote: Filipp Gunbin fgunbin at fastmail.fm writes: Two new functions are available in Cygwin builds: `cygwin-convert-file-name-from-windows' and `cygwin-convert-file-name-to-windows'. These functions allow

Re: Weird threading / __thread behavior

2013-02-23 Thread Ryan Johnson
On 23/02/2013 9:12 PM, Dave Korn wrote: On 18/02/2013 11:59, Ryan Johnson wrote: On 17/02/2013 10:38 PM, Zach Saw wrote: The following test case fails on Cygwin but passes on Linux (both tested using GCC 4.7.2). Cygwin doesn't have a gcc-4.7.2 package yet (not even for testing); 4.5.3

Re: [PATCH 64bit] Export io.h symbols with underscore

2013-02-22 Thread Ryan Johnson
On 22/02/2013 9:44 AM, Corinna Vinschen wrote: On Feb 22 09:32, Christopher Faylor wrote: On Fri, Feb 22, 2013 at 11:02:55AM +0100, Corinna Vinschen wrote: On Feb 22 10:51, Corinna Vinschen wrote: On Feb 22 03:40, Yaakov wrote: On Fri, 22 Feb 2013 09:49:51 +0100, Corinna Vinschen wrote:

Re: [ANNOUNCEMENT] Updated: emacs*-24.2.93-2 (TEST)

2013-02-22 Thread Ryan Johnson
On 22/02/2013 2:22 PM, Achim Gratz wrote: Ken Brown writes: It's hard to know what people's preferences will be. I gave emacs-X11 the highest priority for two reasons: * It's been the only GUI version of emacs on Cygwin for many years, so making it the default doesn't change what people are

Re: g++ build error, collect2, forked process died unexpectedly

2013-02-22 Thread Ryan Johnson
On 22/02/2013 2:52 PM, KG wrote: Hello All, I recently installed Netbeans and Cygwin on my Windows 7 64-bit laptop. To test that everything was working fine I tried to build run one of the example projects in Netbeans but I always get the same error messages. I have installed Windows

Re: g++ build error, collect2, forked process died unexpectedly

2013-02-22 Thread Ryan Johnson
TOFU... On 22/02/2013 3:26 PM, KG wrote: From what I can determine, Defender is a built-in part of Windows and cannot be un-installed. It doesn't appear in the 'Programs and Features' list of programs to un-install. I'm able to use my Start menu to search for and find Defender but when I try

Re: Weird threading / __thread behavior

2013-02-19 Thread Ryan Johnson
On 19/02/2013 6:07 PM, Zach Saw wrote: Zach Saw zach.saw at gmail.com writes: Thank you so much for your help. Really appreciate it. I'll give the config flags a go and see how it turns out. Appreciate the explanations/notes too! Especially the bits about using the flags from Cygwin gcc.

Re: Weird threading / __thread behavior

2013-02-18 Thread Ryan Johnson
On 17/02/2013 10:38 PM, Zach Saw wrote: The following test case fails on Cygwin but passes on Linux (both tested using GCC 4.7.2). Cygwin doesn't have a gcc-4.7.2 package yet (not even for testing); 4.5.3 is the highest I see this morning in setup.exe. If you got it from ports, you need to

sshd fails to start: logon failure

2013-02-14 Thread Ryan Johnson
Hi all, I tried to ssh to my cygwin box today and was unable to connect. It seems the sshd service can no longer run, for reasons that mystify me: # net start sshd System error 1069 has occurred. The service did not start due to a logon failure. I wasn't aware of having changed anything;

Re: sshd fails to start: logon failure

2013-02-14 Thread Ryan Johnson
On 14/02/2013 3:52 PM, marco atzeri wrote: On 2/14/2013 9:43 PM, Ryan Johnson wrote: Hi all, I tried to ssh to my cygwin box today and was unable to connect. It seems the sshd service can no longer run, for reasons that mystify me: # net start sshd System error 1069 has occurred. The service

Re: sshd fails to start: logon failure

2013-02-14 Thread Ryan Johnson
On 14/02/2013 4:19 PM, Larry Hall (Cygwin) wrote: On 2/14/2013 4:02 PM, Ryan Johnson wrote: On 14/02/2013 3:52 PM, marco atzeri wrote: On 2/14/2013 9:43 PM, Ryan Johnson wrote: Hi all, I tried to ssh to my cygwin box today and was unable to connect. It seems the sshd service can no longer

Re: X connections reset on PC sleep

2013-02-13 Thread Ryan Johnson
On 13/02/2013 10:37 AM, Christopher Faylor wrote: I use (and love) this package: http://xpra.org/ which allows you to start an X server in the background and connect/disconnect to it. See also: http://winswitch.org/ which provides a GUI for manipulating xpra. Nice! I tried partiwm a long

Re: Cygwin emacs manual entries

2013-02-11 Thread Ryan Johnson
On 11/02/2013 10:47 PM, Jack Radigan wrote: I've just installed 1.7.17 (twice, to confirm it installed properly) on a Win7 Ultimate box. When I invoke a manual entry, M-x man, for any man page I'm getting Ctrl-M characters in the output. I've tried this from the minterm console, Xterm, and

Re: any plans to add signalfd support to Cygwin?

2013-01-16 Thread Ryan Johnson
On 16/01/2013 8:39 AM, bob wrote: I posted a more detailed request for this feature a few months back (Oct 2012).There was some discussion but not much mention of any plans to add this feature to Cygwin in the future. Just curious if those plans have changed. I suspect the plan is

Re: stat() and tilde prefix (was bad bash tab completion)

2013-01-14 Thread Ryan Johnson
On 14/01/2013 3:24 PM, Stephan Mueller wrote: Perhaps (as you may well have already considered): - replace the path prefix by the mount point first? (this may be naïve on my part, but it's not clear to me that .. early in a path should be able to influence which mount point is

Re: Clang and windows headers

2013-01-11 Thread Ryan Johnson
On 11/01/2013 6:41 AM, Angelo Graziosi wrote: Yaakov wrote: Forking an entire compiler within a source package just for building that package? I think ROOT guys have good reasons to have a patched version of CLANG if the new ROOT C++ interpreter they implement is called cling... You can

Re: runing ./configure on gdb 7.5.50 sources

2013-01-09 Thread Ryan Johnson
On 09/01/2013 1:57 AM, Jose Munoz wrote: Hello, I would like to patch my current version of gdb (7.5.50.20120815-cvs (cygwin-special)) on a cygwin 1.7.17-1 installation. Prior to that, I tried to build the original gdb sources, which I downloaded using setup.exe and selecting them.

Re: postgres initdb: error while loading shared libraries: ?

2013-01-09 Thread Ryan Johnson
On 08/01/2013 11:43 PM, Ryan Johnson wrote: On 08/01/2013 9:20 PM, Yaakov (Cygwin/X) wrote: On Tue, 08 Jan 2013 20:44:10 -0800, Ryan Johnson wrote: The error message is: $ initdb -D /usr/share/postgresql/data /usr/sbin/initdb.exe: error while loading shared libraries: ?: cannot open shared

postgres initdb: error while loading shared libraries: ?

2013-01-08 Thread Ryan Johnson
Hi all, I've had several students report difficulties installing postgresql under cygwin yesterday and today. They are starting with a brand new cygwin install, with the following packages beyond the defaults: ocygrunsrv: NT/W2K service initiator olibxml2: GNOME XML library o

Re: postgres initdb: error while loading shared libraries: ?

2013-01-08 Thread Ryan Johnson
On 08/01/2013 9:20 PM, Yaakov (Cygwin/X) wrote: On Tue, 08 Jan 2013 20:44:10 -0800, Ryan Johnson wrote: The error message is: $ initdb -D /usr/share/postgresql/data /usr/sbin/initdb.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory Any

Re: adding a folder to my path

2013-01-02 Thread Ryan Johnson
On 02/01/2013 10:18 AM, LMH wrote: I think this is a cygwin question, though it is certainly a general linux question as well. I would like to divide up and organize some of the apps and links in my path directories (such as /usr/local/bin) into sub directories. If I add a folder to

Re: bash problem after restarting computer (cygwin 1.7.17-1)

2013-01-02 Thread Ryan Johnson
On 02/01/2013 11:24 AM, Aaron Schneider wrote: On 02/01/2013 19:21, Christopher Faylor wrote: But most likely you need to run rebaseall. It was solved with just restarting the computer. The Windows motto: when in doubt, reboot FYI, it may be that you just hit a mintty session that had a

Re: Best practice for running pgsql under cygwin?

2012-12-22 Thread Ryan Johnson
On 22/12/2012 7:36 AM, Andrey Repin wrote: Greetings, Ryan Johnson! I'm trying to set up pgsql for classroom instruction, which means I need to allow students to connect to my machine, preferably with no OS-level privileges and minimal database privileges. If your class is about setting up

Best practice for running pgsql under cygwin?

2012-12-21 Thread Ryan Johnson
Hi all, I'm trying to set up pgsql for classroom instruction, which means I need to allow students to connect to my machine, preferably with no OS-level privileges and minimal database privileges. Setting up the database roles looks straightforward enough, but I'm having trouble figuring out

Re: X windows problems

2012-12-20 Thread Ryan Johnson
On 20/12/2012 10:46 AM, George Barrick wrote: Re: X windows problems 2012.12.20.17:45:35 UT Hi Art, I installed Cygwin earlier this year on the laptop computer of one of my students. I typically use a rather barebones configuration where I have XWin running in

Re: mintty deadlocks when pasting very long lines of text

2012-12-17 Thread Ryan Johnson
On 16/12/2012 6:57 PM, Buchbinder, Barry (NIH/NIAID) [E] wrote: Ryan Johnson wrote on Friday, December 14, 2012 2:51 PM $ cat foo.txt Thoughts? $ getclip foo.txt !! You learn something new every day... Thanks, Ryan -- Problem reports: http://cygwin.com/problems.html FAQ

mintty deadlocks when pasting very long lines of text

2012-12-14 Thread Ryan Johnson
Hi all, I just tried to paste a rather large snippet of text into mintty (320kB) that turns out to contain no newlines. The mintty window is completely locked now, and the Windows clipboard is unusable. The command was simple: $ cat foo.txt Inserting a few thousand line endings at regular

Re: Cygwin fork problem: abort: can't commit memory for stack

2012-12-03 Thread Ryan Johnson
On 03/12/2012 5:23 AM, Techie Help wrote: Hi, As suggested by Marco, I stripped the PATH to bare minimum and then it started building. But slowly slowly, one at a time, I started adding more paths to path variable and finally I have restored it back to old one but its now building without

Was: Re: cygwin dlls address issue (cygconv-2.dll), unable to rebaseall

2012-11-27 Thread Ryan Johnson
On 27/11/2012 4:43 AM, Massi wrote: 2012/11/27 marco atzeri marco.atz...@gmail.com: As you have a problem building gdal, you should start a new thread, not reusing the previous one. well OK, I believe this is related to the fork problem, not the particular task one is performing. fork()

Re: Package update request: python-2.7

2012-11-27 Thread Ryan Johnson
On 27/11/2012 8:13 AM, Earnie Boyd wrote: On Mon, Nov 26, 2012 at 8:55 PM, Ryan Johnson wrote: Out of curiosity, what typically holds back releasing a new version? Usually it is a round tuit. (http://en.wiktionary.org/wiki/round_tuit) Awesome. I needs me one of those. -- Problem reports

Re: cygwin dlls address issue (cygconv-2.dll), unable to rebaseall

2012-11-26 Thread Ryan Johnson
Hi Uri, On 26/11/2012 11:33 AM, Piren wrote: Hi I've been using Cygwin for a while and everything was working fine. i've updated Cygwin to the latest version s 1.7.17-1. and even since i'm unable to use it anymore. I'm getting this message shown on every start of cygwin and it never becomes

Package update request: python-2.7

2012-11-26 Thread Ryan Johnson
Hi all (attn python maintainer), Would it be possible to update to python 2.7? The current released package (2.6.8-2) lacks several features available in 2.7. Thanks, Ryan -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: cygwin dlls address issue (cygconv-2.dll), unable to rebaseall

2012-11-26 Thread Ryan Johnson
) and that will rule out any misconfiguration. If the fresh version is broken I have no idea what to do after that; if it works, just migrate your $HOME over and problem solved. Ryan On Mon, Nov 26, 2012 at 12:09 PM, Ryan Johnson ryan.john...@cs.utoronto.ca wrote: Hi Uri, On 26/11/2012 11:33 AM

Re: cygwin dlls address issue (cygconv-2.dll), unable to rebaseall

2012-11-26 Thread Ryan Johnson
On 26/11/2012 3:34 PM, Christopher Faylor wrote: On Mon, Nov 26, 2012 at 03:11:50PM -0500, Ryan Johnson wrote: On 26/11/2012 2:47 PM, Piren wrote: Thanks for the response Ryan I'm seeing the same issues no matter what runs on Windows, it does the same even in Safe Mode. Also, this issue only

Re: cygwin dlls address issue (cygconv-2.dll), unable to rebaseall

2012-11-26 Thread Ryan Johnson
Wow... double dose of TOFU On 26/11/2012 3:37 PM, Massi wrote: I have the very same problem, not at startup, but when compiling a few packages. Killing all the windows aplications and processes would help with some packages, but not all. Which makes cygwin completely useless. What does the

Re: Package update request: python-2.7

2012-11-26 Thread Ryan Johnson
On 26/11/2012 8:35 PM, Jason Tishler wrote: Ryan, On Mon, Nov 26, 2012 at 03:09:01PM -0500, Ryan Johnson wrote: Hi all (attn python maintainer), Would it be possible to update to python 2.7? The current released package (2.6.8-2) lacks several features available in 2.7. Are you psychic? I

Re: Info for the item does patch.exe work different than other unx patch tools? (i.e. hunk 1 out of 3 hunks failed)

2012-11-08 Thread Ryan Johnson
On 08/11/2012 5:30 AM, Thomas Höhenleitner wrote: Hello, using Cygwin patch.exe in a batch file I ran into the problem that patch failed for some reason (hunk 1 out of 3 hunks failed): Investigating this issue I found that inserting unix2dos my.patch before applying the patch was my friend!

Re: Emacs crashing on C-x C-g

2012-10-25 Thread Ryan Johnson
On 25/10/2012 10:40 AM, Ken Brown wrote: On 10/24/2012 5:26 PM, Ryan Johnson wrote: On 24/10/2012 5:01 PM, Ken Brown wrote: On 10/24/2012 9:09 AM, Ryan Johnson wrote: On 01/10/2012 4:08 PM, Ryan Johnson wrote: On 01/10/2012 3:07 PM, Ken Brown wrote: On 10/1/2012 2:51 PM, Ryan Johnson

Re: Emacs crashing on C-x C-g

2012-10-25 Thread Ryan Johnson
On 25/10/2012 11:01 AM, Eric Blake wrote: On 10/25/2012 08:55 AM, Ryan Johnson wrote: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12697 I imagine it will be fixed before the release of Emacs 24.3. Agree the initial part is emacs. But I suspect the confused bash business is not. ^G should

Re: Emacs crashing on C-x C-g

2012-10-25 Thread Ryan Johnson
On 25/10/2012 4:07 PM, Larry Hall (Cygwin) wrote: On 10/25/2012 1:06 PM, ping wrote: On 10/25/2012 12:54 PM, Eli Zaretskii wrote: Date: Thu, 25 Oct 2012 09:01:40 -0600 From: Eric Blake ebl...@redhat.com On 10/25/2012 08:55 AM, Ryan Johnson wrote: http://debbugs.gnu.org/cgi/bugreport.cgi?bug

Re: Emacs crashing on C-x C-g

2012-10-24 Thread Ryan Johnson
On 01/10/2012 4:08 PM, Ryan Johnson wrote: On 01/10/2012 3:07 PM, Ken Brown wrote: On 10/1/2012 2:51 PM, Ryan Johnson wrote: I'm hitting a strange behavior with emacs lately, where hitting C-x C-g [1] sometimes causes it to quit instantly: no request to save files, no seg fault, no error

Re: Emacs crashing on C-x C-g

2012-10-24 Thread Ryan Johnson
On 24/10/2012 5:01 PM, Ken Brown wrote: On 10/24/2012 9:09 AM, Ryan Johnson wrote: On 01/10/2012 4:08 PM, Ryan Johnson wrote: On 01/10/2012 3:07 PM, Ken Brown wrote: On 10/1/2012 2:51 PM, Ryan Johnson wrote: I'm hitting a strange behavior with emacs lately, where hitting C-x C-g [1

Re: RFE: make non-x11 emacs mouse-aware

2012-10-08 Thread Ryan Johnson
On 07/10/2012 11:37 AM, Ken Brown wrote: On 10/1/2012 5:54 PM, Ken Brown wrote: On 10/1/2012 4:29 PM, Ryan Johnson wrote: On 01/10/2012 3:20 PM, Ken Brown wrote: On 10/1/2012 2:49 PM, Ryan Johnson wrote: Hi all, esp. emacs maintainer(s), I'd like to request that the non-x11 emacs be made

Re: RFE: make non-x11 emacs mouse-aware

2012-10-08 Thread Ryan Johnson
On 08/10/2012 7:54 AM, Andy Koppe wrote: On 8 October 2012 11:59, Ryan Johnson ryan.john...@cs.utoronto.ca wrote: On 07/10/2012 11:37 AM, Ken Brown wrote: On 10/1/2012 5:54 PM, Ken Brown wrote: On 10/1/2012 4:29 PM, Ryan Johnson wrote: On 01/10/2012 3:20 PM, Ken Brown wrote: On 10/1/2012 2

Re: Connection lost pasting data into an ssh session via a cygwin window to NetApp‏

2012-10-05 Thread Ryan Johnson
On 05/10/2012 11:35 AM, Bill Shaffer wrote: I am having problems pasting data (normal cut-and-paste operations) via an ssh connection if the source in a cygwin terminal or xterm, and the _final_ destination is a NetApp controller. I say final destination because if I ssh to an intermediate

RFE: make non-x11 emacs mouse-aware

2012-10-01 Thread Ryan Johnson
Hi all, esp. emacs maintainer(s), I'd like to request that the non-x11 emacs be made mouse aware. Right now, terminal mouse mode is broken in normal emacs because the emacs core doesn't recognize the resulting mouse events. You can use emacs-x11 in terminal mode as a heavyweight workaround,

Emacs crashing on C-x C-g

2012-10-01 Thread Ryan Johnson
Hi all, I'm hitting a strange behavior with emacs lately, where hitting C-x C-g [1] sometimes causes it to quit instantly: no request to save files, no seg fault, no error message, just gone (have to reset the terminal to clear out emacs' ncurses settings). It invariably happens after I've

Re: Emacs crashing on C-x C-g

2012-10-01 Thread Ryan Johnson
On 01/10/2012 3:07 PM, Ken Brown wrote: On 10/1/2012 2:51 PM, Ryan Johnson wrote: I'm hitting a strange behavior with emacs lately, where hitting C-x C-g [1] sometimes causes it to quit instantly: no request to save files, no seg fault, no error message, just gone (have to reset the terminal

Re: RFE: make non-x11 emacs mouse-aware

2012-10-01 Thread Ryan Johnson
On 01/10/2012 3:20 PM, Ken Brown wrote: On 10/1/2012 2:49 PM, Ryan Johnson wrote: Hi all, esp. emacs maintainer(s), I'd like to request that the non-x11 emacs be made mouse aware. Right now, terminal mouse mode is broken in normal emacs because the emacs core doesn't recognize the resulting

Re: RFE: make non-x11 emacs mouse-aware

2012-10-01 Thread Ryan Johnson
On 01/10/2012 5:54 PM, Ken Brown wrote: OK, I've built emacs-nox with mouse support, and it works, as far as I can tell. I'll upload it as a test release after I've tested it a little more. Great, thanks! Ryan -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: include SHA1/MD5 hash/digest of setup.exe, and use HTTPS

2012-09-26 Thread Ryan Johnson
tl;dr: publishing a checksum for setup.exe is a good idea, https makes little or no sense in this setting, and cryptographic signatures for packages would be nice to have but would burden volunteers while providing incomplete protection. (response follows) On 26/09/2012 2:22 AM, Bry8 Star

Re: Unwanted texlive invasion

2012-09-26 Thread Ryan Johnson
On 26/09/2012 2:17 PM, Christopher Faylor wrote: On Wed, Sep 26, 2012 at 02:13:20PM -0400, Earnie Boyd wrote: On Wed, Sep 26, 2012 at 1:58 PM, Christopher Faylor wrote: On Wed, Sep 26, 2012 at 09:03:46AM -0700, Wynfield Henman wrote: In my humble opinion cygwin should be open to improvement

Re: Unwanted texlive invasion

2012-09-26 Thread Ryan Johnson
On 26/09/2012 2:32 PM, Earnie Boyd wrote: On Wed, Sep 26, 2012 at 2:29 PM, Ryan Johnson wrote: On 26/09/2012 2:17 PM, Christopher Faylor wrote: On Wed, Sep 26, 2012 at 02:13:20PM -0400, Earnie Boyd wrote: On Wed, Sep 26, 2012 at 1:58 PM, Christopher Faylor wrote: On Wed, Sep 26, 2012 at 09

Re: mintty: Ctrl-Q does not work?

2012-09-25 Thread Ryan Johnson
On 25/09/2012 6:05 AM, Helmut Karlowski wrote: I type cat [some long ascii-file] then Ctrl-S (output stops), then Ctrl-Q (terminal hangs, can only be terminated by closing the window). Using minty 1.1.2 and 1.7.16(0.262/5/3) 2012-07-20 22:55 i686 Cygwin Can anybody reproduce this?

Unwanted texlive invasion

2012-09-25 Thread Ryan Johnson
Hi all, I'm trying to upgrade a set of existing cygwin packages, and texlive suddenly wants to install itself, apparently due to a new dependency from gnuplot. Is this really necessary? Ryan -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Unwanted texlive invasion

2012-09-25 Thread Ryan Johnson
On 25/09/2012 5:20 PM, Ken Brown wrote: [Please don't top-post.] On 9/25/2012 2:10 PM, Wynfield Henman wrote: On Tue, Sep 25, 2012 at 10:07 AM, Ken Brown wrote: On 9/25/2012 11:41 AM, Ryan Johnson wrote: Hi all, I'm trying to upgrade a set of existing cygwin packages, and texlive suddenly

Re: Problem during C source code compilation

2012-09-06 Thread Ryan Johnson
On 06/09/2012 8:51 AM, Cliff Hones wrote: On 06/09/2012 13:40, Fausto Arinos Barbuto wrote: Christopher Faylor writes: On Wed, Sep 05, 2012 at 07:49:57PM +, Fausto Arinos Barbuto wrote: Hello, I'm trying to compile a simple C source code but I'm getting the following error(s): $ gcc -o

Re: Problem during C source code compilation

2012-09-06 Thread Ryan Johnson
On 06/09/2012 9:55 AM, Fausto Arinos Barbuto wrote: Well, the following lines were displayed on the console whilst cygcheck was running. I assume that they weren't written to the output file. $ cygcheck -s -v -r cygcheck.out /usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch':

Re: limitations of TLS using GCC's __thread keyword and Cygwin

2012-09-05 Thread Ryan Johnson
On 05/09/2012 4:05 AM, Václav Zeman wrote: On 4 September 2012 23:51, Christopher Faylor wrote: On Tue, Sep 04, 2012 at 10:50:09PM +0200, V??clav Zeman wrote: On 09/04/2012 04:39 PM, Ryan Johnson wrote: On 04/09/2012 8:58 AM, V??clav Zeman wrote: Hi. I am am porting a library that can use

Re: limitations of TLS using GCC's __thread keyword and Cygwin

2012-09-04 Thread Ryan Johnson
On 04/09/2012 8:58 AM, Václav Zeman wrote: Hi. I am am porting a library that can use the __thread keyword in its internals to provide thread local storage. Now, with MSVC there is a limitation on pre-Vista Windows (see [1]) that DLLs using __declspec(thread) (MSVC equivalent of GCC's __thread)

Re: Strange mouse behavior in mintty

2012-08-29 Thread Ryan Johnson
On 29/08/2012 3:15 PM, Andy Koppe wrote: On 14 August 2012 04:43, Ryan Johnson wrote: On 13/08/2012 10:04 PM, Herbert Stocker wrote: Hi Ryan, On 13.08.2012 15:33, Ryan Johnson wrote: Hi all, I'm hitting a mouse-related (?) problem with mintty in non-mouse mode. STC A: Log into a remote

Re: gzip 1.4-1 creates corrupt archive

2012-08-27 Thread Ryan Johnson
On 27/08/2012 7:29 AM, Earnie Boyd wrote: On Sun, Aug 26, 2012 at 12:38 AM, K Stahl wrote: Missed that section, was reading from my phone. Anyway, how about instead of chastising someone for trying to help, you come up with an alternative solution? Stating that you missed something in a post

Re: gzip 1.4-1 creates corrupt archive

2012-08-25 Thread Ryan Johnson
On 25/08/2012 11:45 AM, K Stahl wrote: cat $LOG | gzip $LOG.old.gz $LOG Don't have access to my machine at the moment, but try adding the '-c' options to gzip (e.g. gzip -c ...) He said he tried that and it didn't work... Ryan -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Where is the 'telnet' command?

2012-08-20 Thread Ryan Johnson
On 20/08/2012 12:10 AM, Mark Geisert wrote: narke writes: I cannot find the 'telnet' command in my newly installed cygwin. I remembered there was one in previous version. With the 'setup' program, I also cannot got a result when search in the package search box. Could someone please tell me

Strange mouse behavior in mintty

2012-08-13 Thread Ryan Johnson
Hi all, I'm hitting a mouse-related (?) problem with mintty in non-mouse mode. STC A: Log into a remote machine, invoke `sleep 10', and -- during the wait --- click anywhere on the line containing the cursor. STC B: Open tinyirc and click anywhere on the text entry line at the bottom Both

Re: Strange mouse behavior in mintty

2012-08-13 Thread Ryan Johnson
On 13/08/2012 10:04 PM, Herbert Stocker wrote: Hi Ryan, On 13.08.2012 15:33, Ryan Johnson wrote: Hi all, I'm hitting a mouse-related (?) problem with mintty in non-mouse mode. STC A: Log into a remote machine, invoke `sleep 10', and -- during the wait --- click anywhere on the line

Re: How to keep a dependency from [continually] appearing in setup

2012-08-02 Thread Ryan Johnson
On 02/08/2012 5:14 AM, Adam Dinwoodie wrote: Inconsistency harms least astonishment, and harming least astonishment makes me very sad. While I agree with you completely, http://cygwin.com/acronyms/#MSFTEU. Maybe they can make an exception just this once ... -- Problem reports:

Re: How to keep a dependency from [continually] appearing in setup

2012-08-02 Thread Ryan Johnson
On 02/08/2012 9:18 AM, Ken Brown wrote: On 8/2/2012 5:14 AM, Adam Dinwoodie wrote: Ken Brown wrote: On 8/1/2012 10:18 AM, Ryan Johnson wrote: It can be argued that emacs-auctex should not pull in texlive. Most users installing emacs-auctex will already have some flavor of tex in place

Re: How to keep a dependency from [continually] appearing in setup

2012-08-01 Thread Ryan Johnson
On 31/07/2012 6:07 PM, Ken Brown wrote: On 7/30/2012 1:33 AM, Wynfield Henman wrote: I use the in-the-wild, 'texlive 2012' distribution, which I like to tinker with and customize. Due to a, what I believe is a dependency by auctex on texlive for some reason, I keep getting a list of about 10

Re: How to keep a dependency from [continually] appearing in setup

2012-08-01 Thread Ryan Johnson
On 01/08/2012 9:13 AM, Ken Brown wrote: On 8/1/2012 8:04 AM, Ryan Johnson wrote: On 31/07/2012 6:07 PM, Ken Brown wrote: On 7/30/2012 1:33 AM, Wynfield Henman wrote: I use the in-the-wild, 'texlive 2012' distribution, which I like to tinker with and customize. Due to a, what I believe

Re: sshd crashing

2012-07-30 Thread Ryan Johnson
On 27/07/2012 10:18 PM, Christopher Faylor wrote: On Sat, Jul 28, 2012 at 01:04:47AM +0200, Pawel Jasinski wrote: as I said I did rebaseall :-( In a mean time I also tried with CYGWIN=pipe_byte, no change At the moment of crash there is nothing new in the /var/log/sshd.log Oh boy.

mintty and modifier keys

2012-07-19 Thread Ryan Johnson
Hi all (mostly Andy), I notice that mintty 1.1 handles certain key combinations differently than xterm: ctrl+enter produces 0x1e (RS) vs. CR in xterm alt+enter produces ESC CR vs. nothing at all in xterm ctrl+shift+letter emits the unicode C2 control codepoints (0xc281 through 0xc29a);

Re: mintty and modifier keys

2012-07-19 Thread Ryan Johnson
On 19/07/2012 3:06 PM, Andy Koppe wrote: On 19 July 2012 16:37, Ryan Johnson wrote: Hi all (mostly Andy), I notice that mintty 1.1 handles certain key combinations differently than xterm: ctrl+enter produces 0x1e (RS) vs. CR in xterm alt+enter produces ESC CR vs. nothing at all in xterm ctrl

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-13 Thread Ryan Johnson
On 13/07/2012 4:25 AM, Al Slater wrote: On 12/07/2012 16:59, Claude SIMON wrote: Ryan Johnson wrote: [...] Sorry, I should have actually looked at the repo before assuming the test case was a monstrosity. By way of penance, I've now looked, downloaded, tweaked, and tested

Re: Open URLs with # using cygstart.exe

2012-07-13 Thread Ryan Johnson
On 13/07/2012 9:02 AM, Alexander Konovalov wrote: Thanks for replies. I am running 64-bit Windows 7, Cygwin 1.7.11 (2012-02-24). The default browser is Chrome, but I've tried with Firefox and InternetExplorer - same result whenever I'm using single quotes or not with each of the three

Re: Open URLs with # using cygstart.exe

2012-07-13 Thread Ryan Johnson
On 13/07/2012 9:19 AM, Ryan Johnson wrote: Cygstart does not actually parse general URIs. For a long time it had a special case that tested explicitly for `http:', and recently added `mailto:' after a similar issue arose [1]. Ironically, most URIs seem to work precisely because cygstart

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-12 Thread Ryan Johnson
On 12/07/2012 8:12 AM, Claude SIMON wrote: Ryan Johnson wrote: On 10/07/2012 12:46 PM, Claude SIMON wrote: Ryan Johnson wrote: On 05/07/2012 9:36 AM, Claude SIMON wrote: Ryan Johnson wrote: On 04/07/2012 5:45 AM, Claude SIMON wrote: When I compile the component with Visual C++, it works

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-11 Thread Ryan Johnson
On 10/07/2012 12:46 PM, Claude SIMON wrote: Ryan Johnson wrote: On 05/07/2012 9:36 AM, Claude SIMON wrote: Ryan Johnson wrote: On 04/07/2012 5:45 AM, Claude SIMON wrote: When I compile the component with Visual C++, it works. When I compile the component with g++... it crashes. With 'gdb

Re: 1.7.14: Compiling GCC fails (Permission denied on mv)

2012-07-11 Thread Ryan Johnson
On 11/07/2012 8:39 AM, Thorolf Schulte wrote: Hi, this is my first mail on the mailing list, so please excuse any mistakes. I am trying to compile GCC 4.6.1 on my Cygwin 1.7.14 following this: http://cygwin.wikia.com/wiki/How_to_install_a_newer_version_of_GCC I downloaded and installed every

Re: 1.7.14: Compiling GCC fails (Permission denied on mv)

2012-07-11 Thread Ryan Johnson
On 11/07/2012 4:28 PM, Thorolf Schulte wrote: okay, if Cygwin isn't able to perform 64-bit operations, then I can keep my old GCC, but just for curiosity I will try to compile it without multilib. I thought that it is 64-bit capable if one only compiles GCC on its own. Thank you for this

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-05 Thread Ryan Johnson
On 05/07/2012 9:36 AM, Claude SIMON wrote: Ryan Johnson wrote: On 04/07/2012 5:45 AM, Claude SIMON wrote: When I compile the component with Visual C++, it works. When I compile the component with g++... it crashes. With 'gdb', I found that the problem happens when calling the 'malloc

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-04 Thread Ryan Johnson
On 04/07/2012 5:45 AM, Claude SIMON wrote: When I compile the component with Visual C++, it works. When I compile the component with g++... it crashes. With 'gdb', I found that the problem happens when calling the 'malloc' function (as soon as the function is called, NOT when the returned

Re: vim/cygwin: python support

2012-06-29 Thread Ryan Johnson
On 06/29/2012 10:22 AM, ping wrote: cygwin full install went smooth. but looks I don't have python support here. http://cygwin.com/problems.html You might also try installing the python package... Ryan -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Cygwin unstable as hell on Windows7 64bit‏

2012-06-21 Thread Ryan Johnson
On 21/06/2012 11:34 AM, Gerard H. Pille wrote: I checked the BLODA, but with only the following programs left running, Cygwin is still getting killed: $ ps -efW snip A task list isn't terribly useful: - It doesn't include system tasks (winlogon.exe and a pile of svchost.exe being

Re: Backspace

2012-06-21 Thread Ryan Johnson
On 21/06/2012 11:58 AM, Andrew DeFaria wrote: On 06/21/2012 02:07 AM, Corinna Vinschen wrote: I'm not quite sure what you're trying to accomplish by enforcing ^H. The Cygwin console as well as mintty, the Linux console or any X terminal emulation I'm aware of default to ^? to be generated by

Re: Cygwin unstable as hell on Windows7 64bit‏

2012-06-21 Thread Ryan Johnson
On 21/06/2012 1:49 PM, James Johnston wrote: -Original Message- Sent: Thursday, June 21, 2012 15:55 Subject: Re: Cygwin unstable as hell on Windows7 64bit‏ On 21/06/2012 11:34 AM, Gerard H. Pille wrote: I checked the BLODA, but with only the following programs left running, Cygwin is

Re: Cygwin unstable as hell on Windows7 64bit‏

2012-06-19 Thread Ryan Johnson
On 19/06/2012 6:55 AM, Fedin Pavel wrote: On 19.06.2012 14:50, Gerard H. Pille wrote: Since my system was replaced by one running Windows 7 on an Intel Core I5, I may call myself lucky if I can work for an hour. Works fine here. May be your hardware is flaky ? RAM for example... Cygwin loads

Map uid/gid of SMB share to local account?

2012-06-15 Thread Ryan Johnson
Hi all, When using cygwin to access a samba share residing on a linux host, I get things like the following: -rw-r--r-- 1 13K Sep 7 2010 foo drwxr-xr-x 1 0 Apr 26 2009 bar/ Logging into the box directly shows this instead: -rw-r--r-- 1 ryanjohn

Re: Map uid/gid of SMB share to local account?

2012-06-15 Thread Ryan Johnson
On 15/06/2012 4:02 PM, René Berber wrote: On 6/15/2012 2:41 PM, Ryan Johnson wrote: When using cygwin to access a samba share residing on a linux host, I get things like the following: -rw-r--r-- 1 13K Sep 7 2010 foo drwxr-xr-x 1 0 Apr 26 2009 bar

Re: Map uid/gid of SMB share to local account?

2012-06-15 Thread Ryan Johnson
On 15/06/2012 5:23 PM, Matt Seitz (matseitz) wrote: On Behalf Of Ryan Johnson `mkpasswd` and `mkpasswd -l -U0-2' produce the same output (neither includes the SMB user); the drive is mapped in Windows as z: and I can also access it directly from the cygwin prompt. What is the output

Re: Performance problems with emacs-X11 in current cygwin

2012-06-14 Thread Ryan Johnson
On 13/06/2012 5:40 PM, Christopher Faylor wrote: On Wed, Jun 13, 2012 at 05:07:17PM -0400, Ken Brown wrote: On 6/13/2012 2:40 PM, Ken Brown wrote: On 6/10/2012 8:45 PM, Ken Brown wrote: The bisection shows that the first problematic commit is this one:

<    1   2   3   4   5   >