Opened 6 years ago

Closed 6 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 6 years ago by michaelld (Michael Dickens)

Owner: set to danielluke
Status: newassigned

comment:2 Changed 6 years ago by danielluke (Daniel J. Luke)

Thanks, portfile updated.

comment:3 Changed 6 years ago by danielluke (Daniel J. Luke)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.