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

makeml and installml scripts do not like locations with spaces #51

Closed
1 of 5 tasks
JohnReppy opened this issue Jul 15, 2022 · 1 comment
Closed
1 of 5 tasks

makeml and installml scripts do not like locations with spaces #51

JohnReppy opened this issue Jul 15, 2022 · 1 comment
Assignees
Labels
bug Something isn't working fixed-in-2022.1 issue is fixed in the 2022.1 release gforge bug (or feature request) ported from smlnj-gforge repository

Comments

@JohnReppy
Copy link
Contributor

Version

110.74

Operating System

  • All
  • Linux
  • macOS
  • Windows
  • Other Unix

OS Version

OS X Lion

Processor

x86 (32-bit)

Component

Other

Severity

Cosmetic

Description of the problem

When building the compiler from a directory containing spaces, the makeml and installml scripts fail.

In the example below, Im building in
/Users/michael/Documents/Work/Projects/CPN Tools/Repositories/Simulator/sml
(notice space in CPN Tools; when removing that everything works.)

Transcript

./makeml: line 7: cd: /Users/michael/Documents/Work/Projects/CPN: No such file or directory
./makeml: line 11: [: /Users/michael/Documents/Work/Projects/CPN: binary operator expected
./makeml: line 56: [: /Users/michael/Documents/Work/Projects/CPN: binary operator expected
./makeml: line 88: [: =: unary operator expected
./makeml: line 161: cd: sml.boot.sparc-unix: No such file or directory
/Users/michael/Documents/Work/Projects/CPN Tools/Repositories/Simulator/sml/bin/.link-sml @SMLboot=BOOTLIST @SMLheap=sml @SMLalloc=1M @SMLverbose
./makeml: line 166: /Users/michael/Documents/Work/Projects/CPN: No such file or directory
./makeml: Something broke.
makeml./installml: line 12: cd: /Users/michael/Documents/Work/Projects/CPN: No such file or directory
./installml: line 24: [: /Users/michael/Documents/Work/Projects/CPN: binary operator expected

Expected Behavior

No response

Steps to Reproduce

No response

Additional Information

No response

Email address

m.westergaard@tue.nl

Comments from smlnj-gforge

Original smlnj-gforge bug number 90

Submitted via web form by Michael Westergaard m.westergaard@tue.nl on 2012-03-02 at 13:0300

Keywords: makeml, installml

@JohnReppy JohnReppy added bug Something isn't working gforge bug (or feature request) ported from smlnj-gforge repository installation problem with installation labels Jul 15, 2022
@JohnReppy JohnReppy added fixed-in-2022.1 issue is fixed in the 2022.1 release and removed installation problem with installation labels Jul 25, 2022
@JohnReppy
Copy link
Contributor Author

Ported fix from legacy branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed-in-2022.1 issue is fixed in the 2022.1 release gforge bug (or feature request) ported from smlnj-gforge repository
Projects
None yet
Development

No branches or pull requests

2 participants