Opened 12 years ago
Closed 12 years ago
#37111 closed defect (fixed)
boost: python27 variant should not be default variant if debug variant is selected
Reported by: | mkae (Marko Käning) | Owned by: | afernandes@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | boost |
Description
I've encountered this when trying to upgrade:
The following installed ports are outdated: boost 1.52.0_0 < 1.52.0_1 Error: boost: Variant python27 conflicts with debug Error: Unable to open port: Error evaluating variants To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets
What to do?
Change History (2)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Keywords: | debug variant removed |
Summary: | Boost doesn't upgrade for debug variant → boost: python27 variant should not be default variant if debug variant is selected |
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The python variants conflict with the debug variant. Install boost with one or the other but not both.
Presumably you had the debug variant selected before, and are now running into trouble because python27 became a default variant. I'll fix this along with another matter shortly.