Opened 7 years ago
Closed 7 years ago
#56308 closed defect (fixed)
apr-util: opportunistically links with unixODBC
Reported by: | michaelld (Michael Dickens) | Owned by: | danielluke (Daniel J. Luke) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | apr-util, unixODBC |
Description
I disabled unixODBC to try to install libiodbc, and then the rev-upgrade check at the end failed on apr-util.
% otool -L /opt/local/lib/apr-util-1/apr_dbd_odbc-1.so /opt/local/lib/apr-util-1/apr_dbd_odbc-1.so: /opt/local/lib/libodbc.2.dylib (compatibility version 3.0.0, current version 3.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1238.60.2) % port provides /opt/local/lib/libodbc.2.dylib /opt/local/lib/libodbc.2.dylib is provided by: unixODBC % port provides /opt/local/lib/apr-util-1/apr_dbd_odbc-1.so /opt/local/lib/apr-util-1/apr_dbd_odbc-1.so is provided by: apr-util % port rdeps apr-util | grep unixODBC %
Change History (3)
comment:1 Changed 7 years ago by michaelld (Michael Dickens)
Owner: | set to danielluke |
---|---|
Status: | new → assigned |
comment:2 Changed 7 years ago by danielluke (Daniel J. Luke)
comment:3 Changed 7 years ago by danielluke (Daniel J. Luke)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Thanks, portfile updated.