[MacPorts] #37231: Build script(s) expecting script tclIndex in the wrong place
#37231: Build script(s) expecting script tclIndex in the wrong place ------------------------+-------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: tclIndex | Port: ------------------------+-------------------------------- Some builds (such as DSDP) fail because ''port'' cannot find the script {{{ /System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex }}} On a clean install of Mountain Lion, XCode 4.5.2 this file is found instead at {{{ /System/Library/Frameworks/Tk.framework/Versions/8.5/Resources/Scripts/tclIndex }}} Workarounds include pre-building a package that knows the right script location, or installing a version of TCL that places the script in the former spot. -- Ticket URL: <https://trac.macports.org/ticket/37231> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37231: Build script(s) expecting script tclIndex in the wrong place -------------------------+-------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Changes (by ryandesign@…): * keywords: tclIndex => * component: ports => base Comment: The error message about tclIndex appears often, for reasons that I don't understand, but in my experience it is never the ''cause'' of the problem, but rather an unrelated error message that MacPorts displays additionally when something else has already gone wrong. If you have a port that fails to build, please file a normal bug report for that port so that we can investigate and fix that problem. Of course, we would also love to understand why the tclIndex error appears and fix it. -- Ticket URL: <https://trac.macports.org/ticket/37231#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37231: Build script(s) expecting script tclIndex in the wrong place -------------------------+-------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by jmr@…): The tclIndex error is clearly caught, since we never get a backtrace with it at the top. The errorInfo is still set, though. Later, we catch a different error that must not cause errorInfo to be set, so what we print out is the message from the earlier (expected and caught) error. -- Ticket URL: <https://trac.macports.org/ticket/37231#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37231: Build script(s) expecting script tclIndex in the wrong place -------------------------+-------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by egall@…): lol, I actually worked around this by actually putting tclIndex files in all of those places... -- Ticket URL: <https://trac.macports.org/ticket/37231#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts