openDsh / dash

Join us on Slack! https://join.slack.com/t/opendsh/shared_invite/zt-la398uly-a6eMH5ttEQhbtE6asVKx4Q
GNU General Public License v3.0
238 stars 69 forks source link

aasdk error during installation script at 94% #169

Closed Setrias closed 1 day ago

Setrias commented 2 days ago

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 commented 2 days ago

Thanks for the report. Could you please test the branch provided in https://github.com/openDsh/dash/pull/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 commented 2 days ago

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

breakingspell commented 1 day ago

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 commented 1 day ago

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