Public bug reported:

This package had it's own implementation of strlcpy. glibc added it in
2.38 and now it's failing to build.

In file included from runtime/debugger.cc:37:
libartbase/base/strlcpy.h:31:22: error: static declaration of 'strlcpy' follows 
non-static declaration
static inline size_t strlcpy(char* dst, const char* src, size_t size) {
                     ^
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:150:8: note: previous 
definition is here
__NTH (strlcpy (char *__restrict __dest, const char *__restrict __src,
       ^

** Affects: android-platform-art (Ubuntu)
     Importance: Undecided
         Status: New

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

Title:
  FTBFS due new glibc and strlcpy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-platform-art/+bug/2055399/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to