Re: [RFU] unison2.40

2010-10-27 Thread Christopher Faylor
On Tue, Oct 26, 2010 at 05:08:40AM -0400, Andrew Schulman wrote:
 Please upload, removing 2.40.61-1 and leaving 2.40.16-2 as the previous
 release.  Thanks, Andrew.

Ping.  I think this got lost in the shuffle, probably because it came right
after the previous RFU and had the same subject.  I guess I should specify the
full upload version in the subject, to make sure the messages can be easily
distinguished.  Thanks, Andrew.

cd release/unison
B='http://home.comcast.net/~andrex2/cygwin/unison'
wget -x -nH --cut-dirs=3 \
 ${B}/unison2.40/unison2.40-2.40.61-2.tar.bz2 \
 ${B}/unison2.40/unison2.40-2.40.61-2-src.tar.bz2
rm unison2.40/unison2.40-2.40.61-1*

Uploaded.

Btw, this is not how a package should be uploaded.  A package should be
first put in a staging area and then moved to its final location when it
has been completely retrieved.  If you download directly to the release
area you will have a chance of a mirror grabbing an incomplete tarball
while you are in the process of downloading the package to sourceware.

There's still a race when downloading to a staging area and moving the
files but it is a smaller window and, if the staging area, is in the
same filesystem as the release area, the window will be an
all-or-nothing file exists/doesn't exist scenario rather than a
partial-file scenario.

cgf


Re: [RFU] mintty-0.9.2-1

2010-10-27 Thread Christopher Faylor
On Wed, Oct 27, 2010 at 06:56:43AM +0100, Andy Koppe wrote:
Please upload:

wget http://mintty.googlecode.com/files/mintty-0.9.2-1.tar.bz2
wget http://mintty.googlecode.com/files/mintty-0.9.2-1-src.tar.bz2

0.8.3-1 can be deleted, leaving 0.9.1-1 as previous.

Uploaded.

cgf


Re: gvim tiny font in 1.7.7 (back again)

2010-10-27 Thread David T-G
Jon, et al --

