You are not logged in.
Offline
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
Offline
Thanks! Awesome work bud. ![]()
Offline
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
Beatbox is great! Thanks to all ![]()
Offline
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
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
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
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
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)
Offline
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.
I dont have the knowledge to maintain it.
Offline
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
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
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
gdb shows it segfaulting in vasprintf with a backtrace of over 35000 levels..
Last edited by schuay (2011-06-12 10:35:39)
Offline
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
Ok you're right. Might want to try building without the 2 most recent commits from June 8th.
Offline