Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1545626

Re: [PATCH 3/3] lib: Update LZ4 compressor module based on LZ4 v1.7.2.

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH 3/3] lib: Update LZ4 compressor module based on LZ4 v1.7.2.
Date 2016-12-21 08:20 +0100
Message-ID <sQJlU-ko-9@gated-at.bofh.it> (permalink)
References <sQxXs-18O-37@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Sven,

[auto build test ERROR on linus/master]
[also build test ERROR on next-20161221]
[cannot apply to v4.9]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Sven-Schmidt/Update-LZ4-compressor-module/20161221-130109
config: x86_64-randconfig-r0-12211341 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   In file included from /usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h:11:0,
                    from arch/x86/boot/compressed/../../../../lib/lz4/lz4defs.h:60,
                    from arch/x86/boot/compressed/../../../../lib/lz4/lz4_decompress.c:36,
                    from arch/x86/boot/compressed/../../../../lib/decompress_unlz4.c:13,
                    from arch/x86/boot/compressed/misc.c:75:
>> /usr/lib/gcc/x86_64-linux-gnu/6/include/stdint-gcc.h:43:24: error: conflicting types for 'int64_t'
    typedef __INT64_TYPE__ int64_t;
                           ^~~~~~~
   In file included from include/uapi/linux/screen_info.h:4:0,
                    from include/linux/screen_info.h:4,
                    from arch/x86/boot/compressed/misc.h:15,
                    from arch/x86/boot/compressed/misc.c:14:
   include/linux/types.h:113:17: note: previous declaration of 'int64_t' was here
    typedef  __s64  int64_t;
                    ^~~~~~~
   In file included from /usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h:11:0,
                    from arch/x86/boot/compressed/../../../../lib/lz4/lz4defs.h:60,
                    from arch/x86/boot/compressed/../../../../lib/lz4/lz4_decompress.c:36,
                    from arch/x86/boot/compressed/../../../../lib/decompress_unlz4.c:13,
                    from arch/x86/boot/compressed/misc.c:75:
>> /usr/lib/gcc/x86_64-linux-gnu/6/include/stdint-gcc.h:55:25: error: conflicting types for 'uint64_t'
    typedef __UINT64_TYPE__ uint64_t;
                            ^~~~~~~~
   In file included from include/uapi/linux/screen_info.h:4:0,
                    from include/linux/screen_info.h:4,
                    from arch/x86/boot/compressed/misc.h:15,
                    from arch/x86/boot/compressed/misc.c:14:
   include/linux/types.h:111:17: note: previous declaration of 'uint64_t' was here
    typedef  __u64  uint64_t;
                    ^~~~~~~~

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH 3/3] lib: Update LZ4 compressor module based on LZ4  v1.7.2. kbuild test robot <lkp@intel.com> - 2016-12-21 08:20 +0100

csiph-web