Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2014 09:07:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191899] [MAINTAINER] lang/sml-nj-devel: update to 110.76, unbreak, pkgngify, stagify, +amd64, -gmake
Message-ID:  <bug-191899-13-jniewxIaTC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191899-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191899-13@https.bugs.freebsd.org/bugzilla/>

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

Timothy Beyer <beyert@cs.ucr.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |beyert@cs.ucr.edu

--- Comment #1 from Timothy Beyer <beyert@cs.ucr.edu> ---
I don't know if this helps, but I have gotten SML/NJ to run inside of a 32-bit
jail on amd64:

1) I modified the PREFIX in multiexec-wrapper to something along the lines of
/usr/jails/[name_of_jail]/usr/local

2) Next, I modified lookup_executable_result to be
/usr/jails/[name_of_jail]/$result (also in multiexec-wrapper)

3) I added "*64) ARCH=x86;;" in /usr/local/smlnj/bin/.arch-n-opsys (in the case
for bsd)

4) I copied the modified multiexec-wrapper to the 64-bit host as file
/usr/local/bin/multiexec-wrapper

5) Made a symlink from /usr/local/bin/multiexec-wrapper to /usr/local/bin/sml

Note that step #3 needs to be repeated every time SML/NJ is reinstalled in the
jail.

Probably this won't help much, since the development version is probably
different, but it works with version 110.71 at least.

-- 
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-191899-13-jniewxIaTC>