Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rutilsx-test.asd #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Hellseher
Copy link

@Hellseher Hellseher commented May 4, 2021

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}>

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}>```
@charJe
Copy link

charJe commented Oct 18, 2021

We are really after rutils, not rutilsx right?

@fosskers
Copy link

Just hit this myself. Please merge this, it's a trivial fix. Otherwise the .asd is unparseable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants