#333 closed defect (fixed)
dependancy failure are ignored and port continues to try and install
Reported by: | michaelm@… | Owned by: | kvv@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.0 |
Keywords: | Cc: | ssen@… | |
Port: |
Description
when executing port install, dependancies are checked for, and if missing installed. However if the installation of the dependancy fails, ports continues onto the next dep, or the initial port (which will eventually fail through a missing dependancy).
Change History (5)
comment:1 Changed 22 years ago by jpm@…
comment:2 Changed 22 years ago by kevin@…
Status: | new → assigned |
---|
Committing some stuff tonight which I'll comment further on the list which should fix these sorts of problems.
comment:3 Changed 22 years ago by kevin@…
Cc: | ssen@… added |
---|
comment:5 Changed 21 years ago by landonf@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This is now fixed
Note: See
TracTickets for help on using
tickets.
additionally if a failure is caused before deps are even evaluated (checksum mismatch for example), deps are still installed - odd.