lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNAQ3wBCTCNT4YBXEr1m06VCPFCJUJuDyHBj1QuyD7xTC-Q@mail.gmail.com>
Date: Sat, 8 Feb 2025 03:36:16 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: WangYuli <wangyuli@...ontech.com>
Cc: nathan@...nel.org, nicolas@...sle.eu, jeffbai@...c.io, 
	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org, revy@...pin.org, 
	zhanjun@...ontech.com, guanwentao@...ontech.com, chenlinxuan@...ontech.com
Subject: Re: [PATCH] scripts: install-extmod-build: add missing quotation
 marks for CC variable

On Fri, Feb 7, 2025 at 4:26 PM WangYuli <wangyuli@...ontech.com> wrote:
>
> While attempting to build a Debian packages with CC="ccache gcc", I
> saw the following error as builddeb builds linux-headers-$KERNELVERSION:
>
>   make HOSTCC=ccache gcc VPATH= srcroot=. -f ./scripts/Makefile.build obj=debian/linux-headers-6.14.0-rc1/usr/src/linux-headers-6.14.0-rc1/scripts
>   make[6]: *** No rule to make target 'gcc'.  Stop.
>
> Upon investigation, it seems that one instance of $(CC) variable reference
> in ./scripts/package/install-extmod-build was missing quotation marks,
> causing the above error.
>
> Add the missing quotation marks around $(CC) to fix build.
>
> Fixes: 5f73e7d0386d ("kbuild: refactor cross-compiling linux-headers package")
> Co-developed-by: Mingcong Bai <jeffbai@...c.io>
> Signed-off-by: Mingcong Bai <jeffbai@...c.io>
> Tested-by: WangYuli <wangyuli@...ontech.com>
> Signed-off-by: WangYuli <wangyuli@...ontech.com>
> ---

Applied to linux-kbuild/fixes.
Thanks!



-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