[MacPorts] #60552: db-browser-for-sqlite blacklists clang < 800

MacPorts noreply at macports.org
Mon May 25 11:21:05 UTC 2020


#60552: db-browser-for-sqlite blacklists clang < 800
------------------------------------+------------------------
  Reporter:  ryandesign             |      Owner:  i0ntempest
      Type:  defect                 |     Status:  assigned
  Priority:  Normal                 |  Milestone:
 Component:  ports                  |    Version:  2.6.2
Resolution:                         |   Keywords:
      Port:  db-browser-for-sqlite  |
------------------------------------+------------------------

Comment (by cjones051073):

 The above suggestion is not enough as it appears the appending to the
 `cxxflags` does not propagate to the options used by the build. See the
 attached log, which I created testing the patch in

 https://github.com/macports/macports-ports/pull/7217

 on my 10.9 VM. i.e. it still gives

 {{{
 :info:build
 /opt/local/libexec/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:562:6:
 error: Qt requires a C++11 compiler and yours does not seem to be that.
 :info:build #    error Qt requires a C++11 compiler and yours does not
 seem to be that.
 :info:build      ^
 }}}

 Also note, later on there are warnings like

 {{{
 :info:build ld: warning: directory not found for option
 '-L/usr/local/opt/sqlite/lib'
 :info:build ld: warning: directory not found for option '-L/usr/local/lib'
 }}}

 the references to `/usr/local` is problematic, and should be purged from
 the build configuration.

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


More information about the macports-tickets mailing list