Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku toolbelt core plugins don't work #10298

Closed
rehno-lindeque opened this issue Oct 10, 2015 · 5 comments
Closed

Heroku toolbelt core plugins don't work #10298

rehno-lindeque opened this issue Oct 10, 2015 · 5 comments

Comments

@rehno-lindeque
Copy link
Contributor

With heroku-3.32.0 installed on NixOS 15.09, none of the core plugins (beside heroku-apps) appear to work:

$ nixos-version
15.09.587.dbf2827 (Dingo)

$ heroku fork --help
Installing core plugins heroku-cli-addons, heroku-apps, heroku-fork, heroku-git, heroku-local, heroku-run, heroku-status...
 ▸    
 !    fork is not a heroku command. See `heroku help`.

I think this might be a regression, because I don't remember seeing Installing core plugins heroku-cli-addons, heroku-apps, heroku-fork, heroku-git, heroku-local, heroku-run, heroku-status... on every invocation of the heroku command before nixos-15.09.

@aflatter
Copy link
Contributor

The toolbelt pulls a binary package of nodejs on runtime... :(

[joe@mybox:~/.heroku/node-v4.2.1-linux-x64]$ readelf -a bin/node |grep interpret
      [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
  6198: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS interpreter-irregexp.cc

@aflatter
Copy link
Contributor

See also heroku toolbelt v4, https://github.com/heroku/heroku-cli

@aflatter
Copy link
Contributor

@rehno-lindeque As a work-around, it should be possible to grab the node tarball and compile it yourself within ~/.heroku/node-v4.2.1-darwin-x64. Didn't try it myself yet.

@rehno-lindeque
Copy link
Contributor Author

Thanks @aflatter

@aflatter
Copy link
Contributor

There's a PR that lets us set the node path via an environment variable: heroku/cli#104

ocharles added a commit to ocharles/nixpkgs that referenced this issue Nov 24, 2015
kamilchm added a commit to kamilchm/nixpkgs that referenced this issue Mar 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants