View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#17
I've had similar issues with packages in the past - I'm not sure whether it's an optification issue or a timing issue. Anyway, to "fix" the issue, you'll need to manually create the necessary folders and rerun the configuration:

Code:
mkdir /usr/share/doc/libboost-system1.42.0
mkdir /usr/share/doc/libboost-iostreams1.42.0
mkdir /usr/share/doc/libboost-regex1.42.0
mkdir /usr/share/doc/libboost-thread1.42.0
dpkg --configure -a
 

The Following 2 Users Say Thank You to Rob1n For This Useful Post: