Re: Emacs flyspell mode can't get process lock

2014-07-25 Thread Jim Reisert AD1C
(setq text-mode-hook '(lambda () (auto-fill-mode 1) (flyspell-mode 1))) (setq csv-mode-hook '(lambda () (auto-fill-mode 0) (flyspell-mode 0))) -- Jim Reisert AD1C, , http://www.ad1c.us

Emacs flyspell mode can't get process lock

2014-07-24 Thread Jim Reisert AD1C
ror 0 580 [sig] emacs 1160 proc_subproc: couldn't get proc lock. what 5, val 1 Is there some suggested way to debug this? I tried the 07/24 snapshot of cygwin1.dll at Ken Brown's suggestion but to no avail. My cygcheck.out file is attached. I've -- Jim Reisert AD1C, , http://www.ad

Re: POXIX regexp and i686-pc-mingw32-g++

2014-05-01 Thread Jim Reisert AD1C
On Thu, May 1, 2014 at 7:38 AM, Jim Reisert AD1C wrote: > #include > #include > #include > #include > #include > > #include > > > results in: > > # i686-pc-mingw32-g++ -g -Wall -I../../library -c -o csv2adif.o csv2adif.cpp > > csv2adif.cpp:12

Re: POXIX regexp and i686-pc-mingw32-g++

2014-05-01 Thread Jim Reisert AD1C
/regex.h /usr/lib/gcc/i686-pc-mingw32/4.7.3/include/c++/bits/regex.h What am I doing wrong? -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

POXIX regexp and i686-pc-mingw32-g++

2014-04-30 Thread Jim Reisert AD1C
27;s a 64-bit Cygwin package, but no 32-bit package. Thanks - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

GIT (was: Coverity Scan)

2014-04-25 Thread Jim Garrison
> -Original Message- > Corinna Vinschen > Sent: Friday, April 25, 2014 6:33 AM > > >> There have been a few hints on this list about a possible move > > >> from CVS to git. If such a move were on the cards then that should > > >> probably happen first - I wouldn't want the nugatory effor

Install packages (-P option) listed in a file?

2014-03-07 Thread Jim Garrison
My Google-fu seems to be weak this morning. Does the -P option to the installer support reading packages to be installed from a file instead of directly from the command line argument? If so, what's the syntax (I tried -P@filename). Remember this has to run in a Windows cmd shell, so solution

postgresql missing pg_restore executable?

2014-03-05 Thread Jim Garrison
I may be missing something obvious, but I can find pg_restore anywhere. jim.garrison@E6330-74C7XW1 /c/dev/git $ cygcheck -c|grep post postgresql 9.3.2-2OK postgresql-client 9.3.2-2OK postgresql-contrib

Re: Cygwin64 ignoring /etc/passwd shell field?

2014-02-26 Thread Jim Burwell
On 2/26/2014 16:29, Christopher Faylor wrote: > On Wed, Feb 26, 2014 at 07:26:59PM -0500, Christopher Faylor wrote: >> The common case would be for a shell to show up in /etc/shells. Under >> Fedora adds the shell to /etc/shells when the shell package is >> installed. I don't see any reason for u

Re: Cygwin64 ignoring /etc/passwd shell field?

2014-02-26 Thread Jim Burwell
On 2/26/2014 15:53, Jim Burwell wrote: > On 2/26/2014 02:07, Corinna Vinschen wrote: >> On Feb 25 18:37, Larry Hall (Cygwin) wrote: >>> On 2/25/2014 6:24 PM, Jim Burwell wrote: >>>> On 2/25/2014 13:55, Corinna Vinschen wrote: >>>>> On Feb 25 13:52, Jim

Re: Cygwin64 ignoring /etc/passwd shell field?

2014-02-26 Thread Jim Burwell
On 2/26/2014 02:07, Corinna Vinschen wrote: > On Feb 25 18:37, Larry Hall (Cygwin) wrote: >> On 2/25/2014 6:24 PM, Jim Burwell wrote: >>> On 2/25/2014 13:55, Corinna Vinschen wrote: >>>> On Feb 25 13:52, Jim Burwell wrote: >>>>> Hi, >>>>>

