[MacPorts] #54312: nasm doesn't support x86_64
MacPorts
noreply at macports.org
Mon Jun 12 12:26:12 UTC 2017
#54312: nasm doesn't support x86_64
---------------------------+----------------------
Reporter: mikebenfield | Owner: mfeiri@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: invalid | Keywords:
Port: nasm |
---------------------------+----------------------
Changes (by raimue):
* status: assigned => closed
* resolution: => invalid
Comment:
I guess you were running `/usr/bin/nasm` before, which shows the list as
given in your initial report.
If you ran `nasm` before installing the port, your shell search in `$PATH`
and stored the result `/usr/bin/nasm` in a cache. Now if you type `nasm`
again, it will directly run `/usr/bin/nasm` without searching `$PATH`
again. To clear this cache, run `hash -r` or open a new terminal window
(which implies a new shell instance). Only then will the shell look up
`nasm` in `$PATH` again and find it at `/opt/local/bin/nasm`.
--
Ticket URL: <https://trac.macports.org/ticket/54312#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list