This may have worked, but this is probably just a workaround, it looks
like the proper fix would be to stop depending on LibUUID and use
util-linux instead.
See also https://github.com/easybuilders/easybuild-easyconfigs/pull/6807
and the recent LibUUID thread
(https://lists.ugent.be/wws/arc/easybuild/2018-10/msg00008.html).
Damian: thoughts on this?
regards,
Kenneth
On 24/09/2018 14:09, Jure Pečar wrote:
On Mon, 24 Sep 2018 11:18:36 +0000
"Alvarez, Damian" <[email protected]> wrote:
Alternatively you can just take it from here:
https://raw.githubusercontent.com/karelzak/util-linux/master/libuuid/src/libuuid.sym
I believe that's the file we used.
Damian
On 24.09.18, 12:50, "[email protected] on behalf of Alvarez, Damian"
<[email protected] on behalf of [email protected]> wrote:
Hi Jure,
You need this:
preconfigopts = 'LDFLAGS="$LDFLAGS -Wl,--version-script=%(builddir)s/libuuid.sym"'
Thanks, that fixed it. I still find it amazing that something like this has not
yet been fixed upstream ...