GNU bug report logs -
#58610
[PATCH] gnu: rust-generic-array-0.14: Fix build.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Tue, 18 Oct 2022 15:02:01 UTC
Severity: normal
Tags: moreinfo, patch
Done: Michael Rohleder <mike <at> rohleder.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 07 Jan 2023 00:15:20 +0100
with message-id <87y1qfgsqf.fsf_-_ <at> rohleder.de>
and subject line Re: bug#58610: [PATCH] gnu: rust-generic-array-0.14: Fix build.
has caused the debbugs.gnu.org bug report #58610,
regarding [PATCH] gnu: rust-generic-array-0.14: Fix build.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
58610: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58610
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/crates-io.scm (rust-generic-array-0.14)[arguments]: Add #:tests? #false.
---
gnu/packages/crates-io.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 502972ffc5..afd1305018 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24886,7 +24886,8 @@ (define-public rust-generic-array-0.14
"05qqwm9v5asbil9z28wjkmpfvs1c5c99n8n9gwxis3d3r3n6c52h"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-inputs
+ `(#:tests? #false ;doc test fails
+ #:cargo-inputs
(("rust-serde" ,rust-serde-1)
("rust-typenum" ,rust-typenum-1)
("rust-version-check" ,rust-version-check-0.9))
--
2.38.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Hello Christopher!
Thank you for reviewing and sorry for the delay!
Christopher Baines <mail <at> cbaines.net> writes:
> This may fix the build, but instead we'd just be shipping software where
> the test suite fails.
>
> If we do want to go that way of disabling the test suite, I think it
> would be good to make sure the issue is reported upstream, and link to
> that bug report in the package definition, does that make sense?
I guess this make a lot of sense, but I can't do this, because I don't
have any rust/cargo knowledge, no gh account etc.
This patch was just a quick hack to get synapse working. I should have
thought about fixing it better than just disabling a test.
Sorry for the waste of time and the noise -> closing.
--
There are two types of hard drives: those that have failed, and those that will.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 138 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.