Search Criteria
Package Details: pineflash-git 0.5.5+2.r309.20241230.1cbe554-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pineflash-git.git (read-only, click to copy) |
---|---|
Package Base: | pineflash-git |
Description: | A GUI tool to flash IronOS to the Pinecil V1, V2 and future other pine64 products. |
Upstream URL: | https://github.com/Spagett1/PineFlash |
Licenses: | GPL-2.0-or-later |
Conflicts: | pineflash |
Provides: | pineflash |
Submitter: | dreieck |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 2 |
Popularity: | 0.57 |
First Submitted: | 2022-12-15 12:03 (UTC) |
Last Updated: | 2024-12-31 18:48 (UTC) |
Dependencies (16)
- bzip2 (bzip2-gitAUR)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- dfu-util (dfu-util-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libudev.so (systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-fmlAUR, lib32-systemd-gitAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, lib32-systemd, systemd-libs)
- libusb (libusb-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- base-devel (make)
- git (git-gitAUR, git-glAUR) (make)
- optipng (make)
- pkgconf (pkgconf-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- blisp (blisp-binAUR) (optional) – For pinecil V2 support.
Latest Comments
« First ‹ Previous 1 2
mbromilow commented on 2023-06-17 00:15 (UTC) (edited on 2023-06-25 16:45 (UTC) by mbromilow)
I had to add
options=(!lto)
to get this to build (in a clean chroot) otherwise there were linking errors and the build failed. Seems to be due to the ring library, see https://github.com/briansmith/ring/issues/1603. Might be worth adding to the PKGBUILD seeing as others have reported the same issue with it?Edit: I linked the wrong issue, should be https://github.com/briansmith/ring/issues/1444
dreieck commented on 2023-05-05 07:39 (UTC)
A note to @hikarutilmitt:
This error then also happend for me if I had
cargo-ndk
installed.The workaround seems to be to do a
cargo fetch
twice, about the issue and the workaround something is said ↗ here.dreieck commented on 2023-05-02 14:51 (UTC)
Ahoj,
thanks for the comments, @hikarutilmitt.
I gave the
PKGBUILD
some general overhaul.Regards!
hikarutilmitt commented on 2023-04-27 17:01 (UTC)
Couple of comments for this: The PKGBUILD links to https://github.com/Laar3/PineFlash but this redirects to https://github.com/Spagett1/PineFlash
The branch is set in the PKGBUILD to "main" but should be "master" as this is the label for the repo, and as such "main will give the error fatal: invalid reference: origin/main
ndk checksum fails if you don't have it installed as a dependency: error: failed to verify the checksum of
ndk-sys v0.4.0
is given but install the package cargo-ndk resolved it and the package compiles.The build also doesn't seem to create a Pineflash.Desktop file, but commenting out that line completes the installation process once built.
« First ‹ Previous 1 2