| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.154 2010/10/28 20:46:11 robbat2 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.163 2011/08/21 16:14:56 jmbsvicetto Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: mysql.eclass |
5 | # @ECLASS: mysql.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Author: Francesco Riosa (Retired) <vivo@gentoo.org> |
7 | # Author: Francesco Riosa (Retired) <vivo@gentoo.org> |
| 8 | # Maintainers: MySQL Team <mysql-bugs@gentoo.org> |
8 | # Maintainers: MySQL Team <mysql-bugs@gentoo.org> |
| … | |
… | |
| 143 | |
143 | |
| 144 | RDEPEND="${DEPEND} |
144 | RDEPEND="${DEPEND} |
| 145 | !minimal? ( dev-db/mysql-init-scripts ) |
145 | !minimal? ( dev-db/mysql-init-scripts ) |
| 146 | selinux? ( sec-policy/selinux-mysql )" |
146 | selinux? ( sec-policy/selinux-mysql )" |
| 147 | |
147 | |
|
|
148 | DEPEND="${DEPEND} |
|
|
149 | virtual/yacc" |
|
|
150 | |
|
|
151 | if [ "${EAPI:-0}" = "2" ]; then |
|
|
152 | DEPEND="${DEPEND} static? ( || ( sys-libs/ncurses[static-libs] <=sys-libs/ncurses-5.7-r3 ) )" |
|
|
153 | fi |
|
|
154 | |
| 148 | # compile-time-only |
155 | # compile-time-only |
| 149 | mysql_version_is_at_least "5.1" \ |
156 | mysql_version_is_at_least "5.1" \ |
| 150 | || DEPEND="${DEPEND} berkdb? ( sys-apps/ed )" |
157 | || DEPEND="${DEPEND} berkdb? ( sys-apps/ed )" |
| 151 | |
158 | |
| 152 | # compile-time-only |
159 | # compile-time-only |
| 153 | mysql_version_is_at_least "5.1.12" \ |
160 | mysql_version_is_at_least "5.1.12" \ |
| 154 | && DEPEND="${DEPEND} >=dev-util/cmake-2.4.3" |
161 | && DEPEND="${DEPEND} >=dev-util/cmake-2.4.3" |
|
|
162 | |
|
|
163 | [[ "${PN}" == "mariadb" ]] \ |
|
|
164 | && mysql_version_is_at_least "5.2" \ |
|
|
165 | && DEPEND="${DEPEND} oqgraph? ( >=dev-libs/boost-1.40.0 )" |
|
|
166 | #SphinxSE is included but is not available in 5.2.4 due to a missing plug.in file |
|
|
167 | # sphinx? ( app-misc/sphinx )" |
| 155 | |
168 | |
| 156 | # dev-perl/DBD-mysql is needed by some scripts installed by MySQL |
169 | # dev-perl/DBD-mysql is needed by some scripts installed by MySQL |
| 157 | PDEPEND="perl? ( >=dev-perl/DBD-mysql-2.9004 )" |
170 | PDEPEND="perl? ( >=dev-perl/DBD-mysql-2.9004 )" |
| 158 | |
171 | |
| 159 | # For other stuff to bring us in |
172 | # For other stuff to bring us in |
| … | |
… | |
| 238 | [ "${MYSQL_COMMUNITY_FEATURES}" == "1" ] \ |
251 | [ "${MYSQL_COMMUNITY_FEATURES}" == "1" ] \ |
| 239 | && IUSE="${IUSE} ${IUSE_DEFAULT_ON}community profiling" |
252 | && IUSE="${IUSE} ${IUSE_DEFAULT_ON}community profiling" |
| 240 | |
253 | |
| 241 | [[ "${PN}" == "mariadb" ]] \ |
254 | [[ "${PN}" == "mariadb" ]] \ |
| 242 | && IUSE="${IUSE} libevent" |
255 | && IUSE="${IUSE} libevent" |
|
|
256 | |
|
|
257 | [[ "${PN}" == "mariadb" ]] \ |
|
|
258 | && mysql_version_is_at_least "5.2" \ |
|
|
259 | && IUSE="${IUSE} oqgraph" |
|
|
260 | #SphinxSE is included but is not available in 5.2.4 due to a missing plug.in file |
|
|
261 | #&& IUSE="${IUSE} oqgraph sphinx" |
| 243 | |
262 | |
| 244 | # MariaDB has integrated PBXT |
263 | # MariaDB has integrated PBXT |
| 245 | # PBXT_VERSION means that we have a PBXT patch for this PV |
264 | # PBXT_VERSION means that we have a PBXT patch for this PV |
| 246 | # PBXT was only introduced after 5.1.12 |
265 | # PBXT was only introduced after 5.1.12 |
| 247 | pbxt_patch_available() { |
266 | pbxt_patch_available() { |
| … | |
… | |
| 620 | fi |
639 | fi |
| 621 | # Now the extras |
640 | # Now the extras |
| 622 | if use extraengine ; then |
641 | if use extraengine ; then |
| 623 | # like configuration=max-no-ndb, archive and example removed in 5.1.11 |
642 | # like configuration=max-no-ndb, archive and example removed in 5.1.11 |
| 624 | # not added yet: ibmdb2i |
643 | # not added yet: ibmdb2i |
| 625 | # Not supporting as examples: example,daemon_example,ftexample |
644 | # Not supporting as examples: example,daemon_example,ftexample |
| 626 | plugins_sta="${plugins_sta} partition" |
645 | plugins_sta="${plugins_sta} partition" |
| 627 | plugins_dyn="${plugins_sta} federated" |
|
|
| 628 | |
646 | |
| 629 | if [[ "${PN}" != "mariadb" ]] ; then |
647 | if [[ "${PN}" != "mariadb" ]] ; then |
| 630 | elog "Before using the Federated storage engine, please be sure to read" |
648 | elog "Before using the Federated storage engine, please be sure to read" |
| 631 | elog "http://dev.mysql.com/doc/refman/5.1/en/federated-limitations.html" |
649 | elog "http://dev.mysql.com/doc/refman/5.1/en/federated-limitations.html" |
|
|
650 | plugins_dyn="${plugins_sta} federated" |
| 632 | else |
651 | else |
| 633 | elog "MariaDB includes the FederatedX engine. Be sure to read" |
652 | elog "MariaDB includes the FederatedX engine. Be sure to read" |
| 634 | elog "http://askmonty.org/wiki/index.php/Manual:FederatedX_storage_engine" |
653 | elog "http://askmonty.org/wiki/index.php/Manual:FederatedX_storage_engine" |
|
|
654 | plugins_dyn="${plugins_sta} federatedx" |
| 635 | fi |
655 | fi |
| 636 | else |
656 | else |
| 637 | plugins_dis="${plugins_dis} partition federated" |
657 | plugins_dis="${plugins_dis} partition federated" |
| 638 | fi |
658 | fi |
| 639 | |
659 | |
| … | |
… | |
| 657 | fi |
677 | fi |
| 658 | |
678 | |
| 659 | if [[ "${PN}" == "mariadb" ]] ; then |
679 | if [[ "${PN}" == "mariadb" ]] ; then |
| 660 | # In MariaDB, InnoDB is packaged in the xtradb directory, so it's not |
680 | # In MariaDB, InnoDB is packaged in the xtradb directory, so it's not |
| 661 | # caught above. |
681 | # caught above. |
|
|
682 | # This is not optional, without it several upstream testcases fail. |
|
|
683 | # Also strongly recommended by upstream. |
|
|
684 | if [[ "${PV}" < "5.2.0" ]] ; then |
|
|
685 | myconf="${myconf} --with-maria-tmp-tables" |
| 662 | plugins_sta="${plugins_sta} maria" |
686 | plugins_sta="${plugins_sta} maria" |
|
|
687 | else |
|
|
688 | myconf="${myconf} --with-aria-tmp-tables" |
|
|
689 | plugins_sta="${plugins_sta} aria" |
|
|
690 | fi |
| 663 | |
691 | |
| 664 | [ -e "${S}"/storage/innobase ] || [ -e "${S}"/storage/xtradb ] || |
692 | [ -e "${S}"/storage/innobase ] || [ -e "${S}"/storage/xtradb ] || |
| 665 | die "The ${P} package doesn't provide innobase nor xtradb" |
693 | die "The ${P} package doesn't provide innobase nor xtradb" |
| 666 | |
694 | |
| 667 | for i in innobase xtradb ; do |
695 | for i in innobase xtradb ; do |
| 668 | [ -e "${S}"/storage/${i} ] && plugins_sta="${plugins_sta} ${i}" |
696 | [ -e "${S}"/storage/${i} ] && plugins_sta="${plugins_sta} ${i}" |
| 669 | done |
697 | done |
| 670 | |
698 | |
| 671 | myconf="${myconf} $(use_with libevent)" |
699 | myconf="${myconf} $(use_with libevent)" |
| 672 | # This is not optional, without it several upstream testcases fail. |
700 | |
| 673 | # Also strongly recommended by upstream. |
701 | if mysql_version_is_at_least "5.2" ; then |
| 674 | myconf="${myconf} --with-maria-tmp-tables" |
702 | #This should include sphinx, but the 5.2.4 archive forgot the plug.in file |
|
|
703 | #for i in oqgraph sphinx ; do |
|
|
704 | for i in oqgraph ; do |
|
|
705 | use ${i} \ |
|
|
706 | && plugins_dyn="${plugins_dyn} ${i}" \ |
|
|
707 | || plugins_dis="${plugins_dis} ${i}" |
|
|
708 | done |
|
|
709 | fi |
| 675 | fi |
710 | fi |
| 676 | |
711 | |
| 677 | if pbxt_available && [[ "${PBXT_NEWSTYLE}" == "1" ]]; then |
712 | if pbxt_available && [[ "${PBXT_NEWSTYLE}" == "1" ]]; then |
| 678 | use pbxt \ |
713 | use pbxt \ |
| 679 | && plugins_dyn="${plugins_dyn} pbxt" \ |
714 | && plugins_dyn="${plugins_dyn} pbxt" \ |
| … | |
… | |
| 739 | # die if FEATURES="test", USE="-minimal" and not using FEATURES="userpriv" |
774 | # die if FEATURES="test", USE="-minimal" and not using FEATURES="userpriv" |
| 740 | # check for conflicting use flags |
775 | # check for conflicting use flags |
| 741 | # create new user and group for mysql |
776 | # create new user and group for mysql |
| 742 | # warn about deprecated features |
777 | # warn about deprecated features |
| 743 | mysql_pkg_setup() { |
778 | mysql_pkg_setup() { |
| 744 | if hasq test ${FEATURES} ; then |
779 | if has test ${FEATURES} ; then |
| 745 | if ! use minimal ; then |
780 | if ! use minimal ; then |
| 746 | if [[ $UID -eq 0 ]]; then |
781 | if [[ $UID -eq 0 ]]; then |
| 747 | eerror "Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST be run as non-root." |
782 | eerror "Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST be run as non-root." |
| 748 | fi |
783 | fi |
| 749 | fi |
784 | fi |
| 750 | fi |
785 | fi |
|
|
786 | |
|
|
787 | # bug 350844 |
|
|
788 | case "${EAPI:-0}" in |
|
|
789 | 0 | 1) |
|
|
790 | if use static && !built_with_use sys-libs/ncurses static-libs; then |
|
|
791 | die "To build MySQL statically you need to enable static-libs for sys-libs/ncurses" |
|
|
792 | fi |
|
|
793 | ;; |
|
|
794 | esac |
| 751 | |
795 | |
| 752 | # Check for USE flag problems in pkg_setup |
796 | # Check for USE flag problems in pkg_setup |
| 753 | if use static && use ssl ; then |
797 | if use static && use ssl ; then |
| 754 | M="MySQL does not support being built statically with SSL support enabled!" |
798 | M="MySQL does not support being built statically with SSL support enabled!" |
| 755 | eerror "${M}" |
799 | eerror "${M}" |
| 756 | die "${M}" |
800 | die "${M}" |
|
|
801 | fi |
|
|
802 | |
|
|
803 | if mysql_version_is_at_least "5.1.51" \ |
|
|
804 | && ! mysql_version_is_at_least "5.2" \ |
|
|
805 | && use debug ; then |
|
|
806 | # Also in package.use.mask |
|
|
807 | die "Bug #344885: Upstream has broken USE=debug for 5.1 series >=5.1.51" |
| 757 | fi |
808 | fi |
| 758 | |
809 | |
| 759 | if ! mysql_version_is_at_least "5.0" \ |
810 | if ! mysql_version_is_at_least "5.0" \ |
| 760 | && use raid \ |
811 | && use raid \ |
| 761 | && use static ; then |
812 | && use static ; then |
| … | |
… | |
| 785 | # Upstream changes made us need a fairly new GCC4. |
836 | # Upstream changes made us need a fairly new GCC4. |
| 786 | # But only for 5.0.8[3-6]! |
837 | # But only for 5.0.8[3-6]! |
| 787 | if mysql_version_is_at_least "5.0.83" && ! mysql_version_is_at_least 5.0.87 ; then |
838 | if mysql_version_is_at_least "5.0.83" && ! mysql_version_is_at_least 5.0.87 ; then |
| 788 | GCC_VER=$(gcc-version) |
839 | GCC_VER=$(gcc-version) |
| 789 | case ${GCC_VER} in |
840 | case ${GCC_VER} in |
| 790 | 2*|3*|4.0|4.1|4.2) |
841 | 2*|3*|4.0|4.1|4.2) |
| 791 | eerror "Some releases of MySQL required a very new GCC, and then" |
842 | eerror "Some releases of MySQL required a very new GCC, and then" |
| 792 | eerror "later release relaxed that requirement again. Either pick a" |
843 | eerror "later release relaxed that requirement again. Either pick a" |
| 793 | eerror "MySQL >=5.0.87, or use a newer GCC." |
844 | eerror "MySQL >=5.0.87, or use a newer GCC." |
| 794 | die "Active GCC too old!" ;; |
845 | die "Active GCC too old!" ;; |
| 795 | esac |
846 | esac |
| … | |
… | |
| 890 | [ -d "${i}" -a ! -d "${o}" ] && mv "${i}" "${o}" |
941 | [ -d "${i}" -a ! -d "${o}" ] && mv "${i}" "${o}" |
| 891 | cp -ral "${WORKDIR}/${XTRADB_P}" "${i}" |
942 | cp -ral "${WORKDIR}/${XTRADB_P}" "${i}" |
| 892 | popd >/dev/null |
943 | popd >/dev/null |
| 893 | fi |
944 | fi |
| 894 | |
945 | |
| 895 | if pbxt_available && [[ "${PBXT_NEWSTYLE}" == "1" ]] && use pbxt ; then |
946 | if pbxt_patch_available && [[ "${PBXT_NEWSTYLE}" == "1" ]] && use pbxt ; then |
| 896 | einfo "Adding storage engine: PBXT" |
947 | einfo "Adding storage engine: PBXT" |
| 897 | pushd "${S}"/storage >/dev/null |
948 | pushd "${S}"/storage >/dev/null |
| 898 | i='pbxt' |
949 | i='pbxt' |
| 899 | [ -d "${i}" ] && rm -rf "${i}" |
950 | [ -d "${i}" ] && rm -rf "${i}" |
| 900 | cp -ral "${WORKDIR}/${PBXT_P}" "${i}" |
951 | cp -ral "${WORKDIR}/${PBXT_P}" "${i}" |
| … | |
… | |
| 980 | && CXXFLAGS="${CXXFLAGS} -fno-implicit-templates" |
1031 | && CXXFLAGS="${CXXFLAGS} -fno-implicit-templates" |
| 981 | export CXXFLAGS |
1032 | export CXXFLAGS |
| 982 | |
1033 | |
| 983 | # bug #283926, with GCC4.4, this is required to get correct behavior. |
1034 | # bug #283926, with GCC4.4, this is required to get correct behavior. |
| 984 | append-flags -fno-strict-aliasing |
1035 | append-flags -fno-strict-aliasing |
| 985 | |
1036 | |
| 986 | # bug #335185, with GCC4.5 on x86 only, omit-frame-pointer causes a |
1037 | # bug #335185, #335995, with >= GCC4.3.3 on x86 only, omit-frame-pointer |
| 987 | # mis-compile |
1038 | # causes a mis-compile. |
| 988 | use x86 && [[ "$(gcc-version)" == "4.5" ]] && \ |
1039 | # Upstream bugs: |
|
|
1040 | # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38562 |
|
|
1041 | # http://bugs.mysql.com/bug.php?id=45205 |
|
|
1042 | use x86 && version_is_at_least "4.3.3" "$(gcc-fullversion)" && \ |
| 989 | append-flags -fno-omit-frame-pointer && \ |
1043 | append-flags -fno-omit-frame-pointer && \ |
| 990 | filter-flags -fomit-frame-pointer |
1044 | filter-flags -fomit-frame-pointer |
| 991 | |
1045 | |
| 992 | econf \ |
1046 | econf \ |
| 993 | --libexecdir="/usr/sbin" \ |
1047 | --libexecdir="/usr/sbin" \ |
| … | |
… | |
| 999 | --with-low-memory \ |
1053 | --with-low-memory \ |
| 1000 | --with-client-ldflags=-lstdc++ \ |
1054 | --with-client-ldflags=-lstdc++ \ |
| 1001 | --enable-thread-safe-client \ |
1055 | --enable-thread-safe-client \ |
| 1002 | --with-comment="Gentoo Linux ${PF}" \ |
1056 | --with-comment="Gentoo Linux ${PF}" \ |
| 1003 | --without-docs \ |
1057 | --without-docs \ |
|
|
1058 | --with-LIBDIR="$(get_libdir)" \ |
| 1004 | ${myconf} || die "econf failed" |
1059 | ${myconf} || die "econf failed" |
| 1005 | |
1060 | |
| 1006 | # TODO: Move this before autoreconf !!! |
1061 | # TODO: Move this before autoreconf !!! |
| 1007 | find . -type f -name Makefile -print0 \ |
1062 | find . -type f -name Makefile -print0 \ |
| 1008 | | xargs -0 -n100 sed -i \ |
1063 | | xargs -0 -n100 sed -i \ |
| … | |
… | |
| 1117 | done |
1172 | done |
| 1118 | fi |
1173 | fi |
| 1119 | |
1174 | |
| 1120 | # Docs |
1175 | # Docs |
| 1121 | einfo "Installing docs" |
1176 | einfo "Installing docs" |
| 1122 | dodoc README ChangeLog EXCEPTIONS-CLIENT INSTALL-SOURCE |
1177 | for i in README ChangeLog EXCEPTIONS-CLIENT INSTALL-SOURCE ; do |
|
|
1178 | [[ -f "$i" ]] && dodoc "$i" |
|
|
1179 | done |
| 1123 | doinfo "${S}"/Docs/mysql.info |
1180 | doinfo "${S}"/Docs/mysql.info |
| 1124 | |
1181 | |
| 1125 | # Minimal builds don't have the MySQL server |
1182 | # Minimal builds don't have the MySQL server |
| 1126 | if ! use minimal ; then |
1183 | if ! use minimal ; then |
| 1127 | einfo "Including support files and sample configurations" |
1184 | einfo "Including support files and sample configurations" |
| … | |
… | |
| 1262 | fi |
1319 | fi |
| 1263 | fi |
1320 | fi |
| 1264 | |
1321 | |
| 1265 | local pwd1="a" |
1322 | local pwd1="a" |
| 1266 | local pwd2="b" |
1323 | local pwd2="b" |
| 1267 | local MYSQL_ROOT_PASSWORD='' |
|
|
| 1268 | local maxtry=15 |
1324 | local maxtry=15 |
| 1269 | |
1325 | |
| 1270 | if [ -z "${MYSQL_ROOT_PASSWORD}" -a -f "${ROOT}/root/.my.cnf" ]; then |
1326 | if [ -z "${MYSQL_ROOT_PASSWORD}" -a -f "${ROOT}/root/.my.cnf" ]; then |
| 1271 | MYSQL_ROOT_PASSWORD="$(sed -n -e '/^password=/s,^password=,,gp' "${ROOT}/root/.my.cnf")" |
1327 | MYSQL_ROOT_PASSWORD="$(sed -n -e '/^password=/s,^password=,,gp' "${ROOT}/root/.my.cnf")" |
| 1272 | fi |
1328 | fi |
| … | |
… | |
| 1282 | # localhost. Also causes weird failures. |
1338 | # localhost. Also causes weird failures. |
| 1283 | [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be named localhost" |
1339 | [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be named localhost" |
| 1284 | |
1340 | |
| 1285 | if [ -z "${MYSQL_ROOT_PASSWORD}" ]; then |
1341 | if [ -z "${MYSQL_ROOT_PASSWORD}" ]; then |
| 1286 | |
1342 | |
| 1287 | einfo "Please provide a password for the mysql 'root' user now," |
1343 | einfo "Please provide a password for the mysql 'root' user now, in the" |
| 1288 | einfo "or in the MYSQL_ROOT_PASSWORD env var." |
1344 | einfo "MYSQL_ROOT_PASSWORD env var or through the /root/.my.cnf file." |
| 1289 | ewarn "Avoid [\"'\\_%] characters in the password" |
1345 | ewarn "Avoid [\"'\\_%] characters in the password" |
| 1290 | read -rsp " >" pwd1 ; echo |
1346 | read -rsp " >" pwd1 ; echo |
| 1291 | |
1347 | |
| 1292 | einfo "Retype the password" |
1348 | einfo "Retype the password" |
| 1293 | read -rsp " >" pwd2 ; echo |
1349 | read -rsp " >" pwd2 ; echo |