Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2021 00:23:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253607] lang/mlton is broken
Message-ID:  <bug-253607-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253607

            Bug ID: 253607
           Summary: lang/mlton is broken
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: bdysonsmith@gmail.com
                CC: beyert@cs.ucr.edu
                CC: beyert@cs.ucr.edu
             Flags: maintainer-feedback?(beyert@cs.ucr.edu)

Hi all -=20

I hope that this is reported correctly. The latest pkg and port for lang/ml=
ton
doesn't seem to be working. After installing the pkg (or building the port),
attempting to use the mlton compiler results in the following error:

```
$ mlton hello.sml
No such file or directory
```

My sample file is a simple example:

```
$ less hello.sml
(* hello.sml *)

fun hello () =3D
    print "Hello, world, from MLton!\n"

val _ =3D hello ()
```

I've tried to build the port with the same results. Additionally, I tried u=
sing
SMLNJ to bootstrap the mlton build process, but that effort errored out wit=
h:

```
[00:00:10] Hit CTRL+t at any time to see build progress and stats
[00:00:10] [01] [00:00:00] Building lang/mlton | mlton-20100608_8
[00:00:10] [01] [00:00:00] Finished lang/mlton | mlton-20100608_8: Ignored:=
 is
marked as broken: mlton-20100608-20100608 does not bootstrap properly with
smlnj
[00:00:10] Stopping 1 builders
```

For additional discussion, I tried to check in the MLton github issues; e.g.
https://github.com/MLton/mlton/issues/433

Best,
Bridger

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253607-7788>