[ANNOUNCEMENT] Updated: mingw-runtime-3.15.2-1

2009-01-11 Thread Chris Sutcliffe
e: http://sources.redhat.com/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: ht

Re: Signal handling in Win32 GUI programs

2009-01-13 Thread Chris January
livered to a thread other than the one calling sigwaitinfo() or sigtimedwait()). " But maybe that doesn't apply to Cygwin. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-38

2009-01-21 Thread Chris Sutcliffe
y, all Cygwin processes are stopped). Is the inclusion of this file a packaging bug, since this is part of mingw-runtime? Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: dislikes with vim 7.2

2009-01-25 Thread Chris Sutcliffe
> I don't like changes in "default" behavior of certain programs. Vim7.2 is > one. Given that this post was entirely Vim specific, it would probably get better attention on the vim mailing lists, as opposed to the Cygwin list. Chris -- Chris Sutcliffe http://emergedeskto

Re: w32api 3.13-1 Incorrect #define of WTS_CURRENT_SESSION in wtsapi32.h

2009-02-06 Thread Chris Sutcliffe
inition is On a side note, I'm not sure what your source was for this patch, but generally it's not a good idea to extract the values directly from Microsoft headers, since it may violate license agreements, etc. Cheers! Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe

Re: dd in cygwin vs dd in linux - number of records is always different

2009-02-09 Thread Chris January
y checks on partition read or write calls. Instead, boundary checks are performed by the device driver." Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

1.7 - Odd behaviour with vim

2009-02-10 Thread Chris Sutcliffe
es What's odd is that if I quit vim (:q) and launch vim again (in the same terminal), it behaves as expected. I assume there is some flag being tripped? Is it possible to suppress the message that's popping up? Cheers! Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubsc

Re: 1.7 - Odd behaviour with vim

2009-02-10 Thread Chris Sutcliffe
tp://cygwin.com/cygwin-ug-net/using.html#using-pathnames > > -v, please. You are left with... what? I'm literally left with that url string "http://cygwin.com/cygwin-ug-net/using.html#using-pathnames"; in the command bar. Chris -- Chris Sutcliffe http://emergedesktop.org

Re: 1.7 - Odd behaviour with vim

2009-02-10 Thread Chris Sutcliffe
in Cygwin shell. > Second bottom line: It would be interesting to learn why the message > has been printed, *iff* you didn't use a DOS path somewhere explicitely. In vim I'm executing: :e /cygdrive/c/source/emerge/trunk/Source/emergeLib/main.cpp Could it be related to using /

Re: 1.7 - Odd behaviour with vim

2009-02-10 Thread Chris Sutcliffe
nctions in .vimrc I was appending a '\tags' to the end, I now have added a 'if has("win32unix")' condition to append '/tags' to the string (I use a common .vimrc for both native and Cygwin vim). I don't recall seeing this behaviour in Cygwin 1.5.x, b

Re: mingw SEARCH_LIB: was gcc FAQ entries

2009-02-12 Thread Chris Sutcliffe
Cygwin) and have not seen any issues, can you please provide an example of the issue (assuming it's not too much work)? Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html D

Re: mingw SEARCH_LIB: was gcc FAQ entries

2009-02-12 Thread Chris Sutcliffe
uot;); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib"); Defined in the ldscripts\i386pe.x. So it's been this way for quite some time. Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.c

Re: Makefile.in respect $(DESTDIR) - Patch applied

2009-02-23 Thread Chris Sutcliffe
(This patch does contain the > added ChangeLog entry.) > > https://sourceforge.net/tracker2/?func=detail&aid=2632268&group_id=2435&atid=302435 Perfect, thanx a bunch! Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

[ANNOUNCEMENT] Updated: astyle-1.23-1

2009-02-24 Thread Chris Sutcliffe
domain@cygwin.com If you need more information on unsubscribing, start reading here: http://sources.redhat.com/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. Chris -- Chris Sutcliffe http://emergedesktop.org -- Un

Re: graphics programming - beginner

2009-02-25 Thread Chris January
You may be able to compile it from source to work on Cygwin. The source code is here: http://www.cs.colorado.edu/~main/bgi/source/ The makefile will need some changes to work. Regards, Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwi

[1.7] Editing in /etc

2009-02-27 Thread Chris Sutcliffe
dit '/etc/passwd' using Windows native gVim just fine. I've attached a dump of 'cygcheck -s' in case it's helpful. Chris -- Chris Sutcliffe http://emergedesktop.org cygcheck.out Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsub

