Ximin Luo
Ximin Luo
e.g. fails on Debian ppc64 https://buildd.debian.org/status/fetch.php?pkg=rust-simd&arch=ppc64&ver=0.2.2-1&stamp=1536046860&raw=0 However encoding-rs unconditionally depends on this crate, which means it can't be built on ppc64. Either this crate should provide fallbacks so it can...
src/common.rs needs to be fixed to be consistent with src/arm/mod.rs, it otherwise tries to import neon on all arm architectures.
libsecret is the next-generation tool for accessing a keyring, and works for the KDE keyring too. https://live.gnome.org/Libsecret
(as opposed to just the keyring for the current firefox profile) If you cancel any of these requests, no passwords are returned. This is wrong; ideally the user should not...
My motivation is slightly unrelated to this package but I was hoping this general technique might be acceptable you and/or the wider Rust community. Putting dev-dependencies as optional dependencies interferes...
As per `man dup3`, this is the same as dup2 with empty flags (last argument) and if the two fd arguments are not equal, as is the case here in...
This is because `client/disk/disk.go` uses `Dup2` which is not available on arm64 - see https://github.com/golang/go/issues/11981 Possibly `Dup3` can be used instead, not sure though. See also https://buildd.debian.org/status/package.php?p=pond&suite=experimental
`client/tpm/tpm_test.go` and `client/system/system_test.go` test behaviour about the runtime but are unit tests that typically run during build time. These tests are already present in the main program (e.g. `tpmNotPresentMsg`, `IsSafe`,...
I'm building pond without the GUI (`-tags nogui`) but then `client_test` fails to build with `undefined: FileOpen`. It seems very specific to the GUI, maybe some parts could be applied...
Filing here because issues are disabled on go-gtk. I am looking into laying the foundations for eventually making a Debian package for pond. All the crypto dependencies were packaged recently,...