lkml.org 
[lkml]   [2004]   [Feb]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Fix make rpm in 2.6 when using RH9 or Fedora..
Thomas Davis wrote:
> Sam Ravnborg wrote:
>
>>
>> Please forward the original patch to Andrew for inclusion.
>>
>> Sam
>
>
> Andrew; Sam asked me to forward this to you for inclusion into the next
> 2.6 kernel.
>
> thanks!
>
> Short description:
>
> Doing a 'make rpm' with any linux-2.6 (or probably, even linux-2.4
> kernel) will fail with the current RH9/Fedora RPM macros.
>
> The failure message is this:
>
> Processing files: kernel-debuginfo-2.6.3rc1mm1-12
> error: Could not open %files file
> /usr/src/redhat/BUILD/kernel-2.6.3rc1mm1/debugfiles.list: No such file
> or directory
>
>
> RPM build errors:
> Could not open %files file
> /usr/src/redhat/BUILD/kernel-2.6.3rc1mm1/debugfiles.list: No such file
> or directory
> make: *** [rpm] Error 1
>
>
> The fix is this patch:
>
> --- linux-2.6/scripts/mkspec 2004-01-08 22:59:04.000000000 -0800
> +++ linux-2.6.3-rc1-mm1/scripts/mkspec 2004-02-12 00:02:55.000000000 -0800
> @@ -37,6 +37,7 @@
> echo "BuildRoot: /var/tmp/%{name}-%{PACKAGE_VERSION}-root"
> echo "Provides: $PROVIDES"
> echo "%define __spec_install_post /usr/lib/rpm/brp-compress || :"
> +echo "%define debug_package %{nil}"
> echo ""
> echo "%description"
> echo "The Linux Kernel, the operating system core itself"

Am I missing something? Won't this completely break the creation of the
debug rpm?

--
bill davidsen <davidsen@tmr.com>
CTO TMR Associates, Inc
Doing interesting things with small computers since 1979
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:01    [W:2.435 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site