On 08/07/2025 09:41, Andrey Repin via Cygwin wrote:
Greetings, Jon Turney!

I'm not subscribed to -apps list, posting here.

On 07/07/2025 10:22, Andrey Repin via Cygwin wrote:
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

This in part was because my $PATH do not include /usr/bin before /bin.
The root cause is indeed a wrong hardcode, but it can be amended by setting
vars mentioned above.

I've found a way to cheat cygport into defining the required env. vars.

This sounds like a bug in something else. But I don't know where you mean it's "hardcoded"?

[...]

Attached the patch. I've left the consideration about BDB out for now.
Remember that it needs swig3 to build, or a fixed swig4.

I tested the build against the not-so-simple SVN repo I've had on hand, and it
worked just fine except for a case, where it failed to run `svn log` from UNC
path. But that was reproducible even before upgrade, so no big drama.

Thanks!

I've caused this to get built and upload.

It fails (hangs) in it's testsuite at '[040/122] ra-test.exe', but I've no way of knowing if that's a regression or not.

subversion still needs updating to the latest upstream version (1.14.5, at the time of writing), but I guess that's a problem for our future selves...


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

Reply via email to