On Dec 18, 2007, at 3:55 PM, jiho wrote:
if you didn't build with --with-tclpackage set so that your two installs have separate package directories, that could be causing your problem.Hi, could you elaborate a bit on that. I have the exact same problem with: - two macport trees: /opt/local/ installed as a regular install and / opt/local-exp installed from source with --prefix=/opt/local-exp/- no ~/.macports- the sources in both ${prefix}/etc/macports.conf are pointing to the correct location and still the port command in /opt/local/bin/port lists the content of /opt/local-exp/
You need to rebuild port (ideally twice). Soemthing like: ./configure --prefix=/opt/local --with-tclpackage=/opt/local/share/tcl and./configure --prefix=/opt/local-exp --with-tclpackage=/opt/local-exp/ share/tcl
should work -- Daniel J. Luke +========================================================+ | *---------------- [EMAIL PROTECTED] ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-users
