Changes between Initial Version and Version 1 of Ticket #28816
- Timestamp:
- Mar 17, 2011, 10:56:15 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28816 – Description
initial v1 2 2 3 3 First I installed Unison, and that worked. Then I tried to install '''py-matplotlib''' and got this very strange dependency set: 4 4 {{{ 5 5 ---> Computing dependencies for py-matplotlib 6 6 ---> Dependencies to be installed: freetype libpng py-configobj python24 py-dateutil py-setuptools py-tz py-numpy fftw-3 py-nose py-pyobjc2 py-elementtree py-py2app-devel py-altgraph py-bdist_mpkg py-macholib py-modulegraph py-modulegraph-devel py-pyobjc2-cocoa py-tkinter tcl tk Xft2 fontconfig pkgconfig xrender xorg-libX11 xorg-bigreqsproto xorg-inputproto xorg-kbproto xorg-libXau xorg-xproto xorg-libXdmcp xorg-libxcb python27 bzip2 db46 gdbm readline sqlite3 xorg-libpthread-stubs xorg-xcb-proto libxml2 xorg-util-macros xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans xorg-renderproto xorg-libXScrnSaver xorg-libXext xorg-scrnsaverproto 7 7 }}} 8 8 ... 9 9 And you know what? It didn't work: 10 10 {{{ 11 11 ---> Activating py-modulegraph-devel @0.7.2_0 12 12 Error: Target org.macports.activate returned: Image error: /opt/local/lib/python2.4/site-packages/modulegraph/__init__.py is being used by the active py-modulegraph port. Please deactivate this port first, or use 'port -f activate py-modulegraph-devel' to force the activation. … … 17 17 To report a bug, see <http://guide.macports.org/#project.tickets> 18 18 15:18 132:~$ 19 19 }}} 20 20 Just doesn't seem to me that this should happen...