Ubuntu Pastebin

Paste from popey at Mon, 11 Jan 2016 21:11:44 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
After doing:-

apt-get install libsmbclient:armhf libsmbclient-dev:armhf samba-libs:armhf python-talloc:armhf python:armhf python3:amd64 python-minimal:armhf python2.7:armhf python2.7-minimal:armhf python3-minimal:amd64 python3.4:amd64 python3.4-minimal:amd64


(click-ubuntu-sdk-15.04-armhf)root@deep-thought:/home/alan# dpkg --configure -a
Setting up python2.7-minimal (2.7.9-2ubuntu3) ...
/var/lib/dpkg/info/python2.7-minimal.postinst: 42: /var/lib/dpkg/info/python2.7-minimal.postinst: python2.7: not found
dpkg: error processing package python2.7-minimal (--configure):
 subprocess installed post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of python-minimal:
 python-minimal depends on python2.7-minimal (>= 2.7.9-1~); however:
  Package python2.7-minimal is not configured yet.

dpkg: error processing package python-minimal (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python2.7-minimal
 python-minimal
(click-ubuntu-sdk-15.04-armhf)root@deep-thought:/home/alan# 
Download as text