[OpenAFS-devel] failed to build OpenAFS 1.3.79 for 2.6.10
kernel on 2.4.xx
Jeffrey Hutzelman
jhutz@cmu.edu
Thu, 17 Mar 2005 13:01:17 -0500
On Thursday, March 17, 2005 11:18:39 AM +0200 Vitaly <cvv@email.zp.ua>
wrote:
>> I'm having a hard time deciding whether I think your proposed patch is
>> reasonable, because the only explanation you've given is some make
>> output with error messages in a language I don't understand.
>>
>> Any chance you can run the make again under 'env LC_ALL=C' ?
>>
> Ok
>
> $./configure --enable-transarc-paths
> --with-linux-kernel-headers=/usr/src/blin-2.0/source/kernel/linux-2.6.10
> --with-afs-sysname=i386_linux26 --disable-pam >configure.log 2>&1 $
> $export CFLAGS="-O2 -march=i486 -mcpu=i486"
> $export LANG=C
> $export LC_ALL=C
> $make >make.log 2>&1
> $
> $tail -f make.log -n 15 >make.log.error
> $
>
> all output are attached
OK; I see what happened here. It seems that someone turned ../ into
../$(srcdir)/ without paying attention to what would happen. The patch you
propose should indeed fix the problem. You should submit this to
openafs-bugs, if you have not already done so.
-- Jeff