Open covert8 opened 5 years ago
Hey! A fellow Arch user!
So the reason that the build is failing is because you didn't clone the git submodules. This project is quite complex so it's git repo actually contains a bunch of nested git repos inside of it.
I've never made an AUR package myself so I have no clue how to get a repo with submodules working but there's some tips here apparently: https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git_Submodules
Some more tips that might be helpful:
scripts/build.sh --linux
TachiServer/build/libs/
. It will have TachiServer-all
in it's name.bootui/tachiweb-bootstrap/dist
Thanks for your effort in bringing this into the AUR and don't hesitate to ask if you need more help!
Hi, awesome work so far. I was looking at making an Arch aur package but ran into a build error. The following is my error.
* What went wrong: Project :dex-translator not found.
It's obviously refering to the settings.gradle file
includeBuild('dex2jar') { dependencySubstitution { substitute module('dex2jar:dex-translator') with project(':dex-translator') } }
When looking in the dex2jar folder, it's suspiciously empty. Is this somekind of script or gradle error? Thanks for the help.