Opened 21 years ago
Closed 19 years ago
#1719 closed defect (fixed)
installing tk via darwin port fails
Reported by: | slaw@… | Owned by: | pguyot (Paul Guyot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
I have darwinport installed on a 10.2.8 system and then I used it to download both tcl and tk. tcl was successful but tk was not. Does anyone entercounter something like this?
./port install tk ---> Building tk with target all Error: Target com.apple.build returned: shell command "cd "/Users/joe/darwinports/dports/x11/tk/work/tk8.4.6/unix" && make all" returned error 2 Command output: make: * No rule to make target `all'. Stop.
Attachments (1)
Change History (9)
Changed 21 years ago by toby@…
Attachment: | glib2.diff added |
---|
comment:1 Changed 21 years ago by toby@…
attachments.isobsolete: | 0 → 1 |
---|
(From update of attachment 1273) totally wrong bug.. sorry
comment:2 Changed 21 years ago by slaw@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Updated system to Panther. Issue is resolved. Thanks.
comment:3 Changed 20 years ago by bzhou@…
Resolution: | fixed |
---|---|
Status: | closed → reopened |
On a Jaguar machine, the problem is still there, so the issue really has not been resolved yet. Tried the patch (is the patch wrong?), makes no difference.
comment:4 Changed 20 years ago by bzhou@…
Jaguar manual workaround: When you see the failure message
cd darwinports/dports/x11/tk/work/tk8.4.6/unix ./configure --with-tcl=../../../../../lang/tcl/work/tcl8.4.6/unix/
now you should be able to "port install tk".
Cheers.
comment:5 Changed 20 years ago by mww@…
Owner: | changed from darwinports-bugs@… to jkh@… |
---|---|
Status: | reopened → new |
assign to maintainer
comment:6 Changed 20 years ago by pguyot (Paul Guyot)
Owner: | changed from jkh@… to pguyot@… |
---|
The bug is caused by images.
You can install tk by doing: port -f build tcl port install tk
I'll fix it, eventually.
comment:7 Changed 20 years ago by pguyot (Paul Guyot)
Component: | dports → base |
---|---|
Status: | new → assigned |
Summary: | installing tk8.4.6 via darwin port fails → installing tk via darwin port fails |
comment:8 Changed 19 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Looks like the newer tk Portfile fixes the problem. A port shouldn't depend on another port's work/ directory anyway.
possible solution (patch)