On Thu, May 24, 2018 at 03:54:40PM +0200, Neels Hofmeyr wrote:
On Thu, May 24, 2018 at 08:47:26AM +0200, Harald Welte wrote:
Requested ‘libosmocore >= 0.11.0’ but version of Osmocom Core Library is UNKNOWN
An idea here is that we determine the version from git, or otherwise put a .version file in a tar when generating a tar. If you were to take the source code and autoconf/configure it without either of those, you should get UNKNOWN.
yes, but where would you "take" related source code from? * git repository contains .git and thus git-version-gen works * "make dist" generates a tarball with .version (just verified)
Where else would you get the source code from?