Opened 7 years ago

Closed 7 years ago

#54660 closed defect (fixed)

./configure && make clean: tclsh: No such file or directory

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: Kurt Hindenburg <kurt.hindenburg@…>
Priority: Normal Milestone:
Component: base Version: 2.4.99
Keywords: Cc: kurthindenburg (Kurt Hindenburg)
Port:

Description

The output of ./configure && make clean includes this message:

===> making clean in doc
/Users/rschmidt/macports/macports-base/vendor/tclsh ./asciidoc-deps.tcl *.txt > .dep
/Users/rschmidt/macports/macports-base/vendor/tclsh: line 19: /Users/rschmidt/macports/macports-base/vendor/tcl/unix/tclsh: No such file or directory
/Users/rschmidt/macports/macports-base/vendor/tclsh: line 19: exec: /Users/rschmidt/macports/macports-base/vendor/tcl/unix/tclsh: cannot execute: No such file or directory

I noticed this on the rsync server, which runs mprsyncup, which runs ./configure followed by make clean.

This probably doesn't really cause a problem, but it would be nice to avoid the error message.

Change History (2)

comment:1 Changed 7 years ago by kurthindenburg (Kurt Hindenburg)

Cc: kurthindenburg added

comment:2 Changed 7 years ago by Kurt Hindenburg <kurt.hindenburg@…>

Owner: set to Kurt Hindenburg <kurt.hindenburg@…>
Resolution: fixed
Status: newclosed

In f5e9264dd79a479e792060fa336134a49b483f19/macports-base:

Avoid creating doc/.dep upon make clean

./configure && make clean would cause an error as tclsh was not built

patch by raimue

closes https://github.com/macports/macports-base/pull/41
closes #54660

Note: See TracTickets for help on using tickets.