Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927900 - sci-chemistry/gromacs-2024.1 fails to compile: identifyavx512fmaunits.cpp:205:5: error: the register zmm11 cannot be clobbered in asm for the current target
Summary: sci-chemistry/gromacs-2024.1 fails to compile: identifyavx512fmaunits.cpp:205...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alexey Shvetsov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-26 13:46 UTC by Agostino Sarubbo
Modified: 2024-11-21 08:17 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,42.54 KB, application/x-xz)
2024-03-26 13:46 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-03-26 13:46:18 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-chemistry/gromacs-2024.1 fails to compile.
Discovered on: x86 (internal ref: tinderbox_x86)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0003
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-26 13:46:19 UTC
Created attachment 888675 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-26 13:46:20 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


--   Package 'mpi-cxx', required by 'virtual:world', not found
-- Could NOT find MPI (missing: MPI_CXX_FOUND CXX) 
-- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 
-- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE pygments) (Required is at least version "4.0.0")
FAILED: src/gromacs/CMakeFiles/libgromacs.dir/hardware/identifyavx512fmaunits.cpp.o 
/var/tmp/portage/sci-chemistry/gromacs-2024.1/work/gromacs-2024.1/src/gromacs/hardware/identifyavx512fmaunits.cpp:205:5: error: the register ‘zmm11’ cannot be clobbered in ‘asm’ for the current target
Comment 3 Alexey Shvetsov archtester gentoo-dev 2024-11-21 08:16:00 UTC
GROMACS actualy dropped support for x86-32 systems since 2024 release, so seems like its time to drop it in gentoo for GROMACS also.
Comment 4 Larry the Git Cow gentoo-dev 2024-11-21 08:17:55 UTC
The bug has been closed via the following commit(s):

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

commit bea8aaaaa8e72de904092e78603982da0d174d56
Author:     Alexey Shvetsov <alexxy@gentoo.org>
AuthorDate: 2024-11-21 08:17:27 +0000
Commit:     Alexey Shvetsov <alexxy@gentoo.org>
CommitDate: 2024-11-21 08:17:27 +0000

    sci-chemistry/gromacs: drop x86-32 since upstream already did it
    
    Closes: https://bugs.gentoo.org/927900
    Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>

 sci-chemistry/gromacs/gromacs-2024.3.ebuild    | 2 +-
 sci-chemistry/gromacs/gromacs-2024.4.ebuild    | 2 +-
 sci-chemistry/gromacs/gromacs-2024.9999.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)