Search Criteria
Package Details: elektroid-git 2.0.beta.r101.ge94eb07-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/elektroid-git.git (read-only, click to copy) |
---|---|
Package Base: | elektroid-git |
Description: | GNU/Linux transfer application for Elektron devices |
Upstream URL: | https://github.com/dagargo/elektroid |
Licenses: | GPL-3.0 |
Conflicts: | elektroid |
Provides: | elektroid |
Submitter: | deuill |
Maintainer: | deuill |
Last Packager: | deuill |
Votes: | 4 |
Popularity: | 0.29 |
First Submitted: | 2021-12-01 22:19 (UTC) |
Last Updated: | 2021-12-01 22:19 (UTC) |
Dependencies (9)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- json-glib (json-glib-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsamplerate (libsamplerate-gitAUR)
- libsndfile (libsndfile-gitAUR)
- libzip (libzip-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
deuill commented on 2022-01-09 14:57 (UTC)
Hey Franco_64, seems that the issue here is related to how there's spaces in the path used for building the package (specifically, in the
AUR packages
folder), which trips up the Elektroid build system.I'd file a ticket with upstream to get this fixed, but you can work around this by building in a different directory (or setting
BUILDDIR
, which may be good to set to something like/tmp/makepkg
if you're on an SSD either way).Franco_64 commented on 2022-01-08 18:25 (UTC) (edited on 2022-01-08 18:28 (UTC) by Franco_64)
Hi deuill,
I try to compile Elektroid, but makepkg exits with this error:
==> Starting package()...
Making install in src
make[1]: Entering directory '/home/franco/Downloads/AUR packages/elektroid-git/src/elektroid/src'
make[2]: Entering directory '/home/franco/Downloads/AUR packages/elektroid-git/src/elektroid/src'
/usr/bin/mkdir -p '/home/franco/Downloads/AUR packages/elektroid-git/pkg/elektroid-git/usr/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c elektroid elektroid-cli '/home/franco/Downloads/AUR packages/elektroid-git/pkg/elektroid-git/usr/bin'
libtool: install: /usr/bin/install -c elektroid /home/franco/Downloads/AUR packages/elektroid-git/pkg/elektroid-git/usr/bin/elektroid
/usr/bin/install: target 'packages/elektroid-git/pkg/elektroid-git/usr/bin/elektroid' is not a directory
make[2]: *** [Makefile:403: install-binPROGRAMS] Error 1
make[2]: Leaving directory '/home/franco/Downloads/AUR packages/elektroid-git/src/elektroid/src'
make[1]: *** [Makefile:821: install-am] Error 2
make[1]: Leaving directory '/home/franco/Downloads/AUR packages/elektroid-git/src/elektroid/src'
make: *** [Makefile:431: install-recursive] Error 1
==> ERROR: A failure occurred in package().
Aborting...