Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 947784

Summary: dev-db/mysql-8.0.37: vendored boost tries to use x86 intrinsics on PowerPC
Product: Gentoo Linux Reporter: Calvin Buckley <calvin>
Component: Current packagesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: calvin
Priority: Normal Keywords: PATCH, PullRequest
Version: unspecified   
Hardware: PPC64   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/40078
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch that fixes it

Description Calvin Buckley 2025-01-09 18:49:53 UTC
The bundled version of Boost (1.77) in MySQL tries to use x86 intrinsics on PowerPC. Newer Boost has fixed this, but MySQL hasn't updated it.

I'm attaching a patch from a newer Boost and applied it to the MySQL source tree.

Reproducible: Always

Steps to Reproduce:
1. emerge -av 
Actual Results:  
i.e.

In file included from /usr/lib/gcc/powerpc64-unknown-linux-gnu/14/include/immintrin.h:29,
                 from /var/tmp/portage/dev-db/mysql-8.0.37/work/mysql/boost/boost_1_77_0/boost/multiprecision/cpp_int/intel_intrinsics.hpp:78,
                 from /var/tmp/portage/dev-db/mysql-8.0.37/work/mysql/boost/boost_1_77_0/boost/multiprecision/cpp_int/add_unsigned.hpp:10,
                 from /var/tmp/portage/dev-db/mysql-8.0.37/work/mysql/boost/boost_1_77_0/boost/multiprecision/cpp_int/add.hpp:12,
                 from /var/tmp/portage/dev-db/mysql-8.0.37/work/mysql/boost/boost_1_77_0/boost/multiprecision/cpp_int.hpp:2284,
                 from /var/tmp/portage/dev-db/mysql-8.0.37/work/mysql/include/boost_1_77_0/patches/boost/geometry/policies/robustness/robust_type.hpp:30,
                 from /var/tmp/portage/dev-db/mysql-8.0.37/work/mysql/include/boost_1_77_0/patches/boost/geometry/policies/robustness/segment_ratio.hpp:25,
                 from /var/tmp/portage/dev-db/mysql-8.0.37/work/mysql/boost/boost_1_77_0/boost/geometry/policies/robustness/no_rescale_policy.hpp:19,
                 from /var/tmp/portage/dev-db/mysql-8.0.37/work/mysql/boost/boost_1_77_0/boost/geometry/policies/robustness/rescale_policy_tags.hpp:12,
                 from /var/tmp/portage/dev-db/mysql-8.0.37/work/mysql/include/boost_1_77_0/patches/boost/geometry/policies/robustness/segment_ratio_type.hpp:24,
                 from /var/tmp/portage/dev-db/mysql-8.0.37/work/mysql/boost/boost_1_77_0/boost/geometry/strategies/intersection_strategies.hpp:20,
                 from /var/tmp/portage/dev-db/mysql-8.0.37/work/mysql/boost/boost_1_77_0/boost/geometry/strategies/strategies.hpp:37,
                 from /var/tmp/portage/dev-db/mysql-8.0.37/work/mysql/boost/boost_1_77_0/boost/geometry/geometry.hpp:60,
                 from /var/tmp/portage/dev-db/mysql-8.0.37/work/mysql/boost/boost_1_77_0/boost/geometry.hpp:17,
                 from /var/tmp/portage/dev-db/mysql-8.0.37/work/mysql/sql/gis/covered_by.cc:28:
/usr/lib/gcc/powerpc64-unknown-linux-gnu/14/include/mmintrin.h:52:2: error: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
   52 | #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
      |  ^~~~~
In file included from /usr/lib/gcc/powerpc64-unknown-linux-gnu/14/include/immintrin.h:31:
/usr/lib/gcc/powerpc64-unknown-linux-gnu/14/include/xmmintrin.h:54:2: error: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
   54 | #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
      |  ^~~~~
[...]

Expected Results:  
successful compilation

