This all started out because I was reading about using new versions of GCC to improve binary performance (LibreOffice from ports takes ~4.5 seconds to load, but the precompiled package takes ~3 seconds). After reading I decided there wasn't any reason to mess around with other compilers since there's always the chance something will mess up. I decided to uninstall GCC 4.5 that I had installed a few months ago to install a port that required GCC 4.4 yet wouldn't compile unless I used 4.5.
It turns out that somehow a few programs on my system were now dependent on GCC 4.5:
math/blas
math/lapack
x11-toolkits/py-gtkglext
math/py-numpy
graphics/py-opengl
This let me to reading about updating python, so I followed the commands listed in /usr/ports/UPDATING, however when I ran:
[CMD=""]make upgrade-site-packages[/CMD]
I ran into a bunch of build errors.
I managed to get upgrade-site-packages to complete, however I've still got files in /usr/local/lib/python2.6/site-packages.
Is this fine? How do you tell if everything updated correctly?
It turns out that somehow a few programs on my system were now dependent on GCC 4.5:
math/blas
math/lapack
x11-toolkits/py-gtkglext
math/py-numpy
graphics/py-opengl
This let me to reading about updating python, so I followed the commands listed in /usr/ports/UPDATING, however when I ran:
[CMD=""]make upgrade-site-packages[/CMD]
I ran into a bunch of build errors.
I managed to get upgrade-site-packages to complete, however I've still got files in /usr/local/lib/python2.6/site-packages.
Is this fine? How do you tell if everything updated correctly?