Re: Libraries (was: Re: Read git tags using Scheme)

2020-04-19 Thread Valentin Villenave
On 4/18/20, Noeck  wrote:
> It could not adapt this to my situation:
> https://stackoverflow.com/questions/11961400/getting-rid-of-git-usr-local-lib-libz-so-1-no-version-information-available
> Any idea about this?

Well, the easiest solution I found was to compile LilyPond myself.
Not, however, that this message doesn’t prevent Scheme from executing
whatever system calls you want.

Cheers,
V.



Libraries (was: Re: Read git tags using Scheme)

2020-04-18 Thread Noeck
Hi

Am 17.04.20 um 00:40 schrieb Noeck:
>  Parsing...git: /…path/to…/lilypond-2.20.0-1/lilypond/usr/lib/libz.so.1:
>  no version information available (required by git)

It seems to be a library issue. The shared library exists. It is a
symlink to libz.so.1.2.3

It could not adapt this to my situation:
https://stackoverflow.com/questions/11961400/getting-rid-of-git-usr-local-lib-libz-so-1-no-version-information-available

Any idea about this?

Cheers,
Joram