Opened 12 years ago
Closed 9 years ago
#35827 closed defect (fixed)
qt4-mac-mysql55-plugin only installs debug library if qt4-mac is installed with +debug variant
Reported by: | zoleg@… | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.99 |
Keywords: | Cc: | pixilla (Bradley Giesbrecht) | |
Port: | qt4-mac-mysql55-plugin |
Description
If qt4-mac installed with +debug, then sudo port install qt4-mac-mysql55-plugin install only debug version plugin (libqsqlmysql_debug.dylib), release version libqsqlmysql.dylib is missed.
Change History (3)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | pixilla@… added |
---|---|
Owner: | changed from macports-tickets@… to michaelld@… |
Port: | qt4-mac-mysql55-plugin added |
Summary: | qt4-mac-mysql55-plugin small bug → qt4-mac-mysql55-plugin only installs debug library if qt4-mac is installed with +debug variant |
comment:2 Changed 12 years ago by michaelld (Michael Dickens)
Should be fixed in r97960, such that +debug works only when qt4-mac is also installed with +debug; and, the _debug plugin is installed only when +debug is specified. I don't have qt4-mac +debug installed right now, so please test this change and report back.
comment:3 Changed 9 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Since no reporting back, closing as fixed per the prior comment.
Note: See
TracTickets for help on using
tickets.
The workaround would be: don't install qt4-mac with the +debug variant.
The solution might be to give qt4-mac-mysql55-plugin a debug variant too, and ensure it's synced with the qt4-mac port's debug variant.
I wonder if the other qt4-mac-*-plugin ports are also affected.