TEST build ERRORS: kf5-ktexteditor.spec

Jan Palus atler at pld-linux.org
Fri Jul 26 13:31:50 CEST 2019


On 25.07.2019 19:57, PLD th-i686 builder wrote:
> -DQT_NO_DEBUG  -Wl,--no-undefined -Wl,--fatal-warnings
...
> /usr/bin/ld: warning: /lib/ld-linux.so.2: corrupt GNU_PROPERTY_TYPE (5) size: 0
> collect2: error: ld returned 1 exit status

any idea why /lib/ld-linux.so.2 appears to be broken on i686?

$ readelf -n /lib/ld-linux.so.2

Displaying notes found in: .note.gnu.build-id
  Owner                 Data size	Description
  GNU                  0x00000014	NT_GNU_BUILD_ID (unique build ID bitstring)
    Build ID: 99315096abbe23e4eac6ea4ac07fc9f5c86e2fe7

Displaying notes found in: .note.gnu.property
  Owner                 Data size	Description
  GNU                  0x00000000	NT_GNU_PROPERTY_TYPE_0
      Properties: <corrupt GNU_PROPERTY_TYPE, size = 0>
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^




on x86_64 it appears to be fine:

$ readelf -n /lib64/ld-linux-x86-64.so.2

Displaying notes found in: .note.gnu.property
  Owner                 Data size	Description
  GNU                  0x00000010	NT_GNU_PROPERTY_TYPE_0
      Properties: x86 feature: IBT, SHSTK

Displaying notes found in: .note.gnu.build-id
  Owner                 Data size	Description
  GNU                  0x00000014	NT_GNU_BUILD_ID (unique build ID bitstring)
    Build ID: ee43aed962e9e79b6d6831ad5f68d1ee5bb64f3b


More information about the pld-devel-en mailing list