| Summary: | Files installed to same target (unixODBC/libiodbc) | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Michael Landin <mich> |
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed CONFLICTS knob was added to both ports |
unixODBC and libiodbc will install header files to the same target, hence creating build failure for fx. p5-DBD-ODBC when unixODBC has been installed after libiodbc. # cat /usr/ports/databases/{unixODBC,libiodbc}/pkg-plist |sort|uniq -c|sort -n|grep -v ^\ \*1 2 include/sql.h 2 include/sqlext.h 2 include/sqltypes.h How-To-Repeat: cd /usr/ports/databases/libiodbc && make all install clean cd /usr/ports/databases/unixODBC && make all install clean cd /usr/ports/databases/p5-DBD-ODBC && make all install clean