#33324 closed defect (invalid)
Cannot get nmap port to install
Reported by: | brad.stancel@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | pcre |
Description
I seem to be having trouble getting the nmap port to install. After a few unsuccessful attempts I used the -d (DEBUG flag) and copy and pasted the results into a text file which I am hoping that I can attach to this TRAC ticket. Please let me know what I can do to complete this. Thanks in advance for your time and help.
Attachments (1)
Change History (5)
Changed 13 years ago by brad.stancel@…
Attachment: | Install (Debug) nmap port (MacPorts) log.txt added |
---|
comment:1 follow-up: 2 Changed 13 years ago by danielluke (Daniel J. Luke)
Keywords: | nmap removed |
---|---|
Port: | pcre added; nmap removed |
comment:2 Changed 13 years ago by brad.stancel@…
That did it! Thanks!
Replying to dluke@…:
looks like it's actually failing when trying to install pcre.
The failure message indicates that it couldn't find libbz2 which should have been installed by the bzip2 port.
Perhaps you need to remove/clean/reinstall bzip2?
sudo port uninstall -f bzip2 && sudo port clean bzip2 && sudo port install bzip2
then try again:
sudo port -dv install nmap
comment:3 Changed 13 years ago by danielluke (Daniel J. Luke)
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:4 Changed 13 years ago by jmroot (Joshua Root)
Milestone: | MacPorts 2.0.4 |
---|
Note: See
TracTickets for help on using
tickets.
looks like it's actually failing when trying to install pcre.
The failure message indicates that it couldn't find libbz2 which should have been installed by the bzip2 port.
Perhaps you need to remove/clean/reinstall bzip2?
sudo port uninstall -f bzip2 && sudo port clean bzip2 && sudo port install bzip2
then try again:
sudo port -dv install nmap