Re: rust-tempfile-3 update to 3.2.0 breaks sequoia build

2021-05-04 Thread Hartmut Goebel
Hi Nicolas, thanks for the review, Unfortunately I pushed the change just a few minutes ago :-( In `fix-permissions' phase, are you sure you need #o644 permission? Otherwise, you may want to use `make-file-writeable'. Thanks for this tip, I didn't know this function. I'll keep it in mind f

Re: rust-tempfile-3 update to 3.2.0 breaks sequoia build

2021-05-04 Thread Nicolas Goaziou
Hello, Hartmut Goebel writes: > I was able to fix sequoia by updating to 1.1 and applying some more > changes. Thank you. > Please review so we > can get it into upcoming guix 1.3. Thanks in advance I don't use sequoia but I confirm it builds on my x86

Re: rust-tempfile-3 update to 3.2.0 breaks sequoia build

2021-05-02 Thread Hartmut Goebel
Hi Nicolas, I was able to fix sequoia by updating to 1.1 and applying some more changes. Please review so we can get it into upcoming guix 1.3. Thanks in advance -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com

Re: rust-tempfile-3 update to 3.2.0 breaks sequoia build

2021-04-06 Thread Hartmut Goebel
Am 04.04.21 um 11:08 schrieb Nicolas Goaziou: > Not really. Is it possible to upgrade it to a more recent commit? I see > that Cargo.lock references tempfile 3.2.0 in HEAD. The issue is not in tempfile, it's just caused by this update. Thus I'm not confident updating sequoia to a more recent versi

Re: rust-tempfile-3 update to 3.2.0 breaks sequoia build

2021-04-04 Thread Nicolas Goaziou
Hello, Hartmut Goebel writes: > building sequoia is currently broken in master with > "syn::export::ToTokens" not found. > > I tracked this down to 6513650d40f74 "gnu: rust-tempfile-3: Update to > 3.2.0." (2021-02-16). The updated package also updates some > dependency-requirements: cfg-if 0.1 -

rust-tempfile-3 update to 3.2.0 breaks sequoia build

2021-03-30 Thread Hartmut Goebel
Hi Nicolas, building sequoia is currently broken in master with "syn::export::ToTokens" not found. I tracked this down to 6513650d40f74 "gnu: rust-tempfile-3: Update to 3.2.0." (2021-02-16). The updated package also updates some dependency-requirements: cfg-if 0.1 -> 1, rand 0.7 -> 0.8 and redox-