> Now, when I try to compile afs for my kernel to make a kmod package:
> [r...@tx3241-04 SPECS]# rpmbuild openafs.realmkit.spec --target=i686
> Building target platforms: i686
> Building for target i686
> error: Failed build dependencies:
>        kernel-devel-i686 = 2.6.27.15-170.2.24.fc10.i686 is needed by 
> openafs-1.4.8-1.1.1.src

If you do something like:

  rpmbuild --rebuild \
         --target i686 \
         --define "kernvers 2.6.27.19-170.2.35.fc10" \
         --define "fedorakmod 1" \
  openafs-1.4.8-1.1.1.src.rpm

it will work.  As I recall, there is a known bug
with the automatic determination of the kernel
versioning (and I thought someone had contributed
patches for a future release, but I have simply
imagined that).

Gary
_______________________________________________
OpenAFS-info mailing list
OpenAFS-info@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to