RE: Problems with new setup

2014-02-26 Thread Jim Garrison
> -Original Message- > Sent: Wednesday, February 26, 2014 11:50 AM > Subject: Re: Problems with new setup > > On 2014-02-26 17:08, Buchbinder, Barry (NIH/NIAID) [E] wrote: > > > > It is also a lot bigger than the previous version. > > > > 730624 2013-11-07 13:45:22 setup-x86.old.exe > >

Re: Cygwin64 ignoring /etc/passwd shell field?

2014-02-25 Thread Jim Burwell
On 2/25/2014 13:55, Corinna Vinschen wrote: > On Feb 25 13:52, Jim Burwell wrote: >> Hi, >> >> I've noticed after installing an update the Cygwin64 appears to ignore >> the contents of the shell field in /etc/passwd. I normally run >> /bin/tcsh as my shell,

Cygwin64 ignoring /etc/passwd shell field?

2014-02-25 Thread Jim Burwell
anged? - Jim -- 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: qsort_r and libc.a version?

2014-02-06 Thread Jim Garrison
> -Original Message- > Behalf Of Larry Hall (Cygwin) > Sent: Thursday, February 06, 2014 11:39 AM > Subject: Re: qsort_r and libc.a version? > > On 2/6/2014 2:04 PM, Jim Garrison wrote: > > I tried to build libgit2 so I could try to build gitg but encountere

qsort_r and libc.a version?

