help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'guix reconfigure' fail to build 'rsnapshot'


From: Tobias Geerinckx-Rice
Subject: Re: 'guix reconfigure' fail to build 'rsnapshot'
Date: Sat, 17 Jul 2021 20:00:04 +0200

On 2021-07-17 19:49, brice@waegenei.re wrote:
Maybe removing our substitution will fix our build issue:
--8<---------------cut here---------------start------------->8---
@@ -526,15 +526,6 @@ rdiff-backup is easy to use and settings have
sensible defaults.")
        (modify-phases %standard-phases
          (replace 'check
            (lambda _
- (substitute* '("t/cmd-post_pre-exec/conf/pre-true-post-true.conf"
-                            "t/backup_exec/conf/backup_exec_fail.conf"
-                            "t/backup_exec/conf/backup_exec.conf")
-               (("/bin/true") (which "true"))
-               (("/bin/false") (which "false")))
-
- ;; Disable a test that tries to connect to localhost on port 22.
-             (delete-file "t/ssh_args/ssh_args.t.in")
-
              (invoke "make" "test"))))))
     (inputs
      `(("perl" ,perl)
--8<---------------cut here---------------end--------------->8---

This is probably cleaner if you've verified that the tests are still run. LGTM!

Kind regards,

T G-R

Sent from a Web browser. Excuse or enjoy my brevity.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]