Opened 11 years ago
Closed 11 years ago
#41701 closed defect (worksforme)
Failed to open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex" during installation.
Reported by: | idleft@… | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | ncurses |
Description
Hi guys. Sorry for bother again. I met a problem installing "ncurses".
I have OSX 10.9 and XCode 5.02 installed. I executed “xcode-select --install ”. It's a little weird that I executed it every time and the installation can always proceed. So I am not sure whether the command line tool is well installed. But the command line tool option in XCode configuration can be found.
The log file is attached, and it indicates that the tcl framework is not found. I google this problem, but most answers are related to compile installation and the solution is to set the tcl directory manually. I think there might be some problem with my port. Hope you guys can help me.
Attachments (1)
Change History (4)
Changed 11 years ago by idleft@…
comment:1 Changed 11 years ago by neverpanic (Clemens Lang)
Keywords: | tcl removed |
---|---|
Owner: | changed from macports-tickets@… to jmr@… |
comment:2 Changed 11 years ago by idleft@…
Problem solved.
Since I met this problem when I installing wget, I forget to clean the ncurses.
Thanks for your help!
comment:3 Changed 11 years ago by neverpanic (Clemens Lang)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
The message
is a red herring. It did not cause the problem.
The real problem is
You log does not show a clean build attempt. Please run
sudo port clean ncurses
, try again and attach the complete main.log if it fails again.You can check whether the Command Line Tools are installed by checking whether
/usr/lib/tclConfig.sh
exists on your system.