You are not logged in.

#1 2011-05-23 11:13:44

Hund
Member
From: Sweden
Registered: 2010-03-22
Posts: 479
Website

Offline

#2 2011-05-23 14:47:54

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: [Request] Beatbox (Elementary music player)

I'd like to see a PKGBUILD of this as well!


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#3 2011-05-23 15:58:10

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: [Request] Beatbox (Elementary music player)

Offline

#4 2011-05-23 16:00:59

Hund
Member
From: Sweden
Registered: 2010-03-22
Posts: 479
Website

Re: [Request] Beatbox (Elementary music player)

Thanks! Awesome work bud. smile

Offline

#5 2011-05-23 16:20:12

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: [Request] Beatbox (Elementary music player)

vala-devel is a (make) depend for sqlheavy-git

EDIT: And python is a (make) depend for beatbox. Thanks for making this PKGBUILD by the way!

Last edited by Unia (2011-05-23 16:24:09)


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#6 2011-05-23 17:10:32

Cosmin
Member
Registered: 2008-10-06
Posts: 248

Re: [Request] Beatbox (Elementary music player)

Beatbox is great! Thanks to all big_smile

Offline

#7 2011-05-23 19:40:30

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: [Request] Beatbox (Elementary music player)

Unia wrote:

vala-devel is a (make) depend for sqlheavy-git

EDIT: And python is a (make) depend for beatbox. Thanks for making this PKGBUILD by the way!

Thanks, added python. But how is vala-devel a makedep?

Offline

#8 2011-05-23 20:12:34

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: [Request] Beatbox (Elementary music player)

I firstly had vala-git installed but it threw me an error. When I installed vala-devel it compiled fine.

Last edited by Unia (2011-05-23 20:12:49)


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#9 2011-05-23 20:31:31

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: [Request] Beatbox (Elementary music player)

Unia wrote:

I firstly had vala-git installed but it threw me an error. When I installed vala-devel it compiled fine.

Well it works fine here with vala from [extra]. I very much doubt you need vala-devel.

Offline

#10 2011-05-23 21:25:55

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: [Request] Beatbox (Elementary music player)

I'll rebuild it again tomorrow using vala from [extra] to check.

EDIT: Just tested with vala from [extra] and it built without errors. Maybe you should then add that it wont built with vala-git instead?

Last edited by Unia (2011-05-24 16:09:33)


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#11 2011-05-31 10:05:30

dcc24
Member
Registered: 2009-10-31
Posts: 737

Re: [Request] Beatbox (Elementary music player)

Does anyone know how to compile this without zeitgeist? Maybe a configure switch?


It is better to keep your mouth shut and be thought a fool than to open it and remove all doubt. (Mark Twain)

My AUR packages

Offline

#12 2011-06-11 22:13:25

Hund
Member
From: Sweden
Registered: 2010-03-22
Posts: 479
Website

Re: [Request] Beatbox (Elementary music player)

dcc24 wrote:

Does anyone know how to compile this without zeitgeist? Maybe a configure switch?

zeitgeist its optional now. But it seemse like the guy have abandoned the AUR package. sad I dont have the knowledge to maintain it.

Offline

#13 2011-06-11 22:17:31

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: [Request] Beatbox (Elementary music player)

The PKGBUILD should be fine as it is.
I sent a patch upstream to fix the indentation errors in their build script, but for some reason they only applied half of it.
I don't use beatbox and therefore have little motivation to keep fixing their broken scripts, but it should be trivial.

The bug report: https://bugs.launchpad.net/beat-box/+bug/793902

Last edited by schuay (2011-06-11 22:18:46)

Offline

#14 2011-06-11 22:21:46

Hund
Member
From: Sweden
Registered: 2010-03-22
Posts: 479
Website

Re: [Request] Beatbox (Elementary music player)

Atm I cant even compile sqlheavy-git:

/bin/sh: line 5: 14552 Segmentation fault      LD_LIBRARY_PATH=.libs /usr/bin/g-ir-compiler --includedir=. --includedir=. --shared-library=sqlheavy0.1 SQLHeavy-0.1.gir -o SQLHeavy-0.1.typelib
make[2]: *** [SQLHeavy-0.1.typelib] Error 139
make[2]: Leaving directory `/tmp/clyde-johan/sqlheavy-git/sqlheavy-git/src/sqlheavy-build/sqlheavy'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/clyde-johan/sqlheavy-git/sqlheavy-git/src/sqlheavy-build/sqlheavy'
make: *** [all-recursive] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

Offline

#15 2011-06-12 09:31:11

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: [Request] Beatbox (Elementary music player)

Hund wrote:

Atm I cant even compile sqlheavy-git:

/bin/sh: line 5: 14552 Segmentation fault      LD_LIBRARY_PATH=.libs /usr/bin/g-ir-compiler --includedir=. --includedir=. --shared-library=sqlheavy0.1 SQLHeavy-0.1.gir -o SQLHeavy-0.1.typelib
make[2]: *** [SQLHeavy-0.1.typelib] Error 139
make[2]: Leaving directory `/tmp/clyde-johan/sqlheavy-git/sqlheavy-git/src/sqlheavy-build/sqlheavy'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/clyde-johan/sqlheavy-git/sqlheavy-git/src/sqlheavy-build/sqlheavy'
make: *** [all-recursive] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

I'm assuming you are using [testing]? Maybe you should report that as a glibc bug.

Edit: on second thought, don't report it smile gdb shows it segfaulting in vasprintf with a backtrace of over 35000 levels..

Last edited by schuay (2011-06-12 10:35:39)

Offline

#16 2011-06-12 10:31:21

Cdh
Member
Registered: 2009-02-03
Posts: 1,098

Re: [Request] Beatbox (Elementary music player)

Does the same with everything stable for me to.

Core was generated by `/usr/bin/g-ir-compiler --includedir=. --includedir=. --shared-library=sqlheavy0'.
Program terminated with signal 11, Segmentation fault.
#0  0x00007f67eebca042 in vfprintf () from /lib/libc.so.6

฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz

Offline

#17 2011-06-12 10:44:13

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: [Request] Beatbox (Elementary music player)

Ok you're right. Might want to try building without the 2 most recent commits from June 8th.

Offline

Board footer

Powered by FluxBB