Package Details: serialosc-git 20150928-1

Git Clone URL: https://aur.archlinux.org/serialosc-git.git (read-only, click to copy)
Package Base: serialosc-git
Description: serialosc is an OSC server for Monomes
Upstream URL: https://github.com/monome/serialosc
Licenses: ISC
Conflicts: serialosc
Provides: serialosc
Submitter: kasbah
Maintainer: None
Last Packager: ptrv
Votes: 4
Popularity: 0.25
First Submitted: 2010-11-12 12:58 (UTC)
Last Updated: 2015-11-11 20:53 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

awwk commented on 2022-03-06 13:06 (UTC)

I see an error when compiling libuv as a git submodule:

[24/59] Compiling third-party/libuv/src/unix/process.c
../third-party/libuv/src/unix/thread.c: In function ‘thread_stack_size’:
../third-party/libuv/src/unix/thread.c:194:24: error: comparison of integer expressions of different signedness: ‘rlim_t’ {aka ‘long unsigned int’} and ‘long int’ [-Werror=sign-compare]
  194 |       if (lim.rlim_cur >= PTHREAD_STACK_MIN)
      |                        ^~
../third-party/libuv/src/unix/thread.c: In function ‘uv_thread_create_ex’:
../third-party/libuv/src/unix/thread.c:242:20: error: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘long int’ [-Werror=sign-compare]
  242 |     if (stack_size < PTHREAD_STACK_MIN)
      |                    ^
cc1: all warnings being treated as errors

I switched to the system installed libuv and everything worked fine. There is a handy Waf configure flag to use the system libuv: --enable-system-libuv [0]. I suggest adding this configure flag and adding libuv as a dependency.

[0] https://github.com/monome/serialosc/pull/32

pankid commented on 2015-11-09 00:47 (UTC)

depends=("libmonome" should now be libmonome-git in the pkgbuild.

Mo0O commented on 2012-07-29 19:02 (UTC)

it also depend on confuse, you could install it with this PKGBUILD : http://sprunge.us/hVSj

wrl commented on 2012-07-29 16:48 (UTC)

build system has changed to waf in git head.

warrd commented on 2012-07-17 09:35 (UTC)

Please update this to depend on 'libmonome-git'