[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: library dependency information in status output (here: lz4)

From: Julian Foad <julianfoad_at_apache.org>
Date: Tue, 19 Dec 2017 14:27:53 +0000

Andreas Stieger wrote:
> Hello,
>
> should we continue to add all linked dependencies (here: lz4) to the verbose version output, as the attached patch would do?

Sounds good to me, but isn't working for me:

configure says:

checking for lz4 library via pkg-config... yes

and build says:

subversion/libsvn_subr/compress_lz4.c:30:5: warning: "SVN_INTERNAL_LZ4"
is not defined [-Wundef]
cc1: warning: unrecognized command line option ‘-Wno-unused-const-variable’
subversion/libsvn_subr/compress_lz4.c: In function
‘svn_lz4__compiled_version’:
subversion/libsvn_subr/compress_lz4.c:133:41: error:
‘LZ4_VERSION_STRING’ undeclared (first use in this function)
subversion/libsvn_subr/compress_lz4.c:133:41: note: each undeclared
identifier is reported only once for each function it appears in
subversion/libsvn_subr/compress_lz4.c: In function
‘svn_lz4__runtime_version’:
subversion/libsvn_subr/compress_lz4.c:141:10: error: implicit
declaration of function ‘LZ4_versionString’
[-Werror=implicit-function-declaration]

Subversion trunk_at_1818671 on Ubuntu 16.04.

Ubuntu packages 'liblz4-1' and 'liblz4-dev' version '0.0~r131-2ubuntu2'.

- Julian
Received on 2017-12-19 15:28:02 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.