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

aasdk error during installation script at 94% #169

Closed
Setrias opened this issue Jul 1, 2024 · 4 comments
Closed

aasdk error during installation script at 94% #169

Setrias opened this issue Jul 1, 2024 · 4 comments

Comments

@Setrias
Copy link

Setrias commented Jul 1, 2024

Hardware

Device Screen
Raspberry Pi 4 4GB Waveshare 8" Screen

Installation Method: Install.sh

Description of problem:

I tried installing it for the third time and it still throws me this error.

Traceback (if applicable):

/home/tomas/aasdk/src/Transport/SSLWrapper.cpp: In destructor �virtual aasdk::transport::SSLWrapper::~SSLWrapper()’:
/home/tomas/aasdk/src/Transport/SSLWrapper.cpp:42:5: error: �FIPS_mode_set’ was not declared in this scope
   42 |     FIPS_mode_set(0);
      |     ^~~~~~~~~~~~~
make[2]: *** [CMakeFiles/aasdk.dir/build.make:510: CMakeFiles/aasdk.dir/src/Transport/SSLWrapper.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/aasdk.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
Aasdk Make failed with code 1

Edit: unknown characters in snippet
image

@TLMcNulty
Copy link

Thanks for the report. Could you please test the branch provided in #165 and report if it fixes it or not? The presence of some of the characters in your snippet make me wonder but FIPS_mode has been an easy fix with this.

@Setrias
Copy link
Author

Setrias commented Jul 1, 2024

I tried the branch in #165 but it still throws exactly the same err..

@breakingspell
Copy link
Contributor

Is locale set properly on the system? It may be something other than Unicode (UTF-8) to return those characters.

It shouldn't fail on FIPS_mode_set though, that's definitely addressed via patch on the fix branch. Since the branch is from a fork, you may have to check it out like this:

git fetch https://github.com/breakingspell/dash.git install-overhaul:install-overhaul
git checkout install-overhaul
./install.sh

@Setrias
Copy link
Author

Setrias commented Jul 2, 2024

Oh okay, that fixed it, I must've did something wrong with git, thanks a lot. Also for Android auto to work I had to disable RT Audio. Now it works nicely

@Setrias Setrias closed this as completed Jul 2, 2024
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