Re: Some troubles with packaging toolchains (was Re: Need input on packaging mingw-w64 for Cygwin)

2010-01-31 Thread JonY
On 1/26/2010 23:31, JonY wrote: On 1/26/2010 23:07, Dave Korn wrote: On 25/01/2010 04:16, JonY wrote: This could be changed in the upstream GCC with libw32stdc++-6 as 32bit mingw-w64 toolchain, libw64stdc++-6 as 64bit mingw-w64, and the normal libstdc++-6 for the mingw.org toolchain. Now all

[ITP] ucspi-tcp

2010-01-31 Thread Steven Monai
Hello folks, I have created a cygport script to package D. J. Bernstein's 'ucspi-tcp' software. I propose to submit the package for inclusion in the Cygwin package archive, with myself as its maintainer. ucspi-tcp is an implementation of the UNIX Client-Server Program Interface (UCSPI, ooks-pie)

broken links in Cygwin-X menu on win7 64 Error could not start C:\cygwin\bin\xemacs-21.4.22.exe(a single strange character kind of I)!! -display 127.0.0.1:0.0

2010-01-31 Thread Guy Ka
Hi I have just installed cygwin on my Win7 Home Premium 64 machine. I installed everything from the cygwin repository following instructions on the setup page. However, some of the links on Cygwin-X menu as well as the shortcuts on the desktop are broken. As an example the Xemacs shortcut is

Re: bug report/suggested temp. patch: handling bursts of sent keys

2010-01-31 Thread Mark Lillibridge
I've done a bit more investigating. It appears that winWindowProc can block at the cost of preventing processing of any Windows messages until it returns. Does anyone know how fast the mieq queue drains? If this isn't very fast, then having winWindowProc block waiting for the mieq queue is

Re: bug report/suggested temp. patch: handling bursts of sent keys

2010-01-31 Thread Bengt-Arne Fjellner
On 2010-02-01 12:33 AM, Mark Lillibridge wrote: I've done a bit more investigating. It appears that winWindowProc can block at the cost of preventing processing of any Windows messages until it returns. Does anyone know how fast the mieq queue drains? If this isn't very fast, then having

gcc command not found

2010-01-31 Thread Paul Cantalupo
Hello, I recently upgraded my cygwin installation from 1.5.x to 1.7.1 without what seemed to be any problems. Then I tried to compile a Perl Module called GD and I get this error: gcc: command not found I've never had this problem before the upgrade to 1.7. Then I checked for gcc in various

Re: gcc command not found

2010-01-31 Thread Dave Korn
On 31/01/2010 15:14, Paul Cantalupo wrote: Any ideas on what I should try next? I'm about ready to backup my existing installation and try to create a whole brand-new cygwin installation. Nooo! Don't go that far. Let's check your postinstall scripts: run ls -l /etc/postinstall/gcc*, and

Re: gcc command not found

2010-01-31 Thread Paul Cantalupo
On 31/01/2010 15:14, Paul Cantalupo wrote: Any ideas on what I should try next? I'm about ready to backup my existing installation and try to create a whole brand-new cygwin installation. Nooo! Don't go that far. Let's check your postinstall scripts: run ls -l /etc/postinstall/gcc*, and

Re: gcc command not found

2010-01-31 Thread Dave Korn
On 31/01/2010 16:33, Paul Cantalupo wrote: OK here is the output from ls -l /etc/postinstall/gcc* Argh. Bad perms, gah. Try this: for x in /etc/postinstall/{gcc.,gcc-[^tm],gcc4-}* ; do . $x done Then check in your bin dir for all the appropriate names and links. cheers,

Re: gcc command not found

2010-01-31 Thread Dave Korn
On 31/01/2010 17:16, Dave Korn wrote: On 31/01/2010 16:33, Paul Cantalupo wrote: OK here is the output from ls -l /etc/postinstall/gcc* Argh. Bad perms, gah. Try this: for x in /etc/postinstall/{gcc.,gcc-[^tm],gcc4-}* ; do . $x done Then check in your bin dir for all the

Re: gcc command not found

2010-01-31 Thread Paul Cantalupo
Argh. Bad perms, gah. Try this: for x in /etc/postinstall/{gcc.,gcc-[^tm],gcc4-}* ; do . $x done Then check in your bin dir for all the appropriate names and links. cheers, DaveK I ran your for loop command and got this: bash:

Re: gcc command not found

2010-01-31 Thread Dave Korn
On 31/01/2010 17:29, Paul Cantalupo wrote: This makes me wonder if there are other post-install scripts that did not successfully execute due to incorrect permissions on files. Guess I'll have to deal with them as they arise. Unlikely; it's a known packaging error in the current GCC. Guess

sshd for running a cluster process

2010-01-31 Thread Brian Wolf
Hi, I don't know much about ports and networking things. I am using cygwin under Windows XP. I followed the cygwin directions for installing sshd,and I believe its running, ie $ ssh localhost Last login: Sun Jan 31 09:37:39 2010 from 127.0.0.1:0.0 and ... I4220 14220

Re: Windows 7

2010-01-31 Thread Larry Hall (Cygwin)
On 01/29/2010 08:45 PM, Brian Wilson wrote: I had a similar problem upgrading on XP. I think my issue was related to a heap space allocation issue which prevents the shell from running during the installation. I found that failed installations left shell processes running, but not doing

Xwin report and partial solution

2010-01-31 Thread Javier Sedano
Hi, friends, yesterday I tried to run the cygwin X server, but it did not run. It cried about being unable to bind to the ipv6 address or so. Browsing the mail list I've seen several requests for help, but I have not found the solution that I applied: install the ipv6 stack. Once I