#1105 closed defect (fixed)
problem of configure variable with-tcl in dports/databases/db4 under MacOS X 10.3
Reported by: | mjhsieh@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | pcfe@… | |
Port: |
Description
In the file dports/databases/db4/Portfile, the variant argument is asking for a directory that doesn't exist in 10.3 Panther. [code] variant darwin { configure.args-append --enable-tcl \
--with-tcl=/System/Library/Tcl/8.3
} code
Therefore it would give an error message like this: [errorcode] configure: error: /System/Library/Tcl/8.3 directory doesn't contain tclConfig.sh errorcode
The with-tcl variable might need to change to /System/Library/Frameworks/Tcl.framework/Versions/8.4 in 10.3 Panther.
Change History (4)
comment:1 Changed 21 years ago by wbb4@…
comment:2 Changed 21 years ago by wbb4@…
I should add that this should be patched soon as soon as a proposed mechanism for selecting platform-specifics is added.
comment:3 Changed 21 years ago by pcfe@…
Cc: | pcfe@… added |
---|
comment:4 Changed 21 years ago by wbb4@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
This has been fixed. You will need to upgrade your darwinports-base install as well as your dports tree.
Note: See
TracTickets for help on using
tickets.
This is a known issue.