Open
Conversation
While packing for Guix I've encountered with this issue ```starting phase `build' Invoking sbcl: "/gnu/store/i8wj59i9x3p8k253jmhxn5hi2iw0x4hw-sbcl-2.1.4/bin/sbcl" "--non-interactive" "--eval" "(require :asdf)" "--eval" "(asdf:load-asd (truename \"/gnu/store/8g8xw4fg9nams9ay7ziha63aads8lwzr-sbcl-rutils-5.2.1-1.db3c3f4/share/common-lisp/sbcl/rutils/rutils-test.asd\"))" "--eval" "(asdf:load-asd (truename \"/gnu/store/8g8xw4fg9nams9ay7ziha63aads8lwzr-sbcl-rutils-5.2.1-1.db3c3f4/share/common-lisp/sbcl/rutils/rutils.asd\"))" "--eval" "(asdf:load-asd (truename \"/gnu/store/8g8xw4fg9nams9ay7ziha63aads8lwzr-sbcl-rutils-5.2.1-1.db3c3f4/share/common-lisp/sbcl/rutils/rutilsx-test.asd\"))" "--eval" "(asdf:load-asd (truename \"/gnu/store/8g8xw4fg9nams9ay7ziha63aads8lwzr-sbcl-rutils-5.2.1-1.db3c3f4/share/common-lisp/sbcl/rutils/rutilsx.asd\"))" "--eval" "(asdf:compile-system \"rutils\")" This is SBCL 2.1.4, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. Unhandled LOAD-SYSTEM-DEFINITION-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001870103}>: Error while trying to load definition for system rutilsx-test from pathname /gnu/store/8g8xw4fg9nams9ay7ziha63aads8lwzr-sbcl-rutils-5.2.1-1.db3c3f4/share/common-lisp/sbcl/rutils/rutilsx-test.asd: READ error during LOAD: unmatched close parenthesis Line: 18, Column: 48, File-Position: 560 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /gnu/store/8g8xw4fg9nams9ay7ziha63aads8lwzr-sbcl-rutils-5.2.1-1.db3c3f4/share/common-lisp/sbcl/rutils/rutilsx-test.asd" {10057A0613}>```
|
We are really after rutils, not rutilsx right? |
|
Just hit this myself. Please merge this, it's a trivial fix. Otherwise the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While packing for Guix I've encountered with this issue