Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941881 - sys-cluster/slurm-24.05.3 - [ncurses-6.5] [libtool] [gcc-15] tls_s2n.c: error: S2N_PSK_HMAC_SHA256 undeclared (first use in this function)
Summary: sys-cluster/slurm-24.05.3 - [ncurses-6.5] [libtool] [gcc-15] tls_s2n.c: error...
Status: CONFIRMED
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-10-20 09:11 UTC by Toralf Förster
Modified: 2024-10-20 09:11 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.79 KB, text/plain)
2024-10-20 09:11 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,230.68 KB, text/plain)
2024-10-20 09:11 UTC, Toralf Förster
Details
environment (environment,151.79 KB, text/plain)
2024-10-20 09:11 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-10-20 09:11 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,19.68 KB, application/x-xz)
2024-10-20 09:11 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,18.82 KB, application/x-xz)
2024-10-20 09:11 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,62.82 KB, application/x-xz)
2024-10-20 09:11 UTC, Toralf Förster
Details
sys-cluster:slurm-24.05.3:20241020-054115.log.xz (sys-cluster:slurm-24.05.3:20241020-054115.log.xz,20.99 KB, application/x-xz)
2024-10-20 09:11 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,36.20 KB, application/x-xz)
2024-10-20 09:11 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2024-10-20 09:11:24 UTC
tls_s2n.c:109:25: error: assignment to 'struct s2n_psk *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  109 |         if (!(psk_local = s2n_external_psk_new())) {
      |                         ^
tls_s2n.c:115:13: error: implicit declaration of function 's2n_psk_set_hmac' [-Wimplicit-function-declaration]
  115 |         if (s2n_psk_set_hmac(psk_local, S2N_PSK_HMAC_SHA256) < 0) {
      |             ^~~~~~~~~~~~~~~~
tls_s2n.c:115:41: error: 'S2N_PSK_HMAC_SHA256' undeclared (first use in this function)
  115 |         if (s2n_psk_set_hmac(psk_local, S2N_PSK_HMAC_SHA256) < 0) {
      |                                         ^~~~~~~~~~~~~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_systemd-20241015-011513

  UNMASKED:
  <sys-devel/gcc-15.0.9999:15
    Issues involving opaque types / incomplete typedefs should block bug 930805
  >=sys-libs/ncurses-6.5

  Block bug #351559 if this looks like a parallel build issue.
  Possible reproducer: MAKEOPTS='...  shuffle=2008640064'

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang version 19.1.2
llvm-config: 19.1.2
Python 3.12.7
go version go1.23.2 linux/amd64
  [1]   php8.2
  [2]   php8.3 *
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.82.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.24_p8 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21]
4)	Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 
  [4]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2

  HEAD of ::gentoo
commit 6d81822938a9cc08d9538334f8bfb75623dde87b
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Oct 20 03:18:26 2024 +0000

    2024-10-20 03:18:25 UTC

emerge -qpvO =sys-cluster/slurm-24.05.3
[ebuild  N    ] sys-cluster/slurm-24.05.3  USE="X munge pam -debug -hdf5 -html -ipmi -json -lua -multiple-slurmd -mysql -numa -nvml -ofed -perl -slurmdbd -slurmrestd -static-libs -test -torque -ucx -yaml" LUA_SINGLE_TARGET="lua5-1 -lua5-3 -lua5-4" PERL_FEATURES="(-debug) -ithreads -quadmath"
Comment 1 Toralf Förster gentoo-dev 2024-10-20 09:11:25 UTC
Created attachment 906398 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-10-20 09:11:26 UTC
Created attachment 906399 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-10-20 09:11:28 UTC
Created attachment 906400 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-10-20 09:11:28 UTC
Created attachment 906401 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-10-20 09:11:29 UTC
Created attachment 906402 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-10-20 09:11:30 UTC
Created attachment 906403 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-10-20 09:11:31 UTC
Created attachment 906404 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-10-20 09:11:32 UTC
Created attachment 906405 [details]
sys-cluster:slurm-24.05.3:20241020-054115.log.xz
Comment 9 Toralf Förster gentoo-dev 2024-10-20 09:11:33 UTC
Created attachment 906406 [details]
temp.tar.xz