...and then Jon TURNEY said...
% 
% On 25/10/2010 11:25, David T-G wrote:
% 
...
% Any more ideas? :-(
% 
% More questions, certainly.
% 
...
% You might compare the appearance of the fonts shown by 'xfd -fa Courier' 
% and 'xfd -fn -*-courier-medium-r-*-*-*-120-*-*-*-*-*-*' to test that.

Oops...  No xfd installed at the moment.  In fact, of my /usr/bin/x*
programs, I think that only xterm and xpdf are applicable, and xpdf
essentially just shows graphics.

I'll report back as soon as I can install xfd and give it a try :-)
In the mean time, if you can recommend any other programs to be sure
I have so as to run tests, let me know.


Thanks again  HAND

:-D
-- 
David T-G
See http://justpickone.org/davidtg/email/
See http://justpickone.org/davidtg/tofu.txt



pgp9Blizv5nhv.pgp
Description: PGP signature


Re: gvim tiny font in 1.7.7 (back again)

2010-10-27 Thread David T-G
Frédéric --

...and then Frédéric Bron said...
% 
%  But perhaps you mean that gvim is the only application which shows this
%  problem?
% 
% When I have the problem, it is not only gvim but also gv for example.
% It seems it has to do with screen resolution change (see my previous
% email).

I didn't see that, but perhaps because I am not a list subscriber and
didn't see it go by.  I don't use many X apps, however, so there isn't
much comparison :-/


% Frédéric


Thanks  HANN

:-D
-- 
David T-G
See http://justpickone.org/davidtg/email/
See http://justpickone.org/davidtg/tofu.txt



pgps5vR1TZe3f.pgp
Description: PGP signature


winsup/cygwin ChangeLog include/cygwin/version.h

2010-10-27 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: c...@sourceware.org 2010-10-27 14:22:27

Modified files:
cygwin : ChangeLog 
cygwin/include/cygwin: version.h 

Log message:
* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 233.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaumr1=1.5088r2=1.5089
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=uberbaumr1=1.328r2=1.329



Re: Problem with deleting the Cygwin folder

2010-10-27 Thread Gerrit P. Haase
On 27 October 2010 02:15, Gregg Levine wrote:


Hello!
After running the setup program in uninstall mode, it seems
everything is left behind.

Hello Gregg,

Most probably a permission problem, take ownership of the cygwin
folder and all subfolders, change permission so that you can delete it
and then drop it, best is to use a deltree replacement inside the
cygwin folder (in a cmd shell):

for /f delims= %%d in ('dir /s /b /ad %1 ^| sort /r') do rd %%d /s /q

But you can also do this with Explorer, obce the permissions are set correct.


Gerrit

--
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: SSH - Can't Login (3rd Post)

2010-10-27 Thread Charles Smith
The critical information is that ssh works fine by using setup.exe to 
back-configure version 5.5p?.? (the previous version) with no other changes.  
Completely reliably, for different users on different machines.


  

--
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: Cygwin 2.510.2.2 - Bootstrapping inline module error in Win XP OS in HP laptop which has Intel i5 64 bit processor.

2010-10-27 Thread Gb Shasi Kumar
Hi Csaba,

I am really sorry about the top-posted, I hope this email doesn't
add-up to it, If so, I will stop it at this.
Your suggestion SOLVED MY PROBLEM. You are right, the command
cygcheck did the trick, it clearly pointed out the problem of
missing DLLs  VISA32.DLL was the missing DLL which was causing the
below error.

Thanks once again.

Shasi

On Tue, Oct 26, 2010 at 2:39 PM, Csaba Raduly rcs...@gmail.com wrote:
 Hi Shasi,

 Your reply was top-posted (http://www.cygwin.com/acronyms/#TOFU).
 Please don't do that. If a discussion gets longer than three replies,
 it makes it very difficult to follow the discussion.

 On Mon, Oct 25, 2010 at 7:30 PM, Gb Shasi Kumar  wrote:
 Hi Csaba

 Thanks for your reply.

 I am replying to your questions.

 Information about Cygwin Installation - I have attached the
 cygcheck.out file which should give all the details of my
 installation, by the way my version of .ini file is 2.510.2.2. Please
 let me know if you need any more details.

 For the below mentioned commands you recommended, I have attached a
 file cygwin_error_reporting.txt which shows the output of the typed
 commands. By the way I have changed the working directory

 (snip)
 Thanks for your help.

 Shasi

 On Mon, Oct 25, 2010 at 8:32 PM, Csaba Raduly r.@g wrote:

 http://www.cygwin.com/acronyms/#PCYMTNQREAIYR   ^
 Let's not make life easy for spammers.

 In cygwin_error_reporting/txt, the output of cygcheck reveals the problem:

 C:\cygwin\home/Intel/test/_Inline/lib/auto/Corelis_JTAG_6bd5/Corelis_JTAG_6bd5.dll
  C:\cygwin\bin\cygwin1.dll
    C:\Windows\system32\ADVAPI32.DLL
      C:\Windows\system32\msvcrt.dll
        C:\Windows\system32\KERNELBASE.dll
          C:\Windows\system32\ntdll.dll
        C:\Windows\system32\API-MS-Win-Core-Console-L1-1-0.dll
 (snip)
      C:\Windows\system32\KERNEL32.dll
        C:\Windows\system32\API-MS-Win-Core-RtlSupport-L1-1-0.dll
        C:\Windows\system32\API-MS-Win-Core-IO-L1-1-0.dll
        C:\Windows\system32\API-MS-Win-Core-ThreadPool-L1-1-0.dll
      C:\Windows\system32\RPCRT4.dll
        C:\Windows\system32\API-MS-Win-Core-DelayLoad-L1-1-0.dll
  C:\cygwin\bin\cygperl5_8.dll
    C:\cygwin\bin\cygcrypt-0.dll
  C:\cygwin\home\Intel\test\LabPerl_JTAGUSB_GPIB32_PPort.dll

 Error: could not find VISA32.dll
 
 (snip)

 VISA32.dll is either not present or PATH is not set up correctly. This
 is probably the difference between the three computers.

 Hope this helps,
 Csaba
 --
 GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
 Life is complex, with real and imaginary parts.
 Ok, it boots. Which means it must be bug-free and perfect.  -- Linus 
 Torvalds
 People disagree with me. I just ignore them. -- Linus Torvalds

 --
 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



--
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: SSH - Can't Login (3rd Post)

2010-10-27 Thread J.C. Wren
On Wed, Oct 27, 2010 at 4:02 AM, Charles Smith cts.priv...@yahoo.com wrote:
 The critical information is that ssh works fine by using setup.exe to 
 back-configure version 5.5p?.? (the previous version) with no other changes.  
 Completely reliably, for different users on different machines.




 --
 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


I ran into this also, the other day.  Check the cygwin1.dll version
(with cygcheck).

--jc

--
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



cygserver shuts down 'unexpectedly

2010-10-27 Thread Jeff Rancier
Is there a timeout for cygserver? After running for a while, I get the 
following 

in the terminal:

$ cygserver: All pending requests processed
cygserver: No longer accepting requests - cygwin will operate in daemonless mode
cygserver: All outstanding process-cache activities completed
cygserver: Shutdown finished.

[1]+  Done/usr/sbin/cygserver -f /etc/cygserver.conf 
--log-level 7  (wd: ~)
(wd now: /srv/www/htdocs)

Thanks,
Jeff


  

--
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: Unable to remap error

2010-10-27 Thread Harie Ram
Hi Team,
Can someone reply to this question ?
How would I know which are the 3rd party dlls ?? I have installed the
packages from the Cygwin website only.

Thanks,
Harie
On Mon, Oct 11, 2010 at 7:57 PM, Harie Ram hari.ra...@gmail.com wrote:
 1. You have 3rd party DLLs built with Cygwin.  These won't get rebased
     by default because rebaseall doesn't know about them.  Read the
     readme for details on how to include these other DLLs

 How would I know which are the 3rd party dlls ?? I have installed the
 packages from the Cygwin website only.

 2. http://cygwin.com/acronyms/#BLODA

 BLODA is not a problem for sure as the same list of applications are
 there on Windows XP also and this package is working absolutely fine.

 THanks,
 Harie
 On Wed, Oct 6, 2010 at 11:49 PM, Larry Hall (Cygwin)
 reply-to-list-only...@cygwin.com wrote:
 On 10/6/2010 3:17 AM, Harie Ram wrote:

 Finally got rebaseall working with the normal user itself. Please find
 the result of successful rebaseall below . It was the case of
 permissions on C:\Cygwin folder for newly installed packages.

 # rebaseall
 #

 Even after a successful rebaseall , I am still getting the unable to
 remap error intermittently. Please help. Again its happening only on
 Windows 7.

 If rebaseall doesn't help, then it's one of two things:

  1. You have 3rd party DLLs built with Cygwin.  These won't get rebased
     by default because rebaseall doesn't know about them.  Read the
     readme for details on how to include these other DLLs.

  2. http://cygwin.com/acronyms/#BLODA

 --
 Larry Hall                              http://www.rfk.com
 RFK Partners, Inc.                      (508) 893-9779 - RFK Office
 216 Dalton Rd.                          (508) 893-9889 - FAX
 Holliston, MA 01746

 _

 A: Yes.

 Q: Are you sure?

 A: Because it reverses the logical flow of conversation.

 Q: Why is top posting annoying in email?

 --
 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




--
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: Unable to remap error

2010-10-27 Thread Larry Hall (Cygwin)

On 10/27/2010 10:43 AM, Harie Ram wrote:

On Mon, Oct 11, 2010 at 7:57 PM, Harie Ramhari.ra...@gmail.com  wrote:

1. You have 3rd party DLLs built with Cygwin.  These won't get rebased

 by default because rebaseall doesn't know about them.  Read the
 readme for details on how to include these other DLLs


How would I know which are the 3rd party dlls ?? I have installed the
packages from the Cygwin website only.

2.http://cygwin.com/acronyms/#BLODA

BLODA is not a problem for sure as the same list of applications are
there on Windows XP also and this package is working absolutely fine.

Hi Team,
Can someone reply to this question ?
How would I know which are the 3rd party dlls ?? I have installed the
packages from the Cygwin website only.


Assuming you haven't built any yourself, you'd have to look for these.
There are tools out there that are built using Cygwin and depend on
cygwin1.dll but don't come from cygwin.com.  In a rough approximation
of a brute force approach (assuming you can't more intelligently determine
a good list to investigate), you can search for all *.dll files on your
system and run each through 'cygcheck' looking for 'cygwin1.dll' in the
output.  Any that you find that aren't from the packages you installed
(under your Cygwin root directory) would be the ones you need to consider.
From a practical standpoint, if you're seeing the problem now, the
problematic DLL(s) would be loaded so you can certainly limit what you
look at to those apps that are currently running (or would run when you
see the problem).

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


--
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: gcc: stable 4.5 soon?

2010-10-27 Thread Yaakov (Cygwin/X)
On Thu, 2010-10-07 at 13:20 -0500, Yaakov (Cygwin/X) wrote:
 Dave,
 
 I have been using a gcc-4.5.1 built with your 4.5.0 patchset for some
 time.  Besides the issues I noted back in August[1], I have been pleased
 with its performance.  Any chance we can get a stable 4.5.1 soon with at
 least the easier issues noted therein fixed?
 
 [1] http://cygwin.com/ml/cygwin/2010-08/msg00412.html

I finally managed to fix the GCJ tools; what I didn't realize is that
libgcj uses its own NIO code instead of GNU Classpath's.  Patch
attached; this *replaces* classpath-0.98-FIONREAD.patch.

Could we get a timeframe on a stable 4.5.1 including this patch?


Yaakov

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35536

--- origsrc/gcc-4.5.1/libjava/gnu/java/nio/channels/natFileChannelPosix.cc	2007-04-02 20:05:50.0 -0500
+++ src/gcc-4.5.1/libjava/gnu/java/nio/channels/natFileChannelPosix.cc	2010-10-27 13:39:34.044718100 -0500
@@ -386,7 +386,7 @@ FileChannelImpl::available (void)
 
 #if defined (FIONREAD)
   r = ::ioctl (fd, FIONREAD, num);
-  if (r == -1  errno == ENOTTY)
+  if (r == -1  (errno == ENOTTY || errno == EINVAL))
 {
   // If the ioctl doesn't work, we don't care.
   r = 0;

--
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

[ANNOUNCEMENT] Updated: mintty-0.9.2-1

2010-10-27 Thread Andy Koppe
mintty 0.9.2-1 has been uploaded. This is a maintenance release.

DESCRIPTION
===
Mintty is a terminal emulator for Cygwin with a native Windows user
interface and minimalist design. Among its features are Unicode
support and a graphical options dialog. Its terminal emulation is
largely compatible with xterm, but it does not require an X server.

CHANGES
===
- Implemented hexadecimal Alt codes for entering codepoints, as per
MS's interpretation of ISO 14755: Hold down Alt, press '+' on the
numpad followed by the hexadecimal character code, release Alt.
- Fixed a bug with Alt codes that caused them not to work if the first
digit was not entered quickly after holding down Alt.
- Reinstated support for opening relative paths in child processes
with Ctrl+click or the 'Open' command. (This requires the upcoming
Cygwin 1.7.8.)
- Avoided a crash that somehow was triggered by Cygwin's setup.exe
running postinstall scripts under some circumstances.
- Changed postinstall script so that it doesn't get confused by a link
called 'cygwin' in the root directory.

QUESTIONS
=
The mintty manual is installed as a manpage ('man mintty'). It's also
available at http://mintty.googlecode.com/svn/tags/0.9.2/docs/mintty.1.html.

Questions and comments can be sent to the mintty discussion group at
http://groups.google.com/group/mintty-discuss or the Cygwin mailing
list. Please use the issue tracker at
http://code.google.com/p/mintty/issues/list to report bugs or suggest
enhancements.



To update your installation, click on the Install Cygwin now link
on the http://cygwin.com web page.  This downloads setup.exe to
your system.  Then, run setup and answer all of the questions.

    *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there. It will be in the 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

--
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: gcc: stable 4.5 soon?

2010-10-27 Thread Charles Wilson
On 10/27/2010 5:51 PM, Yaakov (Cygwin/X) wrote:
 Could we get a timeframe on a stable 4.5.1 including this patch?

I suspect it will have to wait until after gcc 4.6 stage 1 closes, at
best, since Dave is currently trying to get some major improvements
merged by that deadline.  Stage 1 closure is now (re)scheduled for end
of October; it was supposed to happen this evening.

--
Chuck

--
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



Updated: mintty-0.9.2-1

2010-10-27 Thread Andy Koppe
mintty 0.9.2-1 has been uploaded. This is a maintenance release.

DESCRIPTION
===
Mintty is a terminal emulator for Cygwin with a native Windows user
interface and minimalist design. Among its features are Unicode
support and a graphical options dialog. Its terminal emulation is
largely compatible with xterm, but it does not require an X server.

CHANGES
===
- Implemented hexadecimal Alt codes for entering codepoints, as per
MS's interpretation of ISO 14755: Hold down Alt, press '+' on the
numpad followed by the hexadecimal character code, release Alt.
- Fixed a bug with Alt codes that caused them not to work if the first
digit was not entered quickly after holding down Alt.
- Reinstated support for opening relative paths in child processes
with Ctrl+click or the 'Open' command. (This requires the upcoming
Cygwin 1.7.8.)
- Avoided a crash that somehow was triggered by Cygwin's setup.exe
running postinstall scripts under some circumstances.
- Changed postinstall script so that it doesn't get confused by a link
called 'cygwin' in the root directory.

QUESTIONS
=
The mintty manual is installed as a manpage ('man mintty'). It's also
available at http://mintty.googlecode.com/svn/tags/0.9.2/docs/mintty.1.html.

Questions and comments can be sent to the mintty discussion group at
http://groups.google.com/group/mintty-discuss or the Cygwin mailing
list. Please use the issue tracker at
http://code.google.com/p/mintty/issues/list to report bugs or suggest
enhancements.



To update your installation, click on the Install Cygwin now link
on the http://cygwin.com web page.  This downloads setup.exe to
your system.  Then, run setup and answer all of the questions.

    *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there. It will be in the 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