[Bug 1813060] Re: glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2

Seth Forshee seth.forshee+lp at canonical.com
Mon Feb 18 13:53:33 UTC 2019


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
Foundations Bugs, which is subscribed to glibc in Ubuntu.
https://bugs.launchpad.net/bugs/1813060

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

Status in glibc package in Ubuntu:
  New

Bug description:
  Testing failed on:
      amd64: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-disco-canonical-kernel-team-unstable/disco/amd64/g/glibc/20190123_170427_c175c@/log.gz
      arm64: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-disco-canonical-kernel-team-unstable/disco/arm64/g/glibc/20190123_173956_c175c@/log.gz
      armhf: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-disco-canonical-kernel-team-unstable/disco/armhf/g/glibc/20190123_185911_c175c@/log.gz
      i386: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-disco-canonical-kernel-team-unstable/disco/i386/g/glibc/20190123_172808_c175c@/log.gz
      ppc64el: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-disco-canonical-kernel-team-unstable/disco/ppc64el/g/glibc/20190123_171355_c175c@/log.gz
      s390x: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-disco-canonical-kernel-team-unstable/disco/s390x/g/glibc/20190123_170405_c175c@/log.gz

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



More information about the foundations-bugs mailing list