Package Details: nodejs-groovebasin 1.5.1-1

Git Clone URL: https://aur.archlinux.org/nodejs-groovebasin.git (read-only, click to copy)
Package Base: nodejs-groovebasin
Description: Music player server with a web-based user interface inspired by Amarok 1.4
Upstream URL: http://groovebasin.com/
Licenses: MIT
Submitter: christoph.gysin
Maintainer: christoph.gysin
Last Packager: christoph.gysin
Votes: 6
Popularity: 0.000000
First Submitted: 2012-03-14 19:30 (UTC)
Last Updated: 2016-02-24 13:33 (UTC)

Latest Comments

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

christoph.gysin commented on 2015-02-18 14:36 (UTC)

gn_file.cc is part of https://github.com/andrewrk/node-groove, which currently does not build against nodejs 0.12. nodejs dependencies are automatically fetched and built by npm. Patching it involves somehow splitting apart what npm does.

kevinf28 commented on 2015-02-18 14:11 (UTC)

Can someone please confirm that it builds correctly as 1.5.0 with a fully updated system / nodejs 0.12 ? Getting some weird compile errors, and im not a node dev, so no ideas... Where is gn_file.cc ?! make: Entering directory '/tmp/makepkg/nodejs-groovebasin/src/groovebasin-1.5.0/node_modules/groove/build' CXX(target) Release/obj.target/groove/src/groove.o CXX(target) Release/obj.target/groove/src/gn_file.o CXX(target) Release/obj.target/groove/src/gn_playlist.o In file included from ../src/gn_file.cc:2:0: ../src/gn_file.h:8:40: error: expected class-name before ‘{’ token class GNFile : public node::ObjectWrap { Full log: http://pastebin.com/fczPcE8A

christoph.gysin commented on 2014-12-10 12:32 (UTC)

It hasn't crashed for me so far. Try getting a backtrace to see where it comes from, and report the bug in the respective upstream project.

espenaf commented on 2014-12-10 11:31 (UTC)

With 1.4.0-1 and nodejs-0.10.33-8 I am getting random crashed with the following log message: groovebasin[22578]: node: ../nptl/pthread_mutex_lock.c:81: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed.

jprjr commented on 2014-08-11 19:08 (UTC)

Can you add python2 as a make dependency? I'm making a small vm just for this, and none of the deps actually install python2. It's listed as an optional dep for nodejs.

richli commented on 2014-08-07 04:38 (UTC)

@Mo6eB: Thanks, that did the trick!

Mo6eB commented on 2014-08-06 14:43 (UTC)

richli, run as your regular user npm config set python /usr/bin/python2 This sets the default python executable which gyp will use.

richli commented on 2014-07-29 14:44 (UTC)

I get the following error: > Error: Python executable "python" is v3.4.1, which is not supported by gyp. > You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0. I have the python and python2 packages installed. I'm not familiar with node so I'm not sure where I pass the "--python" switch to point to the Python 2.7 binary.

jaudet commented on 2014-07-16 20:43 (UTC)

Gotcha.

christoph.gysin commented on 2014-07-16 20:41 (UTC)

There are some node modules included that can use gnuplot, but groovebasin does not use it. Therefore it should not be listed as a dependency.