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

Werner Koch wk at gnupg.org
Tue Jan 28 21:13:43 CET 2014


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.


Salam-Shalom,

   Werner

-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.




More information about the Gnupg-devel mailing list