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

Building on Ubuntu 22.04 fails #23

Closed
2xAA opened this issue Jan 12, 2023 · 3 comments
Closed

Building on Ubuntu 22.04 fails #23

2xAA opened this issue Jan 12, 2023 · 3 comments

Comments

@2xAA
Copy link

2xAA commented Jan 12, 2023

Trying to run grandiose on Linux as #3 suggests this should now work.

Steps to reproduce:

mkdir temp
cd temp
npm init -y
npm i -S github:Streampunk/grandiose#b449f37050064ca23f6c74ce4daa026142c67351

(using a commit hash as npm doesn't have the latest code)

Full error output: https://gist.github.com/2xAA/c22b2fa77401d8e89d04d7963079dd34

Looks like there's bad links here:
npm ERR! /usr/bin/ld: cannot find /home/username/.npm/_cacache/tmp/git-cloneRvcC0i/lib/linux_x64/libndi.so.5: No such file or directory

@Julusian
Copy link
Collaborator

This looks to be npm/yarn installing from github being problematic..
npm appears to be simply omitting the symlinks, and yarn includes them but pointing to the wrong path.

I guess that the sensible option is to ditch the symlinks and rename the libndi.so.5.5.2 to libndi.so.5 instead

@Julusian
Copy link
Collaborator

should be better now

@2xAA
Copy link
Author

2xAA commented Jan 12, 2023

@Julusian Thanks, building now :)

@2xAA 2xAA closed this as completed Jan 12, 2023
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

2 participants