-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FTBS with gcc 14 #6
Comments
are you using SAT ? |
yep |
Hi, Apptainer>
Apptainer> bash
$ source SALOME-master-native-DBn/a/env_launch.sh
$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
$ python
Python 3.12.7 (main, Nov 8 2024, 17:55:36) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import medcoupling
>>> medcoupling.__version__
'V9_14_0a1-3-gc8794803'
>>> medcoupling.__file__
'/workspace/CONTAINERS/singularity/DB13/SALOME-master-native-DBn/a/INSTALL/MEDCOUPLING/lib/python3.12/site-packages/medcoupling.py'
>>>
|
@gkiori are you using gcc 14? |
yes, we use gcc 14.2.0 Apptainer> gcc --version
gcc (Debian 14.2.0-8) 14.2.0
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Trying to rebuild on Debian/trixie, I've got errors like that:
The text was updated successfully, but these errors were encountered: