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 23:00:30 CET 2014



On 01/28/2014 03:13 PM, Werner Koch wrote:
> On Tue, 28 Jan 2014 20:09, hans at guardianproject.info said:
> 
>> note: incname is './errnos.in'
> 
> This included a file - oviously successful.
> 
>> note: incname is './lock-obj-pub.native.h'
> 
> This is:
> 
>       if (try_include_file (fname, lnr, "./lock-obj-pub.native.h", write_line))
>         include_file (fname, lnr, "syscfg/lock-obj-pub.&.h", write_line);
> 
> The condition failed and thus mkheader tries to include
> 
>> note: incname is './syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h'
> 
> this one [1] (& is substituted).  It failed and thus the '&' forces
> mkheader to try
> 
>> note: incname is './syscfg/lock-obj-pub.linux-androideabi.h'
> 
> this one instead.  Which also does not exist and thus:
> 
>> ./gpg-error.h.in:289: error including
>> `./syscfg/lock-obj-pub.linux-androideabi.h': No such file or directory
> 
> So far so bad.  But why didn't it found [1] ?  Can you please double
> check that the file is available and readable.


$ ls -l external/libgpg-error/src/syscfg/
total 8
-rw-rw-r-- 1 hans hans  392 Jan 28 14:07 lock-obj.arm-unknown-linux-androideabi.h
-rw-rw-r-- 1 hans hans 1457 Jan 28 14:07 lock-obj-pub.mingw32.h


Is src/syscfg/lock-obj.arm-unknown-linux-androideabi.h misnamed?  Should it be
lock-obj-pub.arm-unknown-linux-androideabi.h ?

.hc

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



More information about the Gnupg-devel mailing list