From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EE0F326ADC for ; Thu, 12 Feb 2026 16:08:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770912502; cv=none; b=shIpbtz6f6b+74sSNPRdNPVCJ9NH8jIbN1Y6PbYlNTk27R/XrZU6Mshlo2NhbCjfRfB5cRaDn6QgIvNQaLmxV/+uRfvLEbFCZ740n+G8FJ7UvKhu4Syy1g7gpM0nwCm1dCiRZieAJjOVs8nDkOWWJ4nShZbPIcI1lbeUjOg6K8Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770912502; c=relaxed/simple; bh=zQXaqHoiy/S9adUuynl1p/pWnMn3dfc7sAWLmTcw7Is=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=s13IGCdFX+1u8O/4yIiociOxymvsNHK7pCQn1RCGjA2nRKFkhUVSnQ4udpgn1dq/hUKlgFGJRZHbn+5xVSBublAEQyvhU1dAqpcHp+vK3Z697uRTHsGjCG/odVruvhnlVJ3/AyVS1yb/HjodW6guKElB3a2Xv5MfV9sYPaYIcW4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gSC9cOvv; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gSC9cOvv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CAC56C4CEF7; Thu, 12 Feb 2026 16:08:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770912501; bh=zQXaqHoiy/S9adUuynl1p/pWnMn3dfc7sAWLmTcw7Is=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gSC9cOvvYdTnXf69FpxiTgC3bVjWPbqkAbpWSN5gh67MVIm/hU1q+5O5hCzstMTIj nTZggeaLSGjFWjifguaJGGEO9jM6rAIgSVN8oP+aBIpa5f3nwXuIr0Fv61QhQ2Dm+i h6rgUcNgNUz7oZ+XcgK0zEpieX4IHg1mVEwha6Sa6J2HzN0JhPtRaEbu5yoKKuWB4Z kSlndPp7235jG9sqSeH/e6IOYkugYpCrvV2koxPKdmil8B4ubx61JgW+a2MxwsZyRm v8acG0qTqrY5dcp1HoHL8JDHRtQtUK9u87MsYRiMe+C9m/KC1pr7qhkGBLcBmA5Z2K HJaOcaQa5NHEw== Date: Thu, 12 Feb 2026 11:08:17 -0500 From: Nathan Chancellor To: =?iso-8859-1?Q?J=FCrgen_Gro=DF?= Cc: lkml Subject: Re: make binrpm-pkg broken due to commit 62089b804895 Message-ID: <20260212160817.GA802926@ax162> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Hi Juergen, On Thu, Feb 12, 2026 at 01:37:16PM +0100, Jürgen Groß wrote: > With current upstream kernel I'm hitting a problem when doing > > make binrpm-pkg > > The build is failing, with commit 62089b804895e845f82e132ea9d46a1fc53ed5a7, > while reverting it makes it succeed. Sorry for the breakage :( you are not the first to report this: https://lore.kernel.org/CAH2r5mugbrHTwnaQwQiYEUVwbtqmvFYf0WZiLrrJWpgT8iwftw@mail.gmail.com/ > The failure seems to be related to: > > error: Installed (but unpackaged) file(s) found: > /debuginfo.list > /usr/lib/debug/.build-id/00/04909363874be7c6211daf41d9d60dd6b77582.debug > /usr/lib/debug/.build-id/00/334bc98d67c23e7f030838d08b94f898252599.debug > /usr/lib/debug/.build-id/00/8d22ab72b86cb5fb9bd91f466326d9dd1efe25.debug > ... > > In case this does matter: I'm building with "make O=dir". > > I've attached my kernel .config. Could you test https://lore.kernel.org/20260210-kbuild-fix-debuginfo-rpm-v1-0-0730b92b14bc@kernel.org/ for me? Cheers, Nathan