Opened 16 years ago

Closed 16 years ago

Last modified 14 years ago

#14262 closed defect (wontfix)

port -f clean should ignore locks on the working tree

Reported by: yaseppochi (Stephen J. Turnbull) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.7.0
Keywords: Cc:
Port:

Description

This is annoying, to say the least:

chibi:MacPorts steve$ port clean sbcl
Waiting for lock on /opt/local/var/macports/build/_Users_steve_Software_MacPorts_dports_lang_sbcl/work/.macports.sbcl.state
^C
chibi:MacPorts steve$ port -f clean sbcl
Waiting for lock on /opt/local/var/macports/build/_Users_steve_Software_MacPorts_dports_lang_sbcl/work/.macports.sbcl.state
^C
chibi:MacPorts steve$ rm /opt/local/var/macports/build/_Users_steve_Software_MacPorts_dports_lang_sbcl/work/.macports.sbcl.state
chibi:MacPorts steve$ port clean sbcl
--->  Cleaning sbcl
chibi:MacPorts steve$ 

Change History (4)

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Component: portsbase
Milestone: MacPorts base bugs

comment:2 Changed 16 years ago by kballard (Lily Ballard)

Resolution: wontfix
Status: newclosed

The lock indicates that another port process is using that file, so if we go ahead and destroy it, it can mess up the other process.

comment:3 Changed 15 years ago by tobypeterson

Milestone: MacPorts base bugsMacPorts Future

Milestone MacPorts base bugs deleted

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

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