Laszlo Gaal created IMPALA-14393: ------------------------------------ Summary: Linker throws "unknown program property type 0xc0008002 in .note.gnu.property section" warning on Ubuntu 22.04 and RHEL/Rocky 9 Key: IMPALA-14393 URL: https://issues.apache.org/jira/browse/IMPALA-14393 Project: IMPALA Issue Type: Bug Components: Infrastructure Reporter: Laszlo Gaal Assignee: Laszlo Gaal
On recent OS platforms (Ubuntu 22.04 and newer, RHEL/Rocky 9 and newer) the Impala linker throws the following warning multiple times: {code} 20:10:59 /home/ubuntu/Impala/toolchain/toolchain-packages-gcc10.4.0/binutils-2.35.1/bin/ld.gold: warning: /lib/x86_64-linux-gnu/crt1.o: unknown program property type 0xc0008002 in .note.gnu.property section {code} This can be traced back to the Impala toolchain's copy of {{binutils}} being outdated compared to these platforms: it does not recognize the newly added record type. The solution would be to upgrade {{binutils}} to a compatible version. -- This message was sent by Atlassian Jira (v8.20.10#820010)