[OpenAFS] Trouble compiling 1.4rc4 SRPM
Lester Barrows
barrows@email.arc.nasa.gov
Thu, 22 Sep 2005 17:24:47 -0700
Hi Derek,
You're absolutely right, not sure how the UTS_RELEASE became different from
the version of the kernel. I'll have to talk with the guy who installed this.
Thanks for the information! I rebuilt with the spec again, now I'm getting
this error though:
RPM build errors:
File not found by
glob: /var/tmp/openafs-1.4.0rc4-root/usr/lib64/libafsauthent.so.*
File not found by
glob: /var/tmp/openafs-1.4.0rc4-root/usr/lib64/libafsrpc.so.*
File not found: /var/tmp/openafs-1.4.0rc4-root/usr/lib64/libafsauthent.so
File not found: /var/tmp/openafs-1.4.0rc4-root/usr/lib64/libafsrpc.so
If I find a workaround I'll post it.
Regards,
Lester Barrows
On Thursday 22 September 2005 2:47 pm, Derek Atkins wrote:
> Yep, this looks right.. So, the question is, what do you see in:
>
> /lib/modules/2.4.21-32.EL/build/include/linux/version.h
>
> In particular, what do you see as UTS_RELEASE? I suspect that's where
> the extra ".0.1" is coming from. But check that just to be sure. If
> UTS_RELEASE does not say "2.4.21-32.EL" then that's your problem.
>
> -derek