Package Details: supercollider-git 3.11.1.r395.gcd3b936457-1

Git Clone URL: https://aur.archlinux.org/supercollider-git.git (read-only, click to copy)
Package Base: supercollider-git
Description: Environment and programming language for real time audio synthesis and algorithmic composition
Upstream URL: https://supercollider.github.io/
Keywords: audio multimedia supercollider synthesis
Licenses: GPL3
Conflicts: supercollider
Provides: supercollider
Submitter: None
Maintainer: dvzrv
Last Packager: dvzrv
Votes: 15
Popularity: 0.64
First Submitted: 2010-11-01 21:58 (UTC)
Last Updated: 2020-09-09 19:30 (UTC)

Dependencies (38)

Required by (33)

Sources (9)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

funkz commented on 2020-11-19 03:34 (UTC)

Hello everyone, I came across this compilation time error and would appreciate any hint:

Linux 5.8.18-1-MANJARO #1 SMP PREEMPT Sun Nov 1 14:10:04 UTC 2020 x86_64 GNU/Linux

yay -s supercollider-git

.o CMakeFiles/libscide.dir/qrc_resources.cpp.o /usr/bin/ranlib libscide.a make[2]: Leaving directory '/home/a/.cache/yay/supercollider-git/src/supercollider/build' [ 55%] Built target libscide make[1]: Leaving directory '/home/a/.cache/yay/supercollider-git/src/supercollider/build' make: *** [Makefile:182: all] Error 2 make: Leaving directory '/home/a/.cache/yay/supercollider-git/src/supercollider/build' ==> ERROR: A failure occurred in build(). Aborting... error making: supercollider-git

dvzrv commented on 2020-10-13 09:27 (UTC)

@jgjot-singh: update your mirrorlist.

jgjot-singh commented on 2020-10-13 07:57 (UTC) (edited on 2020-10-13 07:57 (UTC) by jgjot-singh)

I got this output when trying to install:

Errors occurred, no packages were upgraded.
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> abletonlink
-> emacs
-> yaml-cpp
-> xorg-server-xvfb
==> ERROR: Could not resolve all dependencies.
:: failed to build supercollider-git package(s)

So I tried to install those four packages first, but emacs just gives me dozens of 404s and fails to install.

What can I do here ?

dvzrv commented on 2020-09-10 08:27 (UTC)

@kflak: No worries! It could also be due to the higher optimization, but in reality that usually does not squeeze much out of a binary...

kflak commented on 2020-09-10 06:26 (UTC)

@dvzrv: That was fast! Thanks a lot. sc now builds without debug out of the box. Will run it all day today to see if my issues were related to the debugging or just to me being a crappy programmer ;-)

dvzrv commented on 2020-09-09 19:30 (UTC)

@kflak: Thanks for the headsup!

I have created an upstream ticket to track this behavior.

From what I can see the only real difference (apart from an increase in optimization to -O3) is the NDEBUG preprocessor macro. I have added that to the PKGBUILD now. Please check whether this fixes your problem!

kflak commented on 2020-09-09 16:08 (UTC) (edited on 2020-09-09 16:09 (UTC) by kflak)

It seems that passing -DCMAKE_BUILD_TYPE='None' causes SC to compile in debug mode. I started getting weird performance errors, and it turns out that sc was compiling a debug build, as well as running the server in debug mode. I changed the flag in the PKGBUILD to -DCMAKE_BUILD_TYPE='Release' (which is, by the way, the case in sc3-plugins-git) and sc now seems to run in normal mode.

EDIT: This also happens in the community version of supercollider as well.

Mik commented on 2020-06-02 15:40 (UTC)

@dvzrv Thx for the feedback. I finally understood what is link. And indeed the build fails with an error about "link". As it's very difficult to find something interesting on the internet with keyword as "link archlinux" "link linux" etc... I gave up with the build. Fortunally there is a precompiled version on the official site for Arch. https://supercollider.github.io/

Thx for your feedback and good luck with the build issue.

dvzrv commented on 2020-06-02 13:51 (UTC)

@Mik: It's now called abletonlink. I forgot to update this here. @paum: Far from it.

FYI: This currently doesn't build due to linker issue and I'm investigating the problem.

paum commented on 2020-06-02 11:22 (UTC)

it seems that maintainer abandoned this package.