>
> Message: 8
> Date: Thu, 06 Sep 2007 09:04:49 -0500
> From: Randy McMurchy <[EMAIL PROTECTED]>
> Subject: Re: libgpg-error-1.5 make failure
> To: BLFS Support List <blfs-support@linuxfromscratch.org>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Richard Melville wrote these words on 09/06/07 08:27 CST:
>
>   
>> Does anybody know why I am getting these errors when running make.
>> Some help would be much appreciated.
>>     
>
> Are you passing any optimization settings? Are you using any
> odd configuration parameters? I cannot see why you would be
> seeing this error. Here are the relevant lines from my make log,
> not that it is of any help, but anyway:
>
> make[2]: Entering directory `/home/rml/build/libgpg-error-1.5/src'
> gawk -f ./mkstrtable.awk -v textidx=3 \
>                 ./err-sources.h.in >err-sources.h
> gawk -f ./mkstrtable.awk -v textidx=3 \
>                 ./err-codes.h.in >err-codes.h
> gawk -f ./mkerrnos.awk ./errnos.in >code-to-errno.h
> gawk -f ./mkerrcodes1.awk ./errnos.in >_mkerrcodes.h
> gcc -E _mkerrcodes.h | grep GPG_ERR_ | gawk -f ./mkerrcodes.awk >mkerrcodes.h
> rm _mkerrcodes.h
> gcc -I. -I. -o mkerrcodes ./mkerrcodes.c
> ./mkerrcodes | gawk -f ./mkerrcodes2.awk >code-from-errno.h
> gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
>                 ./err-sources.h.in >err-sources-sym.h
> gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
>                 ./err-codes.h.in >err-codes-sym.h
> gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
>                 -v prefix=GPG_ERR_ -v namespace=errnos_ \
>                 ./errnos.in >errnos-sym.h
> gawk -f ./mkheader.awk \
>                 ./err-sources.h.in \
>                 ./err-codes.h.in \
>                 ./errnos.in \
>                 ./gpg-error.h.in > gpg-error.h
> make  all-am
> make[3]: Entering directory `/home/rml/build/libgpg-error-1.5/src'
>
>   
Hi Randy

Thanks for your help.  This was driving me crazy, but it seemed like a
gawk problem.  On checking gawk I found it to be version 3.1.4. 
Updating to gawk-3.1.5 solved the problem.

Thanks again.

Richard
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to