#71158 closed defect (duplicate)
MacPorts 2.10.2 does not let me extract a port while another port is being built
Reported by: | ballapete (Peter "Pete" Dyballa) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.10.2 |
Keywords: | Cc: | ||
Port: |
Description
leopard pete 210 /\ sudo port extract perl5.38 Password: Waiting for lock on /opt/local/var/macports/registry/.registry.lock ^CError: Aborted: SIGINT received. Exit 2
What is this good for? Wasting time?
Change History (4)
comment:1 Changed 2 weeks ago by jmroot (Joshua Root)
Component: | ports → base |
---|---|
Keywords: | leopard ppc removed |
Port: | MacPorts removed |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 Changed 2 weeks ago by ballapete (Peter "Pete" Dyballa)
No. I am only extracting, no intention to patch, build, test, upgrade, or install.
comment:3 Changed 2 weeks ago by jmroot (Joshua Root)
As I said, extract is a target like any other. Dependencies specified in depends_extract have to be checked for in the registry. A build command running at the same time could result in xz being upgraded which could mean it is in the middle of being deactivated when perl5.38 tries to use it to extract its distfile.
Note: See
TracTickets for help on using
tickets.
Extract is a target like any other and can have dependencies, so this is the same as #66485.