www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2025/07/05/09:05:38

DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 565D5bER2236881
Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com
Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com
DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 565D5bER2236881
Authentication-Results: delorie.com;
dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=W2/WJ91i
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B7E23385DC1A
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1751720735;
bh=iISHDd2Bks6KJsPKw8MiEAgdtocVJvDVgwHOZVrkR0g=;
h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
From;
b=W2/WJ91ickOtzhIO3TDI2ja/f4AIOK08DFFABQu+q7QL2xM3/GA30JB535W9Q7HHZ
aPO2InfZuAHMd143pIKK6XU3ReD6vAcM6zPma5h0tu8PppHGFgfdKhKsjS02JbBYcP
OFohC/lJmQMCGKEI85sLa/5rzF8ufWnW47+xdZeM=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B43A63854AAE
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B43A63854AAE
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1751720711; cv=none;
b=GwGVWKFNt9gevHfB9JSCRShH1jqxH4SERaznsXwjo5TBjHadR/XpNpg9pgVDuzwuYaZw1bsr6m+Hi6azqrFqulCNMiqXTnL5PjNqpL77moaDFWqu2ay44+TFnrxICJoEW7qQ8ynPLGZlpnJqTnXxqPP0U01+zB+O6NXhrkN3/0k=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1751720711; c=relaxed/simple;
bh=k2wCb4WW4yjCp2Af2e4wzDfZQ6NGcodiP9hPkf85uhI=;
h=DKIM-Signature:Date:From:Message-ID:To:Subject:MIME-Version;
b=eMYD3SOqYIuI5tswgrp0qFzK3m45pai2qz8otZjLM7oNeYgWF8e38jFqdPREilKrN4AXngIBbS74Vyz7NyU4+qMtmF7DspYdUbbxzOo2WiXLE4ed5nfpcvJlDu16CX1alNd6ppyXQh9GUKrOt8IZUZqlXsqdmMv4Q9KmG56n1u8=
ARC-Authentication-Results: i=1; server2.sourceware.org
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B43A63854AAE
X-Yandex-Fwd: 1
Date: Sat, 5 Jul 2025 15:54:21 +0300
X-Mailer: The Bat! (v9.3.4) Professional
Message-ID: <1124260869.20250705155421@yandex.ru>
To: Andrey Repin via Cygwin <cygwin AT cygwin DOT com>, cygwin AT cygwin DOT com
Subject: Re: subversion-perl needs to be updated with current Perl (was: Re:
Cannot install git-svn)
In-Reply-To: <1661088779.20250628223117@yandex.ru>
References: <sszxsqumrvxbmhxhqzer AT wzbo> <87bjrwl97d DOT fsf AT Gerda DOT invalid>
<87tt5ojq7p DOT fsf_-_ AT Gerda DOT invalid> <1661088779 DOT 20250628223117 AT yandex DOT ru>
MIME-Version: 1.0
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Andrey Repin via Cygwin <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Andrey Repin <anrdaemon AT yandex DOT ru>
Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com>

Greetings, Andrey Repin via Cygwin!

Trying to rebuild it myself.
After installing dependencies, the errors similar to

Libtool helper path not found (try setting the LIBTOOL_M4 environment variable)
  expected at: '/bin/../share/aclocal'

were fixed by setting some variables

LIBTOOL_CONFIG=/usr/share/libtool/build-aux
LIBTOOL_M4=/usr/share/aclocal
export LIBTOOL_CONFIG LIBTOOL_M4

But now, it can't find the installed BDB 5.3.28:

configure: error: Berkeley DB 4.0.14 or 5.x wasn't found.

Subversion mailing list suggests that BDB back-end is deprecated.
I've removed the `--with-berkeley-db` key from cygport file for now, but it
would probably be better to outright disable the support.

But now the error came at the end of building:

 undefined reference to `SWIG_snprintf'

The swig package is installed.
What could be wrong?


-- 
With best regards,
Andrey Repin
Saturday, July 5, 2025 14:56:25

Sorry for my terrible english...


-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


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