Opened 16 months ago
Closed 15 months ago
#67912 closed defect (invalid)
sbcl: patch-contrib-sb-posix-posix-tests.lisp.diff missing
Reported by: | sdcycling | Owned by: | easye |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | catap (Kirill A. Korinsky) | |
Port: | sbcl |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Hello, I get errors during a maxima installation on a mac running mac os 12.5.1. The sequence of commands is as follows:
$sudo port install sbcl . . . ---> Attempting to fetch patch-contrib-sb-posix-posix-tests.lisp.diff from http://jog.id.distfiles.macports.org/macports/distfiles/sbcl Error: Failed to fetch sbcl: The requested URL returned error: 404 Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_sbcl/sbcl/main.log for details. Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port sbcl failed
Attachments (2)
Change History (14)
comment:1 Changed 16 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | catap added |
---|---|
Description: | modified (diff) |
Owner: | set to easye |
Port: | sbcl added |
Status: | new → assigned |
Summary: | Requested URL does not work for sbcl → sbcl: patch-contrib-sb-posix-posix-tests.lisp.diff missing |
comment:2 Changed 15 months ago by sdcycling
I deleted macports, and I reinstalled it. I ran sudo port selfupdate. The error is as follows:
sudo port install sbcl . . . ---> Attempting to fetch patch-contrib-sb-posix-posix-tests.lisp.diff from http://atl.us.distfiles.macports.org/sbcl Error: Failed to fetch sbcl: The requested URL returned error: 404 Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_sbcl/sbcl/main.log for details. Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port sbcl failed
Thank you.
comment:3 Changed 15 months ago by ryandesign (Ryan Carsten Schmidt)
Could you show the output of sudo port -d selfupdate
? Maybe some error is occurring that is preventing your ports tree from updating.
Changed 15 months ago by sdcycling
Attachment: | selfupdate.txt added |
---|
output from sudo port -d selfupdate
comment:4 Changed 15 months ago by sdcycling
Hello, I attached the output as you requested. Since my last update, I had updated my OS to 12.6.8. I don't know whether this impacted the updating of the ports tree. sbcl now installs. Thank you for your help.
comment:5 Changed 15 months ago by catap (Kirill A. Korinsky)
May I ask you to run and share output with us of two commands:
sudo port clean --all sbcl sudo port -d patch sbcl
Thanks!
comment:6 Changed 15 months ago by sdcycling
Hello, I head cleaned things up earlier. As a result, there is nothing to clean. If anything got cleaned, I don't have that output anymore. The patch text that you requested is attached. Thank you.
comment:7 Changed 15 months ago by catap (Kirill A. Korinsky)
Can you run sudo port install sbcl
? I think it should install SBCL.
comment:8 follow-up: 9 Changed 15 months ago by sdcycling
Hello, I misunderstood. It got installed. Is it possible that my OS update from 12.5.1 to 12.6.8 facilitated "sudo port -d selfupdate"? Thank you.
comment:9 Changed 15 months ago by catap (Kirill A. Korinsky)
Replying to sdcycling:
Hello, I misunderstood. It got installed. Is it possible that my OS update from 12.5.1 to 12.6.8 facilitated "sudo port -d selfupdate"? Thank you.
I think that update of ports tree had fixed an issue. And OS updated hasn't got anything with it.
Shall we close the ticket?
comment:10 Changed 15 months ago by sdcycling
Yes, please close the ticket. Thank you for your help.
comment:12 Changed 15 months ago by easye
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Helping Ryan out…
I don't think your ports tree is up to date because patch-contrib-sb-posix-posix-tests.lisp.diff and the reference to it was removed from the portfile two months ago. Try again after running
sudo port selfupdate
.