Building subversion runs svnversion, which fails
From: Ryan Schmidt <subversion-2019_at_ryandesign.com>
Date: Sun, 17 Nov 2019 13:47:15 -0600
Hi, I noticed this bug in subversion on macOS. I reported it here:
https://trac.macports.org/ticket/59712
But it's really an upstream issue so I would like to report it here as well.
The subversion build evidently runs the just-built svnversion at some point. This crashes, because the libraries it's linked with haven't been installed yet, and I guess it's not setting DYLD_LIBRARY_PATH to the path where the built libraries are. I assume that the fix will be setting that variable.
This does not cause the build of subversion to fail, but whatever it's running svnversion for can't be getting the correct result. Whether that's important, I don't know.
The MacPorts maintainer of subversion suggested:
> That's almost certainly from the revision-install target in the top level makefile. If it ran, it would populate ${prefix}/include/subversion-1/svn-revision.txt with "Unversioned directory", since it crashes that file gets populated with "unknown". I don't think it actually matters.
Nevertheless, fixing the build so that it does not run a program that crashes would be good.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.