Package Details: musikcube 3.0.2-1

Git Clone URL: https://aur.archlinux.org/musikcube.git (read-only, click to copy)
Package Base: musikcube
Description: A terminal-based cross-platform music player, audio engine, metadata indexer, and server
Upstream URL: https://github.com/clangen/musikcube
Licenses: BSD-3-Clause
Submitter: meanjollies
Maintainer: meanjollies
Last Packager: meanjollies
Votes: 22
Popularity: 0.191811
First Submitted: 2017-07-30 04:45 (UTC)
Last Updated: 2024-01-31 02:23 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

meanjollies commented on 2021-08-19 17:46 (UTC)

@twann, are there any other helpful surrounding errors? Unfortunately, Artix is not Arch Linux, so you might be on your own here. I just confirmed in a clean chroot that it builds successfully. It is probably worth checking if you have anything defined in your /etc/makepkg.conf that could account for this behavior.

twann commented on 2021-08-19 16:54 (UTC)

I'm getting the following error when trying to build the package:

[ 26%] Linking CXX shared library ../../bin/libmusikcore.so
[ 26%] Built target musikcore
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

I'm on Artix Linux x86_64 and I used makepkg -s to build the package.

willemw commented on 2021-07-08 19:37 (UTC)

conflicts= is not necessary, after musikcube-git has been updated.

Check the latest cmake template (https://wiki.archlinux.org/title/CMake_package_guidelines#Template).

ibrokemypie commented on 2020-09-02 08:34 (UTC)

Solved it, you were right it was path related, the issue was that my login manager was overwriting my path for some reason, and changing it to be the standard copied from another machine made cmake and boost happy again!

ibrokemypie commented on 2020-09-02 08:00 (UTC)

I have the exact same issue regarding boost. Boost and boost libs are standard 72 from the default repos

path is as follows if it helps:  echo $PATH /sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/opt/android-sdk/tools:/opt/android-sdk/tools/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/pie/go/bin

I have posted about it in the forum too, as this issue isnt only with musikcube for me, but also yuzu

https://bbs.archlinux.org/viewtopic.php?pid=1924141#p1924141

meanjollies commented on 2019-10-19 14:39 (UTC)

@akaWolf are you using LXDM? Also, can you paste the value of your $PATH? I'm wondering if you have /bin at the beginning, which appears to cause this.

akaWolf commented on 2019-10-19 09:52 (UTC)

nope, I have boost from distributive.

meanjollies commented on 2019-10-17 12:52 (UTC)

@akaWolf I cannot reproduce this. Do you have some non-standard installation of boost-libs?

akaWolf commented on 2019-10-17 11:10 (UTC) (edited on 2019-10-17 11:11 (UTC) by akaWolf)

doesn't compile for now

CMake Error in src/core/CMakeLists.txt: Imported target "Boost::system" includes non-existent path /include

arisinfenix commented on 2019-01-08 09:42 (UTC)

taglib is a dependency

In file included from /build/musikcube/src/musikcube-0.60.1/src/plugins/taglib_plugin/taglib_plugin.cpp:36: /build/musikcube/src/musikcube-0.60.1/src/plugins/taglib_plugin/TaglibMetadataReader.h:48:14: fatal error: taglib/tlist.h: No such file or directory #include <taglib/tlist.h> ^~~~~~~~~~~~~~~~ compilation terminated.