[MacPorts] #39779: base: "tcldoc" make target requires TCLDOC variable to be set in the environment
#39779: base: "tcldoc" make target requires TCLDOC variable to be set in the environment ---------------------+-------------------------------- Reporter: egall@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.3 Keywords: | Port: ---------------------+-------------------------------- without setting it: {{{ Local-Admins-MacBook-Pro:MacPorts-fork ericgallager$ echo $TCLDOC Local-Admins-MacBook-Pro:MacPorts-fork ericgallager$ make tcldoc find src -name '*.tcl' | xargs --verbose --title "MacPorts Documentation" --force tcldoc xargs: unrecognized option `--title' Usage: xargs [-0prtx] [--interactive] [--null] [-d|--delimiter=delim] [-E eof-str] [-e[eof-str]] [--eof[=eof-str]] [-L max-lines] [-l[max-lines]] [--max-lines[=max-lines]] [-I replace-str] [-i[replace-str]] [--replace[=replace-str]] [-n max-args] [--max-args=max-args] [-s max-chars] [--max-chars=max-chars] [-P max-procs] [--max-procs=max-procs] [--show-limits] [--verbose] [--exit] [--no-run-if-empty] [--arg-file=file] [--version] [--help] [command [initial-arguments]] Report bugs to <bug-findutils@gnu.org>. make: *** [tcldoc] Error 1 }}} with setting it: {{{ Local-Admins-MacBook-Pro:MacPorts-fork ericgallager$ export TCLDOC=/opt/local/bin/tcldoc Local-Admins-MacBook-Pro:MacPorts-fork ericgallager$ make tcldoc find src -name '*.tcl' | xargs /opt/local/bin/tcldoc --verbose --title "MacPorts Documentation" --force tcldoc Writing to directory tcldoc. ... }}} I was able to figure this out eventually, but it wasn't entirely clear to me... This should either be automatically set in the makefile when configuring, or at least documented with a comment in the makefile or something... -- Ticket URL: <https://trac.macports.org/ticket/39779> MacPorts <http://www.macports.org/> Ports system for OS X
#39779: base: "tcldoc" make target requires TCLDOC variable to be set in the environment ----------------------+-------------------------------- Reporter: egall@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.3 Resolution: | Keywords: Port: | ----------------------+-------------------------------- Comment (by egall@…): cal removed the `tcldoc` target entirely in r117902, so I guess that this can be considered to be "fixed" now... -- Ticket URL: <https://trac.macports.org/ticket/39779#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#39779: base: "tcldoc" make target requires TCLDOC variable to be set in the environment ----------------------+-------------------------------- Reporter: egall@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: base | Version: 2.1.3 Resolution: fixed | Keywords: Port: | ----------------------+-------------------------------- Changes (by mf2k@…): * status: new => closed * resolution: => fixed -- Ticket URL: <https://trac.macports.org/ticket/39779#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#39779: base: "tcldoc" make target requires TCLDOC variable to be set in the environment ----------------------+-------------------------------- Reporter: egall@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: base | Version: 2.1.3 Resolution: fixed | Keywords: Port: | ----------------------+-------------------------------- Comment (by egall@…): Replying to [comment:2 mf2k@…]: Thanks for closing for me. While you are at it, #39778 can be closed similarly, as it is also about tcldoc in base. -- Ticket URL: <https://trac.macports.org/ticket/39779#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts