[MacPorts] #61297: mariadb-10.4: missing build dep

MacPorts noreply at macports.org
Fri Oct 9 19:00:36 UTC 2020


#61297: mariadb-10.4: missing build dep
--------------------+--------------------------
 Reporter:  iefdev  |      Owner:  michaelld
     Type:  defect  |     Status:  assigned
 Priority:  Normal  |  Milestone:
Component:  ports   |    Version:  2.6.3
 Keywords:          |       Port:  mariadb-10.4
--------------------+--------------------------
 This is basically the same error as in #61290. The Boost files are hidden
 in trace mode since `boost` isn't added as build dep.

 {{{
 :info:build
 /opt/local/var/macports/build/_opt_local_var_macports_sources_github
 .com_macports_macports-ports_databases_mariadb-10.4/mariadb-10.4/work
 /server-mariadb-10.4.15/storage/oqgraph/graphcore-config.h:37:10: fatal
 error: 'boost/config.hpp' file not found
 :info:build #include <boost/config.hpp>
 :info:build          ^~~~~~~~~~~~~~~~~~
 :info:build 1 error generated.

 // ...

 :warn:build The following existing files were hidden from the build system
 by trace mode:
 // ... //
 :msg:build   /opt/local/include/boost/config.hpp
 }}}


 Adding `boost` solved it:
 {{{
 #!diff
          move ${workpath}/${wsrep_api_distname} ${worksrcpath}/wsrep-lib
 /wsrep-API/v26
      }

 +    depends_build-append \
 +                        port:boost
 +
      depends_lib-append  port:zlib port:tcp_wrappers port:ncurses
 port:judy \
                          path:lib/libssl.dylib:openssl port:libxml2
      depends_run-append  port:mysql_select
 }}}

 \\

 // It's prob the same for the other mariadb ports as well, I guess.

-- 
Ticket URL: <https://trac.macports.org/ticket/61297>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list