[erlang-questions] Upgrade to R13B04 Produces Clashes in Code Path

Kenneth Lundin kenneth.lundin@REDACTED
Fri Apr 9 09:17:34 CEST 2010


Check your environment variables.
If you have set the ERL_LIBS variable to point to a directory where you can
find the same modules as in the default lib you can get this result
from code:clash().

Another possibility is the ERL_FLAGS variable if it contains -pa or -pz flags.

/Kenneth Erlang/OTP Ericsson

On Thu, Apr 8, 2010 at 9:38 PM, James Aimonetti
<james.aimonetti@REDACTED> wrote:
> I upgraded to the latest Erlang and was greeted with 1600+ clashes in the
> code paths. Installed from src, vanilla configure/make/make install.
>
> $> erl
> Erlang R13B04 (erts-5.7.5) [source] [64-bit] [rq:1] [async-threads:0] [hipe]
> [kernel-poll:false]
>
> Eshell V5.7.5  (abort with ^G)
> 1> code:clash().
> ...
> ...
> ** /usr/local/lib/erlang/lib/appmon-2.1.11/ebin/appmon_a.beam hides
> /usr/local/lib/erlang/lib/appmon-2.1.11/ebin/appmon_a.beam
> ** /usr/local/lib/erlang/lib/appmon-2.1.11/ebin/appmon.beam hides
> /usr/local/lib/erlang/lib/appmon-2.1.11/ebin/appmon.beam
> ** Found 1669 name clashes in code paths
> ok
> 2>
>
> Did I miss something?
>
> --
> James Aimonetti
> mobile: 314.809.6307
> work: 540.459.2220
> email: james.aimonetti@REDACTED
> website: http://jamesaimonetti.com
>
>
> ________________________________________________________________
> erlang-questions (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
>
>


More information about the erlang-questions mailing list