Package Details: librepcb 1.1.0-2

Git Clone URL: https://aur.archlinux.org/librepcb.git (read-only, click to copy)
Package Base: librepcb
Description: A free EDA software to develop printed circuit boards
Upstream URL: https://librepcb.org/
Licenses: GPL-3.0-only
Submitter: dbrgn
Maintainer: dbrgn (rnestler)
Last Packager: dbrgn
Votes: 18
Popularity: 0.41
First Submitted: 2018-10-23 07:35 (UTC)
Last Updated: 2024-04-08 08:35 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

dbrgn commented on 2020-05-14 21:23 (UTC)

@xoan: Thanks for the comment, I fixed the PKGBUILD.

xoan commented on 2020-05-14 18:34 (UTC) (edited on 2020-05-14 18:35 (UTC) by xoan)

qt5-tools should be a makedep.

/usr/bin/qmake -o Makefile ../../../apps/librepcb/librepcb.pro PREFIX=[...]/librepcb/pkg/librepcb/usr
/usr/bin/lrelease ../../../i18n/librepcb_cs.ts -qm /[...]/librepcb/src/librepcb-0.1.4/share/librepcb/i18n/librepcb_cs.qm
make[2]: /usr/bin/lrelease: No such file or directory
make[2]: *** [Makefile:581: ../../../share/librepcb/i18n/librepcb_cs.qm] Error 127
make[2]: leaving directory '/[...]/librepcb/src/librepcb-0.1.4/build/apps/librepcb'
make[1]: *** [Makefile:50: sub-librepcb-make_first] Error 2
make[1]: leaving directory '/[...]/librepcb/src/librepcb-0.1.4/build/apps'
make: *** [Makefile:49: sub-apps-make_first] Error 2

dbrgn commented on 2020-05-08 19:58 (UTC)

@naesk: What exactly is the build error? Without any log output I can't help.

naesk commented on 2020-05-08 13:50 (UTC)

I'm getting a build error :(

==> ERROR: A failure occurred in build().
    Aborting...
:: failed to build librepcb package(s)

naesk commented on 2020-05-07 12:29 (UTC) (edited on 2020-05-08 09:44 (UTC) by naesk)

The key doesn't appear to exist.

gpg --receive-keys 7EF3061F5C8D5E25 gpg: keyserver receive failed: General error

EDIT: All good, key imported :)

corvus_albus commented on 2019-12-03 14:32 (UTC)

Thank you, dbrgn! Importing the key was the solution: gpg --recv-keys 7EF3061F5C8D5E25

dbrgn commented on 2019-12-03 14:14 (UTC)

corvus_albus: Have you imported the PGP key? Check the PKGBUILD file, there's a note. See https://wiki.archlinux.org/index.php/Makepkg#Signature_checking.

corvus_albus commented on 2019-12-03 14:06 (UTC)

The makepkg fails when checking signature:

Verifying source file signatures with gpg... librepcb-0.1.3-source.zip ... FAILED (unknown public key 7EF3061F5C8D5E25) ==> ERROR: One or more PGP signatures could not be verified!

dbrgn commented on 2019-04-08 12:31 (UTC)

@Discoo: Please make sure to learn how the AUR and makepkg work:

https://wiki.archlinux.org/index.php/Makepkg https://wiki.archlinux.org/index.php/Arch_User_Repository

You need to import the key first. You can find the key ID in the PKGBUILD file. The wiki pages above also contain some paragraphs about key management.