@tarasis
What worked for me was to skip the PGP check. I did it this way:
yaourt --m-arg "--skippgpcheck" -Sb ncurses5-compat-libs
Search Criteria
Package Details: swift-bin 6.0.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/swift-bin.git (read-only, click to copy) |
---|---|
Package Base: | swift-bin |
Description: | Binary builds of the Swift programming language |
Upstream URL: | https://www.swift.org/ |
Keywords: | apple language swift swiftlang |
Licenses: | Apache |
Provides: | swift-language |
Replaces: | swift-language-bin |
Submitter: | ashleyis |
Maintainer: | susurri |
Last Packager: | susurri |
Votes: | 90 |
Popularity: | 1.16 |
First Submitted: | 2015-12-04 17:31 (UTC) |
Last Updated: | 2024-12-13 09:52 (UTC) |
Dependencies (5)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- ncurses (ncurses-gitAUR)
- util-linux-libs (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR)
- patchelf (patchelf-gitAUR) (make)
- python39AUR (optional) – required for REPL
Required by (16)
- clion (requires swift-language) (optional)
- clion-eap (requires swift-language) (optional)
- cookcli-git (requires swift-language)
- fcitx5-hazkey (requires swift-language) (make)
- memorize (requires swift-language) (make)
- sourcekitten (requires swift-language)
- sourcekitten (requires swift-language) (make)
- swift-format (requires swift-language)
- swift-format-git (requires swift-language)
- swift-language (requires swift-language) (make)
- swift-language-git (requires swift-language) (make)
- swift-mesonlsp (requires swift-language) (make)
- swiftformat-bin (requires swift-language)
- swiftlint (requires swift-language)
- vapor-toolbox (requires swift-language)
- vapor-toolbox-git (requires swift-language)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 Next › Last »
SuhairZain commented on 2016-12-19 13:15 (UTC) (edited on 2016-12-19 13:16 (UTC) by SuhairZain)
tarasis commented on 2016-12-06 14:48 (UTC)
Fails to build because "libtinfo5" is not available:
==> swift-bin dependencies:
- libedit (already installed)
- python2 (already installed)
- libutil-linux (already installed)
- libbsd (already installed)
- python2-six (already installed)
- libxml2 (already installed)
- icu55 (building from AUR)
- ncurses5-compat-libs (building from AUR)
- clang (package found)
- libtinfo5 (building from AUR)
==> Continue building swift-bin ? [Y/n]
==> -----------------------------------
==> y
==> Building and installing package
==> Install or build missing dependencies for swift-bin:
error: target not found: libtinfo5
and trying to build ncurses5-compat-libs results in:
==> Validating source files with md5sums...
ncurses-6.0.tar.gz ... Passed
ncurses-6.0.tar.gz.sig ... Skipped
==> Verifying source file signatures with gpg...
ncurses-6.0.tar.gz ... FAILED (error during signature verification)
==> ERROR: One or more PGP signatures could not be verified!
==> ERROR: Makepkg was unable to build ncurses5-compat-libs.
beej commented on 2016-10-15 22:06 (UTC)
Anyone have a working PKGBUILD for 3.0, by any chance?
roadev commented on 2016-06-12 19:36 (UTC)
I'm getting this error:
C++ apps may want to build with CXXFLAGS = --std=c++0x
rebuilding config/icucross.mk
rebuilding config/icucross.inc
cd ./config; \
make -f pkgdataMakefile
make[1]: Entering directory '/tmp/yaourt-tmp-jroa/aur-icu55/src/icu/source/config'
rm -rf pkgdata.inc
make[1]: Leaving directory '/tmp/yaourt-tmp-jroa/aur-icu55/src/icu/source/config'
rm -rf config/icu-config
0 ./config/icu-config-top config/icu-config
make: 0: Command not found
Makefile:331: recipe for target 'config/icu-config' failed
make: *** [config/icu-config] Error 127
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build icu55.
==> Restart building icu55 ? [y/N]
luzvioleta commented on 2016-06-02 18:40 (UTC)
@archshift → Well, that would be a problem because of what's mentioned in here → https://swift.org/lldb/
archshift commented on 2016-05-26 20:26 (UTC)
Can this either provide or not include lldb? Otherwise a user wouldn't be able to install any packages which depend on lldb.
luzvioleta commented on 2016-05-26 13:05 (UTC)
@hav3lock → Updated, thank you for the notice <3
hav3lock commented on 2016-05-24 22:31 (UTC)
libtinfo-5 will be now called libtinfo5, please update your package accordingly.
luzvioleta commented on 2016-05-23 19:38 (UTC)
@jahiy → For the GPG error to go away, you have to import that key. See official site ( https://swift.org/ ), scrolling down the "using downloads" which has notes for signing.
IMHO it's redundant to have both PGP and SHA256sum (that's how the PKGBUILD already was when I got it), ¿any opinions/preferences on this?
jahiy commented on 2016-05-23 14:42 (UTC)
$ makepkg -sci
==> Making package: swift-bin 2.2.1-3 (Mon May 23 22:25:42 HKT 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found swift-2.2.1-RELEASE-ubuntu15.10.tar.gz
-> Found swift-2.2.1-RELEASE-ubuntu15.10.tar.gz.sig
==> Validating source files with sha256sums...
swift-2.2.1-RELEASE-ubuntu15.10.tar.gz ... Passed
swift-2.2.1-RELEASE-ubuntu15.10.tar.gz.sig ... Skipped
==> Verifying source file signatures with gpg...
swift-2.2.1-RELEASE-ubuntu15.10.tar.gz ... FAILED (unknown public key 9F597F4D21A56D5F)
==> ERROR: One or more PGP signatures could not be verified!
So, what's wrong?
Pinned Comments