[gentoo-user] Re: problem dropping Python 2.7

2019-09-12 Thread Holger Hoffstätte
On 9/12/19 10:13 AM, Nikos Chantziaras wrote: As for getting around the first 3, you need to uninstall everything that depends on them and then unmerge them. I don't know how feasible that is, because some important packages probably depend on LLVM? Not sure. Right now, Python 2.7 is required

Re: [gentoo-user] Re: problem dropping Python 2.7

2019-09-12 Thread Philip Webb
190912 Nikos Chantziaras wrote: > On 12/09/2019 07:36, Philip Webb wrote: >> I've been trying to eliminate Python 2.7 >> & have dropped the 'TARGETS' lines from 'make.conf', leaving only 3.6 , >> but it seems that a number of pkgs still require it : > Uninstall all packages that require Python

[gentoo-user] Re: problem dropping Python 2.7

2019-09-12 Thread Nikos Chantziaras
On 12/09/2019 10:56, Philip Webb wrote: I'm now left with 5 problem pkgs : llvm-7.1.0 fetchmail-6.3.26-r4 qtwebkit-5.212.0_pre20180120 spidermonkey-60.5.2_p0-r2 firefox-60.8.0 the former 3 all have in their ebuilds PYTHON_COMPAT=( python2_7 ) the latter 2 are said to require

[gentoo-user] Re: gdb build failure: tui/tui-win.o: undefined reference to symbol 'keypad'

2019-09-12 Thread Grant Edwards
On 2019-09-11, Grant Edwards wrote: > This morning the build of gdb failed during a routine update: > > [...] > CXXxml-tdesc.o > CXXinit.o > CXXLD gdb > /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: > tui/tui-win.o: undefined reference to symbol

[gentoo-user] Re: gdb build failure: tui/tui-win.o: undefined reference to symbol 'keypad'

2019-09-12 Thread Grant Edwards
On 2019-09-12, Grant Edwards wrote: > On 2019-09-11, Grant Edwards wrote: > >> This morning the build of gdb failed during a routine update: >> >> [...] >> CXXxml-tdesc.o >> CXXinit.o >> CXXLD gdb >> /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld:

[gentoo-user] Re: gdb build failure: tui/tui-win.o: undefined reference to symbol 'keypad'

2019-09-12 Thread Grant Edwards
On 2019-09-11, Grant Edwards wrote: > This morning the build of gdb failed during a routine update: ... > CXXxml-tdesc.o > CXXinit.o > CXXLD gdb > /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: > tui/tui-win.o: undefined reference to symbol 'keypad'

Re: [gentoo-user] Re: slow MTP in Thunar, was fine in Gnome

2019-09-12 Thread Neil Bothwick
On Wed, 11 Sep 2019 18:08:23 - (UTC), Grant Edwards wrote: > >> Though it might be tricky to get the mount to happen automagically > >> when the phone's USB cable is plugged in... > > > > It should be possible with a udev rule. > > Yes, I would think so. At least for me, writing udev

Re: [gentoo-user] Re: problem dropping Python 2.7

2019-09-12 Thread Philip Webb
190912 Holger Hoffstätte wrote: > At least spidermonkey aka mozjs is required by polkit and only builds > with python-2.7, thanks to their own !"§$% home-grown build system. > Mozilla are working on it and it should be fixed "by the end of the year". What about Firefox ? -- trying to unmerge