Package Details: sonic-pi-git 5.0.0-1

Git Clone URL: https://aur.archlinux.org/sonic-pi-git.git (read-only, click to copy)
Package Base: sonic-pi-git
Description: The Live Coding Music Synth for Everyone
Upstream URL: http://sonic-pi.net/
Licenses: MIT
Groups: pro-audio
Conflicts: sonic-pi
Provides: sonic-pi
Submitter: nigeil
Maintainer: b08x (markallasread, sonander-aur, nigeil)
Last Packager: b08x
Votes: 7
Popularity: 0.000000
First Submitted: 2015-01-08 21:38 (UTC)
Last Updated: 2023-05-26 16:55 (UTC)

Required by (1)

Sources (4)

Latest Comments

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

beatboxchad commented on 2017-03-17 21:06 (UTC)

hey @oxfn, check your ~/.sonic-pi/log/gui.log. If you see something like this: [GUI] - unable to listen to UDP OSC messages on port 4558 [GUI] - Ruby server pid registered: 706 [GUI] - waiting for Sonic Pi Server to boot... then 'netstat -nup' to find the PID of the Ruby process clogging that port 4558, where it's waiting to hear that scsynth has started and all that. If you kill that and sonic-pi and try again it'll start right up. This issue crops up on the non-git AUR package too. I'm about to head over to github and open up an issue.

jtp commented on 2017-02-22 19:14 (UTC)

Getting the same error as the previous comment: patching file build-ubuntu-app Hunk #1 FAILED at 8. 1 out of 3 hunks FAILED -- saving rejects to file build-ubuntu-app.rej However it works fine when building from the source directly: cd app/gui/qt/ ./build-ubuntu-app

deadguy commented on 2017-02-08 12:03 (UTC)

I've been trying to build this with no success. Process halts at: patching file build-ubuntu-app Hunk #1 FAILED at 8. 1 out of 3 hunks FAILED -- saving rejects to file build-ubuntu-app.rej I've dumped build-ubuntu-app.rej here: https://hastebin.com/xaguboyepo.php

oxfn commented on 2016-12-28 22:13 (UTC) (edited on 2016-12-28 22:14 (UTC) by oxfn)

Strange behavior on Gnome: I run jackd and then start sonic-pi. Then I click on splashsceeen, it disappears and nothing happens. Program is running without any windows created, no errors in stdout/stderr but in journal I see the following: дек 28 22:55:55 ARCH1 org.gnome.Shell.desktop[1788]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0x1e00007 specified for 0x1e00005 (Sonic Pi). дек 28 22:56:00 ARCH1 kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95) дек 28 22:56:00 ARCH1 kernel: nouveau 0000:01:00.0: DRM: suspending console... дек 28 22:56:00 ARCH1 kernel: nouveau 0000:01:00.0: DRM: suspending display... дек 28 22:56:00 ARCH1 kernel: nouveau 0000:01:00.0: DRM: evicting buffers... дек 28 22:56:00 ARCH1 kernel: nouveau 0000:01:00.0: DRM: waiting for kernel channels to go idle... дек 28 22:56:00 ARCH1 kernel: nouveau 0000:01:00.0: DRM: suspending client object trees... дек 28 22:56:00 ARCH1 kernel: nouveau 0000:01:00.0: DRM: suspending kernel object tree...

nigeil commented on 2016-12-18 04:12 (UTC)

Balbeko really saved my(our) skins with his patches - I've merged them to this branch, marked him as a contributor, and tested on my desktop system. All appears to be well once more! Thank you for your help balbeko, we all appreciate it!

m0s commented on 2016-12-15 14:59 (UTC)

Hi, Nigeil I've made few updates to PKGBUILD, and patches for ubuntu build scripts to make things up to date with current master. I've also added correct dependencies, i.e. qwt-qt5-opengl instead of qwt-qt5 and boost as a makedep. So now things are building fine, feel free to merge my changes https://github.com/balbeko/sonic-pi-git-aur

Poqudrof commented on 2016-10-17 12:54 (UTC)

Hi Nigeil, did you try this to handle your Qt issues ?  qmake -set QMAKEFEATURES /usr/local/qwt-6.1.2/features

nigeil commented on 2016-09-19 00:49 (UTC)

I am having a horrid time installing this after some recent changes were pushed to their git repository, and unfortunately Metallion's changes do not solve all of the issues (namely, qwt_plot_glcanvas.h is missing, and I haven't quite figured out which package provides that, or how that package needs to be configured). I am looking into it in my off-time only, so if someone else has input on the matter, please let us know! This software is constantly having new features added, all of which seem to require new libraries, etc.

Metallion commented on 2016-09-03 04:51 (UTC)

I experienced some dependency issues when installing this. qt5-multimedia and boost should be added to the dependencies. Error: Updating '/tmp/yaourt-tmp-metallion/aur-sonic-pi-git/src/sonic-pi/app/gui/qt/lang/sonic-pi_ro.qm'... Generated 161 translation(s) (161 finished and 0 unfinished) Updating '/tmp/yaourt-tmp-metallion/aur-sonic-pi-git/src/sonic-pi/app/gui/qt/lang/sonic-pi_ru.qm'... Generated 161 translation(s) (161 finished and 0 unfinished) Updating '/tmp/yaourt-tmp-metallion/aur-sonic-pi-git/src/sonic-pi/app/gui/qt/lang/sonic-pi_zh-Hans.qm'... Generated 161 translation(s) (161 finished and 0 unfinished) Info: creating stash file /tmp/yaourt-tmp-metallion/aur-sonic-pi-git/src/sonic-pi/app/gui/qt/.qmake.stash Project ERROR: Unknown module(s) in QT: multimedia Solution: pacman -S qt5-multimedia ==== Error: stem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o main.o main.cpp In file included from ./server_shm.hpp:23:0, from scope.h:21, from mainwindow.h:42, from main.cpp:22: ./scope_buffer.hpp:26:45: fatal error: boost/interprocess/offset_ptr.hpp: No such file or directory #include <boost/interprocess/offset_ptr.hpp> compilation terminated. make: *** [Makefile:1791: main.o] Error 1 Solution: pacman -S boost

nigeil commented on 2016-08-14 01:47 (UTC)

The PKGBUILD has been updated to use (part of) the developer's build-ubuntu-app script, as the original build script is being deprecated. The build is successful on my desktop. qwt-qt5 (aur) has been added as a dependency. As an aside, sers looking for a more stable experience should consider the sonic-pi (aur) package as an alternate option, as the upstream developers are still re-writing great portions of the build procedure and issues are likely to arise!