From owner-freebsd-ports-bugs@freebsd.org Fri Feb 19 02:02:52 2021 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E2CC8535C40 for ; Fri, 19 Feb 2021 02:02:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DhZbc5vS0z4jDR for ; Fri, 19 Feb 2021 02:02:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id CA84A535F82; Fri, 19 Feb 2021 02:02:52 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CA473535D3C for ; Fri, 19 Feb 2021 02:02:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhZbc5FdWz4j4S for ; Fri, 19 Feb 2021 02:02:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7B842380E for ; Fri, 19 Feb 2021 02:02:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11J22qo4035724 for ; Fri, 19 Feb 2021 02:02:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11J22qXC035723 for ports-bugs@FreeBSD.org; Fri, 19 Feb 2021 02:02:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 253607] lang/mlton is broken Date: Fri, 19 Feb 2021 02:02:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bdysonsmith@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 02:02:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253607 --- Comment #2 from Bridger Dyson-Smith --- (In reply to Timothy Beyer from comment #1) Tim -=20 Thanks for your efforts.=20 I did try bootstrapping the current mlton port (20100608_8) with SML/NJ, but received an error. Additionally, I tried bootstrapping the *latest* MLton (20210117) with SML/= NJ, using the following command: gmake OLD_MLLEX=3Dml-lex OLD_MLYACC=3Dml-yacc bootstrap-smlnj Unfortunately, that errors out with: ``` ...[snip]... for d in basis basis/Real basis/Word gc platform util; do \ mkdir -p "/home/bridger/src/mlton-src/mlton-20210117/build/lib/mlton/include/$d";=20= =20=20=20=20=20=20 \ cp -fpR "/home/bridger/src/mlton-src/mlton-20210117/runtime/$d/"*.h "/home/bridger/src/mlton-src/mlton-20210117/build/lib/mlton/include/$d";=20= =20=20=20=20=20=20 \ done gmake[2]: Leaving directory '/usr/home/bridger/src/mlton-src/mlton-20210117' gmake compiler CHECK_FIXPOINT=3Dfalse # tools0 + mlton0= -> mlton1 gmake[2]: Entering directory '/usr/home/bridger/src/mlton-src/mlton-2021011= 7' No such file or directory gmake -C "/home/bridger/src/mlton-src/mlton-20210117/mlton" gmake[3]: Entering directory '/usr/home/bridger/src/mlton-src/mlton-20210117/mlton' No such file or directory No such file or directory No such file or directory No such file or directory No such file or directory ( \ echo '$(SML_LIB)/basis/unsafe.mlb'; \ echo '$(SML_LIB)/basis/sml-nj.mlb'; \ echo '$(SML_LIB)/basis/mlton.mlb'; \ echo '$(SML_LIB)/basis/basis.mlb'; \ mlton -stop f mlton.mlb | \ grep -v 'mlb$' | \ grep 'mlyacc'; \ mlton -stop f ../lib/stubs/mlton-stubs/sources.mlb | \ grep -v 'mlb$' | \ grep 'mlton-stubs'; \ mlton -stop f mlton.mlb | \ grep -v 'mlb$' | \ grep -v 'sml/basis' | \ grep -v 'targets' | \ grep -v 'mlyacc'; \ ) > mlton-stubs.mlb No such file or directory No such file or directory No such file or directory gmake[3]: *** [Makefile:113: mlton-stubs.mlb] Error 1 gmake[3]: Leaving directory '/usr/home/bridger/src/mlton-src/mlton-20210117/mlton' gmake[2]: *** [Makefile:75: compiler] Error 2 gmake[2]: Leaving directory '/usr/home/bridger/src/mlton-src/mlton-20210117' gmake[1]: *** [Makefile:19: all] Error 2 gmake[1]: Leaving directory '/usr/home/bridger/src/mlton-src/mlton-20210117' gmake: *** [Makefile:266: bootstrap-smlnj] Error 2 ``` And... I'm not sure what to make of that!=20 If there's anything I can provide to assist or help, please let me know.=20 Thanks again for your time and trouble! Best, Bridger --=20 You are receiving this mail because: You are the assignee for the bug.=