Re: [1.7] Editing in /etc

2009-02-27 Thread Chris Sutcliffe
eft corner. Looks like it's related to some issue reading stdin... I executed vim in debug mode ('vim -D passwd') and got the following: Vim: Error reading input, exiting... Vim: Finished. What's really odd is that this only occurs in /etc. Hope this helps... Chris -- Ch

Re: [1.7] Editing in /etc

2009-02-28 Thread Chris Sutcliffe
> Looks like it's related to some issue reading stdin... I executed vim > in debug mode ('vim -D passwd') and got the following: Fixed... I messed up the permissions in my /dev directory. Sorry for the noise. Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubs

Re: [1.7] Editing in /etc

2009-03-02 Thread Chris Sutcliffe
din reveals: $ ls -ltr /proc/self/fd/0 lrwxrwxrwx 1 csutclif Users 0 Nov 30 2006 /proc/self/fd/0 -> /dev/tty0 however, there is no /dev/tty0. Should there be? If so, how do I create it? I'm at a loss here, could anybody hazard an idea as to what could be happening, or how I could

Re: [ANNOUNCEMENT] [1.7] Updated: {ncurses/libncurses-devel/ncurses-demo}-5.7-11; New: libncurses9-5.7-11

2009-03-02 Thread Chris Sutcliffe
INDOWS\system32\ntdll.dll C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\RPCRT4.dll C:\WINDOWS\system32\Secur32.dll C:\cygwin-1.7\bin\cygtinfo-9.dll Is there something I'm missing? Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info:

Re: [1.7] Editing in /etc

2009-03-02 Thread Chris Sutcliffe
re you just have to debug this.  Strace > might reveal a problem here.  Or maybe it's a BLODA problem. How do I capture the strace output to a file? I tried 'strace vim /etc/passwd > strace.out' but vim complained about stdout being redirected. Thanx! Chri

Re: using gcc-4.3.2-2: gcc-4 -shared-libgcc

2009-03-15 Thread Chris Sutcliffe
used gcc-4 to compile several apps without issue now, so personally I think it's safe to make it the default. Cheers! Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/

Ignore me

2009-03-16 Thread Chris Carlson
I've subscribed to this list, but my messages don't appear. This is a test to see if this one does. Thanks for your patience. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Not a cygport problem [Was: Re: Problem with 575 man pages -- cygport problem?]

2009-03-16 Thread Chris Sutcliffe
Minor tweak to the proposed shell script fix to make it work. This: > xargs file | grep 'ASCII troff' | awk -F: '{print $1}' |\ Should be this: > xargs file | grep 'ASCII text' | awk -F: '{print $1}' |\ Chris -- Chris Sutcliffe http://eme

Re: Not a cygport problem [Was: Re: Problem with 575 man pages -- cygport problem?]

2009-03-17 Thread Chris Sutcliffe
orts ASCII troff. Ahh... my bad, I tested on Cygwin 1.7 with file-5.00 only. Cheers! Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.co

A few cygwin issues, mostly for 1.7

2009-03-18 Thread Chris Mirchandani
ck.exe -f /usr/bin/w" rather than "cygcheck.exe -f w". Why? Will this be addressed? 5) Any chance we will see a command line package manager/installer? Thanks, Chris _ Windows Live™ Groups: Create an online spot for

Re: [1.7] Updated: vim-7.2.148-1

2009-04-02 Thread Chris Sutcliffe
--without-x \ --enable-gui=no \ --with-features=huge Cheers! Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html F

Re: [ANNOUNCEMENT] [1.7] Updated: vim-7.2.148-1

2009-04-02 Thread Chris Sutcliffe
--without-x \ --enable-gui=no \ --with-features=huge Cheers! Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

kerberos tools (kinit, etc) and kerberos-aware openssh in cygwin?

2009-04-28 Thread Chris Green
ly-packaged openssh would work just fine if it were compiled with a set of kerberos libraries. Any help or suggestions for alternatives or existing documentation gratefully received. Thanks, Chris Green. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:/

Re: [ANNOUNCEMENT] Updated: cvs-1.12.13-1

2009-05-01 Thread Chris Sutcliffe
ter upgrading, whenever I try to execute a CVS command on an existing CVS repository, I get: $ cvs diff cvs: gzip compression level must be between 0 and 9 $ cvs up cvs: gzip compression level must be between 0 and 9 Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://c

