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

vm_compile_additional_packages script fails #13

Open
klpanagi opened this issue Jan 4, 2017 · 0 comments
Open

vm_compile_additional_packages script fails #13

klpanagi opened this issue Jan 4, 2017 · 0 comments
Assignees

Comments

@klpanagi
Copy link

klpanagi commented Jan 4, 2017

Produced Error:

/home/nao/ws_rapp_nao/src/rapp-robot-nao/scripts/vm_scripts/vm_compile_additional_packages.sh: line 283: cd: libunistring-0.9.6/: No such file or directory
/home/nao/ws_rapp_nao/src/rapp-robot-nao/scripts/vm_scripts/vm_compile_additional_packages.sh: line 284: ./configure: No such file or directory

The error occures because they have updated libunistring-latest tarball on the ftp server to version 0.9.7

The http://ftp.gnu.org/gnu/libunistring/libunistring-latest.tar.gz path here should be changed to either http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.6.tar.gz or http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.7.tar.gz according to the version you want to use.

Please consider using stable and static versions of software packs in order to avoid similar errors in the future and also have versioned dependencies.

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