Hi, I have created the attached Dockerfile that builds for Eoan. Use
it as a reference to build your own Amarok with Mariadb Embedded
replacing Mysql Embedded (which is no longer supported).

As an alternative, I have been creating my own packages at Lauchpad.
Here's my PPA: https://launchpad.net/~pgomes/+archive/ubuntu/amarok

On Wed, Apr 29, 2020 at 1:10 AM Alan Ezust <alan.ez...@gmail.com> wrote:
>
> Hi, I managed to figure out what to install to get cmake to run and started 
> building amarok.
> It fails around 86% because of the mysql embedded stuff.
>
> What is the right way to disable the mysql embedded storage module?
> I tried editing the cmakelists.txt file and set the option to OFF like this:
>
> option(WITH_MYSQL_EMBEDDED "Build the embedded database library -- highly 
> recommended" OFF)
>
> is that the right way to disable modules in the amarok build? or do I pass a 
> command line argument to cmake when I run it?
>
> I'm getting this:
>
> [ 86%] Linking CXX shared module 
> ../../../../../bin/amarok_storage-mysqlestorage.so
> c++: error: [OPTIONS]: No such file or directory
> make[2]: *** 
> [src/core-impl/storage/sql/mysqlestorage/CMakeFiles/amarok_storage-mysqlestorage.dir/build.make:130:
>  bin/amarok_storage-mysqlestorage.so] Error 1
> make[1]: *** [CMakeFiles/Makefile2:8923: 
> src/core-impl/storage/sql/mysqlestorage/CMakeFiles/amarok_storage-mysqlestorage.dir/all]
>  Error 2
> make[1]: *** Waiting for unfinished jobs....
>
>
>
>

Attachment: Dockerfile
Description: Binary data

Reply via email to