From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2EFBDC433EF for ; Sat, 29 Jan 2022 21:58:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353261AbiA2V6E (ORCPT ); Sat, 29 Jan 2022 16:58:04 -0500 Received: from mga17.intel.com ([192.55.52.151]:61873 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243871AbiA2V57 (ORCPT ); Sat, 29 Jan 2022 16:57:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643493479; x=1675029479; h=date:from:to:cc:subject:message-id:mime-version; bh=3uVJ7YJyh4EB2MMWlMTEaRxNHgtHzgBik6bYh5fyvkg=; b=BhtI0wVpOrNrldMyUQyEV90crpLj9kJLEP+Dbjk5TEwntRCS0HIoDymc 2FQasQz4nYwjC9Mm3IuCfvRFVJGHkwE1VQ3l9f2P3sWpdP44Jg8sxgMGa JnlhJ5dUnHAOCQqgZ+VDMYvHEZKXX1IKSpW+WJNGbFFzb7G/nqAplNNwj Z8O5pLUXT0tVGLIlkbGKIe0d6HKEzbnFuQ+sEo11bfvzzoqlOLZiGd4r/ znX/aqfU48F11MXFfOe/c+IvZqLaDi/GnwUxI5cDvyvTnmzsOPQ36HZAz ZZj6fkppSjMUzm/5cP12HNuqsrTt+j7WXPBaJEUOjfBA8duxRewRMRoXs w==; X-IronPort-AV: E=McAfee;i="6200,9189,10242"; a="227965443" X-IronPort-AV: E=Sophos;i="5.88,327,1635231600"; d="scan'208";a="227965443" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jan 2022 13:57:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,327,1635231600"; d="scan'208";a="770418807" Received: from lkp-server01.sh.intel.com (HELO 276f1b88eecb) ([10.239.97.150]) by fmsmga005.fm.intel.com with ESMTP; 29 Jan 2022 13:57:58 -0800 Received: from kbuild by 276f1b88eecb with local (Exim 4.92) (envelope-from ) id 1nDvjJ-000PgT-MB; Sat, 29 Jan 2022 21:57:57 +0000 Date: Sun, 30 Jan 2022 05:57:12 +0800 From: kernel test robot To: Alexei Starovoitov Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Daniel Borkmann Subject: collect2: error: ld returned 1 exit status Message-ID: <202201300518.Q1ZGEJYY-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alexei, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: cb323ee75d24e7acc2f188d123ba6df46159cf09 commit: d71fa5c9763c24dd997a2fa4feb7a13a95bab42c bpf: Add kernel module with user mode driver that populates bpffs. date: 1 year, 5 months ago config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220130/202201300518.Q1ZGEJYY-lkp@intel.com/config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce (this is a W=1 build): # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d71fa5c9763c24dd997a2fa4feb7a13a95bab42c git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout d71fa5c9763c24dd997a2fa4feb7a13a95bab42c # save the config file to linux build tree mkdir build_dir make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): /usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libelf.so when searching for -lelf /usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libelf.a when searching for -lelf /usr/bin/ld: cannot find -lelf /usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libelf.so when searching for -lelf /usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libz.a when searching for -lz /usr/bin/ld: cannot find -lz /usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libz.so when searching for -lz >> collect2: error: ld returned 1 exit status --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1291245806067880445==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: collect2: error: ld returned 1 exit status Date: Sun, 30 Jan 2022 05:57:12 +0800 Message-ID: <202201300518.Q1ZGEJYY-lkp@intel.com> List-Id: --===============1291245806067880445== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Alexei, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git = master head: cb323ee75d24e7acc2f188d123ba6df46159cf09 commit: d71fa5c9763c24dd997a2fa4feb7a13a95bab42c bpf: Add kernel module wit= h user mode driver that populates bpffs. date: 1 year, 5 months ago config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220= 130/202201300518.Q1ZGEJYY-lkp(a)intel.com/config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce (this is a W=3D1 build): # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.gi= t/commit/?id=3Dd71fa5c9763c24dd997a2fa4feb7a13a95bab42c git remote add linus https://git.kernel.org/pub/scm/linux/kernel/gi= t/torvalds/linux.git git fetch --no-tags linus master git checkout d71fa5c9763c24dd997a2fa4feb7a13a95bab42c # save the config file to linux build tree mkdir build_dir make W=3D1 O=3Dbuild_dir ARCH=3Di386 SHELL=3D/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): /usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libelf.so w= hen searching for -lelf /usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libelf.a wh= en searching for -lelf /usr/bin/ld: cannot find -lelf /usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libelf.so w= hen searching for -lelf /usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libz.so whe= n searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libz.a when= searching for -lz /usr/bin/ld: cannot find -lz /usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libz.so whe= n searching for -lz >> collect2: error: ld returned 1 exit status --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============1291245806067880445==--