#25884: failure in py26-matplotlib-basemap @1.0_0 ; does not install dbflib ------------------------------+--------------------------------------------- Reporter: jpringle@… | Owner: ram@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: py26-matplotlib-basemap ------------------------------+--------------------------------------------- Comment(by jpringle@…): Ok, this may be a bit of a Heisenbug. I did the following... {{{
port installed py26-matplotlib-basemap The following ports are currently installed: py26-matplotlib-basemap @0.99.4_0 py26-matplotlib-basemap @1.0_0 (active) }}}
It was odd to have two versions installed, and one active, so I ran the following commands {{{
sudo port uninstall 'py26-matplotlib-basemap@0.99.4_0' ---> Uninstalling py26-matplotlib-basemap @0.99.4_0
port installed py26-matplotlib-basemap The following ports are currently installed: py26-matplotlib-basemap @1.0_0 (active)
sudo port uninstall py26-matplotlib-basemap ---> Deactivating py26-matplotlib-basemap @1.0_0 ---> Uninstalling py26-matplotlib-basemap @1.0_0
sudo port install py26-matplotlib-basemap ---> Computing dependencies for py26-pyobjc ---> Fetching py26-pyobjc ---> Attempting to fetch pyobjc-core-2.3.tar.gz from http://lil.fr.distfiles.macports.org/python ---> Verifying checksum(s) for py26-pyobjc ---> Extracting py26-pyobjc ---> Configuring py26-pyobjc ---> Building py26-pyobjc ---> Staging py26-pyobjc into destroot ---> Computing dependencies for py26-pyobjc ---> Installing py26-pyobjc @2.3_0 ---> Deactivating py26-pyobjc @2.2_0 ---> Activating py26-pyobjc @2.3_0 ---> Cleaning py26-pyobjc ---> Computing dependencies for py26-pyobjc-cocoa ---> Fetching py26-pyobjc-cocoa ---> Attempting to fetch pyobjc-framework-Cocoa-2.3.tar.gz from http://lil.fr.distfiles.macports.org/python ---> Verifying checksum(s) for py26-pyobjc-cocoa ---> Extracting py26-pyobjc-cocoa ---> Configuring py26-pyobjc-cocoa ---> Building py26-pyobjc-cocoa ---> Staging py26-pyobjc-cocoa into destroot ---> Computing dependencies for py26-pyobjc-cocoa ---> Installing py26-pyobjc-cocoa @2.3_0 ---> Deactivating py26-pyobjc-cocoa @2.2_0 ---> Activating py26-pyobjc-cocoa @2.3_0 ---> Cleaning py26-pyobjc-cocoa ---> Computing dependencies for py26-matplotlib-basemap ---> Fetching py26-matplotlib-basemap ---> Verifying checksum(s) for py26-matplotlib-basemap ---> Extracting py26-matplotlib-basemap ---> Configuring py26-matplotlib-basemap ---> Building py26-matplotlib-basemap ---> Staging py26-matplotlib-basemap into destroot ---> Installing py26-matplotlib-basemap @1.0_0 ---> Activating py26-matplotlib-basemap @1.0_0 ---> Cleaning py26-matplotlib-basemap
}}}
I have no idea what caused this behavior, but now it works: {{{
ls /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /site-packages/db* /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /site-packages/dbflibc.so
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /site-packages/dbflib: __init__.py __init__.pyc dbflib.py dbflib.pyc }}} Alls well that ends well, but I am not sure why this happened. -- Ticket URL: <http://trac.macports.org/ticket/25884#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS