guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl-caveman: Adjust reference to store file


From: guix-commits
Subject: branch master updated: gnu: sbcl-caveman: Adjust reference to store file name.
Date: Mon, 07 Sep 2020 19:12:14 -0400

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d27afcc  gnu: sbcl-caveman: Adjust reference to store file name.
d27afcc is described below

commit d27afcc6ab5bec87e275e2ee73b61558371d7845
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Mon Sep 7 15:03:37 2020 -0700

    gnu: sbcl-caveman: Adjust reference to store file name.
    
    Triggers "assert-no-store-file-names" when running "make dist".
    
    * gnu/packages/lisp-xyz (sbcl-caveman): Adjust reference to store file name.
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 1357021..f737095 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14093,7 +14093,7 @@ can begin writing unit tests as soon as the project is 
generated.")
                (for-each delete-file
                          '("README.v1.markdown" "caveman.asd" 
"caveman-test.asd")))))
          ;; TODO: Tests fail with:
-         ;; writing 
/gnu/store/j4l1k28yq47qbg074b4yf1b7wnccg8j1-sbcl-caveman-2.4.0-1.faa5f7e/share/common-lisp/sbcl-source/caveman2/v2/t/tmp/myapp573/tests/myapp573.lisp
+         ;; writing 
/gnu/store/...-sbcl-caveman-2.4.0-1.faa5f7e/share/common-lisp/sbcl-source/caveman2/v2/t/tmp/myapp573/tests/myapp573.lisp
          ;; While evaluating the form starting at line 38, column 0
          ;;   of 
#P"/tmp/guix-build-sbcl-caveman-2.4.0-1.faa5f7e.drv-0/source/v2/t/caveman.lisp":
          ;; Unhandled ASDF/FIND-COMPONENT:MISSING-COMPONENT in thread 
#<SB-THREAD:THREAD "main thread" RUNNING



reply via email to

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