engineer Posted June 1, 2019 Report Share Posted June 1, 2019 So I'm trying to rebuild everything using --emptytree @world and it's failing on python3_4 Preserved libs list comes up, but I don't know what it's for - heres the list tho, if it helps: dev-libs/ice-64.2, dev-libs/libevent-2.1.8, dev-libs/openssl-1.1.1b-r2, net-libs/hhtp-parser-2.9.2 What can I do? Link to comment Share on other sites More sharing options...
cardinal Posted June 1, 2019 Report Share Posted June 1, 2019 I'm using python-2.7.15 and python-3.6.6 with python-kit/3.7-release: rj@funtoo ~ $ ego query v python dev-lang/python| slot| repo ----------------+---------+----------------------- * 2.7.15| 2.7| python-kit/3.7-release ----------------+---------+----------------------- 3.4.8-r1| 3.4/3.4m| python-kit/3.7-release ----------------+---------+----------------------- 3.5.5-r1| 3.5/3.5m| python-kit/3.7-release ----------------+---------+----------------------- * 3.6.6| 3.6/3.6m| python-kit/3.7-release ----------------+---------+----------------------- 3.7.0| 3.7/3.7m| python-kit/3.7-release PYTHON_TARGETS="python3_6 python2_7" All the packages you mention would re-install/install on my system: rj@funtoo ~ $ emerge -pv icu libevent openssl net-libs/http-parser These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] net-libs/http-parser-2.9.2:0/2.9.0::core-server-kit USE="-static-libs" 51 KiB [ebuild R ] dev-libs/openssl-1.1.1b-r2:0/1.1.1b-r2::core-kit USE="asm zlib -bindist -rfc3779 -sctp -sslv3 -static-libs -test -tls-heartbeat -vanilla" CPU_FLAGS_X86="(sse2)" 0 KiB [ebuild R ] dev-libs/icu-64.2:0/64.2::core-kit USE="-debug -doc -examples -static-libs" 0 KiB [ebuild R ] dev-libs/libevent-2.1.8:0/2.1-6::core-kit USE="ssl threads -debug -libressl -static-libs -test" 0 KiB Total: 4 packages (1 new, 3 reinstalls), Size of downloads: 51 KiB Explanation of preserve-libs and preserved-rebuild group : https://wiki.gentoo.org/wiki/Preserve-libs https://wiki.gentoo.org/wiki/Preserved-rebuild Link to comment Share on other sites More sharing options...
engineer Posted June 2, 2019 Author Report Share Posted June 2, 2019 Taking Python3.4 and Python3.5 out of PYTHON_TARGETS in make.conf seems to be work. Now I'm having trouble with nodejs. Link to comment Share on other sites More sharing options...
AdiosKid Posted June 3, 2019 Report Share Posted June 3, 2019 I'm using 3.6 version with no issue. Link to comment Share on other sites More sharing options...
Recommended Posts