addpkg(main/schilytools): 2024-03-21#27535
addpkg(main/schilytools): 2024-03-21#27535xingguangcuican6666 wants to merge 1 commit intotermux:masterfrom
Conversation
|
@TomJo2000 (this is WIP and an attempt, not a final package yet. It is a fork of the current tur-on-device package) |
b32555d to
c6ee6fe
Compare
c6ee6fe to
06b47b7
Compare
a933a7b to
e876f12
Compare
|
Hi thanks for the PR and project history explanation. |
e876f12 to
309c491
Compare
|
I am currently encountering some issues. I found that some tools are dynamically generated during compilation, but this part uses a cross-compiler. They should be compiled using the host's compiler because they are only used at compile time. |
Please consider disabling Copilot PR reviews in your account settings.At least for this repository. It adds a huge amount of noise to reviewing PRs and there is no method for us to disable it at a repo or org level. |
Yes, this part is very difficult. In case you did not find it yet, there is official documentation of cross-compiling for Android here: Unfortunately, even when I tried to follow the steps given in the documentation, I was still not able to get it to work and I didn't know what to do, but it might still be helpful for you if you haven't seen it yet. |
1ad5662 to
f71b90c
Compare
|
@robertkirkman I'm here to give an update on my progress. Currently, I can correctly compile smake on the host machine, but I've encountered some issues with rule files generation. I will resolve them as soon as possible, even though I've been trying for a week. If you're willing, could you help me? Here is the logs. |
d89b947 to
b56530c
Compare
@xingguangcuican6666 yes, I can tell you something that will progress slightly farther beyond this error. It is this: Then, after that, the next error will be this: unfortunately, once you reach the error I tried many things to bypass the error Good luck with it! I hope you can figure out some way. |
b56530c to
49745dc
Compare
|
Okay, thank you very much for your help, I will continue to fix it. |
21316bb to
5680a69
Compare
5680a69 to
b2f1037
Compare

Fixes [Package]: mkisofs #7465
More commonly historically known as "cdrtools" or "cdrecord"
Former upstream location 1: https://sourceforge.net/projects/cdrtools/
Former upstream location 2: https://sourceforge.net/projects/schilytools/
Current upstream location: https://codeberg.org/schilytools/schilytools
Repology for former name/primary subpackage name: https://repology.org/project/cdrtools/versions
Repology for the current name: https://repology.org/project/schilytools/versions
Build script and patches partially derived from:
Example: burn a
.isoto a real CD-RW using real bare metal Android-x86Android-x86 ROM tested: https://sourceforge.net/projects/blissos-x86/files/Official/BlissOS16/FOSS/Generic/Bliss-v16.9.7-x86_64-OFFICIAL-foss-20241011.iso/download
Burned
.isotested on CD-RW: https://dl-cdn.alpinelinux.org/alpine/v3.22/releases/x86_64/alpine-standard-3.22.2-x86_64.isoHardware tested:
Tip
Work around old version of KernelSU in BlissOS version 16.9.7 if necessary
to get root in fully-up-to-date Termux in BlissOS version 16.9.7, first grant Termux root permission in KernelSU app, then unset
LD_PRELOAD, then launch a new bash session, then directly invoke/system/bin/su(with absolute path), then setLD_PRELOADagain