Re: [ANNOUNCEMENT] Updated: cvs-1.12.13-1

2009-05-02 Thread Chris Sutcliffe
little more strict. Sorry for the noise. Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

problems using Xlib.h/Xwindows.h/unistd.h and win32api under gcc-4

2009-05-04 Thread Chris LeBlanc
tely I need unistd.h, windows.h, and either Xlib.h or Xwindows.h)? The fact that Xwindows.h conflicts with unistd.h (a common scenario) suggests a bug in Xwindows.h, unfortunately I'm not sure how to fix the problem. Cheers, Chris -- Chris LeBlanc Claritas Development GNS Science L

Re: problems using Xlib.h/Xwindows.h/unistd.h and win32api under gcc-4

2009-05-04 Thread Chris LeBlanc
nally, I'd be happy with sleep() being defined in unistd.h, and Sleep() defined in Windows.h, and keeping the two separate. Thanks again for your help, Chris -- Chris LeBlanc Claritas Development GNS Science Lower Hutt, New Zealand Web: www.globeclaritas.com -- Unsubscribe info: http:

LFTP issue

2009-06-06 Thread Chris Sutcliffe
According to the LFTP documentation, I should be able to do: ls | grep and ls | less both of which only return something if I , if I don't it just sits there. I don't have access to a Linux machine, so I can't verify if this is a cygwin lftp issue, or an lftp issue in

Re: LFTP issue

2009-06-07 Thread Chris Sutcliffe
s problem upstream, too.  So obviously there are some Cygwin > problems > with lftp right now. I compiled 3.7.14 (the latest as of this email) with no issue and it runs fine, unfortunately it exhibits the same behaviour. Cheers! Chris -- Chris Sutcliffe http://emergedesktop.org -- U

Re: LFTP issue

2009-06-08 Thread Chris Sutcliffe
I assume that means notty?). Following up on the lftp mailing list, I've been told it works under 1.5 (I'm using the latest 1.7), so I don't know if something specific to 1.7 is coming in to play. Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http

Re: LFTP issue

2009-06-08 Thread Chris Sutcliffe
t I can try? I'm currently using 1.7.0-48, so perhaps something has changed since then? Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: [1.7] Cannot read /proc/stat

2009-06-08 Thread Chris Sutcliffe
> (*) Is anybody here actually still using NT4? Since support for 9x is ending in 1.7, shouldn't NT4 support also end? Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/probl

Re: LFTP issue

2009-06-08 Thread Chris Sutcliffe
#x27;rels' to see if it was a caching issue (as I understand it 'rels' doesn't cache), but I experienced the same behaviour. Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin

Re: LFTP issue

2009-06-08 Thread Chris Sutcliffe
#x27;t involve downloading > lftp source? I'm not all the familiar with Cygwin / 'nix code so I'm not sure where I would begin. Would it help if I did an strace to see where lftp is hanging? Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwi

Re: LFTP issue

2009-06-14 Thread Chris Sutcliffe
a "ls | grep " or "ls | less" on the large directory (2000 items), I now see the results duplicated 530 times. Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/

Re: LFTP issue

2009-06-14 Thread Chris Sutcliffe
> The latest snapshot should eliminate the duplicate results. Works like a charm. Thank you for fixing this! Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.h

Re: Optimize cygwin on recent windows version (Vista and Seven)

2009-06-16 Thread Chris Sutcliffe
enchmark > done when compiling binutils (time ../build-mingw32ce.sh -j2 > --comp=binutils) If UAC is disabled, does it improve performance? Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Another lftp issue

2009-06-26 Thread Chris Sutcliffe
After making an sftp connection via lftp, doing a 'cls -ltr' causes a core dump. I've compiled lftp 3.7.14 using Cygwin 1.7.0-50 using gcc-4 / g++-4 and it doesn't cause the same core dump. Perhaps a new version of lftp (at least for 1.7.0) is in order? Chris --

Re: 1.7 ssh/rsync consuming all cpu on x64 Vista

2009-06-29 Thread Chris Sutcliffe
H65 1.7.0s(0.210/5/3) 20090629 10:34:47 i686 Cygwin Chris -- Chris Sutcliffe http://emergedesktop.org -- 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: Call for TESTING (was Re: [1.7.0-50] scp progress counter flies through first 175 MB or so)

