Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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)

Install (Debug) nmap port (MacPorts) log.txt (62.1 KB) - added by brad.stancel@… 12 years ago.

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by brad.stancel@…

comment:1 Changed 12 years ago by danielluke (Daniel J. Luke)

Keywords: nmap removed
Port: pcre added; nmap removed

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:2 in reply to:  1 Changed 12 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 12 years ago by danielluke (Daniel J. Luke)

Resolution: invalid
Status: newclosed

comment:4 Changed 12 years ago by jmroot (Joshua Root)

Milestone: MacPorts 2.0.4
Note: See TracTickets for help on using tickets.