2014-02-06 Thread Jim Garrison
I tried to build libgit2 so I could try to build gitg but encountered undefined reference to `qsort_r' GitHub has a closed issue for this https://github.com/libgit2/libgit2/issues/1606 saying that qsort_r was added to glibc in version 2.8, released in 2008. Since libc in Cygwin is part of

Re: How big are your /etc/passwd and /etc/group files?

2014-01-31 Thread Jim Kresse
> Is anybody here who's using /etc/passwd and/or group files > of more than 16K in size? > > If so, please reply to this thread with the size of your files. /etc/passwd: 2.6 MB /etc/group: 460 kB -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.

RE: setup-x86 wants to install libusb0?

2014-01-16 Thread Jim Garrison
> > > I figured out the dependency issue ... I was looking at an old > > setup.ini. It appears the latest libusb-win32 (1.2.6.0) DOES > > depend on libusb0, so that's legit. > > > > However, I still can't figure out why setup is not aware of the > > existence of libusb-win32. Any pointers on ho

RE: setup-x86 wants to install libusb0?

2014-01-16 Thread Jim Garrison
> -Original Message- > I download and run setup-x86 periodically to keep things up to date (I always > download the latest version of setup-x86.exe) > > This time it says it wants to install libusb0 1.2.6.0-1 as a dependency of > libusb- > win32. However, according to setup, libusb-win32

Re: Phantom characters appearing in cygwin terminal sessions

2014-01-07 Thread Jim Kresse
Is there some additional information I can supply to help get an answer about this? Thanks! On Fri, Jan 3, 2014 at 5:25 PM, Jim Kresse wrote: > I am seeing phantom characters (characters I hadn't typed) appear in > cygwin terminal sessions (and in programs started from a cygwin

Where can I look for an answer to a problem with Cygwin's Perl‏?

2013-12-09 Thread Jim Cant
ook for an answer? Googling around the web, stackoverflow uncovered nothing. Is there possibly some Cygwin configuration or installation options that might affect this issue? Thanks in advance Cheers, Jim Cant Original Posting If a program started by Cygwin's Perl using backti

RE: cygcheck -svc segfaults on Windows 8.1 with cygwin64

2013-11-19 Thread Jim Garrison
> On Nov 19 14:20, Larry Hall (Cygwin) wrote: > > On 11/19/2013 2:03 PM, Corinna Vinschen wrote: > > >Looks like it, yes. What on earth were they thinking? > > > > Who says they were thinking? ;-) > > Point. > > I found what happened: > http://msdn.microsoft.com/en- > us/library/windows/desktop/

Can't trigger system debugger when program launched (via backticks) by Cygwin's Perl crashes

2013-11-14 Thread Jim Cant
If a program started by Cygwin's Perl using backticks fails do to a divide-by-zero, the Windos system debugger is not called; it is called if another Perl (ActiveState) is used. I have Perl  scripts that launch arbitrary processes using backticks. Occasionally, a crash will occur (zero divide,

Re: Did October "Patch Tuesday" break something?

2013-10-12 Thread Jim Reisert AD1C
uggestions. -- Jim Reisert AD1C, , http://www.ad1c.us -- 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: bug report: 64-bit cygwin setup crashes under Wine

2013-09-04 Thread Jim Garrison
Am I missing something, or is there a reason one would want to run a Linux emulator under a Windows emulator on Linux?

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

2013-08-13 Thread Jim Burwell
> On 8/12/2013 7:41 PM, Corinna Vinschen wrote: > > > > I added UTF-16 surrogate handling to the -i option and uploaded a > > grep-2.14-2 package to the 64 bit release. Please give it a tests. > > If it works for you, I'll send the patch upstream. > > > > Hi, > > I can confirm it fixes the crash f

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

2013-08-11 Thread Jim Burwell
of stack trace - Jim -- 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: No crypt.h for cygwin64?

2013-07-24 Thread Jim Reisert AD1C
Yaakov wrote: > None of the above; libcrypt-devel is the package you need, and it is in the > x86_64 distro. Indeed it is. I don't know why I could not find this the first time. Thanks! -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/proble

Re: No crypt.h for cygwin64?

2013-07-23 Thread Jim Reisert AD1C
ckages most closely matchese libcrypt-devel? -- Jim Reisert AD1C, , http://www.ad1c.us -- 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

No crypt.h for cygwin64?

2013-07-23 Thread Jim Reisert AD1C
installation. That seemed to work OK. - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- 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: Possible SETUP.EXE bug - failed download reports wrong percent completion

2013-07-09 Thread Jim Reisert AD1C
On Tue, Jul 9, 2013 at 3:59 PM, Jim Reisert AD1C wrote: > On Tue, Jul 9, 2013 at 3:46 PM, Jim Reisert AD1C > wrote: > >> I had my recent download fail part-way through a few times. Each time >> it went back to the "select FTP/HTTP" download host screen. >&

Re: Possible SETUP.EXE bug - failed download reports wrong percent completion

2013-07-09 Thread Jim Reisert AD1C
On Tue, Jul 9, 2013 at 3:46 PM, Jim Reisert AD1C wrote: > I had my recent download fail part-way through a few times. Each time > it went back to the "select FTP/HTTP" download host screen. > > I just noticed that the window heading now says, "221% - Cygwin Setu

Possible SETUP.EXE bug - failed download reports wrong percent completion

2013-07-09 Thread Jim Reisert AD1C
288.1 kB/s seems to have correct %. I'm guessing that's the # that should be in the window header. - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cy

I want to report a problem with vim, rxvt, and/or cygwin

2013-05-15 Thread Jim Goodsell
including the cygcheck output below. cheers, Jim Goodsell Cygwin Configuration Diagnostics Current System Time: Wed May 15 23:00:27 2013 Windows XP Professional Ver 5.1 Build 2600 Service Pack 3 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\usr\local\bin C:\

RE: postgresql-devel package missing pg_config?

2013-04-30 Thread Jim Garrison
> -Original Message- > Behalf Of Achim Gratz > Sent: Tuesday, April 30, 2013 12:59 PM > Subject: Re: postgresql-devel package missing pg_config? > > Jim Garrison writes: > > Any suggestions on how find pg_config so I can install DBD::Pg? > > Entering pg_con

postgresql-devel package missing pg_config?

2013-04-30 Thread Jim Garrison
I'm trying to build DBD::Pg on Cygwin (on Win7x64) and am having trouble because DBD::Pg wants to know where the pg_config executable resides. On Linux, pg_config is in postgresql-devel, but I have that Cygwin package installed and it is not present. $ cygcheck -c |grep postgres postgresql

Re: Clean Cygwin install, can't get pdftotext to run

2013-03-07 Thread Jim Reisert AD1C
pparently at least the second person to have this same problem. Installing cyrus-sasl fixed it for me also. - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http:

Re: Where do the DBUS* programs put their crash logs?

2013-02-28 Thread Jim Reisert AD1C
It's dumper.exe that's being called. There was no useful information in the console window, other than the complaint that nodosfilewarning should have fixed. Thanks, Ken for deferring DBUS until EMACS emacs-24.4 - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports:

Where do the DBUS* programs put their crash logs?

2013-02-27 Thread Jim Reisert AD1C
here, but I don't see anything in /var/log How should I go about trying to debug this? Thanks - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.ht

Re: Updated: emacs*-24.2.90-1 (TEST)

2012-12-03 Thread Jim Reisert AD1C
ch --autolaunch=3f052ecf1e24145e3fdb40554f55370e --binary-syntax --close-stderr': When I start my X server, I see one dbus-daemon.exe process running. As soon as I start "emacs" the first time, there is a second dbus-daemon.exe as well as a dbus-launch.exe. Something is not quite right here... -- Jim Reis

Terminal font-size changes

2012-10-05 Thread Jim Schueler
t; request. This problem is annoying enough that I have effectively discontinued using Cygwin. Can anyone help me disable this "feature"? Thanks! -Jim -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://

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

2012-09-27 Thread Garrison, Jim (ETW)
> -Original Message- > From: Christopher Faylor > Subject: Re: include SHA1/MD5 hash/digest of setup.exe, and HTTPS > > There is another aphorism that trumps all of this: "Someone has to do > it". I seem to not be making it clear that it is very unlikely that a > cygwin site maintainer (m

RE: cygwin 1.7.15: svn disk I/O error

2012-06-14 Thread Garrison, Jim (ETW)
> -Original Message- > Subject: RE: cygwin 1.7.15: svn disk I/O error > > > -Original Message- > > Subject: Re: cygwin 1.7.15: svn disk I/O error > > > > On Thu, Jun 14, 2012 at 03:48:05PM -0400, Rolf Campbell wrote: > > >Recently, I've noticed cygwin svn getting a LOT of errors du

RE: cygwin 1.7.15: svn disk I/O error

2012-06-14 Thread Garrison, Jim (ETW)
> -Original Message- > Subject: Re: cygwin 1.7.15: svn disk I/O error > > On Thu, Jun 14, 2012 at 03:48:05PM -0400, Rolf Campbell wrote: > >Recently, I've noticed cygwin svn getting a LOT of errors during > >operations. I think this started when upgrading from 1.7.14 to 1.7.15, > >but I c

Can't find program in my path

2012-03-15 Thread Jim Reisert AD1C
h and they were found. I even did a "chmod og+rwx perlapp.exe" and nothing changed. Running latest of everything: CYGWIN_NT-6.1-WOW64 JJR 1.7.11(0.260/5/3) 2012-02-24 14:05 i686 Cygwin -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.htm

Re: perl.exe : cygheap base mismatch detected

2012-03-07 Thread Jim Reisert AD1C
Sorry, I should have checked the list archives first. /usr/bin/perlrebase seems to have fixed the problem. -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com

Re: Spawning Java from C

2012-02-24 Thread Jim Rome
re. I also used Windows paths with / in them. This was really frustrating. Cygwin should have better documentation about issues like this. Thanks for the help, Jim -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: Spawning Java from C

2012-02-24 Thread Jim Rome
> Could you post the command line(s) you used? Maybe > we can spot something EM > Usage: tkfPush port tkf_file_name_path launch_java(t/f) C:\Users\jar>tkfpush 4879 Bar.tkf t Client: WSAStartup() is OK. jar location="C:\Users\jar\Tekdraw2\tekPlot\dist\tekPlot.jar" Client: WSAStartup(

Re: Spawning Java from C

2012-02-24 Thread Jim Rome
t cannot find the jar file. Is there anyway of putting in some debugging statements in the spawn process? Thanks, Jim -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscrib

Re: Spawning Java from C

2012-02-24 Thread Jim Rome
Larry Hall (Cygwin cygwin.com> writes: > > To the OP, run the same from an elevated prompt and these > errors should disappear. > I tried it also with windows style paths, both using \\ and / as separators with the same results. What does "to the OP" mean? And are you implying it has to be r

Re: GNU Emacs 23.3.1 problem with 20111213 snapshot

2011-12-15 Thread Jim Reisert AD1C
(mintty)? I did not try within mintty, though I guess I could, I'd have to go back to the 1213 snapshot. -- Jim Reisert AD1C, , http://www.ad1c.us -- 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

GNU Emacs 23.3.1 problem with 20111213 snapshot

2011-12-14 Thread Jim Reisert AD1C
no longer found, after a couple more tries (more control-R), the Emacs window will close and disappear.  There is no core dump. Fortunately, the times when this happened, I had already saved the buffer. This is fairly repeatable. -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports:

Re: [ANNOUNCEMENT] CALL FOR TESTING: Cygwin 1.7.10

2011-12-13 Thread Jim Reisert AD1C
On Sat, Dec 10, 2011 at 11:34 PM, Christopher Faylor wrote: > The hanging problem should be fixed in recent snapshots. I can confirm this in the 12/12 and 12/13 snapshots - thanks! Cygwin-X is working fine again without any hangs. -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem repo

Re: CALL FOR TESTING: Cygwin 1.7.10

2011-12-08 Thread Jim Reisert AD1C
in1 version, how can we go about debugging the problem? -- Jim Reisert AD1C, , http://www.ad1c.us -- 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

1.7.9-1 dll::init() still causing STATUS_ACCESS_VIOLATION errors

2011-11-30 Thread Jim Schneider
I updated today to 1.7.9-1 from an earlier install. Now, bash produces a series of dozens of exception lines like the following: 214713567 [main] bash 5368 exception::handle: Exception: STATUS_ACCESS_VIOLATION 214714267 [main] bash 5368 open_stackdumpfile: Dumping stack trace to bash.exe.stack

RE: Rolling back to 1.6.x Subversion

2011-11-16 Thread Jim Garrison
> -Original Message- > On Behalf Of Jeremy Bopp > Sent: Wednesday, November 16, 2011 9:18 AM > Subject: Re: Rolling back to 1.6.x Subversion > > That whole process is going to be unsupported here though, so is there > some reason you must remain on such an old release of subversion? Um...

shared Libary problems

2011-11-15 Thread Jim Harsh
I get: make: *** [/cygdrive/c/BIE_work/ver747Dev/BIEsharedLib.so] Error 1 The rest of the compile/link looks OK, at least all the routines appear to be found in the libraries listed. Any suggestions? Thanks, Jim -- 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

Install all packages from local repository?

2011-10-31 Thread Jim Garrison
I need to create a "standard" Cygwin setup for a group of developers, containing the defaults plus a customized selection of additional non- default packages to be installed (ssh, vim, etc, about 70 total). I have set up a local repository, on a network share, containing all the packages that need

OpenSSH *** fatal error - unable to load C:\WINDOWS\system32\user32.dll, Win32 error 1114

2011-10-24 Thread Jim Garrison
I'm consistently getting a stack trace when attempting to run a command via ssh, using a dsa key, on a remote Windows Server 2003 SP2 x64 that has Cygwin sshd installed and configured. The error is occurring at the remote sshd process: $ ssh qaautotest1 ls 2 [main] sshd 3156 D:\c

Re: rm -rf calls rmdir() prior to close(), which can fail

2011-10-24 Thread Jim Meyering
Jim Meyering wrote: >> Here is the patch that I expect to push tomorrow: ... > I've fixed/improved the ChangeLog/commit-log: > > Subject: [PATCH] fts: close parent dir FD before returning from > post-traversal fts_read > > The problem: the fts-using "mkdir

Re: rm -rf calls rmdir() prior to close(), which can fail

2011-10-24 Thread Jim Meyering
Jim Meyering wrote: ... > Here is the patch that I expect to push tomorrow: > > Subject: [PATCH] fts: close parent dir FD before returning from > post-traversal fts_read > > The problem: the fts-using "rm -rf A/B/" would attempt to unlink A, > while a file descript

Re: rm -rf calls rmdir() prior to close(), which can fail

2011-10-23 Thread Jim Meyering
= 0 unlinkat(AT_FDCWD, "a", AT_REMOVEDIR) = 0 close(0)= 0 close(1) = 0 close(2)= 0 Here is the patch that I expect to push tomorrow: >From a11c49cd72a91c05a272e36ff5d3cd92675c

RE: chere on Win2008 Server - strange behavior

2011-09-09 Thread Jim Garrison
> -Original Message- > Subject: Re: chere on Win2008 Server - strange behavior > [snip] > Hi Jim, > > This has come up a couple of times: > <http://cygwin.com/ml/cygwin/2009-12/msg00868.html> > <http://cygwin.com/ml/cygwin/2010-01/msg00056.html> (

Re: Updated: mingw-runtime-3.18-3

2011-06-04 Thread Jim Reisert AD1C
instead. That worked, thanks. That's not 100% correct, though, the command is (or seems to be): i686-w64-mingw32-gcc -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: h

Re: Updated: mingw-runtime-3.18-3

2011-06-03 Thread Jim Reisert AD1C
What is the easiest way to transition from the gcc3 environment? gcc -mno-cygwin ... to the equivalent compile using gcc4 (I can hand off a .exe file w/o cygwin1.dll)? Thanks - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ

grep problem?

2011-04-04 Thread Jim Garrison
I'm getting weird behavior from grep. Searching for a bracketed range of characters (i.e. [A-Z]) is doing case-insensitive matching, while an identical but explicit character set match (i.e. [ABCDE...Z]) does not. Examples below. Output of "cygcheck -s -v -r" attached. LANG=en_US GREP_OPTION

RE: entering special symbols in mintty

2011-03-02 Thread Jim Garrison
As to your specific request for the copyright symbol, try entering Alt+169 (no leading zero). This should result in the copyright symbol, since its Unicode code-point is 0xA9 or 169 decimal.

RE: entering special symbols in mintty

2011-03-02 Thread Jim Garrison
Mintty seems to be interpreting Alt+ codes in OCTAL instead of decimal, based on the Unicode code point and not the Windows Alt+ codes. For example, Windows' Character Map applet shows the "Euro" symbol as Unicode character U+20AC and Alt+0128. Entering Alt+0128 in mintty has no discer

cygpath

2011-03-02 Thread Jim P
I just updated my cygwin install, and cygpath appears to be broken. Issuing the command "cygpath", with any or no command-line options, returns nothing and a status of 127. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Possible bug in setup.exe (checking for pre-requisites)

2011-01-02 Thread Jim Reisert AD1C
dencies, it got into some sort of infinite loop. I killed setup and ran it again, this time without the -M option. It found one library dependency and installed normally. - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ:

"ReBaseImage faled with last error = 6" for read-only files, too.

2010-12-10 Thread Jim Schneider
I apologize if this is a well-known problem. I ran into the "last error = 6" problem trying to rebase some DLLs installed by perl's CPAN module. The advice you find if you google that error message (kill all cygwin processes and services, rebooting if necessary) will _not_ work if the problem

Re: "ls -lrt" takes over 2 minutes for 750 files!

2010-12-02 Thread Jim Reisert AD1C
On Thu, Dec 2, 2010 at 1:27 PM, Jim Reisert AD1C wrote: > On Thu, Dec 2, 2010 at 12:58 PM, Jim Reisert AD1C > wrote: > >> Running this version of Cygwin: >> >> CYGWIN_NT-6.1-WOW64 JJR 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin >> >> I have a d

Re: "ls -lrt" takes over 2 minutes for 750 files!

2010-12-02 Thread Jim Reisert AD1C
On Thu, Dec 2, 2010 at 12:58 PM, Jim Reisert AD1C wrote: > Running this version of Cygwin: > > CYGWIN_NT-6.1-WOW64 JJR 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin > > I have a directory with 753 files. > > "ls -lrt" (directory in reverse time order) takes

"ls -lrt" takes over 2 minutes for 750 files!

2010-12-02 Thread Jim Reisert AD1C
"ls" takes under 1/10 second: 0.000u 0.046s 0:00.08 50.0% 0+0k 0+0io 2572pf+0w This is a 1.5TB SATA drive in a Intel Q6600 computer with 4GB of RAM. This seems to be a recent problem. Any idea what it might be? Thanks - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem

Installing bash-completion package slows down bash startup 20-30x

2010-11-16 Thread Jim Garrison
Apologies if this is a duplicate, I never saw it appear on the list. After installing bash-completion, bash startup goes from about 1/2  second to 10-15 seconds.  During this time, the bash process (as viewed in Process Explorer) consumes almost no CPU time, but the System process (PID 4) is peg

Re: Stack dumps from sh.exe (from within make)

2010-11-10 Thread Jim Reisert AD1C
Jason Curl wrote: > It looks like the same problem answered by Larry Hall on 7th November > (STATUS_ACCESS_VIOLATION). See http://article.gmane.org/gmane.os.cygwin/123315 > You might want to try running rebaseall. I've already tried that. Any other ideas? -- Jim Reiser

tcsh out of memory?

2010-11-06 Thread Jim Reisert AD1C
of memory Abort (core dumped) I've attached the output from cygcheck. -- Jim Reisert AD1C, , http://www.ad1c.us cygcheck.out Description: Binary data -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwi

gdb 7 port for Cygwin?

2010-10-05 Thread Jim Reisert AD1C
w uses more features of DWARF3 than it used to do and also some DWARF4 features. GDB older than 7.0 is not able to handle either of these, so to debug GCC 4.5 generated binaries or libraries GDB 7.0 or later is needed." Thanks - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Pr

Re: Updated [experimental]: {emacs,emacs-X11,emacs-el}-23.2-2

2010-08-26 Thread Jim Reisert AD1C
x27;t there. Now that that's fixed, it still says: This is GNU Emacs 23.2.1 of 2010-08-16 I assume that's the new version, why does it still say 23.2.1? - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Cygwin setup not saving "Create icon on Desktop" setting?

2010-08-24 Thread Jim Reisert AD1C
stopher Faylor wrote: > setup.exe is not designed to remember the settings. I will add the "-n" option to my desktop shortcut. But I could swear that at one point in time, setup saved its settings for the next time. It must have been a dream. - Jim -- Jim Reisert AD1C, , http

Re: Cygwin setup not saving "Create icon on Desktop" setting?

2010-08-24 Thread Jim Reisert AD1C
f so, where? Because whatever file is supposed to remember these settings doesn't seem to, at least in my installation. - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: h

Re: Cygwin setup not saving "Create icon on Desktop" setting?

2010-08-24 Thread Jim Reisert AD1C
Marco wrote: > see "setup --help" > -n --no-shortcuts Disable creation of desktop and start > menu shortcuts This is only a band-aid. It does not change the fact that the program doesn't save the status of that checkbox from run to run.

Cygwin setup not saving "Create icon on Desktop" setting?

2010-08-24 Thread Jim Reisert AD1C
ameter, because I always have to "clean up" afterward by removing the Cygwin icon from my desktop and Start folder. Is this a bug? I noticed that there's no SETUP.INI file in the Cygwin directory anymore, but there is an etc/setup/setup.rc file instead. Thanks - Jim -- Jim Reis

Re: Incomplete downloads reported across several mirrors

2010-06-29 Thread Jim Lawson
> Date: Mon, 24 May 2010 15:49:57 +0200 > Message-ID: > Subject: Fwd: Intgrity fails? > From: Sergey Ivanov > References: > <846d84d91001301325u5fe158e1kbaa668a71a64a...@mail.gmail.com>  > I still have this kind of problem. Does anyone know is it should be so? > More info: > 1) gcc: C compil

Cygwin 1.7: how do I use gcc-4 and mingw (to replace -mno_cygwin)?

2010-06-01 Thread Jim Reisert AD1C
ly supported in gcc4. Considering the code I write, it may never come to this. Thanks - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- 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

How do I purge old versions?

2010-05-10 Thread Jim Reisert AD1C
I'd like to purge old versions of Cygwin packages that I have since updated. Is there an automated way to do this? Thanks - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Document

File extension for the copy of python2.5.exe

2010-05-01 Thread Jim Eberle
ile exists and is in the calling process' %PATH%. Likewise, running "python" from a CMD shell (some people do this) fails for the same reason. I don't think this would break things on the Cygwin side -- witness "ls.exe". Thanks, Jim -- Problem reports: ht

RE: tty initialization failure under cygwin 1.7.2?

2010-04-26 Thread Egerton, Jim
Thanks Corinna. I assume this requires a new cygwin dll? Do you have any idea when this will go into a versioned release? Appreciate the help, jim > -Original Message- > From: Corinna Vinschen [mailto:corinna-cyg...@cygwin.com] > Sent: Monday, April 26, 2010 5:39 AM >

Re: tty initialization failure under cygwin 1.7.2?

2010-04-23 Thread Egerton, Jim
ssh session and a non administrators account.If I use RDP or an administrative account, it works fine.While the example probably seems a bit bizarre, it's actually something you would run into if you used backticks with ActiveState Perl to execute a Cygwin command. jim >On Apr 1

Re: scp no longer reports incremental progress

2010-04-04 Thread Jim Reisert AD1C
Fixed with Cygwin 1.7.3 On 3/29/2010 4:09 PM, Jim Reisert AD1C wrote: I am running the latest Cygwin (1.7.2) and ssh. I notice that scp (from local to remote host) no longer shows an incremental progress bar. It just reports 100% completion immediately, then I have to wait until the copy is

strange problem with cygrunsrv.exe

2010-04-02 Thread Egerton, Jim
keep an application linked against cygwin1.dll from activating via the SCM? Thanks for any suggestions, jim -- 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

scp no longer reports incremental progress

2010-03-29 Thread Jim Reisert AD1C
Did something change in this area? I have a DSL connection at home, so it's useful to be able to monitor upload progress. Thanks - Jim # scp -v dx4wawd.zip ad1c: Executing: program /usr/bin/ssh host ad1c, user (unspecified), command scp -v -t -- . OpenSSH_5.4p1, OpenSSL 0.9.8n 24 Mar 2010 debug

find crash while traversing /proc

2010-03-20 Thread Egerton, Jim
ing Aborted (core dumped) Anyone want to see if this is reproducible? thanks, jim -- 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: Windows 7 Pro - rxvt launch errors

2010-01-19 Thread Jim Garrison
I moved aside c:\cygwin and reinstalled from scratch. The problem seems to have cured itself, but I did nothing different on the second install. Oh well... -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Jim Garrison Sent: Monday

RE: c:/dev, find

2009-12-24 Thread Egerton, Jim
fter I fixed the bash postinstall to create c:\dev instead of c:\c:\dev, find works fine. jim -- 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

c:/dev, find

2009-12-24 Thread Egerton, Jim
475, function: consider_visiting Aborted (core dumped) cheers, jim -- 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: 'setup-1.7.exe -s' anomaly

2009-12-18 Thread Jim Reisert AD1C
I didn't know about the command-line options. Is there some way to automate the process so that when I double-click on my Setup shortcut, it will go right to the "Select Packages" screen? Thanks - Jim On Fri, Dec 18, 2009 at 2:17 PM, Greg Chicares wrote: > If I run >

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

2009-12-07 Thread Jim Reisert AD1C
the machines are being moved between two colocation > facilities this coming weekend: Dec. 12-13.  We are sorry for the > inconvenience. Seems like a good time to make 1.7 official! :-) -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com

Re: [1.7] Updated: cygwin-1.7.0-65

2009-11-19 Thread Jim Reisert AD1C
iced this earlier today, but haven't tried lately. I guess it needs to be pushed again. - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

1.7.1 release date?

2009-11-18 Thread Egerton, Jim
Was wondering if there any news on the 1.7.1 release data - beta page has: The official 1.7.1 release should go public in late October or early November 2009. Thanks! jim -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

<    1   2   3   4   5   6   7   8   >