Opened 8 days ago
Closed 3 days ago
#71189 closed defect (fixed)
pg16-timescaledb @2.16.1 conflicts with timescaledb @2.16.0
Reported by: | barracuda156 | Owned by: | blair (Blair Zajac) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.10.2 |
Keywords: | Cc: | holymonson (Monson Shao) | |
Port: | pg16-timescaledb, timescaledb |
Description
Error: Failed to activate pg16-timescaledb: Image error: /opt/local/lib/postgresql16/timescaledb.dylib is being used by the active timescaledb port. Please deactivate this port first, or use 'port -f activate pg16-timescaledb' to force the activation. while executing "throw registry::image-error $msg" ("foreach" body line 49) invoked from within "foreach file $imagefiles { incr progress_step _progress update $progress_step $progress_total_steps se..." invoked from within "registry::write { foreach file $imagefiles { incr progress_step _progress update $progress_step $progress_..."
Change History (3)
comment:1 Changed 8 days ago by ryandesign (Ryan Carsten Schmidt)
Cc: | holymonson added |
---|---|
Summary: | pg16-timescaledb fails to activate → pg16-timescaledb @2.16.1 conflicts with timescaledb @2.16.0 |
comment:2 Changed 8 days ago by ryandesign (Ryan Carsten Schmidt)
Also, it's wrong that timescaledb declares depends_lib pg16-timescaledb
; instead, timescaledb should be marked replaced_by pg16-timescaledb
and it should use the obsolete-1.0 portgroup. Making this change requires increasing the revision of timescaledb.
comment:3 Changed 3 days ago by holymonson (Monson Shao)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Because the files that are now provided by the pg*-timescaledb subports used to be provided by the timescaledb port (if you had installed it with the corresponding +postgresql* variant), the pg*-timescaledb subports need to use the deactivate hack to deactivate timescaledb.