android build failure: `./syscfg/lock-obj-pub.linux-androideabi.h': No such file or directory

Hans-Christoph Steiner hans at guardianproject.info
Tue Jan 28 18:37:33 CET 2014



On 01/25/2014 06:48 AM, Werner Koch wrote:
> On Fri, 24 Jan 2014 23:11, hans at guardianproject.info said:
> 
>> I ran that procedure, but it produced a different file name than the error at
>> the beginning of this thread.  The file is attached.
> 
> Thanks.  Commited.
> 
> The tool first tries the full host triplet and then falls back to the os
> name:
> 
>   incfname = mk_include_name (name, repl_flag? host_triplet : NULL);
>   fp = fopen (incfname, "r");
>   if (!fp && repl_flag)
>     {
>       /* Try again using the OS string.  */
>       free (incfname);
>       incfname = mk_include_name (name, host_os);
>       fp = fopen (incfname, "r");
>     }
> 
> Let me know if this works.  I suggest to run the "tests/t-lock
> --verbose" on the target.

Still the same compile error:

cc -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
cc -g -O0 -I. -I. -o mkheader ./mkheader.c
rm lock-obj-pub.native.h 2>/dev/null
make[3]: [gpg-error.h] Error 1 (ignored)
./mkheader linux-androideabi arm-unknown-linux-androideabi  ./gpg-error.h.in \
                   1.13-beta19 0x010d00 >gpg-error.h
./gpg-error.h.in:289: error including
`./syscfg/lock-obj-pub.linux-androideabi.h': No such file or directory


-- 
PGP fingerprint: 5E61 C878 0F86 295C E17D  8677 9F0F E587 374B BE81



More information about the Gnupg-devel mailing list