humeman / openauto-patched-installer

Installer for openauto which patches various issues with newer GooglePlayServices/touchscreen/device detection/compilation issues.
21 stars 23 forks source link

Compliation error "Error; Couldn't build AASDK! #7

Open RudyJessop opened 3 years ago

RudyJessop commented 3 years ago

I know the original projects aren't being updated but I'm using this as documentation reference. If someone has had this issue and can point me in the correct direction it would be helpful.

                 from /usr/include/boost/asio/detail/impl/throw_error.ipp:20,
                 from /usr/include/boost/asio/detail/throw_error.hpp:52,
                 from /usr/include/boost/asio/detail/impl/posix_tss_ptr.ipp:23,
                 from /usr/include/boost/asio/detail/posix_tss_ptr.hpp:76,
                 from /usr/include/boost/asio/detail/tss_ptr.hpp:27,
                 from /usr/include/boost/asio/detail/call_stack.hpp:20,
                 from /usr/include/boost/asio/detail/thread_context.hpp:20,
                 from /usr/include/boost/asio/detail/recycling_allocator.hpp:20,
                 from /usr/include/boost/asio/detail/handler_alloc_helpers.hpp:21,
                 from /usr/include/boost/asio/detail/executor_op.hpp:20,
                 from /usr/include/boost/asio/impl/system_executor.hpp:18,
                 from /usr/include/boost/asio/system_executor.hpp:129,
                 from /usr/include/boost/asio/associated_executor.hpp:21,
                 from /usr/include/boost/asio.hpp:21,
                 from /home/pi/aasdk/include/f1x/aasdk/Channel/ServiceChannel.hpp:21,
                 from /home/pi/aasdk/include/f1x/aasdk/Channel/AV/AudioServiceChannel.hpp:22,
                 from /home/pi/aasdk/src/Channel/AV/AudioServiceChannel.cpp:22:
/usr/include/boost/throw_exception.hpp: In function ‘void boost::throw_exception(const E&) [with E = boost::system::system_error]’:
/usr/include/boost/throw_exception.hpp:62:46: internal compiler error: Bus error
 template<class E> BOOST_NORETURN inline void throw_exception( E const & e )
                                              ^~~~~~~~~~~~~~~
In file included from /usr/include/boost/throw_exception.hpp:42,
                 from /usr/include/boost/asio/detail/throw_exception.hpp:21,
                 from /usr/include/boost/asio/detail/impl/throw_error.ipp:20,
                 from /usr/include/boost/asio/detail/throw_error.hpp:52,
                 from /usr/include/boost/asio/detail/impl/posix_tss_ptr.ipp:23,
                 from /usr/include/boost/asio/detail/posix_tss_ptr.hpp:76,
                 from /usr/include/boost/asio/detail/tss_ptr.hpp:27,
                 from /usr/include/boost/asio/detail/call_stack.hpp:20,
                 from /usr/include/boost/asio/detail/thread_context.hpp:20,
                 from /usr/include/boost/asio/detail/recycling_allocator.hpp:20,
                 from /usr/include/boost/asio/detail/handler_alloc_helpers.hpp:21,
                 from /usr/include/boost/asio/detail/executor_op.hpp:20,
                 from /usr/include/boost/asio/impl/system_executor.hpp:18,
                 from /usr/include/boost/asio/system_executor.hpp:129,
                 from /usr/include/boost/asio/associated_executor.hpp:21,
                 from /usr/include/boost/asio.hpp:21,
                 from /home/pi/aasdk/include/f1x/aasdk/Channel/ServiceChannel.hpp:21,
                 from /home/pi/aasdk/include/f1x/aasdk/Channel/AV/AVInputServiceChannel.hpp:23,
                 from /home/pi/aasdk/src/Channel/AV/AVInputServiceChannel.cpp:23:
/usr/include/boost/exception/exception.hpp: In copy constructor ‘boost::exception_detail::error_info_injector<boost::system::system_error>::error_info_injector(const boost::exception_detail::error_info_injector<boost::system::system_error>&)’:
/usr/include/boost/exception/exception.hpp:348:9: internal compiler error: Bus error
         error_info_injector:
         ^~~~~~~~~~~~~~~~~~~
0xb6b3111f ???
    ../sysdeps/unix/sysv/linux/arm/sigrestorer.S:64
0xb6b1b717 __libc_start_main
    /build/glibc-FUvrFr/glibc-2.28/csu/libc-start.c:308
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <file:///usr/share/doc/gcc-8/README.Bugs> for instructions.
0xb6a8911f ???
    ../sysdeps/unix/sysv/linux/arm/sigrestorer.S:64
0xb6a73717 __libc_start_main
    /build/glibc-FUvrFr/glibc-2.28/csu/libc-start.c:308
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <file:///usr/share/doc/gcc-8/README.Bugs> for instructions.
make[2]: *** [CMakeFiles/aasdk.dir/build.make:63: CMakeFiles/aasdk.dir/src/Channel/AV/AVInputServiceChannel.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [CMakeFiles/aasdk.dir/build.make:76: CMakeFiles/aasdk.dir/src/Channel/AV/AudioServiceChannel.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/aasdk.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
[OAInstaller] ERROR: Couldn't build AASDK!
[OAInstaller] If necessary, report this under the Issues tab on the installer github at https://github.com/humeman/openauto-patched-installer.

I have had this issue with other files in different times compiling this application Even using https://github.com/novaspirit/androidauto_rpi_install script. Which brought me to this script I have gotten further in the compile process but identical issues. Any suggestion in overcoming this compile issue I am all ears. Until then I will be researching for a solution.

jor3l commented 1 year ago

Any updates on this? Getting the same error without the traces

jor3l commented 1 year ago

Nvm, seems to be a resources issue, using raspbian lite without anything else running I was able to get past that error line, now open auto is failing to build