Package Details: elektroid-git 2.0.beta.r101.ge94eb07-1

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: 3
Popularity: 0.000000
First Submitted: 2021-12-01 22:19 (UTC)
Last Updated: 2021-12-01 22:19 (UTC)

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...