https://bugs.freedesktop.org/show_bug.cgi?id=76620
--- Comment #3 from Lionel Elie Mamane <[email protected]> --- (In reply to comment #0) > Some time during 4.2 development, the code for configuring the mysql > connector build got changed with the result that the build of the mysql > connector fails at the configuration stage if one uses the following > switches on OSX : > --enable-ext-mariadb-connector > --with-system-mariadb > --enable-bundle-mariadb > The unhelpful error message which appears is to be found in configure.ac : > AC_MSG_ERROR([libmariadb is known to be broken as of 2013-10; use > libmysqlclient]) I added that error message. This error message should definitely *not* appear if --with-system-mariadb is used. Reading configure.ac, I don't understand how it can. If it appears and --with-system-mariadb is used, then please show me the output of ./autogen.sh (in particular the line "checking which MariaDB to use"), all arguments passed to it, the files autogen.lastrun and autogen.input and config.log. > Additionally, if the alternative configure switches are used : > --with-system-mysql-cppconn=/path-to-lib-mysqlcppconn/ > --with-system-mariadb=/path-to-libmysql/ > They appear to be overridden or ignored by the > --enable-ext-mariadb-connector switch. That, too, should definitely not happen. I suspect something in autogen.lastrun, autogen.input or some --with-distro=FOO setting. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
