delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/09/03/16:19:27

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:subject:message-id:in-reply-to
:references:mime-version:content-type; q=dns; s=default; b=BL0PH
ms9FTxUlE/nVsf8OSwdTyPp7b98luDt2MVKqo6cBFQluqz8HPeTYMOGk6/dv5Dxc
/qGrc7VcMXH1hdFz3h8VhidzH3ctDcnpwMmhrCMAwm6bGlSzzc+YVscXdLlzbyi6
OmiF0wVj9FVuG+E6QvAfoXykLia81cYf6l1DY0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:subject:message-id:in-reply-to
:references:mime-version:content-type; s=default; bh=W/5BF0BU9f3
VnpHG+Tp5AZvxPaA=; b=CFcWy4vMj4dO6MWgsK3wtRcrWwukeKczqW6bHUcG7/w
6vHO8UXpB3r4Snq4v5/B619qIo6m1N/+yiKqzSRnz5YPTj0uJXY7rQd1dQEUYeio
qlgTm3UOWGbthTRrZxyQMdNzQXU+zWTObwV0Aw70ag3sVx2HpnP9xvt5czvkKYoM
=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
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
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
Date: Thu, 3 Sep 2015 22:19:02 +0200
From: Sam Geeraerts <samgee AT elmundolibre DOT be>
To: cygwin AT cygwin DOT com
Subject: Re: Subversion crashes
Message-ID: <20150903221902.26606a3c@ayoka.intern>
In-Reply-To: <55DF964D.5020902@acm.org>
References: <20150820232203 DOT 28729ee1 AT ayoka DOT intern> <55D75B30 DOT 6020103 AT acm DOT org> <20150824225010 DOT 3855a586 AT ayoka DOT intern> <55DBB9F7 DOT 3070506 AT acm DOT org> <1886286328 DOT 20150825040305 AT yandex DOT ru> <55DBC19F DOT 8050605 AT acm DOT org> <20150827233951 DOT 0ccff6b6 AT ayoka DOT intern> <55DF964D DOT 5020902 AT acm DOT org>
Mime-Version: 1.0
X-IsSubscribed: yes

--MP_/GN7KHq1AgfrI+pwQzpDE9Zu
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Op Thu, 27 Aug 2015 15:59:25 -0700
schreef David Rothenberger <daveroth AT acm DOT org>:

> 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

/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

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019