Your message dated Sun, 10 Mar 2024 10:10:37 +0000
with message-id <e1rjg8b-0098kf...@fasolo.debian.org>
and subject line Bug#1056253: fixed in rust-ripasso-cursive 0.6.5-1
has caused the Debian Bug report #1056253,
regarding rust-ripasso-cursive - FTBFS with rust-ripasso 0.6.4
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1056253: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056253
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: rust-ripasso-cursive
Version: 0.6.1-1
Severity: serious
Tags: trixie, sid
It appears, that despite the version number indicating a compatible
release, that the new
version of ripasso broke the build of ripasso-cursive.
https://tests.reproducible-builds.org/debian/rb-pkg/trixie/amd64/rust-ripasso-cursive.html
error[E0425]: cannot find function `push` in module `pass`
--> src/main.rs:941:29
|
941 | let push_result = pass::push(&store.lock().unwrap().lock().unwrap());
| ^^^^ not found in `pass`
|
help: consider importing this function
|
18 + use ripasso::git::push;
|
help: if you import `push`, refer to it directly
|
941 - let push_result = pass::push(&store.lock().unwrap().lock().unwrap());
941 + let push_result = push(&store.lock().unwrap().lock().unwrap());
|
error[E0425]: cannot find function `pull` in module `pass`
--> src/main.rs:953:19
|
953 | let _ = pass::pull(&store.lock().unwrap().lock().unwrap())
| ^^^^ not found in `pass`
|
help: consider importing this function
|
18 + use ripasso::git::pull;
|
help: if you import `pull`, refer to it directly
|
953 - let _ = pass::pull(&store.lock().unwrap().lock().unwrap())
953 + let _ = pull(&store.lock().unwrap().lock().unwrap())
|
error[E0603]: function `init_git_repo` is private
--> src/wizard.rs:32:26
|
32 | let init_res =
pass::init_git_repo(&pass::password_dir(password_store_dir, home).unwrap());
| ^^^^^^^^^^^^^ private function
|
note: the function `init_git_repo` is defined here
--> /usr/share/cargo/registry/ripasso-0.6.4/src/pass.rs:34:60
|
34 | add_and_commit_internal, commit, find_last_commit, init_git_repo,
match_with_parent,
| ^^^^^^^^^^^^^
I tried to update ripasso-cursive to 0.6.4 to match ripasso but I got.
Applying patch unbreak-new-user-wizard.patch
patching file src/main.rs
Hunk #1 succeeded at 1111 with fuzz 1 (offset -58 lines).
Hunk #2 FAILED at 1189.
Hunk #3 succeeded at 1324 with fuzz 1 (offset 109 lines).
Hunk #4 FAILED at 1773.
Hunk #5 FAILED at 1789.
Hunk #6 FAILED at 1798.
Hunk #7 succeeded at 1849 with fuzz 2 (offset 43 lines).
4 out of 7 hunks FAILED -- rejects in file src/main.rs
Patch unbreak-new-user-wizard.patch does not apply (enforce with -f)
Can someone confirm whether this patch is still needed, and if-so
update it for the new upstream version?
--- End Message ---
--- Begin Message ---
Source: rust-ripasso-cursive
Source-Version: 0.6.5-1
Done: Alexander Kjäll <alexander.kj...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
rust-ripasso-cursive, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1056...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alexander Kjäll <alexander.kj...@gmail.com> (supplier of updated
rust-ripasso-cursive package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 10 Mar 2024 09:54:27 +0100
Source: rust-ripasso-cursive
Architecture: source
Version: 0.6.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers
<pkg-rust-maintain...@alioth-lists.debian.net>
Changed-By: Alexander Kjäll <alexander.kj...@gmail.com>
Closes: 1056253
Changes:
rust-ripasso-cursive (0.6.5-1) unstable; urgency=medium
.
* Package ripasso-cursive 0.6.5 from crates.io using debcargo 2.6.1
* closes: #1056253
Checksums-Sha1:
2380195d0468b41c61b3771d03c81b0eb9b04cfe 2695 rust-ripasso-cursive_0.6.5-1.dsc
41b07f383995acd157e3b5ed033fd4d3bef40242 1247207
rust-ripasso-cursive_0.6.5.orig.tar.gz
bdacdcee1b4f3f258adbeccb8abea540e525a8b4 4624
rust-ripasso-cursive_0.6.5-1.debian.tar.xz
a0016ed95f25b3e3513d32ad6f8d7c6f65e9f731 7368
rust-ripasso-cursive_0.6.5-1_source.buildinfo
Checksums-Sha256:
4dd11253e76735305e6ee497aa2f629bc9ef1df662364bd98bc7315e0890656c 2695
rust-ripasso-cursive_0.6.5-1.dsc
f7a3fe9a4e6f616b5da11adcebd241077729b295941e9515d0e1a187d47160f4 1247207
rust-ripasso-cursive_0.6.5.orig.tar.gz
640fc95b031a7888e1231e0d5858cf231c9cda30e964858e0a67d1da9403c462 4624
rust-ripasso-cursive_0.6.5-1.debian.tar.xz
e17d682e23dce8d71da93d2417a3d275c316b71057aaa842f7e5a1312dd55858 7368
rust-ripasso-cursive_0.6.5-1_source.buildinfo
Files:
491c041dde59fba1d8c1a9af14e830d8 2695 utils optional
rust-ripasso-cursive_0.6.5-1.dsc
2ae55538cf43559cd3d869b1b32a6c16 1247207 utils optional
rust-ripasso-cursive_0.6.5.orig.tar.gz
ac79e7240740a938ee35a9dea0ef9d40 4624 utils optional
rust-ripasso-cursive_0.6.5-1.debian.tar.xz
192678babd696b4ef8ba6f85a1c66eda 7368 utils optional
rust-ripasso-cursive_0.6.5-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEuL9UE3sJ01zwJv6dCRq4VgaaqhwFAmXtdUoSHGhvbGdlckBk
ZWJpYW4ub3JnAAoJEAkauFYGmqocYhkQAKljjuvRrLqoYbDR8NSDk/xFu1wVu39G
fh+tMm5SwIuyoLR6glKj+Wro2n5QQ9Wj/Oef+E/hyld63fy7znioK8DzU+Y6kGs8
DcXiHN+tULwTHDkAZXzv7Y4HiXk+tzYoA3ltXGFf7ic7VqnmGeygdkrXw2w0cXpY
YoagdyEJMgmzD3OlCm/anYpMVBzyQve/Q+J/PBnzKCVkcql4qyr5pe1jz4ThdRN/
aofzvhgWeByFS3zJ7CUz6Aqx7coVEy0JJXLfJ8wJvUSMbfVIFzezs6SXKnG1OEUO
Yjc2K+rsZiAgRQDHE30OR9z6yj4VLhjp/MfXMjFn/E6ALRtdbZx5ggenJrO6Ilge
xU1xIBecu/g1bXMuRBG2MFVBh54fkUD5LtZ8xjsOaa0BUko56Lz4TGKBY05uIY2f
BiL9sYMr/YLRA/F0MbG8Hihsavbe22jgZH/2yxPl25IdDqA2eK/ZrF3l6dLk1wR+
zYR8/ots4WZ66ZO6KBZqhSBehVDQEXxl+ZRESuRr1A6yZu56CxM4/ymmgUKyHIL5
c/dFC2BEjggFz7e+6NiKok5RAooEIvXp/l4B/cOVEb8S8NhylVbvKoM4P9OXwYd+
0ywQSXTFr5vgGd4BB1lQKFEBgQTF3RX2zNqXZLVhXpdrLmanWdd5XHiCueCYx1L7
OgyTGvtHsv6f
=aPxh
-----END PGP SIGNATURE-----
pgpxsy_C1pwVJ.pgp
Description: PGP signature
--- End Message ---