-
selsta
luigi1111w: you can also tag
-
selsta
thanks
-
covid-29
hello
-
covid-29
after latest cmake updates android compile is broken
-
covid-29
before compile was successful and apk created worked very well
-
selsta
we still support the old build system
-
covid-29
is not working anymore
-
covid-29
not compiling
-
selsta
logs?
-
covid-29
ok in 1min
-
covid-29
any paste service bigger than 150k?
-
covid-29
for paste.debian is too big
-
covid-29
-
covid-29
any thought about logs?
-
selsta
covid-29: it fails to build monero
-
selsta
not the GUI
-
selsta
generate_translations_header step fails
-
covid-29
why? before was ok.
-
covid-29
i saw that but i cant find the reason
-
selsta
not clear to me why it suddenly fails
-
selsta
when was the last time this worked?
-
covid-29
i'm not sure but 3-4 months before
-
covid-29
i tried with qt5.15 and qt 5.11 but the same
-
selsta
like I said this fails at the monero step
-
covid-29
maybe better to ask to #monero
-
selsta
hmm weird
-
selsta
don’t remember anything changing with translations
-
covid-29
ah maybe is the compiler
-
covid-29
i insert latest android ndk
-
selsta
maybe try older one
-
moneromooo
Line 1327 looks like it's thinking ./generate_translations_header is a script.
-
moneromooo
Does "file ./generate_translations_header" say it's a binary for the current architecture ?
-
covid-29
dont know
-
moneromooo
Then try.
-
covid-29
sorry but how
-
moneromooo
Run "file generate_translations_header", or "file .../generate_translations_header", giving the path to the file.
-
covid-29
this change i must insert on cmakelists.txt ?
-
moneromooo
Hmm. If this is docker, it might be a pain to find the file...
-
covid-29
is a docker
-
dsc_
covid-29: Did you write this "GUI for android" docker file?
-
moneromooo
Find how to run a shell with docker, I dn't know how. Then find the file (find / -name generate_translations_header), then run file on it.
-
covid-29
yes i write this gui for android file
-
dsc_
Oh, nice work :)
-
covid-29
took some thing here some there and worked
-
moneromooo
Does Android run on i386 ?
-
moneromooo
Emulator ?
-
covid-29
no aarch64
-
covid-29
emulator
-
moneromooo
I see: : RUN dpkg --add-architecture i386 &&
-
moneromooo
Is that intended ?
-
covid-29
no i just took it ready
-
covid-29
maybe better to change?
-
moneromooo
I dunno. Might be for host, not target. I just thought it worth pointing out.
-
covid-29
if i run shell on docker i loose all variables
-
covid-29
i mean all paths
-
covid-29
so script wont find openssl and other tools
-
moneromooo
Anyway, most likely thing I think is you're running a binary for the wrong arch. Not super high confidence though.
-
covid-29
exactly before 3-4 months was working
-
covid-29
if i insert old ndk version i'll have other issues
-
moneromooo
Then you can bisect.
-
covid-29
a old version
-
moneromooo
(ie, git bisect, or manual if that's not from git)
-
covid-29
i try your propose to remove i386 arch
-
moneromooo
Yeah, on second thought it's probably updated the host, so it doesn't look wrong.
-
moneromooo
It shouldn't be needed anyway.
-
covid-29
before translations header error there is this one
paste.debian.net/1159749
-
moneromooo
Oh, unless you're rying to use a 32 bit toolchain on a 64 bit arch...
-
covid-29
maybe all start here
-
moneromooo
Good find :)
-
covid-29
so lets remove i386arch?
-
covid-29
when makefile will have option for android too
-
covid-29
because docker is not the best option
-
covid-29
too complicated
-
moneromooo
When an android coder contributes the change :)
-
covid-29
hmm how to convert this docker to makefile
-
covid-29
i can paste somewhere but is enough
-
covid-29
i dont know to convert
-
covid-29
how i can help on this
-
selsta
did you try downgrading the ndk again?
-
covid-29
yes i have other errors with old ndk
-
covid-29
errors about qrcode that u added on command line before 1month
-
selsta
do you have the logs for the qrcode issue?
-
covid-29
yes 2min
-
covid-29
-
moneromooo
Looks like old compiler. Or compiler set to only accept old source.
-
covid-29
it is ndk old version
-
covid-29
there is any android coder that can convert docker file to cmake
-
covid-29
or to convert to depends package
-
selsta
covid-29: maybe you can open an issue on the monero-gui repo with your dockerfile that you currently use
-
selsta
so that it is documented somewhere
-
covid-29
i dont know how to open issue on repo i can give dockerfile to u and u can do it if is possible
-
selsta
do you have a github account?
-
covid-29
no
-
selsta
ok post it here
-
covid-29
ok
-
selsta
I will open an issue later
-
covid-29
-
selsta
thanks
-
covid-29
thnx from me too
-
covid-29
hoping that someone will fix it
-
covid-29
with qt5.15 im sure that apk will work very good
-
covid-29
and will be very useful
-
covid-29
the latest ndk has a future that can create binary for different arms
-
covid-29
armv7,v8,v6 etc
-
selsta
were you the person who had issues with libgcrypt?
-
selsta
did you solve this in the end?
-
covid-29
no
-
covid-29
what issue
-
selsta
ok
-
covid-29
hello again
-
covid-29
after removing i386 arch again new errors
-
covid-29
-
covid-29
there is api var
-
dsc_
covid-29: "Android: Did not detect API level from"
-
dsc_
-
dsc_
-
covid-29
i cant understand what to do here
-
covid-29
all this happened after i386 arch was removed
-
covid-29
on dockerfile there is "env android_api android-28"
-
dsc_
-
dsc_
lines 4-8
-
dsc_
covid-29: I am not sure how i386 would ever work on a phone? Most are ARM .. at least my Android is.
-
covid-29
ndk is emulator
-
selsta
.merge+ 3038
-
xmr-pr
Added
-
selsta
.merge+ 3024
-
xmr-pr
Added