Your message dated Sat, 29 Oct 2022 17:20:09 +0000
with message-id <e1oopvb-00fw4j...@fasolo.debian.org>
and subject line Bug#1023043: fixed in nvda2speechd 0.1-6
has caused the Debian Bug report #1023043,
regarding nvda2speechd: FTBFS: error[E0308]: mismatched types, expected `u64`, 
found `usize`
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.)


-- 
1023043: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023043
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nvda2speechd
Version: 0.1-5
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)

Hi,

nvda2speechd recently started to FTBFS.
It probably downloads different crates during build than last week ...

error[E0308]: mismatched types
   --> 
/build/nvda2speechd-0.1/tmp/registry/src/github.com-1ecc6299db9ec823/speech-dispatcher-0.15.1/src/lib.rs:273:36
    |
273 |         (*c).callback_begin = Some(cb);
    |                                    ^^ expected `u64`, found `usize`
    |
    = note: expected fn pointer `unsafe extern "C" fn(u64, u64, _)`
                  found fn item `unsafe extern "C" fn(usize, usize, _) {cb}`

error[E0308]: mismatched types
   --> 
/build/nvda2speechd-0.1/tmp/registry/src/github.com-1ecc6299db9ec823/speech-dispatcher-0.15.1/src/lib.rs:274:34
    |
274 |         (*c).callback_end = Some(cb);
    |                                  ^^ expected `u64`, found `usize`
    |
    = note: expected fn pointer `unsafe extern "C" fn(u64, u64, _)`
                  found fn item `unsafe extern "C" fn(usize, usize, _) {cb}`

error[E0308]: mismatched types
   --> 
/build/nvda2speechd-0.1/tmp/registry/src/github.com-1ecc6299db9ec823/speech-dispatcher-0.15.1/src/lib.rs:275:37
    |
275 |         (*c).callback_cancel = Some(cb);
    |                                     ^^ expected `u64`, found `usize`
    |
    = note: expected fn pointer `unsafe extern "C" fn(u64, u64, _)`
                  found fn item `unsafe extern "C" fn(usize, usize, _) {cb}`

error[E0308]: mismatched types
   --> 
/build/nvda2speechd-0.1/tmp/registry/src/github.com-1ecc6299db9ec823/speech-dispatcher-0.15.1/src/lib.rs:276:36
    |
276 |         (*c).callback_pause = Some(cb);
    |                                    ^^ expected `u64`, found `usize`
    |
    = note: expected fn pointer `unsafe extern "C" fn(u64, u64, _)`
                  found fn item `unsafe extern "C" fn(usize, usize, _) {cb}`

error[E0308]: mismatched types
   --> 
/build/nvda2speechd-0.1/tmp/registry/src/github.com-1ecc6299db9ec823/speech-dispatcher-0.15.1/src/lib.rs:277:37
    |
277 |         (*c).callback_resume = Some(cb);
    |                                     ^^ expected `u64`, found `usize`
    |
    = note: expected fn pointer `unsafe extern "C" fn(u64, u64, _)`
                  found fn item `unsafe extern "C" fn(usize, usize, _) {cb}`

error[E0308]: mismatched types
   --> 
/build/nvda2speechd-0.1/tmp/registry/src/github.com-1ecc6299db9ec823/speech-dispatcher-0.15.1/src/lib.rs:278:33
    |
278 |         (*c).callback_im = Some(cb_im);
    |                                 ^^^^^ expected `u64`, found `usize`
    |
    = note: expected fn pointer `unsafe extern "C" fn(u64, u64, _, _)`
                  found fn item `unsafe extern "C" fn(usize, usize, _, _) 
{cb_im}`

For more information about this error, try `rustc --explain E0308`.
error: could not compile `speech-dispatcher` due to 6 previous errors

Caused by:
  process didn't exit successfully: `rustc --crate-name speech_dispatcher 
--edition=2021 
/build/nvda2speechd-0.1/tmp/registry/src/github.com-1ecc6299db9ec823/speech-dispatcher-0.15.1/src/lib.rs
 --error-format=json --json=diagnostic-rendered-ansi --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="0_10"' --cfg 'feature="0_11"' --cfg 'feature="default"' -C 
