[meta-virtualization] [PATCH] lxc: workaround to ignore deprecated

Bruce Ashfield bruce.ashfield at gmail.com
Tue May 17 20:49:20 PDT 2016


On Tue, May 17, 2016 at 9:35 AM, Anders Roxell <anders.roxell at linaro.org>
wrote:

> Recent patch did deprecate a standard POSIX function [1].
>
> This is the build error:
> | ../../../lxc-2.0.0/src/lxc/cgfs.c: In function 'cgroup_rmdir':
> | ../../../lxc-2.0.0/src/lxc/cgfs.c:172:2: error: 'readdir_r' is
> deprecated [-Werror=deprecated-declarations]
> |   while (!readdir_r(dir, &dirent, &direntp)) {
> |   ^
> | In file included from ../../../lxc-2.0.0/src/lxc/cgfs.c:30:0:
> | /.../build/tmp-glibc/sysroots/qemux86-64/usr/include/dirent.h:183:12:
> note: declared here
> |  extern int readdir_r (DIR *__restrict __dirp,
> |             ^
>
> [1] https://www.sourceware.org/ml/libc-alpha/2016-02/msg00093.html
>
>
Good timing, just ran into this myself .. saved me workign it out :D

Merged.

Bruce


> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
> ---
>  recipes-containers/lxc/lxc_2.0.0.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/recipes-containers/lxc/lxc_2.0.0.bb b/recipes-containers/lxc/
> lxc_2.0.0.bb
> index 9f01edd..5004b9e 100644
> --- a/recipes-containers/lxc/lxc_2.0.0.bb
> +++ b/recipes-containers/lxc/lxc_2.0.0.bb
> @@ -47,6 +47,8 @@ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd',
> 'systemd', '', d)}"
>
>  EXTRA_OECONF += "--enable-log-src-basename"
>
> +CFLAGS_append = " -Wno-error=deprecated-declarations"
> +
>  PACKAGECONFIG ??= "templates \
>      ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}
> \
>  "
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20160517/d5586e09/attachment.html>


More information about the meta-virtualization mailing list