Opened 20 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)

glib2.diff (676 bytes) - added by toby@… 20 years ago.
possible solution (patch)

Download all attachments as: .zip

Change History (9)

Changed 20 years ago by toby@…

Attachment: glib2.diff added

possible solution (patch)

comment:1 Changed 20 years ago by toby@…

attachments.isobsolete: 01

(From update of attachment 1273) totally wrong bug.. sorry

comment:2 Changed 20 years ago by slaw@…

Resolution: fixed
Status: newclosed

Updated system to Panther. Issue is resolved. Thanks.

comment:3 Changed 20 years ago by bzhou@…

Resolution: fixed
Status: closedreopened

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: reopenednew

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: dportsbase
Status: newassigned
Summary: installing tk8.4.6 via darwin port failsinstalling tk via darwin port fails

comment:8 Changed 19 years ago by pguyot (Paul Guyot)

Resolution: fixed
Status: assignedclosed

Looks like the newer tk Portfile fixes the problem. A port shouldn't depend on another port's work/ directory anyway.

Note: See TracTickets for help on using tickets.