From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125437 invoked by alias); 3 Sep 2015 20:19:09 -0000 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 Received: (qmail 125427 invoked by uid 89); 3 Sep 2015 20:19:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.6 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 X-HELO: mailrelay111.isp.belgacom.be Received: from mailrelay111.isp.belgacom.be (HELO mailrelay111.isp.belgacom.be) (195.238.20.138) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 03 Sep 2015 20:19:07 +0000 X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=z2WTV4mAI6UWamCjDJCdLIA+c/M+fkeu8SyhGDYh7nk= c=1 sm=2 a=N54-gffFAAAA:8 a=Y0jHkKacY4UupYwoWkoA:9 a=CjuIK1q_8ugA:10 a=oyh9i4RbsZ3ERnyGFr0A:9 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2AFBACQquhV/2UigG1dgxuBPb1LCodyAoE6ORQBAQEBAQEBgQqEJAEBAwFWKAsLIRMSDyoeGYgmDAHLbwELIIZzhHuFEheEFQEEhy+GdocsgkGKMwOabyaEAjwziUwBAQE Received: from 101.34-128-109.adsl-dyn.isp.belgacom.be (HELO ayoka.intern) ([109.128.34.101]) by relay.skynet.be with ESMTP; 03 Sep 2015 22:19:05 +0200 Date: Thu, 03 Sep 2015 20:19:00 -0000 From: Sam Geeraerts To: cygwin@cygwin.com Subject: Re: Subversion crashes Message-ID: <20150903221902.26606a3c@ayoka.intern> In-Reply-To: <55DF964D.5020902@acm.org> References: <20150820232203.28729ee1@ayoka.intern> <55D75B30.6020103@acm.org> <20150824225010.3855a586@ayoka.intern> <55DBB9F7.3070506@acm.org> <1886286328.20150825040305@yandex.ru> <55DBC19F.8050605@acm.org> <20150827233951.0ccff6b6@ayoka.intern> <55DF964D.5020902@acm.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/GN7KHq1AgfrI+pwQzpDE9Zu" X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00062.txt.bz2 --MP_/GN7KHq1AgfrI+pwQzpDE9Zu Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 456 Op Thu, 27 Aug 2015 15:59:25 -0700 schreef David Rothenberger : > I may or may not try to debug this and fix it in Subversion, but > hopefully this will provide you with a reasonable work-around. I'm not sure what the right way is to build a package from source. I downloaded the -src file, unpacked it, and ran ./configure and make. Compilation failed on an undeclared variable DRIVE_NO_ROOT_DIR (log tail attached). What am I missing? --MP_/GN7KHq1AgfrI+pwQzpDE9Zu Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=svn.txt Content-length: 974 /bin/sh /cygdrive/c/temp/subversion/subversion-1.8.14-1.src/subversion-1.8.14/libtool --tag=CC --silent --mode=compile gcc -std=c90 -g -O2 -I./subversion/include -I./subversion -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include -o subversion/tests/libsvn_subr/dirent_uri-test.lo -c subversion/tests/libsvn_subr/dirent_uri-test.c subversion/tests/libsvn_subr/dirent_uri-test.c: In function 'test_dirent_condense_targets': subversion/tests/libsvn_subr/dirent_uri-test.c:2069:46: error: 'DRIVE_NO_ROOT_DIR' undeclared (first use in this function) && GetDriveType("D:\\") == DRIVE_NO_ROOT_DIR) ^ subversion/tests/libsvn_subr/dirent_uri-test.c:2069:46: note: each undeclared identifier is reported only once for each function it appears in Makefile:706: recipe for target 'subversion/tests/libsvn_subr/dirent_uri-test.lo' failed make: *** [subversion/tests/libsvn_subr/dirent_uri-test.lo] Error 1 --MP_/GN7KHq1AgfrI+pwQzpDE9Zu Content-Type: text/plain; charset=us-ascii Content-length: 218 -- 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 --MP_/GN7KHq1AgfrI+pwQzpDE9Zu--