On 05.04.2015 11:07 AM, Ryan Schmidt wrote: > On Apr 4, 2015, at 20:51, Evan Phillips wrote: > >> After installing the Macports package, I >> appended /opt/local/bin:/opt/local/sbin:/ to the PATH variable using >> the EXPORT command. Probably a mistake: >> PATH=/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin >> > > That looks like a reasonable value for PATH. > >> How might I reset or change this? I realized this when I was trying to >> download mpich-default: >> >> sudo port -v install mpich-default >> ---> Computing dependencies for mpich-default.................... >> ---> Dependencies to be installed: gcc49 cctools llvm-3.5 cloog gmp >> isl gcc_select ld64 ld64-latest libgcc libiconv libmpc mpfr libxml2 xz >> gettext expat mpi-doc mpi_select I wonder of we have a(n internal) dependency problem here? -------^^
Obviously xz is "to be installed", but the distfile(s) of llvm-3.5 depend on xz. `use_xz yes` is correctly, well, used. llvm-3.5 is installed because of cctools and ld64-latest. I don't get the ordering, though. xz could potentially be installed before llvm-3.5. But maybe the "dependencies to be installed" list does not have any ordering. In any case -- I can't tell why xz iz not installed before llvm-3.5 currently. Mihai
signature.asc
Description: OpenPGP digital signature
_______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
