Thank you for updating the alsa/iatomic problem! You rock, this program is awesome and I can finally use it now!
Search Criteria
Package Details: bristol 0.60.11-2
Git Clone URL: | https://aur.archlinux.org/bristol.git (read-only) |
---|---|
Package Base: | bristol |
Description: | Vintage synthesizers emulator |
Upstream URL: | http://bristol.sourceforge.net |
Licenses: | |
Submitter: | None |
Maintainer: | adorableGNU |
Last Packager: | adorableGNU |
Votes: | 66 |
Popularity: | 1.298241 |
First Submitted: | 2007-07-04 20:55 |
Last Updated: | 2016-09-30 18:39 |
Dependencies (3)
Required by (1)
Sources (1)
Latest Comments
sekret commented on 2018-02-16 21:22
Flarp commented on 2017-02-13 00:22
capoeira commented on 2016-09-30 19:37
wow, that was fast.
and it works.
thanks a lot
adorableGNU commented on 2016-09-30 18:49
Yes, alsa/iatomic header was removed by ALSA upstream. Should work again.
capoeira commented on 2016-09-30 17:04
can't compile here>
gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/X11R6/include -pthread -Wall -g -I./../include/slab -I./../include/bristol -DBRISTOL_HAS_OSS=1 -D_BRISTOL_DRAIN -DBRISTOL_HAS_ALSA=1 -D_BRISTOL_JACK -D_BRISTOL_JACK_MIDI -D_BRISTOL_JACK_SESSION -I/usr/include/alsa -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I/usr/X11R6/include -MT audioEngineJack.o -MD -MP -MF .deps/audioEngineJack.Tpo -c -o audioEngineJack.o audioEngineJack.c
audioEngineJack.c:42:26: fatal error: alsa/iatomic.h: Arquivo ou diretório não encontrado
#include <alsa/iatomic.h>
^
compilation terminated.
make[2]: *** [Makefile:323: audioEngineJack.o] Error 1
make[2]: Leaving directory '/tmp/yaourt-tmp-studio/aur-bristol/src/bristol-0.60.11/libbristolaudio'
make[1]: *** [Makefile:366: all-recursive] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-studio/aur-bristol/src/bristol-0.60.11'
make: *** [Makefile:297: all] Error 2
paum commented on 2013-02-14 18:53
should be updated to 0.60.11 version.
greygjhart commented on 2012-06-09 15:04
Trying to build bristol without 'make' installed failed ! The PKGBUILD lacks 'make' as makedepends.
Just a suggestion, put the sed line into a separate prepare() function as recommended in the packaging guidelines. Here's the updated PKGBUILD
https://pastebin.com/iY2F9AZL