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 #103

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 #103

JohnReppy opened this issue Jul 15, 2022 · 1 comment
Assignees
Labels
bug Something isn't working fixed-in-110.99.3 issues that will be fixed in the 110.99.3 version gforge bug (or feature request) ported from smlnj-gforge repository installation problem with installer

Comments

@JohnReppy
Copy link
Contributor

JohnReppy commented Jul 15, 2022

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-02-02 at 13:03:00

Keywords: makeml, installml

@JohnReppy JohnReppy added bug Something isn't working gforge bug (or feature request) ported from smlnj-gforge repository installation problem with installer labels Jul 15, 2022
JohnReppy added a commit that referenced this issue Jul 24, 2022
@JohnReppy
Copy link
Contributor Author

Fixed for 110.99.3

@JohnReppy JohnReppy added the fixed-in-110.99.3 issues that will be fixed in the 110.99.3 version label Jul 24, 2022
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-110.99.3 issues that will be fixed in the 110.99.3 version gforge bug (or feature request) ported from smlnj-gforge repository installation problem with installer
Projects
None yet
Development

No branches or pull requests

2 participants