[MacPorts] #48990: coffee-script @1.3.3 - build failure - macports package pulling out-of-date source files?
#48990: coffee-script @1.3.3 - build failure - macports package pulling out-of-date source files? ----------------------------+-------------------------------- Reporter: macports.org@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: coffee-script ----------------------------+-------------------------------- Coffee-script fails to build. Log file from the build is attached. I have latest nodejs @0.12.7, Macports 2.3.3, OS is El Capitan 10.11.1. Googling the error message from the log, it looks like "path.existsSync" (referenced in file cake.js) has been deprecated in nodejs, should be "fs.existsSync" instead. This appears to be fixed in the latest coffee- script cake.js source file, so maybe the python package just needs to be updated to pull the latest coffee-script source files? -- Ticket URL: <https://trac.macports.org/ticket/48990> MacPorts <https://www.macports.org/> Ports system for OS X
#48990: coffee-script @1.3.3 - build failure - macports package pulling out-of-date source files? -----------------------------+-------------------------------- Reporter: macports.org@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: coffee-script | -----------------------------+-------------------------------- Comment (by macports.org@…): One workaround that worked for me: install python package npm, then install coffee-script via npm instead: {{{ $ sudo port install npm $ sudo npm install coffee-script --global }}} -- Ticket URL: <https://trac.macports.org/ticket/48990#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#48990: coffee-script @1.3.3 - build failure - macports package pulling out-of-date source files? -----------------------------+-------------------------- Reporter: macports.org@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: coffee-script | -----------------------------+-------------------------- Changes (by mf2k@…): * owner: macports-tickets@… => ryandesign@… Comment: In the future, please Cc the port maintainers ({{{port info --maintainers coffee-script}}}), if any. -- Ticket URL: <https://trac.macports.org/ticket/48990#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#48990: coffee-script @1.3.3 - build failure - macports package pulling out-of-date source files? -----------------------------+-------------------------- Reporter: macports.org@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: duplicate | Keywords: Port: coffee-script | -----------------------------+-------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => duplicate Comment: Note that npm and coffee-script are node packages, not python packages. Yes, MacPorts coffee-script is very out of date. I'll call this a duplicate of #46893. -- Ticket URL: <https://trac.macports.org/ticket/48990#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts