GNU bug report logs -
#61475
Staging branch (was: Moving forward with teams and feature branches)
Previous Next
Reported by: Andreas Enge <andreas <at> enge.fr>
Date: Mon, 13 Feb 2023 14:05:01 UTC
Severity: normal
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#61475: Staging branch (was: Moving forward with teams and feature branches)
which was filed against the guix package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 61475 <at> debbugs.gnu.org.
--
61475: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61475
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
Andreas Enge <andreas <at> enge.fr> writes:
> Am Sun, Feb 12, 2023 at 10:13:35PM +0100 schrieb Josselin Poiret:
>> 4. staging merge happens, and the branch gets deleted.
>
> I tried to build staging for my profile on x86_64, but it failed with
> a dependency of ffmpeg, rust-rav1e-0.5.1. There is a newer version 0.6.3,
> but I did not simply update it, since the package looks particularly
> complicated, containing a phase:
> (add-after 'configure 'force-rust-edition-2018
> (lambda* (#:key vendor-dir #:allow-other-keys)
> ;; Force all the dependencies to not be higher than edition 2018.
> (with-fluids ((%default-port-encoding #f))
> (substitute* (find-files vendor-dir "Cargo.toml")
> (("edition = \\\"2021\\\"") "edition = \"2018\"")))))
> and many other changes.
>
> If someone who knows rust could have a look and make a suggestion, that
> would be great.
Closing, both staging and the rust branch having been merged.
--
Thanks,
Maxim
[Message part 3 (message/rfc822, inline)]
Am Sun, Feb 12, 2023 at 10:13:35PM +0100 schrieb Josselin Poiret:
> 4. staging merge happens, and the branch gets deleted.
I tried to build staging for my profile on x86_64, but it failed with
a dependency of ffmpeg, rust-rav1e-0.5.1. There is a newer version 0.6.3,
but I did not simply update it, since the package looks particularly
complicated, containing a phase:
(add-after 'configure 'force-rust-edition-2018
(lambda* (#:key vendor-dir #:allow-other-keys)
;; Force all the dependencies to not be higher than edition 2018.
(with-fluids ((%default-port-encoding #f))
(substitute* (find-files vendor-dir "Cargo.toml")
(("edition = \\\"2021\\\"") "edition = \"2018\"")))))
and many other changes.
If someone who knows rust could have a look and make a suggestion, that
would be great.
Andreas
This bug report was last modified 2 years and 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.