T42 | <TheVancedGamer> måttat this is not the place to discuss this. either talk in PMs or somewhere else, i'll delete this message | 07:11 |
---|---|---|
Mister_Magister | :) | 07:17 |
T42 | <A_T_R> Fatal: 'asus-x00td-aarch64' is not a known build target | 12:42 |
T42 | <A_T_R> how to solve this | 12:42 |
mal | did you name the target correctly when creating it, there is a note about naming in the instructions | 12:43 |
mal | "sdk-assistant list" shows all targets you have created | 12:44 |
T42 | <A_T_R> PlatformSDK atr@atr-G41D3C:~/hadk$ sdk-assistant list | 12:44 |
T42 | <A_T_R> asus-x00td-aarch64 | 12:44 |
mal | is that all it shows? no tooling? | 12:45 |
T42 | <A_T_R> "asus-x00td-aarch64 " this only shows for sdk-assistant list | 12:46 |
mal | that seems wrong | 12:46 |
mal | remove it using sdk-assistant remove and then let's try again | 12:46 |
mal | first you setup the tooling i.e. sdk-assistant create SailfishOS-latest https://releases.sailfishos.org/sdk/targets/Sailfish_OS-latest-Sailfish_SDK_Tooling-i486.tar.7z | 12:47 |
T42 | <A_T_R> sdk-assistant remove asus-x00td-aarch64 ? | 12:47 |
mal | yes | 12:48 |
T42 | <A_T_R> done | 12:48 |
mal | then after tooling is ready then sdk-assistant create $VENDOR-$DEVICE-$PORT_ARCH https://releases.sailfishos.org/sdk/targets/Sailfish_OS-latest-Sailfish_SDK_Target-aarch64.tar.7z | 12:49 |
T42 | <A_T_R> doing this | 12:50 |
T42 | <A_T_R> ``` | 12:50 |
T42 | <A_T_R> sdk-assistant create $VENDOR-$DEVICE-$PORT_ARCH ../Sailfish_OS-4.4.0.58-Sailfish_SDK_Tooling-i486.tar.7z``` | 12:50 |
T42 | <A_T_R> (re @A_T_R: done) | 12:50 |
mal | no | 12:51 |
T42 | <A_T_R> oh i did wrong | 12:51 |
mal | note the two different tar.7z files | 12:51 |
mal | one for tooling, one for target | 12:52 |
T42 | <A_T_R> sdk-assistant create SailfishOS-latest Sailfish_OS-4.4.0.58-Sailfish_SDK_Tooling-i486.tar.7z | 12:55 |
T42 | <A_T_R> sdk-assistant create $VENDOR-$DEVICE-$PORT_ARCH Sailfish_OS-4.4.0.58-Sailfish_SDK_Target-aarch64.tar.7z | 12:55 |
T42 | <A_T_R> solved .. building —droid-hal | 13:00 |
T42 | <A_T_R> but it is staying here | 13:05 |
T42 | <A_T_R> | 13:05 |
T42 | <A_T_R> ``` | 13:05 |
T42 | <A_T_R> PlatformSDK atr@atr-G41D3C:~/hadk$ rpm/dhd/helpers/build_packages.sh -d | 13:05 |
T42 | <A_T_R> * Building rpm/droid-hal-x00td.spec``` | 13:05 |
mal | you can check the log file to see if it contains anything | 13:07 |
T42 | <A_T_R> error https://pastebin.com/YztcWGJT | 13:10 |
T42 | <A_T_R> droid-hal-xootd-log https://pastebin.com/QV63ewXe | 13:11 |
T42 | <elros34> see https://etherpad.wikimedia.org/p/hadk-hot for common issues or search channel logs, | 13:13 |
T42 | <TheVancedGamer> I tried to port SFOS to my device (redmi note 9) and I got up to the point where I need to compile `mic`, but then it complains about many missing packages | 13:31 |
T42 | <TheVancedGamer> I see these packages built by `mw`, but why are they not installed? | 13:31 |
mal | @TheVancedGamer do you have correct sdk version? also can you show the repo list from the .ks file it generates for the build | 14:50 |
T42 | <TheVancedGamer> mal: I installed 4.4.0.58, for the tooling as well as the target. Where can I find the .ks file? | 15:04 |
mal | I think it's created to $ANDROID_ROOT | 15:13 |
piggz | figured out how to disable rpmlint at last | 15:19 |
T42 | <TheVancedGamer> mal: thanks, i'll be sure to send that file | 15:23 |
T42 | <TheVancedGamer> https://transfer.sh/A0GKGt/Jolla-@RELEASE@-merlin-@ARCH@.ks | 15:26 |
mal | which error do you get? | 15:50 |
mal | that file looks ok | 15:51 |
T42 | <TheVancedGamer> I get errors related to missing packages | 15:51 |
mal | but which packages | 15:52 |
T42 | <TheVancedGamer> droid-hal, droid-config, qt-qpa-composer, all the packages that are built by `rpm/dhd/helpers/build_packages.sh --mw` | 15:54 |
mal | hmm | 15:55 |
mal | that suggests it doesn't find anything to use from the local repo | 15:56 |
T42 | <elros34> do you have anything in droid-local-repo/merlin/repo/? | 15:58 |
T42 | <Spidey24Z> hi | 16:01 |
T42 | <Spidey24Z> lipstick[1614]: [F] unknown:0 - EGL Error : Could not create the egl surface: error = 0x3001 | 16:03 |
T42 | <Spidey24Z> could this error prevent lipstick from starting? | 16:03 |
T42 | <TheVancedGamer> Yes, the .rpm files (re @elros34: do you have anything...) | 16:05 |
T42 | <elros34> what about repo metadata? | 16:05 |
T42 | <TheVancedGamer> Ah, the rpm files are in droid-local-repo/merlin | 16:07 |
T42 | <TheVancedGamer> there's a repo folder with a repodata/ folder | 16:07 |
T42 | <TheVancedGamer> and many .xml.gz | 16:07 |
T42 | <TheVancedGamer> I also see a repomd.xml file, if that's useful | 16:08 |
T42 | <elros34> hm maybe temporary add this repo in sdk target "ssu ar local-repo file://*" and try whether you can find these missing packages "zypper se --repo=local-repo" | 16:16 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!