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.180480
First Submitted: 2017-07-30 04:45 (UTC)
Last Updated: 2024-01-31 02:23 (UTC)

Latest Comments

1 2 3 Next › Last »

meanjollies commented on 2022-07-04 15:11 (UTC)

Great. I've created musikcube-bin, which contains the pre-compiled binaries.

clangen commented on 2022-07-04 04:42 (UTC)

Hello, I maintain the musikcube project, but I do not maintain this Arch package.

I've seen a couple comments about build time being long; I wanted to mention to the package maintainers that the most recent releases of musikcube (and all releases moving forward) include pre-compiled 64-bit Linux binaries that should be easy to re-distribute so users don't have to compile every new version, or re-compile when boost libraries change.

5px commented on 2022-06-25 22:13 (UTC) (edited on 2022-06-25 22:53 (UTC) by 5px)

I'm having an issue with the latest build of musikcube. Upon running, I see this error: ./musikcube: error while loading shared libraries: libboost_filesystem.so.1.78.0: cannot open shared object file: No such file or directory

EDIT: To fix this, recompile musikcube. If you are using an AUR helper, you can use a cleanBuild.

pepper_chico commented on 2022-02-20 20:12 (UTC)

We need a -bin package because this really takes a ton of time to finish building.

meanjollies commented on 2021-11-11 15:58 (UTC)

@simon.wiles possibly - I'm not that great with C++ to know for sure. I'm a bit strapped for time until this coming weekend is over and have been unable to reproduce the same error, so if you are willing to open an issue upstream that would be kind of you.

@willemw It's been removed. I know you pointed this out in an earlier comment, which I completely forgot to address, so I apologize for that.

willemw commented on 2021-11-11 07:50 (UTC)

conflicts=(musikcube-git) is now redundant. Please remove it.

simon.wiles commented on 2021-11-11 06:24 (UTC)

@meanjollies -- thanks so much for the quick action. It compiles just fine now, but core-dumps on adding some folders to the library:

/usr/include/c++/11.1.0/bits/basic_string.h:1026: std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::const_reference std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::operator[](s[0/1]_cxx11::basic_string<_CharT, _Traits, _Alloc>::size_type) const [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; std::__cxx11::basic_string<_CharT, _Tra
its, _Alloc>::const_reference = const char&; std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::size_type = long unsigned int]: Assertion '__pos <= size()' failed.

I'm about to file an issue upstream, but is there a chance this could be related?

Thanks again!

meanjollies commented on 2021-11-11 02:03 (UTC)

@simon.wiles looks like there was a recent change to the default CFLAGS/CXXFLAGS makepkg uses such that builds with format-security errors fail. I've addressed this, so it should build cleanly now. Thanks for reporting this.

simon.wiles commented on 2021-11-10 17:00 (UTC) (edited on 2021-11-10 17:00 (UTC) by simon.wiles)

This doesn't build for me (vanilla Arch) -- I get a series of

error: format not a string literal and no format arguments [-Werror=format-security]

(same with musikcube-git) Any suggestions?

twann commented on 2021-08-20 17:37 (UTC)

@meanjollies Yeah, sorry for that. I tried to build it in a clean Arch container and it was successful.