From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22555 invoked by alias); 27 Jun 2012 14:07:27 -0000 Received: (qmail 22544 invoked by uid 22791); 27 Jun 2012 14:07:26 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_NUMERIC_HELO,SPF_HELO_PASS,TW_SV,TW_YG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 27 Jun 2012 14:07:08 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Sjstc-000253-Bz for cygwin@cygwin.com; Wed, 27 Jun 2012 16:07:04 +0200 Received: from 217.10.60.85 ([217.10.60.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Jun 2012 16:07:04 +0200 Received: from Stromeko by 217.10.60.85 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Jun 2012 16:07:04 +0200 To: cygwin@cygwin.com From: Achim Gratz Subject: Re: cygwin 1.7.15: svn disk I/O error Date: Wed, 27 Jun 2012 14:07:00 -0000 Message-ID: References: <87pq8vxaok.fsf@Rainer.invalid> <4FE117BA.1020909@etr-usa.com> <87395qh7wm.fsf@Rainer.invalid> <87ehp2ja2k.fsf@Rainer.invalid> <4FE9F08A.9060503@acm.org> <87a9zqj6b7.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-06/txt/msg00512.txt.bz2 Achim Gratz nexgo.de> writes: > I'm not near my work machine, so this is from memory... the test suite > requires perl modules I didn't have installed and fails most perl tests > without them — not too worried about this, will install those later this > week. The fail is not due to a module missing, but due to the perl dynaloader not being able to load the DLL produced by the build. The error message is not helpful as there's no reason given for why it couldn't load the DLL. The file exists and is readable /executable. However, LDD gives strange output: # ldd subversion/bindings/swig/perl/native/blib/arch/auto/SVN/_Core/_Core.dll ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x772e0000) kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x75c60000) KERNELBASE.dll => /cygdrive/c/Windows/system32/KERNELBASE.dll (0x756b0000) ??? => ??? (0x587f0000) ??? => ??? (0x6c540000) ??? => ??? (0x61000000) ??? => ??? (0x6b1a0000) ??? => ??? (0x615e0000) ??? => ??? (0x61ad0000) ??? => ??? (0x617d0000) ??? => ??? (0x619a0000) ??? => ??? (0x617e0000) ??? => ??? (0x6c520000) ??? => ??? (0x6be20000) ??? => ??? (0x6b6a0000) ??? => ??? (0x66620000) ??? => ??? (0x65030000) ??? => ??? (0x64ca0000) ??? => ??? (0x60560000) ??? => ??? (0x61bf0000) ??? => ??? (0x75590000) ??? => ??? (0x771d0000) ??? => ??? (0x754a0000) > I've had to comment out the Apache module build since the mod_dav.la > was nowhere to be found and no Cygwin package provides it. Even with the changes to the build config by Yaakov trying to build the Apache module fails for me, now with unresolved symbols of the form "_dav_*". I've built without mod_dav to work around that. > The ephemeral rebase option I posted patches for in cygwin-apps should > help with that. Since I should have the same problem, I'll see that I > can adapt the cygport file to use it. Rebasing does help. Failing Perl tests aside (which never start due to the issue outlined above), all further tests so far are pass. Judging from the current progress, I'd think tests will run at least for two more hours. Regards, Achim. -- 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