Bjarne D Mathiesen wrote: > > > Ryan Schmidt wrote: >> >> On Jun 7, 2015, at 2:10 PM, Bjarne D Mathiesen wrote: >> > ... > >>> And the following ports completely fail to install: >>> >>> port install mariadb-10.0-server >>> port install mariadb-10.1-server >>> >> >> The mariadb build failures are easy: they're failing because strnlen is not >> defined. This is correct: strnlen was not part of OS X until 10.7. You >> should report this problem to the developers of mariadb. They need to either >> avoid using strnlen, or else provide an implementation of it when the OS >> does not. >>
https://mariadb.atlassian.net/browse/MDEV-8285 According to the MariaDB developers, they've already implemented this and are presently at a loss as to why it fails at configure-time -- Bjarne D Mathiesen København N ; Danmark ; Europa ---------------------------------------------------------------------- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.10 Yosemite ; 2.8GHz Intel Core i7 ; 16GB 1067MHz DDR3 _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
