* alpha and PPC broken by latest kernel RPM
@ 2001-11-07 16:00 Jeff Garzik
2001-11-07 16:05 ` Jeff Garzik
2001-11-07 16:12 ` Jeff Garzik
0 siblings, 2 replies; 3+ messages in thread
From: Jeff Garzik @ 2001-11-07 16:00 UTC (permalink / raw)
To: quintela, sbenedict; +Cc: kernel list
Juan,
In the latest kernel RPM, you disable entries without even checking to
see if they exist on PPC or Alpha. This breaks the kernel build.
Of the following options, only -one- actually exists on alpha,
DEBUG_SLAB:
%if !%build_kdb
OptionDisable DEBUG_HIGHMEM
OptionDisable DEBUG_SLAB
OptionDisable KDB
OptionDisable KDB_MODULES
OptionDisable KALLSYMS
%endif
--
Jeff Garzik | Only so many songs can be sung
Building 1024 | with two lips, two lungs, and one tongue.
MandrakeSoft | - nomeansno
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: alpha and PPC broken by latest kernel RPM
2001-11-07 16:00 alpha and PPC broken by latest kernel RPM Jeff Garzik
@ 2001-11-07 16:05 ` Jeff Garzik
2001-11-07 16:12 ` Jeff Garzik
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2001-11-07 16:05 UTC (permalink / raw)
To: quintela, sbenedict; +Cc: kernel list
Jeff Garzik wrote:
> Of the following options, only -one- actually exists on alpha,
> DEBUG_SLAB:
Correction, DEBUG_SLAB only exists in my private tree ;-) That entire
section should be covered with %ifarch %ix86.
+ grep -q DEBUG_SLAB arch/alpha/defconfig
+ echo 'no DEBUG_SLAB feature'
no DEBUG_SLAB feature
+ return 1
error: Bad exit status from /tmp/rpm/tmp/rpm-tmp.94164 (%build)
--
Jeff Garzik | Only so many songs can be sung
Building 1024 | with two lips, two lungs, and one tongue.
MandrakeSoft | - nomeansno
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: alpha and PPC broken by latest kernel RPM
2001-11-07 16:00 alpha and PPC broken by latest kernel RPM Jeff Garzik
2001-11-07 16:05 ` Jeff Garzik
@ 2001-11-07 16:12 ` Jeff Garzik
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2001-11-07 16:12 UTC (permalink / raw)
To: quintela, sbenedict, kernel list
Argh! Apologies, that should have gone to an internal list.
--
Jeff Garzik | Only so many songs can be sung
Building 1024 | with two lips, two lungs, and one tongue.
MandrakeSoft | - nomeansno
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-11-07 16:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-07 16:00 alpha and PPC broken by latest kernel RPM Jeff Garzik
2001-11-07 16:05 ` Jeff Garzik
2001-11-07 16:12 ` Jeff Garzik
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.