From probertm at gmail.com Sun Jan 30 00:02:18 2022 From: probertm at gmail.com (Mark Probert) Date: Sun, 30 Jan 2022 11:02:18 +1100 Subject: Unable to build... Message-ID: Hi. I recently "found" clog and love what I see (as an old Delhpi guy what is not to like?). However, when I attempt to build the system it crashes in 3BMD by looks... (backtrace is below) This is against SBCL 2.1.9 on OSX 11.6.2 (M1) using a git-clone of the latest CLOG sources (18 hours ago is the latest). Any ideas on how to get this subsystem error? TIA -------------< emacs dump >-------------- The values (# NIL NIL) are not of type (VALUES FUNCTION &OPTIONAL) [Condition of type TYPE-ERROR] Restarts: 0: [TRY-RECOMPILING] Recompile parser and try loading it again 1: [RETRY] Retry loading FASL for #. 2: [ACCEPT] Continue, treating loading FASL for # as having been successful. 3: [RETRY] Retry ASDF operation. 4: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the configuration. 5: [RETRY] Retry ASDF operation. --more-- Backtrace: 0: (ESRAP::RESOLVE-FUNCTION 3BMD-GRAMMAR::ASCII-CHAR-P (ESRAP::PRODUCTION) (3BMD-GRAMMAR::ASCII-CHAR-P CHARACTER)) 1: (ESRAP::COMPILE-SEMANTIC-PREDICATE (3BMD-GRAMMAR::ASCII-CHAR-P CHARACTER)) 2: (ESRAP::COMPILE-EXPRESSION (3BMD-GRAMMAR::ASCII-CHAR-P CHARACTER)) 3: (ESRAP::COMPILE-RULE 3BMD-GRAMMAR::ASCII-CHARACTER (3BMD-GRAMMAR::ASCII-CHAR-P CHARACTER) T # From david at botton.com Sun Jan 30 00:57:17 2022 From: david at botton.com (David Botton) Date: Sat, 29 Jan 2022 19:57:17 -0500 Subject: Unable to build... In-Reply-To: References: Message-ID: If you are not building documentation there is no reason to (ql:quickload :clog/docs) are you getting this error on (ql:quickload :clog) or :clog/tools ? David Botton On Sat, Jan 29, 2022 at 7:02 PM Mark Probert wrote: > > Hi. > > I recently "found" clog and love what I see (as an old Delhpi guy what is > not to like?). However, when I attempt to build the system it crashes in > 3BMD by looks... (backtrace is below) > > This is against SBCL 2.1.9 on OSX 11.6.2 (M1) using a git-clone of the > latest CLOG sources (18 hours ago is the latest). > > Any ideas on how to get this subsystem error? > > TIA > > -------------< emacs dump >-------------- > > The values > (# :IN > > "/Users/mark/.cache/common-lisp/sbcl-2.1.9-macosx-arm64/opt/local/quicklisp/dists/quicklisp/software/3bmd-20210411-git/parser.fasl") > {700899438B}> > NIL NIL) > > are not of type > (VALUES FUNCTION &OPTIONAL) > [Condition of type TYPE-ERROR] > > Restarts: > 0: [TRY-RECOMPILING] Recompile parser and try loading it again > 1: [RETRY] Retry loading FASL for #. > 2: [ACCEPT] Continue, treating loading FASL for # "parser"> as having been successful. > 3: [RETRY] Retry ASDF operation. > 4: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting > the configuration. > 5: [RETRY] Retry ASDF operation. > --more-- > > Backtrace: > 0: (ESRAP::RESOLVE-FUNCTION 3BMD-GRAMMAR::ASCII-CHAR-P > (ESRAP::PRODUCTION) (3BMD-GRAMMAR::ASCII-CHAR-P CHARACTER)) > 1: (ESRAP::COMPILE-SEMANTIC-PREDICATE (3BMD-GRAMMAR::ASCII-CHAR-P > CHARACTER)) > 2: (ESRAP::COMPILE-EXPRESSION (3BMD-GRAMMAR::ASCII-CHAR-P CHARACTER)) > 3: (ESRAP::COMPILE-RULE 3BMD-GRAMMAR::ASCII-CHARACTER > (3BMD-GRAMMAR::ASCII-CHAR-P CHARACTER) T # #:START1 #:END2) :IN "/opt/local/quicklisp/dists/quicklisp/software/3bmd-2.. > 4: (ESRAP:ADD-RULE 3BMD-GRAMMAR::ASCII-CHARACTER # > -- > -mark. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From probertm at gmail.com Sun Jan 30 02:13:45 2022 From: probertm at gmail.com (Mark Probert) Date: Sun, 30 Jan 2022 13:13:45 +1100 Subject: Unable to build... In-Reply-To: References: Message-ID: <20220130131345037906.0347f003@gmail.com> Hi David. You wrote: > are you getting this error on (ql:quickload :clog) or :clog/tools ? > (ql:quickload :clog) with the clog git distro cloned into my local-projects diretory ..m. From probertm at gmail.com Sun Jan 30 03:15:28 2022 From: probertm at gmail.com (Mark Probert) Date: Sun, 30 Jan 2022 14:15:28 +1100 Subject: Unable to build... In-Reply-To: References: Message-ID: <20220130141528426524.44547d54@gmail.com> You wrote: > If you are not building documentation there is no reason to > (ql:quickload :clog/docs) are you getting this error on (ql:quickload > :clog) or :clog/tools ? > Sorry for the waste of bandwidth: my bad. I cleaned out quicklisp and made sure everything was fresh and CLOG is up and going! Thank you! .. m.