Russell Cattelan <[EMAIL PROTECTED]> writes:
> I have the XFS patch for the latest kernel rpm ready to
> but I having trouble getting the spec file to work.
>
> + configname=i686
> + install -m644 /bot/mdk2/SOURCES/kernel-2.4.8-i686.config
> arch/i586/defconfig
> install: cannot stat `/bot/mdk2/SOURCES/kernel-2.4.8-i686.config': No
> such file or directory
> error: Bad exit status from /var/tmp/rpm-tmp.37584 (%build)
>
>
> RPM build errors:
> Bad exit status from /var/tmp/rpm-tmp.37584 (%build)
>
>
> if I force the target to i586 is has all sort of problem with
> trying to put stuff in the source tree in i586 dirs rather than
> the i386 dirs.
you got to have in your ~/.rpmrc :
buildarchtranslate: i386: i586
buildarchtranslate: i486: i586
buildarchtranslate: i586: i586
buildarchtranslate: i686: i586