linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fangrui Song <maskray@google.com>
To: Rong Chen <rong.a.chen@intel.com>
Cc: Nick Desaulniers <ndesaulniers@google.com>,
	kernel test robot <lkp@intel.com>,
	Masahiro Yamada <masahiroy@kernel.org>,
	kbuild-all@lists.01.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [kbuild-all] Re: gcc-5: error: -gz is not supported in this configuration
Date: Tue, 9 Jun 2020 17:58:30 -0700	[thread overview]
Message-ID: <20200610005830.s6gus7r3umwgzozk@google.com> (raw)
In-Reply-To: <05c88916-7d91-ad1a-1ea6-15167a994a0b@intel.com>

On 2020-06-10, Rong Chen wrote:
>
>
>On 6/10/20 1:49 AM, Fangrui Song wrote:
>>On 2020-06-09, Nick Desaulniers wrote:
>>>On Tue, Jun 9, 2020 at 6:12 AM kernel test robot <lkp@intel.com> wrote:
>>>>
>>>>tree: 
>>>>https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
>>>>master
>>>>head:   abfbb29297c27e3f101f348dc9e467b0fe70f919
>>>>commit: 10e68b02c861ccf2b3adb59d3f0c10dc6b5e3ace Makefile: 
>>>>support compressed debug info
>>>>date:   12 days ago
>>>>config: x86_64-randconfig-r032-20200609 (attached as .config)
>>>>compiler: gcc-5 (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010
>>>>reproduce (this is a W=1 build):
>>>>        git checkout 10e68b02c861ccf2b3adb59d3f0c10dc6b5e3ace
>>>>        # save the attached .config to linux build tree
>>>>        make W=1 ARCH=x86_64
>>>>
>>>>If you fix the issue, kindly add following tag as appropriate
>>>>Reported-by: kernel test robot <lkp@intel.com>
>>>>
>>>>All errors (new ones prefixed by >>, old ones prefixed by <<):
>>>>
>>>>>> gcc-5: error: -gz is not supported in this configuration
>>>
>>>Hmm...I wonder if the feature detection is incomplete?  I suspect it's
>>>possible to not depend on zlib.
>>>
>>>>make[2]: *** [scripts/Makefile.build:277: scripts/mod/empty.o] Error 1
>>>>make[2]: Target '__build' not remade because of errors.
>>>>make[1]: *** [Makefile:1169: prepare0] Error 2
>>>>make[1]: Target 'prepare' not remade because of errors.
>>>>make: *** [Makefile:185: __sub-make] Error 2
>>
>>The output of gcc-5 -v --version on that machine may help.  The
>>convoluted gcc_cv_ld_compress_de logic in gcc/configure.ac may be
>>related, but I can't find any mistake that our
>>CONFIG_DEBUG_INFO_COMPRESSED conditions may make.
>
>Hi Fangrui,
>
>Here is the output:
>
>$gcc-5 -v --version
>Using built-in specs.
>COLLECT_GCC=gcc-5
>COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
>gcc-5 (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010
>Copyright (C) 2015 Free Software Foundation, Inc.
>This is free software; see the source for copying conditions.  There is NO
>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
>
>Target: x86_64-linux-gnu
>Configured with: ../src/configure -v --with-pkgversion='Ubuntu 
>5.5.0-12ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs 
>--enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr 
>--program-suffix=-5 --enable-shared --enable-linker-build-id 
>--libexecdir=/usr/lib --without-included-gettext 
>--enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ 
>--enable-clocale=gnu --enable-libstdcxx-debug 
>--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
>--enable-gnu-unique-object --disable-vtable-verify --enable-libmpx 
>--enable-plugin --enable-default-pie --with-system-zlib 
>--enable-objc-gc --enable-multiarch --disable-werror 
>--with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 
>--enable-multilib --with-tune=generic --enable-checking=release 
>--build=x86_64-linux-gnu --host=x86_64-linux-gnu 
>--target=x86_64-linux-gnu
>Thread model: posix
>gcc version 5.5.0 20171010 (Ubuntu 5.5.0-12ubuntu1)
>COLLECT_GCC_OPTIONS='-v' '--version' '-mtune=generic' '-march=x86-64'
> /usr/lib/gcc/x86_64-linux-gnu/5/cc1 -quiet -v -imultiarch 
>x86_64-linux-gnu help-dummy -quiet -dumpbase help-dummy -mtune=generic 
>-march=x86-64 -auxbase help-dummy -version --version 
>-fstack-protector-strong -Wformat -Wformat-security -o /tmp/ccqnZumV.s
>GNU C11 (Ubuntu 5.5.0-12ubuntu1) version 5.5.0 20171010 (x86_64-linux-gnu)
>        compiled by GNU C version 5.5.0 20171010, GMP version 6.1.2, 
>MPFR version 4.0.1, MPC version 1.1.0
>warning: MPFR header version 4.0.1 differs from library version 4.0.2.
>GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
>COLLECT_GCC_OPTIONS='-v' '--version' '-mtune=generic' '-march=x86-64'
> as -v --64 --version -o /tmp/ccRPgs9J.o /tmp/ccqnZumV.s
>GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU 
>Binutils for Ubuntu) 2.34
>GNU assembler (GNU Binutils for Ubuntu) 2.34
>Copyright (C) 2020 Free Software Foundation, Inc.
>This program is free software; you may redistribute it under the terms of
>the GNU General Public License version 3 or later.
>This program has absolutely no warranty.
>This assembler was configured for a target of `x86_64-linux-gnu'.
>COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/
>LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/
>COLLECT_GCC_OPTIONS='-v' '--version' '-mtune=generic' '-march=x86-64'
> /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin 
>/usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so 
>-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper 
>-plugin-opt=-fresolution=/tmp/ccJLhs3y.res 
>-plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s 
>-plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc 
>-plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id 
>--eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed 
>-dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro 
>--version 
>/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/Scrt1.o 
>/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o 
>/usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o 
>-L/usr/lib/gcc/x86_64-linux-gnu/5 
>-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu 
>-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib 
>-L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu 
>-L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. 
>/tmp/ccRPgs9J.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc 
>-lgcc --push-state --as-needed -lgcc_s --pop-state 
>/usr/lib/gcc/x86_64-linux-gnu/5/crtend.o 
>/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o
>collect2 version 5.5.0 20171010
>/usr/bin/ld -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so 
>-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper 
>-plugin-opt=-fresolution=/tmp/ccJLhs3y.res 
>-plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s 
>-plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc 
>-plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id 
>--eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed 
>-dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro 
>--version 
>/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/Scrt1.o 
>/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o 
>/usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o 
>-L/usr/lib/gcc/x86_64-linux-gnu/5 
>-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu 
>-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib 
>-L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu 
>-L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. 
>/tmp/ccRPgs9J.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc 
>-lgcc --push-state --as-needed -lgcc_s --pop-state 
>/usr/lib/gcc/x86_64-linux-gnu/5/crtend.o 
>/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o
>GNU ld (GNU Binutils for Ubuntu) 2.34
>Copyright (C) 2020 Free Software Foundation, Inc.
>This program is free software; you may redistribute it under the terms of
>the GNU General Public License version 3 or (at your option) a later 
>version.
>This program has absolutely no warranty.
>
>Best Regards,
>Rong Chen

Hi Rong,

binutils (both GNU as and GNU ld) is new. It oughts to support
--compress-debug-sections=zlib . The failure looks strange to me.

Can you extract the gcc-5 command line building scripts/mod/empty.o
and run it manually? Also run gcc-5 -g -gz=zlib a.c -c on a trivial file and check whether `readelf -WS a.o`
has the section flag C ("compressed").


Regards,

  reply	other threads:[~2020-06-10  0:58 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-09 13:11 gcc-5: error: -gz is not supported in this configuration kernel test robot
2020-06-09 17:28 ` Nick Desaulniers
2020-06-09 17:49   ` Fangrui Song
2020-06-10  0:30     ` [kbuild-all] " Rong Chen
2020-06-10  0:58       ` Fangrui Song [this message]
2020-06-10  1:49         ` Rong Chen
2020-06-10  3:12           ` Arvind Sankar
2020-06-10  3:23             ` Arvind Sankar
2020-06-10  4:26               ` Arvind Sankar
2020-06-10  6:37                 ` Fangrui Song
2020-06-10 19:11                   ` [PATCH] Makefile: Improve compressed debug info support detection Arvind Sankar
2020-06-10 21:27                     ` Nick Desaulniers
2020-06-10 23:30                       ` Arvind Sankar
2020-06-10 23:39                         ` Arvind Sankar
2020-06-11 20:44                           ` Nick Desaulniers
2020-06-11 21:44                             ` Arvind Sankar
2020-06-11 21:09                         ` Nick Desaulniers
2020-06-11 21:52                           ` Arvind Sankar
2020-06-11 22:03                           ` [PATCH v2] " Arvind Sankar
2020-06-11 23:38                             ` Nick Desaulniers
2020-06-14  2:21                               ` Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200610005830.s6gus7r3umwgzozk@google.com \
    --to=maskray@google.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=masahiroy@kernel.org \
    --cc=ndesaulniers@google.com \
    --cc=rong.a.chen@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).