#10936 closed defect (fixed)
port deps / port variants port1 port2 ... does not clear result between ports
Reported by: | ecronin (Eric Cronin) | Owned by: | darwinports-bugs@… |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 1.4 |
Component: | base | Version: | 1.3.2 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: |
Description
When running port variants with multiple ports specified causes incorrect output for ports with no variants when following ports with variants:
[mrteeny] ecronin% port variants boxbackup; port variants duckytool boxbackup has the variants:
server darwin
duckytool has no variants
[mrteeny] ecronin% port variants boxbackup duckytool boxbackup has the variants:
server darwin
duckytool has the variants:
server darwin
either ports with no variants should explicitly clear the variable in question, or variants should clear it itself between iterations.
Change History (5)
comment:1 Changed 18 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | port variants port1 port2 ... does not clear result between ports → port deps / port variants port1 port2 ... does not clear result between ports |
---|
comment:2 Changed 18 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
comment:3 Changed 18 years ago by pipping@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in 1.4rc2 (or earlier)
comment:4 Changed 18 years ago by jmpalacios (Juan Manuel Palacios)
Milestone: | → MacPorts 1.4 |
---|
comment:5 Changed 17 years ago by nox@…
Priority: | Expected → Normal |
---|
Note: See
TracTickets for help on using
tickets.
On 2006-11-26 a variant was added to the duckytool port, so the above example no longer works. However using cogito instead of duckytool still shows the problem:
Output correct:
Output incorrect:
Note also that "port deps" suffers from the same problem as "port variants":
Output correct:
Output incorrect:
http://lists.macosforge.org/pipermail/macports-dev/2007-January/000412.html