[Touch-packages] [Bug 1775459] Re: python2.7-minimal broken in bionic beaver

2018-06-08 Thread mcandre
Ah, I see that the Swift tarball is unfortunately populating the /usr/lib/python2.7/site-packages directory, e.g.: wget https://swift.org/builds/swift-4.1.2-release/ubuntu1604/swift-4.1.2-RELEASE/swift-4.1.2 -RELEASE-ubuntu16.04.tar.gz sudo tar xzvf swift-4.1.2-RELEASE-ubuntu16.04.tar.gz -C /

[Touch-packages] [Bug 1775459] Re: python2.7-minimal broken in bionic beaver

2018-06-08 Thread mcandre
Same behavior in 16.04 Xenial: When I try to install clang, dpkg complains that python2.7-minimal fails to install. As far as I know, the few packages I am using so far for my Swift Ubuntu machines, beyond the default Ubuntu server packages, include libicu-dev, ca-certificates, and rsync. --

[Touch-packages] [Bug 1775459] Re: python2.7-minimal broken in bionic beaver

2018-06-06 Thread Matthias Klose
you have an /usr/lib/python2.7/site-packages installed on your system. Please remove it. it's not used by anything. new installation of python2.7-minimal; /usr/lib/python2.7/site-packages is a directory which is expected a symlink to /usr/local/lib/python2.7/dist-packages. please find the