> > i guess ih haven't get the bugs here, do you have a :
> > %define lfs 0
> > in the spec file ?

> yup... (this error occurred on my alpha, the kernel
> packages compiled fine on x86 (as long as buildarchtranslate
> is set to i586).

To build on alpha I just changed this to the kernel .spec file:

diff kernel-2.2.spec.orig kernel-2.2.spec
573,581c573,581
< %ifarch %{ix86}
< %patch250 -p1
< %patch251 -p1
< %patch252 -p1
< %patch253 -p1
< %patch254 -p1
< %patch255 -p1
< %patch256 -p1
< %patch257 -p1
---
> #%ifarch %{ix86}
> #%patch250 -p1
> #%patch251 -p1
> #%patch252 -p1
> #%patch253 -p1
> #%patch254 -p1
> #%patch255 -p1
> #%patch256 -p1
> #%patch257 -p1
583c583
< %patch260 -p1
---
> #%patch260 -p1
585,595c585,595
< %if %{lfs}
< %patch290 -p1
< %patch291 -p1
< %patch292 -p1
< %patch293 -p1
< %endif
< cp ibcs/CONFIG.i386 ibcs/CONFIG
< %else
< rm -rf pcmcia-cs-%{pcmciaver}
< rm -rf ibcs
< %endif
---
> #%if %{lfs}
> #%patch290 -p1
> #%patch291 -p1
> #%patch292 -p1
> #%patch293 -p1
> #%endif
> #cp ibcs/CONFIG.i386 ibcs/CONFIG
> #%else
> #rm -rf pcmcia-cs-%{pcmciaver}
> #rm -rf ibcs
> #%endif

And I had to press enter on this question:

Creative SBLive! (EMU10K1) (CONFIG_SOUND_EMU10K1) [N/m/?] (NEW)

and it seems to build. It's not done yet (I need to go to work).

Stefan

Reply via email to