[MacPorts] #53619: sqliteman fails to build due to not finding qscintilla (was: qscintilla@ 2.10: missing a library link)

MacPorts noreply at macports.org
Tue Feb 21 16:57:02 UTC 2017


#53619: sqliteman fails to build due to not finding qscintilla
--------------------------+-----------------------
  Reporter:  josephsacco  |      Owner:  michaelld
      Type:  defect       |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.4.0
Resolution:  fixed        |   Keywords:
      Port:  qscintilla   |
--------------------------+-----------------------
Changes (by michaelld):

 * status:  assigned => closed
 * resolution:   => fixed


Old description:

> The recent upgrade of qscintilla to version 2.10 is missing a library
> link that causes the (re)build of sqliteman @1.2.2_4 to fail. The
> contents of the qscintilla port contains:
>
> {{{
> /opt/local/libexec/qt4/lib/libqscintilla2_qt4.13.0.0.dylib
> /opt/local/libexec/qt4/lib/libqscintilla2_qt4.13.0.dylib
> /opt/local/libexec/qt4/lib/libqscintilla2_qt4.13.dylib
> /opt/local/libexec/qt4/lib/libqscintilla2_qt4.dylib
> }}}
>
> What is missing is:
>

> {{{
> /opt/local/libexec/qt4/lib/libqscintilla2.dylib
> }}}
>
> which is a link to:
>
> {{{
> /opt/local/libexec/qt4/lib/libqscintilla2_qt4.13.0.0.dylib
> }}}
>
> -Joseph

New description:

 sqliteman @1.2.2_4 fails to build due to the recent upgrade of qscintilla
 to version 2.10, which renames libraries to be libqscintilla2_qt4; was
 without the "_qt4" before.

--

Comment:

 Qsci has moved all platforms to this new library naming scheme; there
 should not be a link to a library name without the "_qt#" version. This
 issue is not with Qsci, but rather with ports that use it that need to be
 updated to correctly determine the library name instead of assuming. I've
 fixed this port to work. Thanks for pointing out the issue.

--
Ticket URL: <https://trac.macports.org/ticket/53619#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list