#13339 closed defect (fixed)
erlang port is pretty broken - installs numerous broken symlinks
Reported by: | jkh@… | Owned by: | bfulgham@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
Steps to reproduce:
- Install latest-and-greatest MacPorts from Subversion (e.g. ToT, not a released version)
- port install erlang
- port contents erlang
- Diff output of step #4 with what is actually found in /opt/local/ - see some significant discrepancies, among them:
/opt/local/bin/dialyzer -> /opt/local/var/macports/build/_Users_jkh_Src_macports_dports_lang_erlang/work/destroot/opt/local/lib/erlang/bin/dialyzer [ broken link once port workdir is cleaned ]
/opt/local/bin/ear -> ../lib/erlang/bin/ear
[ Does not exist in lib/erlang/bin ]
There are more of these than I care to cut-and-paste in; suffice it to say that this port is pretty broken. :-(
Change History (2)
comment:1 Changed 17 years ago by bfulgham@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Updated Portfile to correct symlink problems and remove no-longer shipping executables (e.g., elink).
Also added +ssl variant.
Report from original reporter indicates this resolves the problem.