# emerge --info
Portage 3.0.66.1 (python 3.12.7-final-0, default/linux/ppc64/23.0/systemd, gcc-14, glibc-2.40-r5, 6.6.62-gentoo-ppc ppc64)
=================================================================
System uname: Linux-6.6.62-gentoo-ppc-ppc64-POWER8_-architected-,_altivec_supported-with-glibc2.40
KiB Mem:   131949756 total, 116445088 free
KiB Swap:  134217724 total, 134217724 free
Timestamp of repository gentoo: Sun, 22 Dec 2024 17:00:00 +0000
Head commit of repository gentoo: e0ed6567a24152a378baa9673f681ebb3ff5e88e
sh bash 5.2_p37
ld GNU ld (Gentoo 2.43 p3) 2.43.1
app-misc/pax-utils:        1.3.8::gentoo
app-shells/bash:           5.2_p37::gentoo
dev-build/autoconf:        2.72-r1::gentoo
dev-build/automake:        1.16.5-r2::gentoo
dev-build/cmake:           3.30.6::gentoo
dev-build/libtool:         2.4.7-r4::gentoo
dev-build/make:            4.4.1-r100::gentoo
dev-build/meson:           1.5.2::gentoo
dev-lang/perl:             5.40.0::gentoo
dev-lang/python:           3.12.7_p1::gentoo, 3.13.1::gentoo
llvm-core/clang:           17.0.6::gentoo
llvm-core/llvm:            17.0.6-r3::gentoo, 19.1.4::gentoo
sys-apps/baselayout:       2.17::gentoo
sys-apps/sandbox:          2.39::gentoo
sys-apps/systemd:          256.7::gentoo
sys-devel/binutils:        2.43-r2::gentoo
sys-devel/binutils-config: 5.5.2::gentoo
sys-devel/gcc:             14.2.1_p20241116::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-kernel/linux-headers:  6.6-r1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.40-r5::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    volatile: False
    sync-rsync-verify-max-age: 3
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts: 
    sync-rsync-verify-metamanifest: yes

localrepo
    location: /var/db/repos/localrepo
    masters: gentoo
    volatile: False

Binary Repositories:

gentoobinhost
    priority: 1
    sync-uri: https://gentoo.osuosl.org/releases/ppc/binpackages/23.0/ppc64

ACCEPT_KEYWORDS="ppc64"
ACCEPT_LICENSE="@FREE"
CBUILD="powerpc64-unknown-linux-gnu"
CFLAGS="-O2 -mcpu=power8 -mtune=power8 -pipe"
CHOST="powerpc64-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d"
CXXFLAGS="-O2 -mcpu=power8 -mtune=power8 -pipe"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -mcpu=power8 -mtune=power8 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -mcpu=power8 -mtune=power8 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="acl big-endian bzip2 crypt gdbm ibm iconv ipv6 ncurses nls openmp pam pcre ppc64 readline seccomp ssl systemd test-rust udev unicode xattr zlib" ADA_TARGET="gcc_12" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres16" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby32" VIDEO_CARDS="fbdev mga r128 radeon dummy" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, MAKEOPTS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 1 Calvin Buckley 2025-01-09 18:50:16 UTC
Created attachment 916195 [details, diff]
patch that fixes it
Comment 2 Larry the Git Cow gentoo-dev 2025-01-10 04:37:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec0de90883c8cbc591cd1345dd01d9b12685eb8

commit aec0de90883c8cbc591cd1345dd01d9b12685eb8
Author:     Alfred Wingate <parona@protonmail.com>
AuthorDate: 2025-01-10 00:23:30 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-01-10 04:36:28 +0000

    dev-db/mysql: backport boost fix for ppc
    
    Closes: https://bugs.gentoo.org/947784
    Signed-off-by: Alfred Wingate <parona@protonmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/mysql-8.0.37-fix-bundled-boost.patch     | 22 ++++++++++++++++++++++
 dev-db/mysql/mysql-8.0.37.ebuild                   |  2 ++
 dev-db/mysql/mysql-8.0.40.ebuild                   |  2 ++
 3 files changed, 26 insertions(+)