standardml / smackage

Smackage Package Manager for Standard ML
Other
122 stars 12 forks source link

standardml/cm{lex,yacc} repos are missing, install fails. #26

Open alexcoplan opened 6 years ago

alexcoplan commented 6 years ago

After cloning the repository and running make mlton, bin/smackage refresh fails with:

fatal: remote error:
  Repository not found.
WARNING: When trying to pull source `cmlex git git://github.com/standardml/cmlex.git', got the following error
    "Fail: I/O error trying to access temporary file"
If this line is in sources.local, you may need to run
`smackage unsource' to remove it.
fatal: remote error:
  Repository not found.
WARNING: When trying to pull source `cmyacc git git://github.com/standardml/cmyacc.git', got the following error
    "Fail: I/O error trying to access temporary file"
If this line is in sources.local, you may need to run
`smackage unsource' to remove it.

It looks like the cmlex and cmyacc repositories are no longer available under the standardml org on GitHub.

kcrary commented 6 years ago

Sorry to inconvenience you; I didn't think anyone was still using Smackage. CM-Lex and CM-Yacc have been combined into a single package. You can find the sources and installation instruction here: http://www.cs.cmu.edu/~crary/cmtool/

-- Karl Crary

On 2/4/2018 5:17 AM, Alex Coplan wrote:

After cloning the repository and running |make mlton|, |bin/smackage refresh| fails with:

|fatal: remote error: Repository not found. WARNING: When trying to pull source cmlex git git://github.com/standardml/cmlex.git', got the following error "Fail: I/O error trying to access temporary file" If this line is in sources.local, you may need to runsmackage unsource' to remove it. fatal: remote error: Repository not found. WARNING: When trying to pull source cmyacc git git://github.com/standardml/cmyacc.git', got the following error "Fail: I/O error trying to access temporary file" If this line is in sources.local, you may need to runsmackage unsource' to remove it. |

It looks like the cmlex and cmyacc repositories are no longer available under the standardml org on GitHub.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/standardml/smackage/issues/26, or mute the thread https://github.com/notifications/unsubscribe-auth/ABeGMt6ouwb_feiuzIsFLK-z2o6hm__4ks5tRYOlgaJpZM4R4hD9.

gian commented 6 years ago

Whoops. I can probably fix this up. It probably shouldn't break your install when things move :)