Bug 1770590 - maxima-5.42.1-10.fc31.x86_64 seems to be compiled with sbcl from Fedora 30 instead of 31.
Summary: maxima-5.42.1-10.fc31.x86_64 seems to be compiled with sbcl from Fedora 30 in...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: maxima
Version: 31
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-11-10 18:35 UTC by Mabel Hudson
Modified: 2019-12-05 01:39 UTC (History)
2 users (show)

Fixed In Version: maxima-5.43.0-1.fc31
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-12-05 01:39:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
output of sbcl/maxima with error message; line 25 tells "fc30" instead the expected "fc31" (1.25 KB, text/plain)
2019-11-10 18:40 UTC, Mabel Hudson
no flags Details

Description Mabel Hudson 2019-11-10 18:35:16 UTC
maxima-5.42.1-10.fc31.x86_64 seems to be compiled with sbcl from Fedora 30 instead of 31.

Comment 1 Mabel Hudson 2019-11-10 18:40:40 UTC
Created attachment 1634663 [details]
output of sbcl/maxima with error message; line 25 tells "fc30" instead the expected "fc31"

Comment 2 Mabel Hudson 2019-11-12 22:26:08 UTC
The problem is as follows:

I have quicklisp code in ~/.sbclrc and
quicklisp loads asdf from package cl-asdf-20101028-16.fc31.noarch
which is compiled with sbcl...fc31.
But maxima (maxima-5.42.1-10.fc31.x86_64) is a sbcl...fc30 image and can't load asdf (cl-asdf-20101028-16.fc31.noarch) because it is compiled with sbcl-...fc31.

This is shown if you put (require 'asdf) in ~/.sbclrc and then run "maxima --lisp sbcl":


Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1)
: lrmaxima

debugger invoked on a SB-FASL::INVALID-FASL-VERSION in thread
#<THREAD "main thread" RUNNING {10005385B3}>:
  #<SB-SYS:FD-STREAM for "file /usr/lib/sbcl/contrib/asdf.fasl" {100245F983}>
  is a fasl file compiled with SBCL 1.4.14-3.fc31, and can't be loaded into
  SBCL 1.4.14-2.fc30.
....

To circumvent this error temporarily one can put into ~/.sbclrc

(unless (find-package "maxima")
    ... quicklisp code and other code that might load sbcl-..31 files ... )

I think the error could be resolved, if maxima is compiled with the same sbcl version as installed by the sbcl package.

Comment 3 Fedora Update System 2019-11-25 14:57:55 UTC
FEDORA-2019-4b6e55bc36 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2019-4b6e55bc36

Comment 4 Fedora Update System 2019-11-27 00:32:03 UTC
maxima-5.43.0-1.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-4b6e55bc36

Comment 5 Fedora Update System 2019-12-05 01:39:57 UTC
maxima-5.43.0-1.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.