metadata=9e545f3f8c39f4ea -C extra-filename=-9e545f3f8c39f4ea --out-dir 
/build/nvda2speechd-0.1/src/server/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -L 
dependency=/build/nvda2speechd-0.1/src/server/target/x86_64-unknown-linux-gnu/release/deps
 -L dependency=/build/nvda2speechd-0.1/src/server/target/release/deps --extern 
lazy_static=/build/nvda2speechd-0.1/src/server/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-ac37d2380b0cc4a6.rmeta
 --extern 
libc=/build/nvda2speechd-0.1/src/server/target/x86_64-unknown-linux-gnu/release/deps/liblibc-49c171b24e724ec2.rmeta
 --extern 
speech_dispatcher_sys=/build/nvda2speechd-0.1/src/server/target/x86_64-unknown-linux-gnu/release/deps/libspeech_dispatcher_sys-a23202149dfc8f5f.rmeta
 --cap-lints allow` (exit status: 1)
warning: build failed, waiting for other jobs to finish...
error: build failed



Andreas

Attachment: nvda2speechd_0.1-5.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: nvda2speechd
Source-Version: 0.1-6
Done: Samuel Thibault <sthiba...@debian.org>

We believe that the bug you reported is fixed in the latest version of
nvda2speechd, 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 1023...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Thibault <sthiba...@debian.org> (supplier of updated nvda2speechd 
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: Sat, 29 Oct 2022 18:59:31 +0200
Binary: nvda2speechd nvda2speechd-dbgsym nvdacontrollerclient
Source: nvda2speechd
Architecture: amd64 i386 source
Version: 0.1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team <pkg-a11y-de...@alioth-lists.debian.net>
Changed-By: Samuel Thibault <sthiba...@debian.org>
Closes: 1023043
Description: 
 nvda2speechd - Bridge between Windows applications and Speech dispatcher
 nvdacontrollerclient - Bridge between Windows applications and Speech 
dispatcher
Changes:
 nvda2speechd (0.1-6) unstable; urgency=medium
 .
   * patches/force-deps: Make sure to always use the same versions
     (Closes: Bug#1023043).
Checksums-Sha1: 
 68796f35d3f8228ea26252d5e0c25b84a31f48cb 2165 nvda2speechd_0.1-6.dsc
 434ca85e2c3f5cf0b7fde03cf3ab1308d35e5fd6 4660 nvda2speechd_0.1-6.debian.tar.xz
 01779b40cb78037efd3c86ab9a7305bb99f5a8ea 1994360 
nvda2speechd-dbgsym_0.1-6_amd64.deb
 85820af65e5bbc70be898860be7df992a261bb15 9920 
nvda2speechd_0.1-6_amd64.buildinfo
 7cac9900ccbb1973f17f8ad3ed4373cc3b41c737 344044 nvda2speechd_0.1-6_amd64.deb
 f302cec49f447b4467f826375263ddf4eba7fcef 1512156 
nvdacontrollerclient_0.1-6_amd64.deb
 0cd496597db96fd1aa68b4c2bf38bf1166e2b27c 1916804 
nvda2speechd-dbgsym_0.1-6_i386.deb
 14e9e515a202db79f3fadbc05d1592853b9af209 9385 nvda2speechd_0.1-6_i386.buildinfo
 d479d994eefaf3e86e0fe11d7f5d7332bccd96cb 351476 nvda2speechd_0.1-6_i386.deb
 13f4138663273de4931a5d5dda5ad9b6d15d64e9 1577860 
nvdacontrollerclient_0.1-6_i386.deb
Checksums-Sha256: 
 70cf1cbd5fecd9dea33271691493718e87b38b361949e0c606e314d2b4db8821 2165 
nvda2speechd_0.1-6.dsc
 57232ce5189f6dd760847de42da0d98065bcae4b1049bf96689c9ac7a06f3b88 4660 
nvda2speechd_0.1-6.debian.tar.xz
 10aa9537e176186a034979e0df4b1dfaf4e48005fdb64f968cb8e39a814141ea 1994360 
nvda2speechd-dbgsym_0.1-6_amd64.deb
 690a27a7dcbfbca5b4716d8327b7be505a516ccb52bb5aa87f0354ac54c05283 9920 
nvda2speechd_0.1-6_amd64.buildinfo
 a9f34f64bd26dddf75b1c5840443ea6efa4fed6be893981fbbdfd3874857c965 344044 
nvda2speechd_0.1-6_amd64.deb
 febe584d00865cf34ca91ff3c74b42774e9ee7b29e4cf189e265dfc6cef42a6a 1512156 
nvdacontrollerclient_0.1-6_amd64.deb
 c9d1a051699089c47941ae5cd206ce9149c96f8b323de727dea289aaaa807358 1916804 
nvda2speechd-dbgsym_0.1-6_i386.deb
 4de2f0f481de46a81492f124c5ddca31af815c88c393c2036370891294f4893c 9385 
nvda2speechd_0.1-6_i386.buildinfo
 14fb14571f8099e8d9296096aa6aecf90cf78cdd2a0e3ffcad9bd60af37b3284 351476 
nvda2speechd_0.1-6_i386.deb
 67409311d79d8ae6ca9d08444e69f1715130b5c18ac918c8fd3cee8b3e26fcfb 1577860 
nvdacontrollerclient_0.1-6_i386.deb
Files: 
 7e68518d230cc422966ef4c79245a4cd 2165 non-free/sound optional 
nvda2speechd_0.1-6.dsc
 2770b3dfefe2c3efd59c54d821160550 4660 non-free/sound optional 
nvda2speechd_0.1-6.debian.tar.xz
 da5fc3fd8b2f946deafef7578241159e 1994360 non-free/debug optional 
nvda2speechd-dbgsym_0.1-6_amd64.deb
 f764d10cc4b494faba20e90e057c77b0 9920 non-free/sound optional 
nvda2speechd_0.1-6_amd64.buildinfo
 76ead7adf9a5136f47837f535a5d7a89 344044 non-free/sound optional 
nvda2speechd_0.1-6_amd64.deb
 99105d5420a56fb629db6b9fd869e0ce 1512156 non-free/sound optional 
nvdacontrollerclient_0.1-6_amd64.deb
 2602d2b6e09d71b06f2b4677096e44b5 1916804 non-free/debug optional 
nvda2speechd-dbgsym_0.1-6_i386.deb
 a60d242f945277bcb81674e173944c28 9385 non-free/sound optional 
nvda2speechd_0.1-6_i386.buildinfo
 8db17d8fc5d0400f74aaa1abec61195d 351476 non-free/sound optional 
nvda2speechd_0.1-6_i386.deb
 8247449a18e77bf5284e509249520cc5 1577860 non-free/sound optional 
nvdacontrollerclient_0.1-6_i386.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEi6MnFvk67auaclLJ5pG0tXV4H2IFAmNdXUEACgkQ5pG0tXV4
H2JstRAArLeuKNPjO4owGvzBFm8yFBMvwMFEd8q/OJ8bHn57ouaOxhu3ZDxyrAE0
EEakybIKw3SzaVIOlzMJZA2MdMkNpWJSSspTj96hocYENZ5J7uUWEa3GXaOiSYb2
uf2DwzH/7MQJIO9a0Dfi//TVftHV3SOEna6nm0hWcVKz3yJGTG9yqjmAUrLnBkw2
dHvRuDMrdw3not/FSgAQWd8NJrxuVxrDqYDViTx9a3HoOKFEyTbJVC0psHago4pB
XhfrL777+ivmFltOtQATAtAGSywSUxTfabJpFOplpjbfiSkGEQym6QGlmHzgZmqg
/8D52aF7f/NIcEWDtK97vhFyH8j8S/4SeyGNod4dz1A5xKjgVqAQvZai6VpucHr3
CLEHsb3Fx/1CKaTfxKPT1kiiunl8ahbn6z9lWhSsn0aCKRNeu1GmiMoFqD3U7dvU
+JsHptcnlhh/rnZpE9AgyWZ8f2BER8vxjwwxYS/JBm7PJpX3a1TO6tc2CP+k08gS
LJwFjP0s839mLr2glh1ROFSSMBBNPqWmFzha19kTgkzV3KH19NLj9JQUiY5KmXzP
n4u2A9XScP2IkmzoelNwyPz37vRj9956mOPCRr0Ym6lhWZIBWKdRwk/oH9VdhiA9
REUY6K61Sk1NDVOnn60ON7d1m+nyfBty6OylQEYFcaallfq4ju4=
=RyzM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to