T42 | <HengYeDev> @elros34 Apparently something in there is causing a bootloop similar to https://forum.xda-developers.com/t/linux-porting-native-linux-to-galaxy-note9.3936077/post-79731602 | 01:13 |
---|---|---|
T42 | <HengYeDev> init.log is not written after i add those | 01:19 |
T42 | <HengYeDev> init.log is not written after i add those writes (edited) | 01:19 |
T42 | <elros34> @HengYeDev you are mixing something, read script, init.log is created at the beginning way before you mess with usb so it should be always created (add sync/sleep to be sure) | 09:59 |
jules[m] | Hi all | 10:48 |
jules[m] | i try to debug the sfbootstrap for oneplus5, i have an error when script run rpm/dhd/helpers/build_packages.sh --droid-hal | 10:52 |
jules[m] | script seems search python-2.7.17+git6-1.4.2.jolla.aarch64.rpm | 10:52 |
jules[m] | but that failed | 10:52 |
jules[m] | I which repo this package is search ? | 10:53 |
jules[m] | In* | 10:53 |
jules[m] | thanks | 10:53 |
T42 | <Verevka86> https://github.com/mer-hybris/pulseaudio-modules-droid/pulls | 10:55 |
T42 | <Verevka86> It's work perfect 👍 | 10:55 |
T42 | <elros34> jules[m]: should be in jolla repo: sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -m sdk-install -R zypper se -s python | 11:06 |
deathmist | @jules please share full log, it could be another thing that is the real issue | 11:19 |
deathmist | and see if trying again fixes the issue, there's some very stupid race conditions or something which causes pulseaudio-modules-droid-hidl build to fail for example, but trying again fixes it | 11:21 |
jules[m] | deathmist: hello, i add some set -x to understand script : https://termbin.com/mx5m | 11:27 |
T42 | <elros34> check whether you can install python in target snapshot | 11:30 |
T42 | <elros34> if not then in target itself | 11:30 |
jules[m] | deathmist: for information yesterday I do some change in your sfbootstrap.sh because I can't init | 11:42 |
jules[m] | deathmist: sfbootstrap | 11:42 |
jules[m] | deathmist: https://github.com/kaulian/sfbootstrap | 11:43 |
deathmist | @jules ah I'll have to take a better look at that later today. are you trying to build SFOS 4.3.0.15? I've not yet updated the necessary things for that | 12:21 |
deathmist | in fact it's trying to use the 4.3.0.15 platform SDK chroot along with 4.3.0.12 targets which is probably causing all your problems | 12:22 |
martyone | jules[m]: isn't the error about python saying something like "30 - Can't create /parentroot/srv/mer/targets/SailfishOS-devel-aarch64/var/cache/zypp/packages/oss/aarch64"? | 12:25 |
martyone | If so, then you likely miss the workaround with mount_sdk mentioned here https://docs.sailfishos.org/Tools/Platform_SDK/Installation/ | 12:25 |
deathmist | if you want to keep building 4.3.0.12 for now you can do SDK_RELEASE=3.7.4 in device/oneplus-cheeseburger/env.sh and run "sfbootstrap chroot setup" while answering y to remove the SailfishOS SDK | 12:26 |
deathmist | otherwise you can wait for me to fix up the port and script for 4.3.0.15 | 12:27 |
deathmist | I'll take this as a lesson to not set SDK_RELEASE to latest anymore in the configs :p | 12:27 |
T42 | <elros34> given the fact "latest" url was not really latest for several releases this should be never used | 12:28 |
T42 | <elros34> I meant target url | 12:29 |
deathmist | yeah I've noticed, that one I already set to a specific release | 12:30 |
jules[m] | deathmist: thanks for reply | 12:36 |
jules[m] | martyone: deathmist seems have found the problem, I try to learn how to port and its not easy task | 12:36 |
mal | we'll probably get 4.3.0.15 target to obs soon, I'll do announce it here once it's there | 12:36 |
jules[m] | to my knowledge, in this website https://releases.sailfishos.org/sdk/installers/ lastest seems point to 3.8.3/ with in the folder 4.3.0.15 | 12:40 |
jules[m] | the script dont follow that ? Or i understand nothing :) | 12:41 |
deathmist | @jules yes and the problem is my script doesn't have a workaround required for 4.3.0.15, also RELEASE has to be updated in the port env.sh and maybe submodules as well at the very least | 12:41 |
deathmist | (and it was also mixing 4.3.0.15 SDK chroot with 4.3.0.12 toolings) | 12:42 |
deathmist | since it expected latest to be 4.3.0.12 for the SDK chroot, I'll make it target a specific SDK_RELEASE in the future | 12:42 |
deathmist | mal: any news on the pulseaudio-modules-droid-hidl build failing always on first try and the processes staying running stuck in the background? | 12:43 |
jules[m] | deathmist: thanks | 12:46 |
mal | deathmist: no, I haven't had time to test that | 13:24 |
Usman | Helooo | 19:02 |
Usman | Who to setup sailfish os sdk | 19:02 |
deathmist | Usman: https://sailfishos.org/develop/hadk/ | 19:06 |
T42 | <HengYeDev> Hrmmmmm | 23:17 |
T42 | <HengYeDev> Add sync/sleep ; nothing happens | 23:17 |
T42 | <HengYeDev> put back the original unmodified init-debug - 60 seconds wait | 23:17 |
T42 | <HengYeDev> so the bug is definitely in the init-debug | 23:17 |
T42 | <HengYeDev> Here is modified init-debug https://gist.github.com/HengYeDev/3beb4c607c4bf8ca8fc71c0b3d580adc (re @elros34: @HengYeDev you are ...) | 23:17 |
T42 | <HengYeDev> I got some help from this but same result | 23:17 |
T42 | <HengYeDev> https://irc.thaodan.de/.imgstore/c540c05f/samsung_usb_tethering.diff | 23:17 |
T42 | <HengYeDev> https://t.me/ubports_porting/108268 | 23:18 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!