Re: Issues with latest rtorrent under Win7 x64 when attempting to package

2011-05-19 Thread Christopher Faylor
On Thu, May 19, 2011 at 10:01:47PM -0400, Chris Sutcliffe wrote: >On 19 May 2011 11:40, Chris Sutcliffe wrote: >> I've built the latest libtorrent / rtorrent, packaged it and tested it >> on WinXP x86 with no issues. ?I then attempted to test on Win7 x64 and >> it's crashing constantly. ?I've disab

[ANNOUNCEMENT] Updated: {libgcrypt/libgcrypt-devel/libgcrypt11}-1.4.6-1

2011-05-19 Thread Charles Wilson
Libgcrypt is a general purpose cryptographic library based on the code from GnuPG. It provides functions for all cryptographic building blocks: symmetric ciphers, hash algorithms, MACs, public key algorithms, large integer functions, random numbers and a lot of supporting functions. [[ compiled u

[ANNOUNCEMENT] Updated: {libgpg-error/libgpg-error-devel/libgpg-error0}-1.10-1

2011-05-19 Thread Charles Wilson
libgpg-error is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, Libksba, DirMngr, Pinentry, SmartCard Daemon and possibly more in the future. [[ compiled using gcc-4.3.4-4 ]] CHANGES (since 1.7-1) =

Re: Issues with latest rtorrent under Win7 x64 when attempting to package

2011-05-19 Thread Chris Sutcliffe
On 19 May 2011 11:40, Chris Sutcliffe wrote: > I've built the latest libtorrent / rtorrent, packaged it and tested it > on WinXP x86 with no issues.  I then attempted to test on Win7 x64 and > it's crashing constantly.  I've disabled Windows Defender and > uninstalled my antivirus software, done a

Re: rsync from cygwin to linux adds characters in ascii files

2011-05-19 Thread asaf greenberg
> When i rsync a folder from cygwin (winXP-SP3-32bit) to linux (64bit) > some of the contents (e.g. in php files) are modified (e.g. added > spaces, missing semicolon). > > My local partition D:/ is (probably) mounted as binary. > > D:\www\public>mount > D:/programs/usr/bin on /usr/bin type ntfs

Re: -a $HOME/.bashrc and -a ~/.bashrc produce different results

2011-05-19 Thread Eric Blake
On 05/19/2011 02:54 PM, Lee Maschmeyer wrote: > Hi all, > > For most uses, $HOME and ~ produce identical results. For example, ls > $HOME or ls ~ are the same. But the following script fails: > > Presumably I'm doing something nefarious but I can't figure out what. I can. And it's not cygwin-sp

Re: -a $HOME/.bashrc and -a ~/.bashrc produce different results

2011-05-19 Thread Illia Bobyr
On 5/19/2011 3:54 PM, Lee Maschmeyer wrote: > > Hi all, > > For most uses, $HOME and ~ produce identical results. For example, ls > $HOME > or ls ~ are the same. But the following script fails: > > #!/bin/bash > > for i in "$HOME/.bashrc" "~/.bashrc" ; do > echo $i > if [ -a "$i" ]; then >

RE: Repeated problems with svn even after rebaseall and peflagsall on Windows 7

2011-05-19 Thread Mike Dahmus
I have checked the archives regarding rebaseall perhaps a dozen times over the years. The problem where it just doesn't seem to _work_ is fairly new, apparently. And the alternative suggestions are fairly complicated. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Re: High Activity of setprogname

2011-05-19 Thread Christopher Faylor
On Thu, May 19, 2011 at 01:41:47PM -0400, Ryan Johnson wrote: >On 2:59 PM, Sravan Bhamidipati wrote: >> Terminals like mintty and rxvt are doing an unusual amount of context >> switching and consuming a lot of CPU cycles even in idle time. Process >> Explorer suggests that this activity is largely

Re: mk_all

2011-05-19 Thread Charles Wilson
On 5/19/2011 2:20 PM, kathy3826 wrote: > > It is from online lectures on starting one program, > I typed make all and it says it compiled successfully, > but it misses X Windows. Kathy, we STILL have no idea what you're talking about. We now have a few tiny nuggets of information: 1) mk_all m

Re: mk_all

2011-05-19 Thread Eric Blake
Please quit top-posting: http://cygwin.com/acronyms/#TOFU On 05/19/2011 12:20 PM, kathy3826 wrote: > > It is from online lectures on starting one program, > I typed make all and it says it compiled successfully, > but it misses X Windows. Then it is likely a local alias or script specific to t

Re: Windows 7: stat /cygdrive/D/nosuchfile yields garbage

2011-05-19 Thread Keith Thompson
Larry Hall wrote: > On 5/18/2011 9:57 PM, Keith Thompson wrote: > > I'm using Cygwin (version 1.7.9-1 of cygwin1.dll) on Windows 7 > > on a Dell laptop. Cygwin is installed in C:\cygwin. > > > > I should mention that I have a second Cygwin installation on > > the same laptop; it's in C:\apps\cygw

Re: mk_all

2011-05-19 Thread kathy3826
It is from online lectures on starting one program, I typed make all and it says it compiled successfully, but it misses X Windows. marco atzeri-4 wrote: > > On Thu, May 19, 2011 at 7:51 PM, kathy3826 wrote: >> >> what do you suggest i use? > > to do what ? > > We have (and also Google) n

Re: mk_all

2011-05-19 Thread marco atzeri
On Thu, May 19, 2011 at 7:51 PM, kathy3826 wrote: > > what do you suggest i use? to do what ? We have (and also Google) no clue of what mk_all is supposed to need for. > > > > Dima Pasechnik-2 wrote: >> >> >> it's not a standard command in any way. Some packages have scripts >> named like this

Re: mk_all

2011-05-19 Thread kathy3826
what do you suggest i use? Dima Pasechnik-2 wrote: > > > it's not a standard command in any way. Some packages have scripts > named like this, but there isn't anything "standard" about it, really. > >> so its equivalent >> or the same one >> should exist in cygwin? >> >> >> Csaba Raduly-2 wr

Re: Re: High Activity of setprogname

2011-05-19 Thread Ryan Johnson
On 2:59 PM, Sravan Bhamidipati wrote: Terminals like mintty and rxvt are doing an unusual amount of context switching and consuming a lot of CPU cycles even in idle time. Process Explorer suggests that this activity is largely attributable to "cygwin1.dll!setprogname". Could this be something tha

Re: mk_all

2011-05-19 Thread Christopher Faylor
On Thu, May 19, 2011 at 07:09:39PM +0200, Dima Pasechnik wrote: >On 19 May 2011 19:04, kathy3826 wrote: >>because there should be such command in unix einvironment, > >it's not a standard command in any way. Some packages have scripts >named like this, but there isn't anything "standard" about it,

Re: mk_all

2011-05-19 Thread Dima Pasechnik
On 19 May 2011 19:04, kathy3826 wrote: > > because there should be such command in unix einvironment, it's not a standard command in any way. Some packages have scripts named like this, but there isn't anything "standard" about it, really. > so its equivalent > or the same one > should exist in

Re: mk_all

2011-05-19 Thread kathy3826
because there should be such command in unix einvironment, so its equivalent or the same one should exist in cygwin? Csaba Raduly-2 wrote: > > On Thu, May 19, 2011 at 4:07 PM, kathy3826 wrote: >> >> Hi all, >> >> when i type mk_all command cygwin returns: >> -bash: mk_all: command not found >

Re: Building a vendor perl module with gcc under cygwin

2011-05-19 Thread Reini Urban
"Exec format error" is the returned error string from dlopen, which tried to load your dll. So it looks like either your cflags or ldflags are wrong, or the lib you are linking against cannot be loaded by cygwin's perl. Easiest would be to link both dll's statically, your MOD.dll and the ??? lib y

Re: /usr/include path issue

2011-05-19 Thread Christopher Faylor
On Thu, May 19, 2011 at 12:33:31PM +0200, G?bor Alsecz wrote: >Hello Csaba, > >Thanks for the reply: > >> do you actually have a netdb.h ? What does >> >> $ find /usr/include/ -name netdb.h >> >> print ? >it works fine, command print the /usr/include/netdb.h > > >> gcc -v getip.c >print all directo

Re: Repeated problems with svn even after rebaseall and peflagsall on Windows 7

2011-05-19 Thread Larry Hall (Cygwin)
On 5/19/2011 11:39 AM, Christopher Faylor wrote: On Thu, May 19, 2011 at 11:32:07AM -0400, Larry Hall (Cygwin) wrote: Short answer: It's an artifact of emulating fork on Windows. Actually the real reason is because we just like annoying people. How could I have been so wrong? ;-) -- Lar

Issues with latest rtorrent under Win7 x64 when attempting to package

2011-05-19 Thread Chris Sutcliffe
Hi All, I've built the latest libtorrent / rtorrent, packaged it and tested it on WinXP x86 with no issues. I then attempted to test on Win7 x64 and it's crashing constantly. I've disabled Windows Defender and uninstalled my antivirus software, done a rebaseall, and nothing seems to help. I'd a

Re: Repeated problems with svn even after rebaseall and peflagsall on Windows 7

2011-05-19 Thread Christopher Faylor
On Thu, May 19, 2011 at 11:32:07AM -0400, Larry Hall (Cygwin) wrote: >On 5/19/2011 11:25 AM, Mike Dahmus wrote: >> Nope, didn't help; in fact, the rebase at 0x7700 (whatever the >> recommendation was) broke things much worse; and now even bash won't start >> without a million access violations.

Re: Repeated problems with svn even after rebaseall and peflagsall on Windows 7

2011-05-19 Thread Larry Hall (Cygwin)
On 5/19/2011 11:25 AM, Mike Dahmus wrote: Nope, didn't help; in fact, the rebase at 0x7700 (whatever the recommendation was) broke things much worse; and now even bash won't start without a million access violations. Why is this even necessary anyways? Other than "because it's always been th

RE: Repeated problems with svn even after rebaseall and peflagsall on Windows 7

2011-05-19 Thread Mike Dahmus
Nope, didn't help; in fact, the rebase at 0x7700 (whatever the recommendation was) broke things much worse; and now even bash won't start without a million access violations. Why is this even necessary anyways? Other than "because it's always been this way"? I've been as stalwart a defender

Re: Windows 7: stat /cygdrive/D/nosuchfile yields garbage

2011-05-19 Thread Larry Hall (Cygwin)
On 5/18/2011 9:57 PM, Keith Thompson wrote: I'm using Cygwin (version 1.7.9-1 of cygwin1.dll) on Windows 7 on a Dell laptop. Cygwin is installed in C:\cygwin. I should mention that I have a second Cygwin installation on the same laptop; it's in C:\apps\cygwin, and has version 1.7.5-1 of cygwin1

[ANNOUNCEMENT] Updated: CMake 2.8.4-1

2011-05-19 Thread Bill Hoffman
CMake 2.8.4-1 is now available on Cygwin mirrors. Here are the changes for CMake 2.8.4: Alex Neundorf (1): Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used Andreas Schneider (1): FindPerlLibs: Add notice of copyright B

[ANNOUNCEMENT] Updated: CMake 2.8.2-1

2011-05-19 Thread Bill Hoffman
CMake 2.8.4-1 is now available on Cygwin mirrors. Here are the changes for CMake 2.8.4: Alex Neundorf (1): Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used Andreas Schneider (1): FindPerlLibs: Add notice of copyright B

Re: mk_all

2011-05-19 Thread Csaba Raduly
On Thu, May 19, 2011 at 4:07 PM, kathy3826 wrote: > > Hi all, > > when i type mk_all command cygwin returns: > -bash: mk_all: command not found Hi, There is no Cygwin package which contains mk_all: http://cygwin.com/cgi-bin2/package-grep.cgi?grep=mk_all Why do you think typing mk_all would exis

mk_all

2011-05-19 Thread kathy3826
Hi all, when i type mk_all command cygwin returns: -bash: mk_all: command not found I thought i have to download some packages, perhaps someone can tell me which? or is it something else. -- View this message in context: http://old.nabble.com/mk_all-tp31655700p31655700.html Sent from th

rsync from cygwin to linux adds characters in ascii files

2011-05-19 Thread asaf greenberg
hi When i rsync a folder from cygwin (winXP-SP3-32bit) to linux (64bit) some of the contents (e.g. in php files) are modified (e.g. added spaces, missing semicolon). My local partition D:/ is (probably) mounted as binary. D:\www\public>mount D:/programs/usr/bin on /usr/bin type ntfs (binary,auto

RE: /usr/include path issue

2011-05-19 Thread Nellis, Kenneth
> From: Gabor Alsecz > > And when running gcc from bash with the followin command: > gcc getip.c > > i receive the following error: > fatal error: netdb.h: No such file or directory > > So how can i add the fine include directory path to the compiler or > cygwin bash to find the .h includes? >

Re: /usr/include path issue

2011-05-19 Thread Gábor Alsecz
Hello Csaba, Thanks for the reply: do you actually have a netdb.h ? What does $ find /usr/include/ -name netdb.h print ? it works fine, command print the /usr/include/netdb.h gcc -v getip.c print all directories included but /usr/include folder missing Gabor On Thu, May 19, 2011 a

Re: /usr/include path issue

2011-05-19 Thread Csaba Raduly
On Thu, May 19, 2011 at 8:54 AM, Gabor Alsecz wrote: > Hi All, > > I am using the latest cygwin installation and I have an issue with my > /usr/include directory under cygwin bash. > > my .c file snippet looks like this: > > #include > #include > #include > #include > #include > > And when ru

few openssh issues

2011-05-19 Thread alex bodnaru
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hello friends, i have just installed openssh with cygwin. thanks a lot for providing it, and cygwin at general. however, there are a few issues i found: 1. ssh-user-config fails because of an error in invoking setfacl: o should be followed by one