Opened 20 months ago
Closed 20 months ago
#67160 closed defect (worksforme)
libtorrent-rasterbar fails to configure during sudo port rev-upgrade due to: "boost176 must be installed with +python311"
Reported by: | kwolcott | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | i0ntempest | |
Port: | libtorrent-rasterbar |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I'm repeatedly getting the following after a successful upgrade:
Error: Failed to configure libtorrent-rasterbar: boost176 must be installed with +python311.
Attachments (1)
Change History (5)
Changed 20 months ago by kwolcott
Attachment: | libtorrent-rasterbar_main.log added |
---|
comment:1 Changed 20 months ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:3 Changed 20 months ago by jmroot (Joshua Root)
Cc: | i0ntempest added |
---|---|
Owner: | set to dbevans |
Status: | new → assigned |
comment:4 Changed 20 months ago by jmroot (Joshua Root)
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
It is unfortunate that this port requires one of its dependencies to be installed with a specific variant, but I guess if that was easy to change the maintainers would have done so.
Note: See
TracTickets for help on using
tickets.
Then install the boost176 port with the +python311 variant. That is now its default variant so you can also just reinstall the port without specifying a variant. (
sudo port install boost176
)