Package Details: ossia-score 3.3.2-1

Git Clone URL: https://aur.archlinux.org/ossia-score.git (read-only, click to copy)
Package Base: ossia-score
Description: ossia score, an interactive sequencer for the intermedia arts
Upstream URL: https://ossia.io
Licenses: GPLv3
Conflicts: ossia-score-git
Provides: ossia-score
Replaces: i-score
Submitter: jcelerier
Maintainer: jcelerier
Last Packager: jcelerier
Votes: 10
Popularity: 0.001598
First Submitted: 2018-04-26 22:11 (UTC)
Last Updated: 2024-11-19 12:41 (UTC)

Latest Comments

1 2 3 4 Next › Last »

jcelerier commented on 2024-11-23 19:22 (UTC)

thanks @glocq, this one looks like some llvm - gcc interop bug erk.. https://github.com/llvm/llvm-project/issues/73248. Investigating.

glocq commented on 2024-11-23 17:53 (UTC)

@jcelerier It fixed that one error, now I got another one:

[ 11%] Linking CXX shared library libsnmallocshim.so
ld.lld: error: undefined symbol: std::__glibcxx_assert_fail(char const*, int, char const*, char const*)
>>> referenced by array:217 (/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/array:217)

(extract from the build output. Full build output available at this webpage; in particular, CMake warns me about missing stuff related to freenect2 and SZIP, I don't know if that's relevant to my error)

jcelerier commented on 2024-11-19 12:42 (UTC)

@glocq updated to 3.3.2 can you check if it fixed it ?

glocq commented on 2024-11-03 09:35 (UTC)

Hi, trying to build I get the following error:

CMake Error at /home/gregoire/.cache/yay/ossia-score/src/build/_deps/libcoap-src/CMakeLists.txt:340 (message):
  Both ENABLE_CLIENT_MODE and ENABLE_SERVER_MODE need to be set for
  ENABLE_PROXY_CODE

begin-theadventu commented on 2023-07-12 17:50 (UTC)

Thanks.

jcelerier commented on 2023-07-12 15:07 (UTC)

fixed, except for clang which is a depends (as score uses libclang for JIT-compilation features)

begin-theadventu commented on 2023-07-12 08:04 (UTC) (edited on 2023-07-12 08:28 (UTC) by begin-theadventu)

Shouldn't boost, clang and lld be in makedepends? And qt6-quickcontrols2 removed.

Also, ysfx-git provides ysfx, so I think it would make sense to write it without the -git suffix.

jcelerier commented on 2022-08-23 12:41 (UTC)

hi @tomas_vtipil, can you try 3.1.1 ? I just tested and it builds fine here

tomas_vtipil commented on 2022-07-11 21:05 (UTC) (edited on 2022-07-11 21:07 (UTC) by tomas_vtipil)

hi, trying to build, cannot get past this:

[ 44%] Building CXX object src/plugins/score-plugin-avnd/CMakeFiles/score_plugin_avnd.dir/cmake_pch.hxx.gch
In file included from /home/tomas/builds/ossia-score/src/build/src/plugins/score-plugin-avnd/CMakeFiles/score_plugin_avnd.dir/cmake_pch.hxx:12,
                 from <command-line>:
/home/tomas/builds/ossia-score/src/src/plugins/score-plugin-avnd/Crousti/Layer.hpp: In member function ‘QGraphicsItem* oscr::LayoutBuilder<Info>::createCustom(T&)’:
/home/tomas/builds/ossia-score/src/src/plugins/score-plugin-avnd/Crousti/Layer.hpp:64:52: error: expected ‘;’ before ‘{’ token
   64 |       if constexpr(requires { typename T::item_type{}; }) {
      |                                                    ^
/home/tomas/builds/ossia-score/src/src/plugins/score-plugin-avnd/Crousti/Layer.hpp: In member function ‘auto oscr::LayerFactory<Info>::makeItemImpl(oscr::ProcessModel<Info>&, QGraphicsItem*) const’:
/home/tomas/builds/ossia-score/src/src/plugins/score-plugin-avnd/Crousti/Layer.hpp:234:51: error: expected ‘;’ before ‘{’ token
  234 |     if constexpr(requires { typename Info::ui::bus{}; }) {
      |                                                   ^
make[2]: *** [src/plugins/score-plugin-avnd/CMakeFiles/score_plugin_avnd.dir/build.make:77: src/plugins/score-plugin-avnd/CMakeFiles/score_plugin_avnd.dir/cmake_pch.hxx.gch] Error 1
make[1]: *** [CMakeFiles/Makefile2:2817: src/plugins/score-plugin-avnd/CMakeFiles/score_plugin_avnd.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

dvzrv commented on 2021-11-20 11:56 (UTC)

@jcelerier: Yes, it's not required at runtime, but the pkgconfig integration specifies it as required. I guess it's the more "expected" or "sane" solution to add it as dependency for those three packages.