Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Poncho
On 24.04.2018 01:46, Neil Bothwick wrote: > On Mon, 23 Apr 2018 18:10:08 -0400, Mike Gilbert wrote: > >> You are incorrect; PYTHON_TARGETS is never calculated based on the >> versions of python you have installed. > > Then how is it derived when not defined in make.conf? Is it set in the > profil

Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Neil Bothwick
On Mon, 23 Apr 2018 18:10:08 -0400, Mike Gilbert wrote: > You are incorrect; PYTHON_TARGETS is never calculated based on the > versions of python you have installed. Then how is it derived when not defined in make.conf? Is it set in the profiles? -- Neil Bothwick The trouble with doing someth

Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Mike Gilbert
On Mon, Apr 23, 2018 at 3:15 PM, Neil Bothwick wrote: > On Mon, 23 Apr 2018 08:37:42 -0700, Ian Zimmerman wrote: > >> > > Why did portage remove my python-3.5? >> > >> > Because nothing that depends on it isn't also satisfied by >> > python-3.6? >> >> But doesn't the PYTHON_TARGETS with which a pa

Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Neil Bothwick
On Mon, 23 Apr 2018 08:37:42 -0700, Ian Zimmerman wrote: > > > Why did portage remove my python-3.5? > > > > Because nothing that depends on it isn't also satisfied by > > python-3.6? > > But doesn't the PYTHON_TARGETS with which a package is built create a > strict dependency on those pytho

Re: [gentoo-user] Re: Can't fetch distfiles in chroot

2018-04-23 Thread Walter Dnes
On Mon, Apr 23, 2018 at 04:23:18PM +0100, Peter Humphrey wrote > Ah, that was it. My searching didn't turn that one up - thanks. > > $ gcc -c -Q -march=native --help=target | grep march= > -march= silvermont https://en.wikipedia.org/wiki/Celeron > Celeron is a

Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Peter Humphrey
On Monday, 23 April 2018 16:31:39 BST Ian Zimmerman wrote: > I think before digging further, I should eliminate any guessing about > what PYTHON_TARGETS is actually set to. How can I list the environment > portage sees, from all sources (profile, make.conf and whatever else)? Doesn't "emerge --i

[gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Ian Zimmerman
On 2018-04-23 08:31, Neil Bothwick wrote: > > Why did portage remove my python-3.5? > > Because nothing that depends on it isn't also satisfied by python-3.6? But doesn't the PYTHON_TARGETS with which a package is built create a strict dependency on those pythons? If native code extensions are

[gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Ian Zimmerman
On 2018-04-23 05:54, Alec Ten Harmsel wrote: > > But do you ever --depclean? Why did portage remove my python-2.5? > > Yes, after every world update. I'm not sure why python-3.5 was removed. Of course I meant python 3.5. Thanks for reading my mind ;-) > Before you set PYTHON_TARGETS in make.c

Re: [gentoo-user] Re: Can't fetch distfiles in chroot

2018-04-23 Thread Peter Humphrey
On Monday, 23 April 2018 11:57:27 BST Mick wrote: > On Monday, 23 April 2018 10:52:57 BST Peter Humphrey wrote: > > On Sunday, 22 April 2018 12:13:53 BST Mick wrote: > > > On Sunday, 22 April 2018 10:21:16 BST Peter Humphrey wrote: > > > > That first thought was prompted by the instruction to "moun

Re: [gentoo-user] Re: Can't fetch distfiles in chroot

2018-04-23 Thread Peter Humphrey
On Monday, 23 April 2018 11:57:12 BST Walter Dnes wrote: > > I think I've found the problem. It's in the -march setting, which of > > course has to be specific in the chroot, not "native." I had it set > > to "silvermont," but now I can't see why I did that. The target CPU > > is a celeron N3150, w

Re: [gentoo-user] Re: Can't fetch distfiles in chroot

2018-04-23 Thread Mick
On Monday, 23 April 2018 10:52:57 BST Peter Humphrey wrote: > On Sunday, 22 April 2018 12:13:53 BST Mick wrote: > > On Sunday, 22 April 2018 10:21:16 BST Peter Humphrey wrote: > > > That first thought was prompted by the instruction to "mount -o bind > > > /lib/ > > > modules /foo/lib/modules" in t

Re: [gentoo-user] Re: Can't fetch distfiles in chroot

2018-04-23 Thread Walter Dnes
> I think I've found the problem. It's in the -march setting, which of > course has to be specific in the chroot, not "native." I had it set > to "silvermont," but now I can't see why I did that. The target CPU > is a celeron N3150, which according to an Intel site is "Products > formerly Braswell"

Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Alec Ten Harmsel
On Sun, Apr 22, 2018 at 06:44:03PM -0700, Ian Zimmerman wrote: > On 2018-04-22 15:08, Alec Ten Harmsel wrote: > > > > * make sure dev-lang/python:3.6 stays in the world file, even if it > > > is not needed by me directly > > > > No, you shouldn't need any dev-lang/python entries in the world > >

Re: [gentoo-user] Re: Can't fetch distfiles in chroot

2018-04-23 Thread Peter Humphrey
On Sunday, 22 April 2018 12:13:53 BST Mick wrote: > On Sunday, 22 April 2018 10:21:16 BST Peter Humphrey wrote: > > That first thought was prompted by the instruction to "mount -o bind /lib/ > > modules /foo/lib/modules" in this page: > > > > https://wiki.gentoo.org/wiki/Project:X86/Chroot_Guide >

Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS

2018-04-23 Thread Neil Bothwick
On Sun, 22 Apr 2018 18:44:03 -0700, Ian Zimmerman wrote: > > No, you shouldn't need any dev-lang/python entries in the world > > file. I don't have any in my world file, but still have 2.7 and 3.5 > > installed on my system because I have some python programs > > installed. > > But do you ever

Re: [gentoo-user] Re: Binaries in /root/bin (solved)

2018-04-23 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am Mo den 23. Apr 2018 um 2:50 schrieb Ian Zimmerman: > On 2018-04-22 20:28, Klaus Ethgen wrote: > > > 1. is net-im/psi-1.3-r1 > > 2. is app-admin/pass-1.7.1 > > > > both packages install their bin into /root/bin. All other packages are > > i