2009-06-29 Thread Chris Sutcliffe
> The snapshot will be available at http://cygwin.com/snapshots/ with today's > (2009-06-29) date. I have tested with a 695 MB file and validated that scp and lftp work as expected with a constant throughput. Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports:

Re: [ANNOUNCEMENT] [1.7] Updated setup-1.7.exe (version 2.637)

2009-06-29 Thread Chris Sutcliffe
> It still says version 2.634 I suspect you have something cached somewhere. I just downloaded the latest setup-1.7.exe and the first page states its version as 2.637. Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports: http://cygwin.com/problems.html

Re: Another lftp issue

2009-06-29 Thread Chris Sutcliffe
>> But my version does dump core on 'cls -ltr'. > > Actually it seems to be just 'cls -l' that causes the fault. Odd, with 3.7.14 running on Cygwin 1.7.0-50 compiled via gcc-4 works fine for me (both 'cls -ltr' and 'cls -l'). I've tr

Re: Another lftp issue

2009-06-30 Thread Chris Sutcliffe
Hey Andrew, > Chris, please test my draft lftp 3.7.14 package for 1.7: > > http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.14-1.tar.bz2 > > I compiled it with gcc-4.  On my XP host with Cygwin 1.7.0-50, this lftp > segfaults when I run > > open ftp.debian.org >

Re: Call for TESTING (was Re: [1.7.0-50] scp progress counter flies through first 175 MB or so)

2009-07-01 Thread Chris Sutcliffe
> Anyway, using ssh/scp with the latest from CVS looks much better now. > It doesn't eat up all CPU anymore and the performance looks pretty > well as far as I can tell. Are these changes captured in the 2009/06/30 snapshot? Chris -- Chris Sutcliffe http://emergedesktop.org -- P

Re: Looks like we need a new Igor Peshansky

2009-07-01 Thread Chris Sutcliffe
> This is a list of Igor's packages: > >  wtf                             Igor Peshansky I'll take on wtf. Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Document

cygport question

2009-07-08 Thread Chris Sutcliffe
I'm trying to update wtf to use cygport but I've hit an issue where cygport bails if the patchlevel is 3. Is there a way to override this behaviour? Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: cygport question

2009-07-08 Thread Chris Sutcliffe
> I'm trying to update wtf to use cygport but I've hit an issue where > cygport bails if the patchlevel is 3.  Is there a way to override this > behaviour? I regenerated the patch, so I'm good now. Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports:

[ANNOUNCEMENT] Updated: wtf-0.0.4-7

2009-07-09 Thread Chris Sutcliffe
ion on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin

Re: gold star requests

2009-07-15 Thread Chris Sutcliffe
> And look how long it's been since Corinna earned a star - doesn't she > deserve one for her tireless efforts in long file name and wide character > implementation? Big +1 from me on that one! Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports:

Re: mingw headers and libraries missing

2009-07-28 Thread Chris Sutcliffe
m really looking forward to a true mingw cross-compiler, in case you didn't notice! ;) ) Cheers! Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com

[ANNOUNCEMENT] New package: cppcheck-1.34-1

2009-07-29 Thread Chris Sutcliffe
format: cygwin-announce-unsubscribe-you=yourdomain@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Chris

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

2009-07-30 Thread Chris Sutcliffe
trace to bash.exe.stackdump 148227 [main] bash 5604 _cygtls::handle_exceptions: Exception: STATUS_ILLEGAL_INSTRUCTION 170978 [main] bash 5604 _cygtls::handle_exceptions: Error while dumping state (probably corrupted s tack) Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports:

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

2009-07-30 Thread Chris Sutcliffe
tty with bash also fails with: exec: bash: Invalid argument but as Jim pointed out, using cygwin.bat is fine (run from a DOS window). Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentati

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

2009-07-30 Thread Chris Sutcliffe
>  Wanna try strace-ing mintty and shoving the output in a pastebin somewhere > for > us to take a look at? Sure think, you can find the strace here: http://emergedesktop.org/cygwin/mintty.strace Let me know if there is anything else I can do to help. Chris -- Chris Sutcl

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

2009-07-30 Thread Chris Sutcliffe
> Sure think, you can find the strace here: Ugh... think = thing > http://emergedesktop.org/cygwin/mintty.strace > > Let me know if there is anything else I can do to help. Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports: http://cygwin.com/probl

