Package Details: go-dsp-guitar 1.6.5-1

Git Clone URL: https://aur.archlinux.org/go-dsp-guitar.git (read-only, click to copy)
Package Base: go-dsp-guitar
Description: A cross-platform multichannel multi-effects processor for electric guitars and other instruments
Upstream URL: https://github.com/andrepxx/go-dsp-guitar
Keywords: amplifier-modeling audio dsp effects effects-modeling guitar guitar-amp jack-audio-connection-kit simulation
Licenses: Apache
Submitter: ragouel
Maintainer: None
Last Packager: bvp
Votes: 1
Popularity: 0.014176
First Submitted: 2020-07-01 21:58 (UTC)
Last Updated: 2021-07-26 17:08 (UTC)

Latest Comments

bvp commented on 2021-07-26 17:09 (UTC)

@rcrath, PKGBUILD updated. Try again

rcrath commented on 2021-06-23 00:43 (UTC)

==> Starting build()...
go: cannot find main module, but found .git/config in /run/media/rich/WD10tb/yay/go-dsp-guitar
    to create a module there, run:
    cd ../.. && go mod init
==> ERROR: A failure occurred in build().
    Aborting...
error making: go-dsp-guitar

workaround: bin version installs.

yogo1212 commented on 2021-04-14 19:25 (UTC)

For the package to build with recent go versions (which require modules), a [ ! -f go.mod ] && go mod init github.com/andrepxx/go-dsp-guitar && go mod tidy needs to be added before the go get.

also, inside package(), the path is build/${pkgname} - not build/${pkgname}-${pkgver} instead, the line should be install -Dm755 build/${pkgname}.

at least for me.

ragouel commented on 2020-11-02 09:31 (UTC)

@elf_che I wasn't able to resolve your issue. Try the -bin version.

s.chernetsov commented on 2020-11-02 08:31 (UTC)

github.com/andrepxx/go-jack

_cgo_export.c: В функции «goPortRegistration»: _cgo_export.c:81:38: ошибка: опущено имя параметра 81 | void goPortRegistration(GoUint port, GoInt register, void* arg) | ^~~~~~~~~~~~~~ _cgo_export.c:90:14: ошибка: expected expression before «register» 90 | _cgo_a.p1 = register; | ^~~~~~~~ ==> ОШИБКА: Произошел сбой в build(). Прерывание... 2020-11-02 11:20:20,134 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/enserg/.cache/aurman/go-dsp-guitar