Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] We have had known workarounds for python:3 and icu in uclibc-ng for a few months but they havent yet been implemented
Date: Tue, 25 Jul 2017 22:40:44
Message-Id: 8daca9cf-21b4-fe47-a3ab-18251959ca89@gmail.com
In Reply to: [gentoo-user] We have had known workarounds for python:3 and icu in uclibc-ng for a few months but they havent yet been implemented by "Iván"
1 On 25/07/2017 23:05, Iván wrote:
2 > First im not sure if this belongs here or in -dev, posting here just in
3 > case.
4 >
5 > Second, i must say im not trying to be agressive. I aprecciate the
6 > developers work, specially maintaining a side project.
7 >
8 > Uclibc-ng, for some reason, cant read relative paths for LD_LIBRARY_PATH
9 >
10 > I barely know about ebuilds and dont even know how to submit a patch.
11 > But in python and icu bugtrackers you can find workarounds to both
12 > problems.
13 >
14 > https://bugs.gentoo.org/show_bug.cgi?id=591586
15 >
16 > https://bugs.gentoo.org/show_bug.cgi?id=608312
17 >
18 > For python one, you would need to remove PYTHON_SITEDIR from local vars
19 > (line 268) and add in the next line
20 >
21 > local -x LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}$PWD
22 >
23 > As for icu, we can declare the variable in the ebuild, this ought to be
24 > enough.
25 >
26 > export
27 > LD_LIBRARY_PATH=${WORKDIR}/icu/source-*/lib:${WORKDIR}/icu/source-*/stubdata
28 >
29 > Both these options wrapped under a if elibc=uclibc-ng obviously.
30
31
32
33 file a bug report at bugs.gentoo.org
34
35 bug wranglers will ensure it gets to the right people
36
37 --
38 Alan McKinnon
39 alan.mckinnon@×××××.com

Replies