<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font face="DejaVu Sans">If this was working before, and assuming
the Erlang expressions contained are still valid... I'd make sure
the HOME system variable hasn't changed by checking on the
command-line ($ echo $HOME) and verifying this within the Erlang
shell (init:get_argument(home).).</font><br>
<br>
<font face="DejaVu Sans">Cheers,</font><br>
<font face="DejaVu Sans">Alex<br>
</font><br>
<br>
<div class="moz-cite-prefix">On 9/26/18 7:21 PM, Sam Overdorf wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAE5PUX+S0XbYZBq-G5HzAX9gecw73KuHxbW99g4b+EuLcJ+QzQ@mail.gmail.com">
<pre class="moz-quote-pre" wrap="">I just tried this version and have the following problem.
I run my programs with "escript" I have a ".erlang" to set additional
code paths.
My ".erlang" is not getting executed so my erlang programs are not found.
"erl" seems to work just fine.
Thanks,
Sam Overdorf
<a class="moz-txt-link-abbreviated" href="mailto:soverdor@gmail.com">soverdor@gmail.com</a>
On Wed, Sep 26, 2018 at 3:29 PM <a class="moz-txt-link-abbreviated" href="mailto:alex@xbasics.com">alex@xbasics.com</a> <a class="moz-txt-link-rfc2396E" href="mailto:alex@xbasics.com"><alex@xbasics.com></a> wrote:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">
I don't have any issues configuring and compiling in Linux, but then again (other than my CFLAGS options) I practically use the default options. In your case, based on your email, probably the issue is that you missed one hyphen (-with-dynamic-trace=systemtap) when configuring systemtrap and the configuration I suppose defaulted to dtrace.
Cheers,
Alex
On 9/26/18 11:56 AM, Frank Muller wrote:
21.1 successfully complied on macOS.
Anyone else’s facing the same issue as me on Linux?
/Frank
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">On Ubuntu 16.04 LTS:
$ kerl build 21.1 21.1
[...]
./configure -with-dynamic-trace=systemtap --enable-m64-build --enable-dirty-schedulers --enable-lock-check
[...]
checking for compiler flags for loadable drivers... -m64 -O2 -I/usr/local/include -I/home/frank/.kerl/builds/21.1/otp_src_21.1/erts/x86_64-unknown-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -fPIC
checking for linker for loadable drivers... gcc
checking for linker flags for loadable drivers... -m64 -shared -Wl,-Bsymbolic
checking for 'runtime library path' linker flag... -Wl,-R
checking for a compiler that handles jumptables... gcc
checking whether the code model is small... yes
checking for dtrace... no
configure: error: No dtrace utility found.
configure: error: /home/frank/.kerl/builds/21.1/otp_src_21.1/erts/configure failed for erts
Why it is looking for Dtrace on Linux (i’ve specified systemtap)?
Didn’t face this issue with 21.0 on the same machine.
/Frank
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">Erlang/OTP 21.1 is the first service release for the 21 major release
with new features, improvements as well as a few features!
Highlights
SSH:
The cipher '<a class="moz-txt-link-abbreviated" href="mailto:chacha20-poly1305@openssh.com">chacha20-poly1305@openssh.com</a>' is now supported if
OpenSSL 1.1.1 or higher is used as cryptolib.
The key exchange methods '<a class="moz-txt-link-abbreviated" href="mailto:curve25519-sha256@libssh.org">curve25519-sha256@libssh.org</a>', 'curve25519-
sha256' and 'curve448-sha512' are implemented.
They all depends on that OpenSSL 1.1.1 or higher used as cryptolib.
Crypto:
Typing in crypto and public_key applications are reworked and
corrected.
New chapter on Algorithm details in the User's guide
ERTS, Kernel:
The socket options recvtos, recvttl, recvtclass and pktoptions have
been implemented in the socket modules.
Se documentation in gen_tcp, gen_udp and inet modules for more info!
For more details see:
<a class="moz-txt-link-freetext" href="http://erlang.org/download/otp_src_21.1.readme">http://erlang.org/download/otp_src_21.1.readme</a>
Pre built versions for Windows can be fetched here:
<a class="moz-txt-link-freetext" href="http://erlang.org/download/otp_win32_21.1.exe">http://erlang.org/download/otp_win32_21.1.exe</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/download/otp_win64_21.1.exe">http://erlang.org/download/otp_win64_21.1.exe</a>
Online documentation can be browsed here:
<a class="moz-txt-link-freetext" href="http://erlang.org/documentation/doc-10.1/doc">http://erlang.org/documentation/doc-10.1/doc</a>
The Erlang/OTP source can also be found at GitHub on the official
Erlang repository, Here: OTP-21.1
Please report any new issues via Erlang/OTPs public issue tracker
<a class="moz-txt-link-freetext" href="https://bugs.erlang.org">https://bugs.erlang.org</a>
System Dashboard - Erlang Programming Language bugs.erlang.org
Welcome to Erlang Programming Language. What is bugs.erlang.org? Here
you report bugs in Erlang/OTP, suggestions for new features and
improvements.
We want to thank all of those who sent us patches, suggestions and bug
reports!
Thank you!
The Erlang/OTP Team at Ericsson
_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a>
</pre>
</blockquote>
</blockquote>
<pre class="moz-quote-pre" wrap="">
_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a>
_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a>
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
</pre>
</blockquote>
</body>
</html>