Opened 6 years ago

Closed 6 years ago

Last modified 4 months ago

#55664 closed defect (fixed)

Virtuoso-7 claims to conflict with unixODBC

Reported by: spodzone (Tim Haynes) Owned by: nerdling (Jeremy Lavergne)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: cooljeanius (Eric Gallager)
Port: unixODBC virtuoso-7

Description (last modified by mf2k (Frank Schima))

From virtuoso-7's Portfile:

conflicts_build     unixODBC
....
configure.args-append   --disable-all-vads

This conflict is unnecessary if you rename the isql(-related) executables at configure time:

		--program-transform-name='s/isql$$/isql-vt/;s/isqlw/isqlw-vt/' 

(taken from the Debian packaging).

Thanks

Change History (3)

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Description: modified (diff)
Keywords: Virtuoso unixODBC conflict removed
Owner: set to nerdling
Port: unixODBC added
Status: newassigned

comment:2 Changed 6 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: assignedclosed

comment:3 Changed 4 months ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.