From owner-freebsd-erlang@freebsd.org Sun Nov 25 18:03:55 2018 Return-Path: Delivered-To: freebsd-erlang@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B18F113BC60 for ; Sun, 25 Nov 2018 18:03:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE48F70534 for ; Sun, 25 Nov 2018 18:03:54 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 47D2426EAC; Sun, 25 Nov 2018 13:03:54 -0500 (EST) Received: from web4 ([10.202.2.214]) by compute3.internal (MEProxy); Sun, 25 Nov 2018 13:03:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=aO3XccUxszvjqvO308ccy+3I4bnx0tB02DcJWACOm kk=; b=c9zlO8nmNrK+jyGKxkT6F2j+F9yWp38x1ixbkBDTJ3xr2yV3KMUpLBCUn Lzlw0pH6DFgLsw6MHpOjSS+3wmw4uhex5WGQ6cavI2zMB6KCl9gFfi2Qe79nC/mn 3p4Sv7xDJTn4WJ3qXxH5LwGdgszVdcNJ+XNloGyaD9VG61N+/4ymLBbyB6Dy1Rih RYWVztDIBDY6knEu3klCxA1RuCbZnj/MZrin9Xujnscy2xXgOhR+2e6WvgptNkU8 bYLk22F0C0etbxGQwakVd37b74uQaa3uc9hOge6gF9m5QjV2FTJqOo+StjoUBE3O 3K4BMNNJqwaiaugq2q99HaU/vUxhA== X-ME-Sender: X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 22C82BA7C4; Sun, 25 Nov 2018 13:03:53 -0500 (EST) Message-Id: <1543169033.1614100.1588217512.255D59F1@webmail.messagingengine.com> From: Mark Felder To: Dave Cottlehuber Cc: freebsd-erlang@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-3449945b Date: Sun, 25 Nov 2018 12:03:53 -0600 In-Reply-To: <1543154636.3838455.1588079696.6FEBA2CC@webmail.messagingengine.com> References: <1543082061.2469181.1587532960.27FCA82A@webmail.messagingengine.com> <1543154636.3838455.1588079696.6FEBA2CC@webmail.messagingengine.com> Subject: Re: OTP 21 for Elixir X-Rspamd-Queue-Id: DE48F70534 X-Spamd-Result: default: False [1.05 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.39)[0.388,0]; NEURAL_SPAM_MEDIUM(0.03)[0.030,0]; NEURAL_SPAM_LONG(0.64)[0.635,0]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-erlang@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Support of Erlang-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Nov 2018 18:03:55 -0000 On Sun, Nov 25, 2018, at 08:03, Dave Cottlehuber wrote: > On Sat, 24 Nov 2018, at 18:54, Mark Felder wrote: > > Hello, > > > > I have a patch to create lang/erlang21 for lang/elixir to depend upon. > > Please let me know if there are any changes that should be made before > > bringing this into the tree. > > > > > > https://reviews.freebsd.org/D18324 > > Thanks Mark, > > Is lang/erlang-runtime21 not already sufficient? This works for me for > years now, both for producing releases and running interactively: > > ``` > $ export PATH=/usr/local/lib/erlang21/bin:$PATH > $ mix ... > ``` > > Mmm, it's probably time to move default erlang to OTP20, which is > effectively the oldest official supported release. > > PS glad to hear there are more Elixir-FreeBSD people around! If it's > helpful I have a lot of FreeBSD packaging bits for Elixir apps, happy to > share them if that's of use. > Elixir will not currently compile with lang/erlang-runtime21; I assume because erlc is not in $PATH. I haven't had time to dig into the specifics of the elixir-runtime ports. Are they complete but just lacking symlinks of binaries into ${PREFIX}/bin ? If so I think we might be able to fix this easier. -- Mark Felder ports-secteam & portmgr member feld@FreeBSD.org