Summary: | dev-util/strace-5.17 fails to build with new linux-headers on arm64 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Roy Bamford <neddyseagoon> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build Log |
This is actually a linux-headers issue and I don't think we're worried about fixing older versions. |
Created attachment 854608 [details] Build Log Probably nobody cares as both 6.0 and 6.1 are OK and 5.17 will be gone before gcc-13 is stable. That decision is above my paygrade though. The first error is aarch64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I./linux/aarch64 -I./linux/aarch64 -I./linux/generic -I./linux/generic -I. -I. -DIN_STRACE=1 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wdate-time -Wformat-securi ty -Wimplicit-fallthrough=5 -Winit-self -Wlogical-op -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wtrampolines -Wundef -Wwrite-strings -mcpu=cortex-a72+crc -mtune=cortex-a72 -ftree-vectorize -O2 -pipe -fomit-frame-pointer -flt o=6 -c -o libstrace_a-futex.o `test -f 'futex.c' || echo './'`futex.c In file included from defs.h:404, from fcntl.c:12: xlat/fcntlcmds.h:54:7: error: ‘F_GETLK64’ undeclared here (not in a function); did you mean ‘F_GETLK’?