[ANNOUNCEMENT] Updated: mingw-runtime-3.16

2009-08-17 Thread Chris Sutcliffe
tp://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com

[ANNOUNCEMENT] Updated: cppcheck-1.35-1

2009-08-17 Thread Chris Sutcliffe
ing at this URL. -- Chris Sutcliffe http://emergedesktop.org -- 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] Use of SSH public/private keys requires administrator rights

2009-08-20 Thread Chris LeBlanc
w working fine for this user. This was a pretty difficult problem to find. I'm not sure if its a bug or a feature, I'm guessing a bug. Perhaps this workaround should be added to the FAQ. Cheers, Chris -- Chris LeBlanc Claritas Development GNS Science -- Problem reports: http://cygwi

Request: Doxygen update?

2009-08-20 Thread Chris Sutcliffe
Would it be possible for the Doxygen maintainer to update to version 1.6.0? Thank you, Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

cygstart not searching $PATH

2009-08-21 Thread Chris Sutcliffe
At one point I seem to remember cygstart would search the $PATH variable for an application? For example, I believe you could type 'cygstart calc' and it would start calc.exe. This doesn't work anymore, is this by design? Chris -- Chris Sutcliffe http://emergedesktop.org --

Subversion svn fails silently after updating Cygwin

2009-09-25 Thread Chris Cormie
ose packages in turn depend on.) ie reinstalled cygwin libapr1 libaprutil1 libdb4.2 libexpat1 libintl8 libneon27 libsasl2 libserf0_0 libsqlite3_0 zlib subversion Problem persists. Is this a general issue that needs to be investigated or specific to my install? Cheers, Chris Cygwin Configurat

Re: Subversion svn fails silently after updating Cygwin

2009-09-26 Thread Chris Cormie
Chris Cormie wrote: Hi, This is my first post to the Cygwin mailing list: hello everyone! I updated Cygwin today via setup.exe and Subversion ceased working: $ svn status $ Hello again, I should have mentioned this is issue is in a Cygwin 1.5 install. I installed bare-bones Cygwin 1.7 Beta

Re: ls / does not show /c with cygdrive prefix=/

2009-09-28 Thread Chris Cormie
doesn't look like like I can umount the driveletters while cygwin is running, hence using Windows Explorer on the Cygwin install. All in all I wonder if the lack of driveletters under / is a symptom of using the wrong method of getting rid of the cygdrive pre

Re: Installing 1.7 alongside 1.5 - can it be done safely?

2009-09-28 Thread Chris Cormie
oken 1.7 install. If you pressed "Next" by mistake, exit setup-1.7 and start it again. ENDQUOTE I followed this sage advice and so far my parallel 1.5 / 1.7 installs are not interfering with each other. Chris -- Problem reports: http://cygwin.com/problems.html

Re: Num lines in dirs: C:\cygwin\bin = 1152 C:\cygwin-1.7\bin = 289 WHY SO FEW?

2009-09-28 Thread Chris Cormie
ure because it would be just the ticket for this issue: compile a list of packages you want to be in your default install and then you could reproduce it at will. Cheers, Chris. -- Base packages for Cygwin 1.7 editrights findutils login gzip termcap b

Re: Num lines in dirs: C:\cygwin\bin = 1152 C:\cygwin-1.7\bin = 289 WHY SO FEW?

2009-09-29 Thread Chris Cormie
Larry Hall (Cygwin) wrote: On 09/28/2009 10:31 PM, Chris Cormie wrote: I don't think you are doing anything wrong David. setup-1.7.exe appears to default to just the Base category packages. The 1.5 setup.exe selects many more packages outside the Base category by default and that&

Re: Subversion svn fails silently after updating Cygwin

2009-09-29 Thread Chris Cormie
David Rothenberger wrote: On 9/25/2009 10:49 PM, Chris Cormie wrote: I updated Cygwin today via setup.exe and Subversion ceased working: $ svn status $ ie no output whatsoever regardless of what command is given to svn including --help. [snip] I hadn't updated for several months so a

Re: Subversion svn fails silently after updating Cygwin

2009-09-29 Thread Chris Cormie
its mount point information from highly mysterious. Cheers, Chris -- 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

SOLVED Subversion svn fails silently after updating Cygwin

2009-09-29 Thread Chris Cormie
l). The other people who are suffering the sudden svn failures could also try $strace svn and if cygz.dll is the problem, reinstall zlib0 to fix the problem. Cheers, Chris -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentatio

