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
1 2 Next › Last »
Tyrant commented on 2025-01-06 21:45 (UTC)
You are right, I should've read more carefully. It's still not fixed upstream.
prochac commented on 2025-01-03 21:01 (UTC) (edited on 2025-01-03 21:01 (UTC) by prochac)
It looks like a cause, not fix.
Tyrant commented on 2025-01-02 17:15 (UTC)
Fixed in https://github.com/Spagett1/pineflash/commit/1cbe5547e19789e26faaef176c3d22a51e457e88
NoReceipt commented on 2025-01-01 09:37 (UTC)
Cannot update due to this error:
dreieck commented on 2024-01-26 12:37 (UTC) (edited on 2024-01-26 12:38 (UTC) by dreieck)
Ahoj @aur_person23,
thank you for reporting.
libudev
tolibudev.so
, so that your installed packagesystemd-libs
will suffice,libudev-zero-git
which has been reported.Regards!
aur_person23 commented on 2024-01-26 12:10 (UTC) (edited on 2024-01-26 12:15 (UTC) by aur_person23)
Hello, I can't update because of this error:
Can I fix this somehow?
I took a look at "Failed to commit transaction (conflicting files)" error but I am still unsure how to proceed.
dreieck commented on 2024-01-13 10:02 (UTC)
Ahoj @milkii,
Thanks for reporting. I cannot reproduce your build issue, and I do not know any rust.
"works for me"™.
But what might help is to clear your
/home/milk/.cache/yay/pineflash-git/src/
, if you use old data in there.Regards!
milkii commented on 2024-01-12 01:41 (UTC)
Getting this error;
kStor2poche commented on 2023-09-27 22:05 (UTC) (edited on 2023-10-23 22:04 (UTC) by kStor2poche)
Hi, the package doesn't compile because of a bunch of "let...else" (E0658) errors from rustc on packages egui and atspi. But even though modifying the cargo.toml files to allow the use of "let...else" statements should work, cargo.toml files are overwritten in the build process, so I don't really know how this could be fixed or if this is even a problem with this package and not the rust crates dependencies.
Anyway, thanks for maintaining this package !
EDIT : After taking a little bit more time to look into the error, I found that adding
#![feature(let_else)]
at the start of the lib.rs files for the egui and atspi crates (located at the path mentioned by the aforementioned error messages) made the package compile successfully.PS:
blisp
seems to be a dependency needed for the package to successfully flash, but not currently listed as a dependency for this package.dreieck commented on 2023-07-25 17:49 (UTC)
Ahoj @mbromilow,
thanks for reporting.
I have now added
options+=('!lto')
, although I have no issues building it even when I force LTO withoptions+=('lto')
.Regards!
1 2 Next › Last »