Gnuradio-companion segmentation fault

Greetings,

I have been trying to install & run gnuradio for a couple of weeks now.
No matter what I do I get a segmentation fault. eventually did a fresh
install of ubuntu 14.04.2 & got the build-gnuradio script; installed &
ran; segfault.

dmesg >
gnuradio-compan[537]: segfault at 27eb6 ip 00027eb6 sp bfb89e0c error 14
in python2.7[8048000+2a9000]

tried to add some packages, the last cmake results are here:

http://pastebin.com/5x0T25QP

the closest thing to errors is:
-- ######################################################
-- # Gnuradio disabled components
-- ######################################################
--   * gr-comedi
--   * gr-zeromq

looking at the install guide I thought perhaps I needed more packages so 
I ran this line:

sudo apt-get -y install git-core cmake g++ python-dev swig pkg-config
libfftw3-dev libboost1.55-all-dev libcppunit-dev libgsl0-dev libusb-dev
libsdl1.2-dev python-wxgtk2.8 python-numpy python-cheetah python-lxml
doxygen libxi-dev python-sip libqt4-opengl-dev libqwt-dev
libfontconfig1-dev libxrender-dev python-sip python-sip-dev

& got this

Reading package lists…
Building dependency tree…
Reading state information…
cmake is already the newest version.
doxygen is already the newest version.
g++ is already the newest version.
libcppunit-dev is already the newest version.
libfftw3-dev is already the newest version.
libgsl0-dev is already the newest version.
libqt4-opengl-dev is already the newest version.
libqt4-opengl-dev set to manually installed.
libusb-dev is already the newest version.
libxi-dev is already the newest version.
libxrender-dev is already the newest version.
pkg-config is already the newest version.
pkg-config set to manually installed.
python-cheetah is already the newest version.
python-dev is already the newest version.
python-sip is already the newest version.
python-sip set to manually installed.
swig is already the newest version.
python-wxgtk2.8 is already the newest version.
git-core is already the newest version.
libfontconfig1-dev is already the newest version.
libsdl1.2-dev is already the newest version.
python-lxml is already the newest version.
python-numpy is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libboost1.55-all-dev : Depends: libboost1.55-dev but it is not going to
be installed
Depends: libboost1.55-tools-dev but it is not
going to be installed
Depends: libboost-atomic1.55-dev but it is not
going to be installed
Depends: libboost-chrono1.55-dev but it is not
going to be installed
Depends: libboost-context1.55-dev but it is not
going to be installed
Depends: libboost-coroutine1.55-dev but it is
not going to be installed
Depends: libboost-date-time1.55-dev but it is
not going to be installed
Depends: libboost-exception1.55-dev but it is
not going to be installed
Depends: libboost-filesystem1.55-dev but it is
not going to be installed
Depends: libboost-graph1.55-dev but it is not
going to be installed
Depends: libboost-graph-parallel1.55-dev but it
is not going to be installed
Depends: libboost-iostreams1.55-dev but it is
not going to be installed
Depends: libboost-locale1.55-dev but it is not
going to be installed
Depends: libboost-log1.55-dev but it is not
going to be installed
Depends: libboost-math1.55-dev but it is not
going to be installed
Depends: libboost-mpi1.55-dev but it is not
going to be installed
Depends: libboost-mpi-python1.55-dev but it is
not going to be installed
Depends: libboost-program-options1.55-dev but it
is not going to be installed
Depends: libboost-python1.55-dev but it is not
going to be installed
Depends: libboost-random1.55-dev but it is not
going to be installed
Depends: libboost-regex1.55-dev but it is not
going to be installed
Depends: libboost-serialization1.55-dev but it
is not going to be installed
Depends: libboost-signals1.55-dev but it is not
going to be installed
Depends: libboost-system1.55-dev but it is not
going to be installed
Depends: libboost-test1.55-dev but it is not
going to be installed
Depends: libboost-thread1.55-dev but it is not
going to be installed
Depends: libboost-timer1.55-dev but it is not
going to be installed
Depends: libboost-wave1.55-dev but it is not
going to be installed


apt-get install -f says 0 upgraded, 0 newly installed, 0 to remove and 0 
not upgraded.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I'm thinking this is an ubuntu problem, not a gnuradio problem, but I 
wanted to check here first.

Can you see anything I am doing wrong?

Thank You very much

Bob Mounger AF5UP