Wednesday, 2023-06-21

sstendoes anyone here know how to get access to the OBS? (what are the requirements)05:58
T42<adampigg> ping lbt06:14
sstenaparently he doesn't hang on irc, I guess :)06:35
*** amccarthy is now known as Guest369607:02
*** amccarthy_ is now known as amccarthy07:02
T42<smatkovi> [sebastian@alienware13r3 ~]$ ubu-chroot -r $PLATFORM_SDK_ROOT/sdks/ubuntu19:07
T42<smatkovi> mount: /: not mount point or bad option.19:07
T42<smatkovi>        dmesg(1) may have more information after failed mount system call.19:07
T42<smatkovi> mount_bind /var/run/dbus: None of these exists on your host - please report this bug19:07
T42<smatkovi> has anyone an idea why that could happen?19:07
malare you sure you have the environment variable correctly set?19:08
malthat PLATFORM_SDK_ROOT19:08
maltry "echo $PLATFORM_SDK_ROOT"19:09
T42<smatkovi> [sebastian@alienware13r3 ~]$ echo $PLATFORM_SDK_ROOT19:09
T42<smatkovi> /srv/sailfishos19:09
T42<smatkovi> i guess19:09
malso seems ok19:09
T42<smatkovi> i'm on fedora, maybe that's different^^19:09
malshould not matter19:09
maldo you have things in multiple disks perhaps?19:10
T42<smatkovi> i have multiple partitions if you mean that19:10
T42<smatkovi> [sebastian@alienware13r3 ~]$ sfossdk19:14
T42<smatkovi> [sudo] password for sebastian:19:14
T42<smatkovi> Mounting system directories...19:14
T42<smatkovi> Mounting /srv/sailfishos/targets as /srv/mer/targets19:14
T42<smatkovi> Mounting /srv/sailfishos/toolings as /srv/mer/toolings19:14
T42<smatkovi> Mounting / as /parentroot19:15
T42<smatkovi> Mounting home directory: /home/sebastian19:15
T42<smatkovi> User hook mount_sdk19:15
T42<smatkovi> Entering chroot as sebastian19:15
T42<smatkovi> Last login: Wed Jun 21 19:03:29 UTC 2023 on pts/119:15
T42<smatkovi> ,---19:15
T42<smatkovi> | Sailfish OS 4.5.0.18 (Struven ketju)19:15
T42<smatkovi> '---19:15
T42<smatkovi> -bash: /home/sebastian/.hadk.env: No such file or directory19:15
T42<smatkovi> Env setup for19:15
T42<smatkovi> the missing .hadk.env could be the problem19:15
malyeah, add that19:15
malplease use pastebin or similar service when pasting more than 3 lines19:15
T42<smatkovi> oh okay sry19:17
T42<smatkovi> do you know how to add .hadk.env by any chance?19:18
malhadk pdf says what it should contain19:18
malin chapter 4.119:19
T42<smatkovi> thanks :)19:20
T42<smatkovi> now it is workinig19:33
T42<smatkovi> does anyone know what i have to write in $DEVICE.xml on the line revision="stable/cm11.0" if i want to use lineageos 17.1?19:35
T42<smatkovi> i think i got it19:39
mal@smatkovi you can find what it should contain by checking lineage.dependecies file in your device repo20:10
maland looking for same file in the repos mentioned in it20:10
T42<smatkovi> can this be a device repo: https://github.com/Galaxy-MSM8916/android_kernel_samsung_msm8916 ?20:13
malthat is the kernel repo20:13
malwhich device are you porting?20:13
T42<smatkovi> samsung galaxy j5 2016 version or more specificly j510fn20:14
malyou probably need couple of repos to the xml20:23
malneed to first find which repo is the main one20:23
mal@smatkovi check this https://github.com/Galaxy-MSM8916/local_manifests/blob/master/lineage-17.1.xml you need at least kernel, correct device repos (you can find 2016 j5 there in comments) and probably vendor repo also, the audio repo change is probably also relevant20:27
malyou could of course just grab the whole file and just comment out the not needed device repos from it20:28
T42<smatkovi> oh cool, thank you very much :)20:28
T42<smatkovi> i have these two lines now:  <project path="kernel/samsung/msm8916" name="Galaxy-MSM8916/android_kernel_samsung_msm8916" revision="lineage-17.1"/>21:07
T42<smatkovi>   <project path="device/samsung/j5xnlte" name="Galaxy-MSM8916/android_device_samsung_j5xnlte" revision="lineage-17.1"/> but it says error: in `sync --fetch-submodules`: revision refs/tags/android-10.0.0_r41 in platform/cts not found21:07
T42<smatkovi> i also tried with stable/lineage-17.121:07
maltry without --fetch-submodules21:10
T42<smatkovi> lol chatgpt suggest running the command without —fetch-submodules first and then with this flag21:10
T42<smatkovi> oh21:11
T42<smatkovi> it really works21:11
T42<smatkovi> thanks :)21:26
T42<smatkovi> it would be nice if it could compile from here on its own, but the guide doesn't suggest that unfortunately21:28

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!