Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942321 - sys-cluster/resource-agents-4.15.1 - [gcc-15] tickle_tcp.c: error: struct tcphdr has no member named source
Summary: sys-cluster/resource-agents-4.15.1 - [gcc-15] tickle_tcp.c: error: struct tcp...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: musl-porting
  Show dependency tree
 
Reported: 2024-10-27 09:04 UTC by Toralf Förster
Modified: 2025-03-15 10:53 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,21.23 KB, text/plain)
2024-10-27 09:04 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,74.01 KB, application/x-xz)
2024-10-27 09:04 UTC, Toralf Förster
Details
environment (environment,82.63 KB, text/plain)
2024-10-27 09:04 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.14 KB, application/x-xz)
2024-10-27 09:04 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,31.23 KB, application/x-xz)
2024-10-27 09:04 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,12.37 KB, application/x-xz)
2024-10-27 09:04 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,80.80 KB, application/x-xz)
2024-10-27 09:04 UTC, Toralf Förster
Details
sys-cluster:resource-agents-4.15.1:20241027-011702.log (sys-cluster:resource-agents-4.15.1:20241027-011702.log,33.16 KB, text/plain)
2024-10-27 09:04 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,21.31 KB, application/x-xz)
2024-10-27 09:04 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-27 09:04:44 UTC
too long lines were shrinked:

gmake[3]: Entering directory '/var/tmp/portage/sys-cluster/resource-agents-4.15.1/work/resource-agents-4.15.1/tools'
x86_64-pc-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_GNU_SOURCE -O2 -pipe -march=native -fno-diagnostics-color  -fgnu89-inline -fstack-protector-all -Wall -Wbad-function-cast -Wcast-qual -Wdeclaration-after-statem
gmake[3]: Leaving directory '/var/tmp/portage/sys-cluster/resource-agents-4.15.1/work/resource-agents-4.15.1/tools'
gmake[3]: Entering directory '/var/tmp/portage/sys-cluster/resource-agents-4.15.1/work/resource-agents-4.15.1/tools'
x86_64-pc-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -O2 -pipe -march=native -fno-diagnostics-color  -fgnu89-inline -fstack-protector-all -Wall -Wbad-function-cast -Wcast-qual -Wdeclaration-after-statement -Wendif-l
tickle_tcp.c: In function 'send_tickle_ack':
tickle_tcp.c:238:27: error: 'struct tcphdr' has no member named 'source'
  238 |                 ip4pkt.tcp.source  = src->ip.sin_port;
      |                           ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_musl_hardened-20241019-170007

  UNMASKED:
  <sys-devel/gcc-15.0.9999:15

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

gcc-config -l:
 [1] x86_64-pc-linux-musl-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:
  [1]   ruby32 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.82.0
  [2]   rust-1.82.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.25_p9 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.13_p11 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-11 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm


  HEAD of ::gentoo
commit ef526517f2b200dbaea0d9da5cd3ba7888476627
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Oct 26 23:03:30 2024 +0000

    2024-10-26 23:03:29 UTC

emerge -qpvO =sys-cluster/resource-agents-4.15.1
[ebuild  N    ] sys-cluster/resource-agents-4.15.1  USE="libnet -doc -rgmanager (-systemd)"
Comment 1 Toralf Förster gentoo-dev 2024-10-27 09:04:45 UTC
Created attachment 906960 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-10-27 09:04:46 UTC
Created attachment 906961 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-10-27 09:04:48 UTC
Created attachment 906962 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-10-27 09:04:49 UTC
Created attachment 906963 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-10-27 09:04:50 UTC
Created attachment 906964 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-10-27 09:04:51 UTC
Created attachment 906965 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-10-27 09:04:52 UTC
Created attachment 906966 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-10-27 09:04:53 UTC
Created attachment 906967 [details]
sys-cluster:resource-agents-4.15.1:20241027-011702.log
Comment 9 Toralf Förster gentoo-dev 2024-10-27 09:04:54 UTC
Created attachment 906968 [details]
temp.tar.xz
Comment 10 Kostadin Shishmanov 2025-03-15 10:53:31 UTC
Can't repro on a system with glibc, but can in a fresh stage3 with musl which uses gcc 14.