Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#1449 closed defect (fixed)

portall stops after lsof port

Reported by: matt@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.0
Keywords: Cc: blb@…
Port:

Description

Hi,

A 'portall clean' stops after displaying this ui_msg message (message coming from the lsof port):

[snip...] ---> Cleaning l0phtcrack


Darwin and Mac OS X are not currently supported by this port


After looking at lsof's portfile, it seems this message is displayed because Darwin isn't there in the ${platforms}.

Change History (1)

comment:1 Changed 20 years ago by blb@…

Resolution: fixed
Status: newclosed

The problem was that the lsof port, in the darwin variant, used exit to avoid going any further with building it; this, as you've now discovered, causes other bits to fail as well. The port has been fixed to avoid doing this.

Note: See TracTickets for help on using tickets.