Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#61665 closed defect (fixed)

erlang 23.1 installs faulty symbolic links

Reported by: mascguy (Christopher Nielsen) Owned by: ci42
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: erlang

Description

After installation of erlang, I noticed the following invalid soft links:

/opt/local/bin/epmd -> /opt/local/lib/erlang/erts-11.0/bin/epmd
/opt/local/lib/erlang/bin/epmd -> /opt/local/lib/erlang/erts-11.0/bin/epmd
/opt/local/bin/erl_call -> /opt/local/lib/erlang/lib/erl_interface-4.0/bin/erl_call

They should be the following:

/opt/local/bin/epmd -> /opt/local/lib/erlang/erts-11.1/bin/epmd
/opt/local/lib/erlang/bin/epmd -> /opt/local/lib/erlang/erts-11.1/bin/epmd
/opt/local/bin/erl_call -> /opt/local/lib/erlang/lib/erl_interface-4.0.1/bin/erl_call

Change History (8)

comment:1 Changed 3 years ago by mascguy (Christopher Nielsen)

Assigned to port maintainer

comment:2 Changed 3 years ago by mascguy (Christopher Nielsen)

Priority: NormalLow

comment:3 Changed 3 years ago by mascguy (Christopher Nielsen)

While this isn't critical for me (yet), it might be for others. Bumping the priority back up to Normal.

comment:4 Changed 3 years ago by mascguy (Christopher Nielsen)

Priority: LowNormal

comment:5 Changed 3 years ago by mascguy (Christopher Nielsen)

Pull request created to fix issue:

https://github.com/macports/macports-ports/pull/9430

comment:6 Changed 3 years ago by mascguy (Christopher Nielsen)

Changes merged; this ticket can be closed.

comment:7 Changed 3 years ago by reneeotten (Renee Otten)

Resolution: fixed
Status: assignedclosed

next time please add in the commit message body (not the title) the full Trac url, so something like:

erlang: fix for faulty symbolic links

Fixes: https://trac.macports.org/ticket/61665

that will automatically close a ticket when a PR is merged.

comment:8 in reply to:  7 Changed 3 years ago by mascguy (Christopher Nielsen)

Replying to reneeotten:

next time please add in the commit message body (not the title) the full Trac url, so something like:

erlang: fix for faulty symbolic links

Fixes: https://trac.macports.org/ticket/61665

that will automatically close a ticket when a PR is merged.

Ah, didn't realize there was autoclose functionality. Going forward, I'll be sure to take advantage of that.

Thanks for the heads-up Renee!

Note: See TracTickets for help on using tickets.