Your message dated Fri, 23 Sep 2022 06:03:58 +0000
with message-id <e1obbn4-00g95b...@fasolo.debian.org>
and subject line Bug#1019555: fixed in elan 1.4.1-2
has caused the Debian Bug report #1019555,
regarding elan: Update dirs dependency
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.)
--
1019555: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019555
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: elan
Version: 1.4.1-1
Severity: serious
Tags: ftbfs, patch
Justification: fails to build from source (but built successfully in the past)
I've uploaded rust-dirs 4.0.0, which will cause elan to FTBFS. Attached
is an updated dependencies patch which built successfully locally.
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), (1,
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 5.18.0-4-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
From: Christopher Hoskin <mans0...@debian.org>
Date: Mon, 27 Jun 2022 01:31:31 +0100
Subject: dependencies
Forwarded: not-needed
---
Cargo.toml | 11 +++--------
src/elan-dist/Cargo.toml | 7 +------
src/elan-utils/Cargo.toml | 10 +++-------
3 files changed, 7 insertions(+), 21 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 5b85302..122e8a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,15 +34,15 @@ libc = "0.2.82"
markdown = "0.3.0"
rand = "0.8.2"
regex = "1.4.3"
-remove_dir_all = "0.6.1"
+remove_dir_all = "0.7.0"
same-file = "1.0.6"
scopeguard = "1.1.0"
serde = "1.0.119"
serde_derive = "1.0.119"
serde_json = "1.0.61"
-sha2 = "0.9.2"
+sha2 = "0.10.2"
tempfile = "3.2.0"
-term = "0.7.0"
+term = "0.5.2"
time = "0.3.4"
toml = "0.5.8"
url = "2.2.0"
@@ -52,11 +52,6 @@ tar = ">=0.4.36"
flate2 = "1.0.14"
json = "0.12.4"
-[target."cfg(windows)".dependencies]
-winapi = { version = "0.3.9", features = ["jobapi", "jobapi2",
"processthreadsapi", "psapi", "synchapi", "winuser"] }
-winreg = "0.8.0"
-gcc = "0.3.55"
-
[workspace]
members = ["src/download", "src/elan-dist", "src/elan-utils"]
diff --git a/src/elan-dist/Cargo.toml b/src/elan-dist/Cargo.toml
index fb58e02..727946b 100644
--- a/src/elan-dist/Cargo.toml
+++ b/src/elan-dist/Cargo.toml
@@ -11,13 +11,12 @@ license = "MIT OR Apache-2.0"
[dependencies]
regex = "1.4.3"
itertools = "0.10.0"
-ole32-sys = "0.2.0"
url = "2.2.1"
tar = "0.4.33"
flate2 = "1.0.14"
walkdir = "2.3.1"
toml = "0.5.8"
-sha2 = "0.9.3"
+sha2 = "0.10.2"
remove_dir_all = "0.7.0"
elan-utils = { path = "../elan-utils" }
error-chain = "0.12.4"
@@ -25,10 +24,6 @@ json = "0.12.4"
zip = "0.5.13"
filetime = "0.2.14"
-[target."cfg(windows)".dependencies]
-winapi = { version = "0.3.9", features = ["handleapi", "sysinfoapi",
"tlhelp32", "winnt"] }
-winreg = "0.8.0"
-
[target."cfg(not(windows))".dependencies]
libc = "0.2.88"
diff --git a/src/elan-utils/Cargo.toml b/src/elan-utils/Cargo.toml
index 19ed717..790d8f4 100644
--- a/src/elan-utils/Cargo.toml
+++ b/src/elan-utils/Cargo.toml
@@ -14,16 +14,12 @@ libc = "0.2.88"
rand = "0.8.3"
remove_dir_all = "0.7.0"
scopeguard = "1.1.0"
-semver = "0.11.0"
-sha2 = "0.9.3"
+semver = "0.9.0"
+sha2 = "0.10.2"
toml = "0.5.8"
url = "2.2.1"
curl = "0.4.34"
-openssl = { version = "0.10", features = ["vendored"] }
+openssl = { version = "0.10" }
regex = "1.4.3"
-dirs = "3.0.1"
+dirs = ">= 3.0.1, < 5.0"
-[target."cfg(windows)".dependencies]
-winapi = { version = "0.3.9", features = ["combaseapi", "errhandlingapi",
"fileapi", "handleapi",
- "ioapiset", "minwindef", "processthreadsapi", "shlobj", "shtypes",
"userenv", "winbase", "winerror", "winnt", "winioctl"] }
-winreg = "0.8.0"
--- End Message ---
--- Begin Message ---
Source: elan
Source-Version: 1.4.1-2
Done: Christopher Hoskin <mans0...@debian.org>
We believe that the bug you reported is fixed in the latest version of
elan, 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 1019...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christopher Hoskin <mans0...@debian.org> (supplier of updated elan 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: Fri, 23 Sep 2022 06:36:04 +0100
Source: elan
Architecture: source
Version: 1.4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Christopher Hoskin <mans0...@debian.org>
Changed-By: Christopher Hoskin <mans0...@debian.org>
Closes: 1019555
Changes:
elan (1.4.1-2) unstable; urgency=medium
.
* Fix "Update dirs dependency" update 0003-dependencies.patch
(Closes: #1019555)
Checksums-Sha1:
1f433d5171d1836694cbe8f24a06635ae5ce31ae 2663 elan_1.4.1-2.dsc
c8c7ab14939f7159e69c4479abb647d4a4d8530f 7256 elan_1.4.1-2.debian.tar.xz
618a3641ad01660b3f5f9293c261915612737ac7 15012 elan_1.4.1-2_amd64.buildinfo
Checksums-Sha256:
ebe2e8e9ca9605b72babe07c32292bcb08edd4cb0c20283b17e37328c60f21bd 2663
elan_1.4.1-2.dsc
49f20c7f33777f0ce400f5cee0e37968ca1217eb9d597c40ad2658fe1666fa27 7256
elan_1.4.1-2.debian.tar.xz
a66b780fb1ee1b00a1eb6240ecfd2b2def3097e39a6eb1cf083d814d42ca6dbd 15012
elan_1.4.1-2_amd64.buildinfo
Files:
195caf5e63fff86060293f9ea7846e42 2663 math optional elan_1.4.1-2.dsc
3fe60626b22e046df3eb439ed80154d3 7256 math optional elan_1.4.1-2.debian.tar.xz
2c7f56272573422c7c48353a9a2cc396 15012 math optional
elan_1.4.1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEbctJ5K6JlvFsvhGhf6qUsnUUSpoFAmMtRsAACgkQf6qUsnUU
SpqZGg/9F3Cpf90gDUukhjVMyAIjxH6GAanmTQZthkFbx1Hwt7Wns9NVx+tlpCOl
D56u4jmeBh44/Vh+QucVxzfNoOgi4QjQGOyumg/afyiyzL4Zt33E8KLk0P9qYvHt
Jj0viqptZHQBbrOv2PHzSIIeMnekEQonBFt7wp3oStwzd/uxCZy6P6p6y97no6Ag
V1ZSBV2arsJGd5WbicLvWOQtlm4v1wLly2Ngr1Eje12hNu/I0k/aC32sdXJ6fVFQ
cMN49jNTEuj/1qMscMYQAPIzIKMgdu2KP5EJVi26q2HINM01fc3g24L63Nw3Cuot
oHtlmeTRM5jxXOPsfmN/KsHIzDtThheJ1g/13HO4AwMDFcymI3qF+SZoIuzhBZLx
cZY6Plx2pTW2l/U3IIXH9yOZpkotYWr8sX+gbrLt5HszAXkt6e1hkT3J26P26Tod
7356excbO43sGaiyDEYfcEIeY8sSf2QiWah+gLOgtizeRHPcN2eNxHKgyj/0hM3W
2Ulf4XCZN2BL7BmASJUYT8LrgqoAInhtr23xZ2qapsfulI4u1d6NO0S1Ty8OZVDn
2KMe/OF4gvCgBgFrAAAK041lW6vAO/m6tTJ3DuXQ6u1UBGsyF111FvhSta4X5fUY
aBUaRl3g4fs4u/9bicfgWqUhi1d6YYf98svZiOFt8sN3GShQ+lo=
=gqNC
-----END PGP SIGNATURE-----
--- End Message ---