#1162 closed defect (fixed)
darwinports installer does not install
Reported by: | Lorin.Meier@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
when compiling and running darwinports installer it downloads the files, configures and stops with this error:
...checking for flock... yes checking for Tcl public headers... /usr/include checking for Tcl configuration... found /usr/lib/tclConfig.sh checking for existence of /usr/lib/tclConfig.sh... loading checking for Tcl package directory... configure: error: Tcl package directory not found. Please specify its location with --with-tclpackagedir
TCL/TK is installed properly, also the tcl-dev-package of fink.
Change History (3)
comment:1 Changed 21 years ago by fkr@…
comment:2 Changed 21 years ago by ssen@…
1) remove /sw/bin/ from your PATH 2) make distclean 3) try configuring and building again
comment:3 Changed 21 years ago by Lorin.Meier@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Bug resolved with
1) remove /sw/bin/ from your PATH 2) make distclean 3) try configuring and building again
Had fink installed, so this helped. Thanks!
what is the 'darwinports installer' if do you refer to:
% cd base % ./configure
?
Also, you don't state on which release of OS X you encountered this error. -fkr