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

Reference to missing variable breaks installation script of Scale #31

Open
psvensson opened this issue Sep 1, 2020 · 0 comments
Open

Comments

@psvensson
Copy link
Contributor

Hi Guile! Welcome back from vacations. I had actually found another problem, which I hope you can shed some light on. I am running the installation script the way the README tells me, I get the following output;

NewUndeclaredWarning: SCScaleCodeManager>>content (content is Undeclared)
NewUndeclaredWarning: SCSystemCall>>taskClass (TKTOSVerboseTask is Undeclared)
NewUndeclaredWarning: SCSystemCall>>taskClass (TKTOSTask is Undeclared)
MetacelloNotification: Loaded -> Scale-cypress.1 --- filetree:///tmp/scale/cache/../src [:] --- cache
MetacelloNotification: ...finished baseline


  • checking if there is any old installation

/usr/bin/env: ‘scale’: No such file or directory


  • Copying files!

/usr/bin/env: ‘scale’: No such file or directory


  • Cleaning the mess :)

And when I open Scale in a Pharo 8 image, I see that the ScaleCodeManager#content method refer to a variable that is not declared;

image

Maybe this is not a problem, but I am trying to understand why the install fails.

I am running this on a Linux mint 20; 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

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

No branches or pull requests

1 participant