Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <40156C9A.5020002@x-ray.at> Date: Mon, 26 Jan 2004 20:38:02 +0100 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.6) Gecko/20040113 MultiZilla/1.5.0.4h MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Please update cvs References: <40155CCB DOT 8060802 AT x-ray DOT at> <20040126183415 DOT GA15847 AT redhat DOT com> In-Reply-To: <20040126183415.GA15847@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Christopher Faylor schrieb: > On Mon, Jan 26, 2004 at 07:30:35PM +0100, Reini Urban wrote: >>zlib problems with the latest cygwin1-20040124.dll.bz2 release. > > cygwin1-20040214.dll.bz2 is not a release. > > Are you reporting a regression between 1.5.6 and the latest snapshot? Sorry. I'm reporting a failure with the current cvs package. It fails with the latest snapshot cygwin1-20040124.dll.bz2 as well as with the latest cygwin1.dll release (v1.5.6-1, build date: 2004-01-19 00:43). both fail with the same error message (strace see below) I compiled the latest cvs (taken from ccvs.cvshome.org ./configure --disable-server) and this works okay. I assume it's a zlib problem because cvs is using its own zlib package and just needs a rebuild. That's why the subject. Note that I didn't use --with-external-zlib which came with 1.12.1 The only problem for me or maybe Charles is how to get to the old 1.11.* tree (esp. v1.11.11). The current cvs version is 1.12.5.1 At least I used it on all my linux servers the 1.12 tree successful, I prefer it over 1.11. for security reasons. (Some admin options and handlers are disabled there, some are better) strace excerpt when the server tries to send the files: 1042 19561027 [main] cvs 2288 fhandler_console::write: at 114(r) state is 0 reading from server 1069 19562096 [main] cvs 2288 fhandler_console::write: 19 = write_console (,..19 ) 1978 19564074 [main] cvs 2288 writev: 19 = write (2, 0x22EBF0, 1), errno 2 1039 19565113 [main] cvs 2288 writev: writev (2, 0x22EBF0, 1) 1034 19566147 [main] cvs 2288 fhandler_console::write: 4209B3, 2 1097 19567244 [main] cvs 2288 fhandler_console::write: at 58(:) state is 0 : 1072 19568316 [main] cvs 2288 fhandler_console::write: 2 = write_console (,..2) 1052 19569368 [main] cvs 2288 writev: 2 = write (2, 0x22EBF0, 1), errno 2 1043 19570411 [main] cvs 2288 writev: writev (2, 0x22EBF0, 1) 1001 19571412 [main] cvs 2288 fhandler_console::write: 6102232E, 9 1036 19572448 [main] cvs 2288 fhandler_console::write: at 73(I) state is 0 I/O error 1069 19573517 [main] cvs 2288 fhandler_console::write: 9 = write_console (,..9) 1044 19574561 [main] cvs 2288 writev: 9 = write (2, 0x22EBF0, 1), errno 2 1038 19575599 [main] cvs 2288 writev: writev (2, 0x22EBF0, 1) 1026 19576625 [main] cvs 2288 fhandler_console::write: 4209B8, 1 1041 19577666 [main] cvs 2288 fhandler_console::write: at 10(0x20) state is 0 2050 19579716 [main] cvs 2288 fhandler_console::write: 1 = write_console (,..1) 1051 19580767 [main] cvs 2288 writev: 1 = write (2, 0x22EBF0, 1), errno 2 1079 19581846 [main] cvs 2288 do_exit: do_exit (1), exit_state 0 1017 19582863 [main] cvs 2288 void: 0x0 = signal (20, 0x1) 1032 19583895 [main] cvs 2288 void: 0x47FCC0 = signal (1, 0x1) 1034 19584929 [main] cvs 2288 void: 0x47FCC0 = signal (2, 0x1) 1037 19585966 [main] cvs 2288 void: 0x47FCC0 = signal (3, 0x1) 1051 19587017 [main] cvs 2288 fhandler_console::close: decremented open_fhs, now 2 1058 19588075 [main] cvs 2288 fhandler_console::close: decremented open_fhs, now 1 1115 19589190 [main] cvs 2288 fhandler_console::close: decremented open_fhs, now 0 1060 19590250 [main] cvs 2288 sigproc_terminate: entering 80068 11602436 [select_pipe] ssh 1812 peek_pipe: , PeekNamedPipe failed, Win32 error 109 1076 11603512 [select_pipe] ssh 1812 peek_pipe: , n -1 3244 19593494 [sig] cvs 2288 wait_sig: done -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ -- 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/