All of lore.kernel.org
 help / color / mirror / Atom feed
* Solution: Re: Could not open debufiles.list on Redhat 9 kernel compile
@ 2003-07-13 17:23 Jay Denebeim
  0 siblings, 0 replies; only message in thread
From: Jay Denebeim @ 2003-07-13 17:23 UTC (permalink / raw)
  To: linux-kernel

On 13 Jul 2003, Martin List-Petersen wrote:

> Yep .. all -b switches have been moved from rpm to rpmbuild.

I'm aware of that.  There's a better way BTW that's documented in the RPM 
man page.  There's a file called /etc/popt that you can put a bunch of 
macros in to cause rpm to call rpmbuild.  This is a much cleaner 
implementation since it works for all of the packages that use RPM rather 
than just the kernel.

> So if you edit the Makefile, replacing call of "rpm" with "rpmbuild" it
> works.

Unfortunately, this has nothing to do with my problem.  That was something 
that happened in redhat 8 not 9.  The redhat 9 feature creates a debug 
package for every package you create, at least it tries to.  This 
aparently doesn't work for the kernel.  I don't know exactly what the 
mechinisim is.

Anyway, I got a helpful e-mail from a redhat person.  I'm still compliling 
the kernel now, but what he told me is you need to change 

%_enable_debug_packages 1

to 

%_enable_debug_packages %{nil}

not 0.  In /usr/lib/rpm/redhat/macros

If you have this problem try it and see if it works.

Thanks to everyone for all the help
Jay

-- 
* Jay Denebeim  Moderator       rec.arts.sf.tv.babylon5.moderated *
* newsgroup submission address: b5mod@deepthot.org                *
* moderator contact address:    b5mod-request@deepthot.org        *
* personal contact address:     denebeim@deepthot.org             *



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-13 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-13 17:23 Solution: Re: Could not open debufiles.list on Redhat 9 kernel compile Jay Denebeim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.