Re: RFC: default python installlation directories

2015-12-01 Thread Jacek Konieczny
On 2015-12-01 19:57, Jan Rękorajski wrote: > On Tue, 01 Dec 2015, Jacek Konieczny wrote: > Well, icedove still doesn't build, this time with: > > Creating Python environment > New python executable in > /home/users/baggins/devel/PLD/rpm/BUILD/icedove-38.4.0/obj-x86_64/_virtualenv/bin/python2.7 >

Re: [packages/python] Prevent pyconfig.h conflicts on multiarch systems

2015-12-01 Thread Elan Ruusamäe
On 01.12.2015 19:49, jajcus wrote: The hack is to have architecture-specific pyconfig-*.h files and a ghost symlink updated with python-devel install. I hope this works. a cleaner way is to install wrapper header file which based on preprocessor variables includes proper arch

Re: RFC: default python installlation directories

2015-12-01 Thread Jacek Konieczny
On 2015-11-30 09:19, Jan Rękorajski wrote: > On Mon, Nov 30, 2015 at 8:07 AM, Jacek Konieczny wrote: >> On 2015-11-29 23:30, Jan Rękorajski wrote: >>> OSError: [Errno 13] Permission denied: '/usr/local/share/python2.7' >> I will investigate this further in the evening. > > A

Re: RFC: default python installlation directories

2015-12-01 Thread Jan Rękorajski
On Tue, 01 Dec 2015, Jacek Konieczny wrote: > On 2015-11-30 09:19, Jan Rękorajski wrote: > > On Mon, Nov 30, 2015 at 8:07 AM, Jacek Konieczny wrote: > >> On 2015-11-29 23:30, Jan Rękorajski wrote: > > >>> OSError: [Errno 13] Permission denied: '/usr/local/share/python2.7' >

Re: [packages/python] Prevent pyconfig.h conflicts on multiarch systems

2015-12-01 Thread Jacek Konieczny
On 2015-12-01 23:19, Elan Ruusamäe wrote: On 01.12.2015 19:49, jajcus wrote: The hack is to have architecture-specific pyconfig-*.h files and a ghost symlink updated with python-devel install. I hope this works. a cleaner way is to install wrapper header file which based on

Re: RFC: default python installlation directories

2015-12-01 Thread Jan Rękorajski
On Tue, 01 Dec 2015, Jacek Konieczny wrote: > On 2015-11-30 09:19, Jan Rękorajski wrote: > > On Mon, Nov 30, 2015 at 8:07 AM, Jacek Konieczny wrote: > >> On 2015-11-29 23:30, Jan Rękorajski wrote: > > >>> OSError: [Errno 13] Permission denied: '/usr/local/share/python2.7' >

ssh_config broken

2015-12-01 Thread Elan Ruusamäe
https://github.com/pld-linux/openssh/commit/00b8e87302dc268a8df8b6f9a2e107e515492249 such commit made ssh config truncated: ➔ tail /etc/ssh/ssh_config # mode correctly we set this to yes. ForwardX11Trusted yes StrictHostKeyChecking no ServerAliveInterval 60

Re: ssh_config broken

2015-12-01 Thread Paweł Gołaszewski
On Tue, 1 Dec 2015, Elan Ruusamäe wrote: > https://github.com/pld-linux/openssh/commit/00b8e87302dc268a8df8b6f9a2e107e515492249 > > such commit made ssh config truncated: > > ➔ tail /etc/ssh/ssh_config > # mode correctly we set this to yes. > ForwardX11Trusted yes >