Re: SOLVED Subversion svn fails silently after updating Cygwin

2009-09-29 Thread Chris Cormie
Charles Wilson wrote: Chris Cormie wrote: In 1.5 setup.ini @ subversion requires: cygwin libapr1 libaprutil1 libdb4.2 libexpat1 libintl8 libneon27 libsasl2 libserf0_0 libsqlite3_0 zlib In 1.7 setup.ini @ subversion requires: libapr1 libaprutil1 libdb4.2 libexpat1 libgcc1 libintl8 libneon27

Re: rsnapshot 1.3.1

2009-09-29 Thread Chris Sutcliffe
>> any chance rsnapshot 1.3.1 will be made available for >> cygwin anytime soon? > > should i be inquiring elsewhere about this? If you would be willing to package and maintain it, I'm sure the Cygwin developers would be glad to add it to the distro. Chris -

Re: rsnapshot 1.3.1

2009-09-29 Thread Chris Sutcliffe
> rsnapshot is already part of the distro.  It is maintained by Jari > Aalto (bcc'ed). That will teach me for not checking the packages page... Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports: http://cygwin.com/problems.html FAQ: http:/

Re: top - uknown terminal type

2009-10-03 Thread Chris Cormie
her's solution would also work for them? It sounds better than the previous workaround, which was to revert to an earlier version of terminfo0. Cheers, Chris -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http

Re: Many Cygwin (mintty) windows - How to close all?

2009-10-08 Thread Chris Sutcliffe
myself. >> > I use the attached script (run it elevated on Vista and above) before > updating with setup. This is only tested on Vista. Doing a 'kill -9 -1' works for me in terms of getting rid of all my mintty windows at once. I'm not sure if it will kill services and exit t

Rsync link-dest not working for a host with the most recent rsync/cygwin 1.7

2009-10-16 Thread Chris Francy
y. If you have some ideas please share. If you need more information to help diagnose or find a solution please ask. Thanks, Chris Francy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubsc

Cygwin package manager

2009-10-18 Thread Chris Cormie
heers, Chris --- Commands: ball - print tarball name buildrequires - print buildrequires: for package download - download package filelist - installed files find - package containing file help - help COMMAND install - dow

Re: Rsync link-dest not working for a host with the most recent rsync/cygwin 1.7

2009-10-21 Thread Chris Francy
by not 1.7. > On Oct 19 11:55 Corinna Vinschen wrote: >> On Oct 16 13:51, Chris Francy wrote: >> It appears something about the about rsync or the 1.7 version of >> cygwin is preventing the --link-destination function of rsync from >> working.  Files that have not be

Re: Rsync link-dest not working for a host with the most recent rsync/cygwin 1.7

2009-10-21 Thread Chris Francy
On Tue, Oct 20, 2009 at 10:12 PM, Steven Monai wrote: > Chris Francy wrote: > > I'm in a situation somewhat similar to yours. Up to now I have been > using the current stable Cygwin (v1.5) to test rsync as a possible > backup solution. I have a home-baked rsync/--l

Re: Cygwin package manager

2009-10-21 Thread Chris Cormie
Jacob Jacobson wrote: > Chris Cormie wrote: >> Hi, >> >> I am working on a Cygwin package manager with an interface resembling >> apt-get. >> It's still a work in progress, but functional (commands below.) >> http://code.google.com/p/cyg-apt/ > >

Re: Cygwin package manager

2009-10-21 Thread Chris Cormie
scripts. I'm not sure if the core packages have requirements in addition to "civilian" packages. If you are confident with core packages, cyg-apt can be hacked to manipulate all packages from Windows with relatively little effort. Cheers, Chris -- Problem reports: htt

Re: Cygwin package manager

2009-10-22 Thread Chris Cormie
ygwin, from cyg-apt running in Cygwin. What you get is a polite warning that: [python cygwin base-cygwin coreutils bash zlib libreadline] can't be changed from within Cygwin and cyg-apt exits. Cheers, Chris -- Problem reports: http://cygwin.com/problems.html FAQ: htt

Re: Cygwin package manager

2009-10-22 Thread Chris Cormie
Correction: setup doesn't require Cygwin to be closed if not working on core packages. That makes sense. Chris. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Novice's stack dump interpretation issues

2009-10-22 Thread Chris Perkins
MAIN QUESTION: I can't seem to find any reference to my functions in the stack dump. The range of function addresses in the stack dump is 0x61002F32-0x7C802542 and yet my functions should be somewhere in the 0x00401000-0x004040A5 range (according to objdump and nm). Is this due to the "Error wh

Re: Rsync link-dest not working for a host with the most recent rsync/cygwin 1.7

2009-10-28 Thread Chris Francy
09-10-21 00:36:28.0 -0700 Change: 2009-10-20 23:37:30.030425500 -0700 Here (http://pastebin.com/m6c414439) is the output of my rerunning my tests against the server with cygwin 1.7 with the --itemize-changes and -vv rsync options. Chris -- Problem reports: http://cygwin.com/problems.ht

Re: Parallel downloading of Cygwin packages

2009-10-30 Thread Chris Cormie
nt distro won't work, packages usually need porting to Cygwin -- that's all part of the Cygwin package system. If you only need to install specific packages, setup.exe has you covered: $./setup-1.7.exe -q -P joe Cheers, Chris -- Problem reports: http://cygwin.com/problems.ht

Re: email package dependency (openssl) not automatically installed

2009-10-30 Thread Chris Cormie
er installing 'openssl', 'email' works just fine. It certainly involves your openssl pacakge: $ cyg-apt find cygssl-0.9.8.dll openssl: /usr/bin/cygssl-0.9.8.dll But it's not a packaging problem: $ cyg-apt requires email base-cygwin base-passwd ... openssl ... I cann

Re: Parallel downloading of Cygwin packages

2009-10-30 Thread Chris Cormie
Christopher Faylor wrote: On Sat, Oct 31, 2009 at 01:28:34PM +1100, Chris Cormie wrote: Christopher Faylor wrote: I'd like the installer to use a more intuitive UI, be more capable of running from the command line, and be able to handle RPMs. http://code.google.com/p/cyg-apt/ (Command

Re: Parallel downloading of Cygwin packages

2009-11-01 Thread Chris Cormie
ng upgraded.) Best Regards, Chris -- 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: Parallel downloading of Cygwin packages

2009-11-02 Thread Chris Cormie
Christopher Faylor wrote: On Mon, Nov 02, 2009 at 02:25:03PM +1100, Chris Cormie wrote: There are barriers to implementing rpm in Cygwin, the most frequently mentioned being the fact that a cygwin process can't easily replace cygwin1.dll or any other running executables. If the in-C

Re: CYGWIN_NT-5.1 1.7.0(0.214/5/3) ps (cygwin) 1.11 - how do I display the arguments to the processes?

2009-11-18 Thread Chris January
ess, its pid, and the > arguments passed to the process. > > When I try the various flags for ps, I don't see any which displays the > arguments. Install the procps package and then use the procps command. Chris -- http://www.atomice.com -- Problem reports:

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

2009-11-19 Thread Chris Sutcliffe
> I just uploaded a new Cygwin 1.7 test release, 1.7.0-65. Is anyone else having problems not finding this release? I've tried several different mirror and they all state -64 is the current release. Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports: http://cy

[ANNOUNCEMENT] Updated: w32api-3.14-1

2009-11-21 Thread Chris Sutcliffe
ll* of the information on unsubscribing that is available starting at this URL. *** CHANGES *** 2009-20-10 Chris Sutcliffe * include/shlobj.h (SHParseDisplayName): Fix definition. 2009-20-10 Chris Sutcliffe * include/w32api.h: Increment version to 3.14. * Makefi

[ANNOUNCEMENT] Updated: mingw-runtime-3.17-1

2009-11-29 Thread Chris Sutcliffe
*all* of the information on unsubscribing that is available starting at this URL. *** CHANGES *** 2009-11-29 Chris Sutcliffe * include/_mingw.h: Increment version to 3.17. 2009-11-25 Chris Sutcliffe * mingwex/gdtoa/misc.c: Fix security vulnerability in gdtoa: htt

Issues with find in /proc

2009-12-01 Thread Chris Sutcliffe
y* directories respond with "Bad file descriptor" because I was trying to use find to locate a subkey based on a string pattern. I assume the core dump at the end shouldn't occur as well? Chris -- Chris Sutcliffe http://emergedesktop.org -- Problem reports: http://cygwin

<    3   4   5   6   7   8   9   10   11   12   >