Due to scripts/check-installed-headers.sh using a regex to search for
obsolete types.

  obsolete_type_re=\
  
'\<((__)?(quad_t|u(short|int|long|_(char|short|int([0-9]+_t)?|long|quad_t))))\>'
  ...
  if grep -qE "$obsolete_type_re" "$h"; then
      echo "*** Obsolete types detected:"
      grep -HE "$obsolete_type_re" "$h"
      failed=1
  fi

This is catching a string in a comment:

  KERN_PANIC_PRINT=78, /* ulong: bitmask to print system info on panic
*/

The test needs to be fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813060

Title:
  glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1813060/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to