Thursday, 2017-09-14

*** zhxt__ <zhxt__!~zhxt@36.102.208.91> has joined #sailfishos-porters00:06
*** zhxt__ <zhxt__!~zhxt@36.102.208.91> has quit IRC (Ping timeout: 264 seconds)00:12
*** Kabouik_ <Kabouik_!~kabouik@176.31.13.108> has joined #sailfishos-porters00:21
*** Kabouik- <Kabouik-!~kabouik@239.72.95.88.customer.cdi.no> has quit IRC (Ping timeout: 252 seconds)00:24
*** Mister_Magister <Mister_Magister!~mister@user-94-254-149-91.play-internet.pl> has quit IRC (Ping timeout: 255 seconds)00:34
blapah TheKit test_egl and test_egl_configs also break with those errors01:09
*** Administrator___ <Administrator___!~quassel@124.202.185.26> has joined #sailfishos-porters01:28
*** Administrator___ is now known as zhxt01:28
*** _sven <_sven!~sven@tmo-112-185.customers.d1-online.com> has joined #sailfishos-porters04:03
*** noume <noume!~noume@195-253-17-159.ip.dokom21.de> has quit IRC (Remote host closed the connection)04:16
blapon xt894: EGL_PLATFORM=wayland test_egl_configs gives segfault04:29
blapEGL_PLATFORM=hwcomposer test_egl_configs returns EGL Version 1.4 and a bunch of info04:30
TheKitEGL_PLATFORM=wayland test_egl_configs gives segfault - that's expected04:32
TheKitlibPVROGL.so and libPVROCL.so are missing in Android as well (check stock firmware)04:32
*** spiiroin <spiiroin!~spiiroin@37-33-95-250.bb.dnainternet.fi> has quit IRC (Ping timeout: 240 seconds)04:47
*** m4sk1n_ <m4sk1n_!~m4sk1n@2001:41d0:2:2bc4::342> has quit IRC (Ping timeout: 252 seconds)04:48
*** m4sk1n <m4sk1n!~m4sk1n@2001:41d0:2:2bc4::342> has joined #sailfishos-porters04:51
*** xkr47 <xkr47!~xkr47@dbj0z4yycdpt---vz651t-3.rev.dnainternet.fi> has quit IRC (Ping timeout: 276 seconds)05:06
*** xkr47 <xkr47!~xkr47@dbj0z4yycdpt---vz651t-3.rev.dnainternet.fi> has joined #sailfishos-porters05:08
*** spiiroin <spiiroin!~spiiroin@2001:998:2a:dead:28be:1d23:de4:62ff> has joined #sailfishos-porters05:15
blapgotcha, i will modify my post05:19
blapi think it's because full opengl isn't supported and opencl is 'who cares'05:20
blapso the error messages were unimportant05:20
blapdid the test_egl ever work for you?05:20
*** maheart <maheart!~maheart@110-175-40-116.static.tpgi.com.au> has quit IRC (Ping timeout: 240 seconds)05:26
*** keithzg_ <keithzg_!~keithzg@gmcl.com> has joined #sailfishos-porters05:26
*** maheart <maheart!~maheart@110-175-40-116.static.tpgi.com.au> has joined #sailfishos-porters05:26
*** keithzg <keithzg!~keithzg@gmcl.com> has quit IRC (Ping timeout: 240 seconds)05:27
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has quit IRC (Remote host closed the connection)05:42
*** blap <blap!~blap@p54BEF8E4.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)06:03
*** stephg <stephg!~stephg@93.89.81.153> has quit IRC (Quit: Lost terminal)06:09
*** blap <blap!~blap@p54BEF8E4.dip0.t-ipconnect.de> has joined #sailfishos-porters06:11
*** shiwin <shiwin!~Ivan@host-207-138.dialup.telecet.ru> has quit IRC (Quit: WeeChat 1.4)06:17
*** shiwin <shiwin!~Ivan@host-207-138.dialup.telecet.ru> has joined #sailfishos-porters06:20
blapon both retroarch and test_egl, strace seems to show the last successful thing run is gralloc https://pastebin.ca/387020606:35
blapalso test_hwcomposer: test_hwcomposer.cpp:167: int main(int, char**): Assertion `err == 0' failed06:42
blapstracing test_hwcomposer also seems to croak after accessing access("/vendor/lib/hw/gralloc.omap4.so", R_OK) = 006:44
blapwritev(5, [{"\6", 1}, {"ti_hwc\0", 7}, {"Framebuffer HAL not opened befor"..., 38}], 3) = 4606:45
blapwrite(2, "test_hwcomposer: test_hwcomposer"..., 94test_hwcomposer: test_hwcomposer.cpp:167: int main(int, char**): Assertion `err == 0' failed06:45
blapTheKit: do these tests succeed for you?06:50
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@88.190.246.243> has joined #sailfishos-porters06:51
blapis this port running on fbdev?06:52
NeKitTelegram[m]blap, it uses fbdev libhybris backend with Qt QPA hwcomposer plugin06:54
NeKitTelegram[m]EGL_PLATFORM=fbdev is needed to avoid "Framebuffer HAL not opened before..." error06:54
NeKitTelegram[m](on TI OMAP4)06:54
*** Ingvix <Ingvix!~Ingvix@cable-hml-58569a-216.dhcp.inet.fi> has joined #sailfishos-porters06:55
*** Kabouik_ <Kabouik_!~kabouik@176.31.13.108> has quit IRC (Ping timeout: 240 seconds)06:55
blaptyanks NeKitTelegram[m] : can i run that from a ssh session or only the terminal on device?06:56
NeKitTelegram[m]ssh session is fine06:57
NeKitTelegram[m]but what are you trying to debug?06:57
blapboth seem to give me ERROR: failed to open framebuffer: (Bad address)  for RetroArch06:57
blapsame error for test_egl06:57
NeKitTelegram[m]shouldn't RetroArch run on Wayland, not framebuffer/hwcomposer?06:57
blapi don't know06:58
blapEGL_PLATFORM=wayland gives segfault for retroarch and test_egl07:00
NeKitTelegram[m]test_egl won't work with this, and it doesn't work on many devices07:00
blapah07:01
NeKitTelegram[m]is retroarch build with wayland support and works on other devices?07:01
blapi will have to look into it07:01
blapit runs on linux/opengl and supposedly on some arm devices07:02
blapso i will learn what it wants07:02
blapi didn't build the SFOS port07:04
*** nh1402 <nh1402!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has joined #sailfishos-porters07:05
*** Kabouik <Kabouik!~kabouik@158.38.1.70> has joined #sailfishos-porters07:18
blapldd -v /usr/bin/retroarch07:23
blaplibEGL.so.1 => /usr/lib/libEGL.so.1 (0x4020e000)07:23
blaplibGLESv2.so.2 => /usr/lib/libGLESv2.so.2 (0x40013000)07:23
blaplibSDL2-2.0.so.0 => /usr/lib/libSDL2-2.0.so.0 (0x402c9000)07:23
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has joined #sailfishos-porters07:24
NeKitTelegram[m]did you try SDL_VIDEODRIVER=wayland?07:24
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@88.190.246.243> has quit IRC (Ping timeout: 240 seconds)07:25
NeKitTelegram[m]was retroarch compiled for SFOS or it's a binary from somewhere else?07:25
blapis sfos07:25
blapstrace shows it looking for /usr/lib/tls/libwayland-server.so.0 = -1 ENOENT07:26
blaplast three strace messages are07:28
blapsendmsg(7, {msg_name(0)=NULL, msg_iov(1)=[{"\6\0\0\0\0\0(\0\6\0\0\0\16\0\0\0android_wlegl\0\0\0"..., 48}], msg_controllen=0, msg_flags=0}, MSG_DONTWAIT|MSG_NOSIGNAL) = 4807:28
blapclose(7)                                = 007:28
blapclose(7)                                = -1 EBADF (Bad file descriptor)07:28
*** Mister_Magister <Mister_Magister!~mister@user-94-254-131-9.play-internet.pl> has joined #sailfishos-porters07:42
*** lpotter <lpotter!~quassel@CPE-124-183-74-128.lns13.ken.bigpond.net.au> has quit IRC (Read error: No route to host)07:54
*** pketo_ is now known as pketo08:04
*** Mister_Magister1 <Mister_Magister1!~foidbgen@user-94-254-131-9.play-internet.pl> has joined #sailfishos-porters08:13
*** stephg <stephg!~stephg@195.110.69.86> has joined #sailfishos-porters08:14
r0kk3rzanyone come across an issue where https site certificates dont validate?08:14
*** SfietKonstantinW <SfietKonstantinW!c2623324@gateway/web/cgi-irc/kiwiirc.com/ip.194.98.51.36> has joined #sailfishos-porters08:15
*** Mister_Magister1 <Mister_Magister1!~foidbgen@user-94-254-131-9.play-internet.pl> has quit IRC (Client Quit)08:16
*** Mister_Magister1 <Mister_Magister1!~foidbgen@user-94-254-131-9.play-internet.pl> has joined #sailfishos-porters08:16
*** Mister_Magister1 <Mister_Magister1!~foidbgen@user-94-254-131-9.play-internet.pl> has quit IRC (Client Quit)08:17
*** Nokius_ is now known as Nokius08:19
blapall the time08:20
r0kk3rzon a ported device?08:22
r0kk3rzbecause it looks like no https certificates are validating... works fine on jolla c08:22
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.150.193> has joined #sailfishos-porters08:25
*** cxl000 <cxl000!~cxl000@c27-253-11-51.brodm4.vic.optusnet.com.au> has joined #sailfishos-porters08:32
*** jakibaki <jakibaki!~textual@ipservice-092-217-212-051.092.217.pools.vodafone-ip.de> has joined #sailfishos-porters08:47
*** Mister_Magister1 <Mister_Magister1!~foidbgen@user-94-254-131-9.play-internet.pl> has joined #sailfishos-porters09:02
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.150.193> has quit IRC (Ping timeout: 264 seconds)09:03
r0kk3rznh1402: apparently the price of the iPhone x is because the yield on the screens is terrible09:04
nh1402[m]pfft09:04
*** Mister_Magister1 <Mister_Magister1!~foidbgen@user-94-254-131-9.play-internet.pl> has quit IRC (Client Quit)09:05
*** sven_ <sven_!~sven@tmo-107-179.customers.d1-online.com> has joined #sailfishos-porters09:13
*** _sven <_sven!~sven@tmo-112-185.customers.d1-online.com> has quit IRC (Ping timeout: 260 seconds)09:15
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.193> has joined #sailfishos-porters09:18
blapoh r0kk3rz sorry - on desktop09:32
r0kk3rzblap: yeah theres a reason i asked here :P09:45
blapseem to work fine09:47
*** krnlyng <krnlyng!~frajo@mobile-access-bceec0-82.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer)10:14
r0kk3rzyes i must have an out of date root certificate somehow...10:18
*** spiiroin <spiiroin!~spiiroin@2001:998:2a:dead:28be:1d23:de4:62ff> has quit IRC (Ping timeout: 246 seconds)10:31
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.193> has quit IRC (Ping timeout: 240 seconds)10:51
*** spiiroin <spiiroin!~spiiroin@37-33-95-250.bb.dnainternet.fi> has joined #sailfishos-porters10:55
*** Mister_Magister <Mister_Magister!~mister@user-94-254-131-9.play-internet.pl> has quit IRC (Ping timeout: 248 seconds)11:01
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.150.193> has joined #sailfishos-porters11:03
*** pashik <pashik!~Pavel@85.26.170.34> has quit IRC (Quit: WeeChat 1.4)11:23
*** pashik <pashik!~Pavel@85.26.170.34> has joined #sailfishos-porters11:25
*** nh1402 <nh1402!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has quit IRC (Ping timeout: 240 seconds)11:33
*** hexc0de <hexc0de!~tsehcode@86.57.147.172> has joined #sailfishos-porters11:35
*** stephg <stephg!~stephg@195.110.69.86> has quit IRC (Ping timeout: 246 seconds)11:39
*** nh1402 <nh1402!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has joined #sailfishos-porters11:46
*** zhxt <zhxt!~quassel@124.202.185.26> has quit IRC (Ping timeout: 260 seconds)12:07
*** erikas <erikas!4e398403@gateway/web/freenode/ip.78.57.132.3> has joined #sailfishos-porters12:21
erikasHi, I have problem with my Jolla Tablet. When I watch youtube at some videos video starts to blink in green, purple ant etc. Is there possible to fix it?12:23
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.150.193> has quit IRC (Ping timeout: 260 seconds)13:07
*** Kabouik <Kabouik!~kabouik@158.38.1.70> has quit IRC (Ping timeout: 240 seconds)13:13
*** Edz <Edz!~sailfish@82-132-247-114.dab.02.net> has joined #sailfishos-porters13:14
*** jakibaki <jakibaki!~textual@ipservice-092-217-212-051.092.217.pools.vodafone-ip.de> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)13:16
*** Kabouik <Kabouik!~kabouik@158.38.1.70> has joined #sailfishos-porters13:19
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.193> has joined #sailfishos-porters13:21
*** jakibaki <jakibaki!~textual@ipservice-092-217-212-051.092.217.pools.vodafone-ip.de> has joined #sailfishos-porters13:30
erikasHi, I have problem with my Jolla Tablet. When I watch youtube at some videos video starts to blink in green, purple ant etc. Is there possible to fix it?13:30
erikasand*13:30
r0kk3rziirc some videos use a different colour space and that has troubles with gstreamer and the browser13:32
r0kk3rzerikas: id suggest making a question on TJC about it and maybe Jolla will look at it13:38
erikasTJC? Sorry, I'm lagged behind little bit :D13:38
r0kk3rztogether.jolla.com13:39
erikasOh thanks...13:40
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.193> has quit IRC (Ping timeout: 240 seconds)13:51
*** Kabouik_ <Kabouik_!~kabouik@158.38.1.70> has joined #sailfishos-porters13:51
*** Kabouik <Kabouik!~kabouik@158.38.1.70> has quit IRC (Read error: Connection reset by peer)13:52
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.150.193> has joined #sailfishos-porters14:03
*** jwalck <jwalck!~strkmjolk@h-5-150-255-103.NA.cust.bahnhof.se> has quit IRC (Remote host closed the connection)14:04
r0kk3rzerikas: it would be an idea to link an example of which videos are experiencing the issue14:06
erikasI most use tablet for music, for example Thunder, Believer14:07
*** stephg <stephg!~stephg@46.17.59.42> has joined #sailfishos-porters14:07
*** Edz <Edz!~sailfish@82-132-247-114.dab.02.net> has quit IRC (Quit: IRC for Sailfish 0.9)14:08
r0kk3rzerikas: i meant in what you put on tjc14:08
erikasOh, okay thanks14:09
*** erikas <erikas!4e398403@gateway/web/freenode/ip.78.57.132.3> has quit IRC (Quit: Page closed)14:29
*** lintuxido <lintuxido!737c734b@gateway/web/cgi-irc/kiwiirc.com/ip.115.124.115.75> has joined #sailfishos-porters14:37
*** pketo <pketo!~pketo@mobile-access-5d6a6e-125.dhcp.inet.fi> has quit IRC (Ping timeout: 248 seconds)14:52
*** hge <hge!~hongwei.g@host-59-98.lasipalatsi.fi> has quit IRC (Quit: Leaving)14:53
*** pketo <pketo!~pketo@mobile-access-bcee57-53.dhcp.inet.fi> has joined #sailfishos-porters14:53
*** lintuxido <lintuxido!737c734b@gateway/web/cgi-irc/kiwiirc.com/ip.115.124.115.75> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)15:00
*** pketo_ <pketo_!~pketo@mobile-user-c1d2e0-200.dhcp.inet.fi> has joined #sailfishos-porters15:02
*** pketo <pketo!~pketo@mobile-access-bcee57-53.dhcp.inet.fi> has quit IRC (Ping timeout: 240 seconds)15:05
*** Kabouik_ <Kabouik_!~kabouik@158.38.1.70> has quit IRC (Ping timeout: 240 seconds)15:08
*** pketo_ is now known as pketo15:10
*** |miska| <|miska|!~|miska|@2a01:430:28:201a:3c9a:db2:321c:6b3d> has joined #sailfishos-porters15:25
*** |miska| <|miska|!~|miska|@2a01:430:28:201a:3c9a:db2:321c:6b3d> has quit IRC (Changing host)15:25
*** |miska| <|miska|!~|miska|@opensuse/member/-miska-> has joined #sailfishos-porters15:25
*** _sven <_sven!~sven@p5DEA8042.dip0.t-ipconnect.de> has joined #sailfishos-porters15:27
*** nh1402 <nh1402!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has quit IRC (Quit: Leaving)15:28
*** _sven <_sven!~sven@p5DEA8042.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)15:29
*** _sven <_sven!~sven@p5DEA8042.dip0.t-ipconnect.de> has joined #sailfishos-porters15:29
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has quit IRC (Quit: Konversation terminated!)15:50
*** hexc0de <hexc0de!~tsehcode@86.57.147.172> has quit IRC (Remote host closed the connection)15:52
*** nh1402 <nh1402!~nh1402@84.93.245.124> has joined #sailfishos-porters15:55
*** _sven <_sven!~sven@p5DEA8042.dip0.t-ipconnect.de> has quit IRC (Read error: Connection reset by peer)15:58
*** _sven <_sven!~sven@p5DEA8042.dip0.t-ipconnect.de> has joined #sailfishos-porters15:59
*** MatrixBridge <MatrixBridge!matrixirc@gateway/shell/matrix.org/x-mojcypxetucbawlu> has joined #sailfishos-porters16:01
*** MatrixBridge <MatrixBridge!matrixirc@gateway/shell/matrix.org/x-mojcypxetucbawlu> has left #sailfishos-porters ("User left")16:01
_svenhow it comes that this channel log is incomplete?16:05
*** ExPLIT[m] <ExPLIT[m]!explitmatr@gateway/shell/matrix.org/x-jhvmhcexshtghoza> has joined #sailfishos-porters16:09
*** nh1402 <nh1402!~nh1402@84.93.245.124> has quit IRC (Read error: Connection reset by peer)16:11
*** nh1402 <nh1402!~nh1402@84.93.245.124> has joined #sailfishos-porters16:12
*** nh1402 <nh1402!~nh1402@84.93.245.124> has quit IRC (Ping timeout: 240 seconds)16:17
*** stephg <stephg!~stephg@46.17.59.42> has quit IRC (Ping timeout: 246 seconds)16:20
_svenr0kk3rz: http://pastebin.ubuntu.com/25534900/ this is my manifest.xml and this is the output of build_packages.sh -c http://pastebin.ubuntu.com/25534905/ what do i need to finish config stuff?16:25
_svenr0kk3rz: build-packages.sh -d produces this error http://pastebin.ubuntu.com/25534914/16:27
*** PamNor <PamNor!~sailfish@1.51-175-184.customer.lyse.net> has joined #sailfishos-porters16:33
*** PamNor <PamNor!~sailfish@1.51-175-184.customer.lyse.net> has quit IRC (Client Quit)16:35
*** Kabouik_ <Kabouik_!~kabouik@239.72.95.88.customer.cdi.no> has joined #sailfishos-porters16:38
r0kk3rzmaybe merbot died16:41
*** freedomrun <freedomrun!~freedomru@unaffiliated/freedomrun> has joined #sailfishos-porters16:42
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.150.193> has quit IRC (Remote host closed the connection)16:42
r0kk3rz_sven: interesting, theres something it doesnt like with that kernel config16:43
r0kk3rzbut it only prints short list there, you need to run the mer_kernel_check script to get the full list16:43
r0kk3rzsection 5.4.1 of hadk16:45
_sveni finished make without errors16:49
*** taaeem <taaeem!~taaem@unaffiliated/taaem> has joined #sailfishos-porters16:52
*** Nemno <Nemno!~teknomen@77.172.117.67> has joined #sailfishos-porters16:53
_svenuhh, merk-kernel-check produces a long list http://pastebin.ubuntu.com/25535012/16:53
*** taaem <taaem!~taaem@unaffiliated/taaem> has quit IRC (Ping timeout: 260 seconds)16:55
r0kk3rz_sven: yeah ignore that, your kernel config isnt at that path, so check whats in /out/target/product/16:57
_svenah sorry16:57
_svenhttp://pastebin.ubuntu.com/25535054/17:01
r0kk3rzthat better, what id suggest is set $DEVICE to suzu and use that as device name everywhere17:03
r0kk3rzi recon the droid-hal script is using $DEVICE to check the kernel script, and getting what you got before17:04
r0kk3rzhmm, actually its probably just easier to mv that suzu directory to f5121 instead17:05
_svenwhich directory?17:07
_sveni could do a symlink17:07
*** vknecht <vknecht!~vknecht@213-245-247-24.rev.numericable.fr> has joined #sailfishos-porters17:08
vknechthello17:09
r0kk3rz_sven: symlink is a better idea, do that the /out/target/product/suzu one17:09
_svenwhat next?17:11
_svenwow, rpm/dhd/helpers/build_packages.sh --d asks for mountpoints17:15
_svenhttp://pastebin.ubuntu.com/25535137/17:15
r0kk3rz_sven: ah, another s/suzu/f5121 issue17:17
r0kk3rz_sven: its in hybris/hybris-boot/fixup-mountpoints17:17
r0kk3rzactually change "suzu") to "suzu" | "f5121), @ line 1217:19
_svenhttp://pastebin.ubuntu.com/25535162/ thats in fixup-mountpoints17:21
*** nh1402 <nh1402!~nh1402@84.93.245.124> has joined #sailfishos-porters17:22
r0kk3rzyeees, you see where it says suzu at the top, do what i said :)17:24
_svenyes i did it and rerun build_packages.sh -d http://pastebin.ubuntu.com/25535182/17:25
r0kk3rzhmm, thats the recovery img thing, i dont really know about that. its not something we build in normal hadk17:27
r0kk3rzbut it looks like the spec is broke17:27
*** woddy <woddy!~woddy@unaffiliated/woddy> has joined #sailfishos-porters17:29
r0kk3rzyou are using this right? https://github.com/mer-hybris/droid-hal-f5121/blob/master/droid-hal-f5121.spec17:29
r0kk3rzbecause it seems to sort those files17:29
_svenhttp://pastebin.ubuntu.com/25535201/ droid-hal-f5121.log17:32
_svenfile is in rpm folder?17:38
r0kk3rzyeah rpm/dhd17:38
r0kk3rzno just /rpm17:39
_svenmy spec file was different17:42
_svenmaybe because i run build_packages.sh -c17:42
*** phdeswer <phdeswer!~phdeswer@auth.nomovok.info> has quit IRC (Ping timeout: 255 seconds)17:43
_svenyes, it works17:43
_svennow what17:43
_svenhttp://pastebin.ubuntu.com/25535248/17:44
r0kk3rzif you build hal > process patterns > build configs, then final step is to run mic17:44
r0kk3rzyou did run build_packages with no options once though right?17:46
_svenhttp://pastebin.ubuntu.com/25535267/ proccess_patterns.sh show me an error, is it normal?17:49
r0kk3rzyeah it is, ignore that17:50
r0kk3rzlooks like it worked17:50
_svenmic says http://pastebin.ubuntu.com/25535279/ Unable to find pattern: Jolla Configuration f512117:50
_sveni run this command http://pastebin.ubuntu.com/25535282/17:51
*** nh1402 <nh1402!~nh1402@84.93.245.124> has quit IRC (Ping timeout: 240 seconds)17:52
r0kk3rzi think theres stuff in the hadk about debugging that17:52
*** nh1402 <nh1402!~nh1402@84.93.245.124> has joined #sailfishos-porters17:52
r0kk3rzyou build thee configs after process patterns?17:53
_svenbefore patterns17:54
_svenhttp://pastebin.ubuntu.com/25535301/17:54
_sventhats what i did17:55
_svenhttp://pastebin.ubuntu.com/25535319/ this is my .ks file17:58
_svenah, i remeber something about the @Jolla line17:59
*** krnlyng <krnlyng!~frajo@mobile-access-6df018-92.dhcp.inet.fi> has joined #sailfishos-porters18:00
r0kk3rzyeah you need to do things in order18:01
_sventried to replace @Jolla Configuration @DEVICE@ with @jolla-hw-adaptation-@DEVICE@ and get similar error: Error <creator>: Unable to find pattern: jolla-hw-adaption-@DEVICE@18:05
*** woddy <woddy!~woddy@unaffiliated/woddy> has quit IRC (Quit: Leaving)18:05
*** nh1402 <nh1402!~nh1402@84.93.245.124> has quit IRC (Read error: Connection reset by peer)18:07
*** nh1402 <nh1402!~nh1402@84.93.245.124> has joined #sailfishos-porters18:07
_svenwhat can i add here for %packages?18:09
_sven:q!18:10
_svenups18:10
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters18:23
*** malkien <malkien!~michele@host.254.220.23.62.rev.coltfrance.com> has quit IRC (Quit: Konversation terminated!)18:24
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Read error: Connection reset by peer)18:24
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters18:24
*** freedomrun <freedomrun!~freedomru@unaffiliated/freedomrun> has quit IRC (Quit: Leaving)18:27
*** phdeswer <phdeswer!~phdeswer@91-159-52-26.elisa-laajakaista.fi> has joined #sailfishos-porters18:38
*** wls123 <wls123!~wls123@2601:282:d01:fb96:8162:8d5f:d7d9:7a03> has joined #sailfishos-porters18:40
r0kk3rzwhy did you do that?18:40
*** Kabouik- <Kabouik-!~kabouik@239.72.95.88.customer.cdi.no> has joined #sailfishos-porters18:49
*** woddy <woddy!~woddy@unaffiliated/woddy> has joined #sailfishos-porters18:49
*** Kabouik_ <Kabouik_!~kabouik@239.72.95.88.customer.cdi.no> has quit IRC (Ping timeout: 248 seconds)18:50
*** nh1402 <nh1402!~nh1402@84.93.245.124> has quit IRC (Ping timeout: 240 seconds)18:51
*** nh1402 <nh1402!~nh1402@22.104.114.87.dyn.plus.net> has joined #sailfishos-porters18:52
_svenits written in chapter 8.5 page 2818:56
mal_sven: you are missing the droid-local-repo18:57
mal_sven: from .ks18:58
mal_sven: I told you to add it several times before, why in the hell haven't you done what I say?18:59
nh1402I'm getting this rather rudimentary error https://bpaste.net/show/aa70927d35d1 when trying to run "make hybris-hal"19:01
r0kk3rznh1402: you didnt envsetup probably19:02
r0kk3rznh1402: wait, your path is weird, what are you doing?19:03
_svenmal: you are right, you recommend it exactly one week before, but you don't tell me what exactly i have to add. maybe because you can't imagine a noob need a bit more help. i tried to add just the line "droid-local-repo" to the .ks file, but i get similar error "Unable to find package: droid-local-repo19:39
_svenbtw. i changed the .ks file located in $ANDROID_ROOT19:41
malchannel logs usually help19:41
r0kk3rz_sven: did you redo build_packages.sh --configs after process_patterns.sh?19:42
_svenno19:43
mal_sven: but since you don't seem to know how to use google to search the logs this is the answer http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2017-08-19.log.html#t2017-08-19T17:22:0719:44
*** TheKit <TheKit!~nekit@178-45-10-185.saransk.ru> has quit IRC (Remote host closed the connection)20:00
_svenmal: thank you, seems i'm not the only newbie :) i was running in the same traps as ArenClegg while adding the line to .ks file20:03
_svennow it stops with pulseaudio-modules-droid needed by pattern error http://pastebin.ubuntu.com/25535966/20:07
maldid you run the whole build_packages.sh?20:09
*** elros <elros!~sailfish@87-206-143-180.dynamic.chello.pl> has joined #sailfishos-porters20:12
*** woddy <woddy!~woddy@unaffiliated/woddy> has quit IRC (Ping timeout: 252 seconds)20:13
*** woddy <woddy!~woddy@unaffiliated/woddy> has joined #sailfishos-porters20:17
_svenseems no, its retrieving/building a lot of packages20:18
_svenhttp://pastebin.ubuntu.com/25536047/ Fatal: 'rpm/droid-hal-version-f5121.spec' doesn't exist20:28
*** cxl000 <cxl000!~cxl000@c27-253-11-51.brodm4.vic.optusnet.com.au> has quit IRC (Ping timeout: 240 seconds)20:29
mal_sven: that mean you haven't created that repo as instructed in hadk pdf20:29
* vknecht gets something a bit different : https://pastebin.ca/387068720:30
_svenmal: that may be, because i'm switching between hadk pdf and sledges sailfish_x_hadk preview20:33
malwell since people don't seem to want to wait for the complete instructions then it's not going to be easy20:33
vknechtwhat can we do to help ? :-)20:39
_sven:)20:39
r0kk3rz_sven: yeah at this point you need to be following the hadk and not sledges instructions20:39
blapdo gles apps not work when the port is using fbdev libhybris?20:40
r0kk3rzthis is what i came up with over the weekend: https://gist.github.com/r0kk3rz/0c13e14dfd6a4de117191d7248ed0ce920:40
*** Nokius_ <Nokius_!~Nokius@p5DDB4522.dip0.t-ipconnect.de> has joined #sailfishos-porters20:44
locusfway of the mal :D20:44
r0kk3rzit is basically what mal did for the fp2 afterall :)20:45
vknecht"make -j4 hybris-hal" looks new to me, I'll try that, thanks :-)20:47
*** Nokius <Nokius!~Nokius@p5DDB523F.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 248 seconds)20:48
vknechtah, no, it was in the wiki20:48
_svendoesn't make make up everything?20:49
r0kk3rzno20:49
r0kk3rzmake does androidy toolchain stuff, and then have other toolchainy stuff20:50
_svenbut make hybris-hal builds also boot image20:51
r0kk3rzyes, but android boot images dont have that much in them20:52
_sveni saw make hybris-boot command, but it's not needed if i use make hybris-hal right?20:52
r0kk3rzsure20:54
*** cxl000 <cxl000!~cxl000@c27-253-11-51.brodm4.vic.optusnet.com.au> has joined #sailfishos-porters20:55
*** wiktorek140 <wiktorek140!~wiktorek1@acdy36.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters20:56
_svenhehe channel log is a time machine, reading http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2015-09-09.log.html, similar problem as i have today, sledges: wait for new hadk first :P21:04
*** cxl000 <cxl000!~cxl000@c27-253-11-51.brodm4.vic.optusnet.com.au> has quit IRC (Ping timeout: 240 seconds)21:04
*** nh1402 <nh1402!~nh1402@22.104.114.87.dyn.plus.net> has quit IRC (Remote host closed the connection)21:06
*** _sven2 <_sven2!~sven@tmo-106-6.customers.d1-online.com> has joined #sailfishos-porters21:19
*** cxl000 <cxl000!~cxl000@c27-253-11-51.brodm4.vic.optusnet.com.au> has joined #sailfishos-porters21:21
*** sven_ <sven_!~sven@tmo-107-179.customers.d1-online.com> has quit IRC (Ping timeout: 246 seconds)21:21
*** woddy <woddy!~woddy@unaffiliated/woddy> has quit IRC (Quit: Leaving)21:23
*** wls123 <wls123!~wls123@2601:282:d01:fb96:8162:8d5f:d7d9:7a03> has quit IRC (Remote host closed the connection)21:28
*** wls123 <wls123!~wls123@2601:282:d01:fb96:8162:8d5f:d7d9:7a03> has joined #sailfishos-porters21:28
*** KelleyMcChes <KelleyMcChes!439e8c46@gateway/web/freenode/ip.67.158.140.70> has joined #sailfishos-porters21:29
KelleyMcChesHi, could someone help me for a sec with building SailfishOS for my device?21:29
*** elros <elros!~sailfish@87-206-143-180.dynamic.chello.pl> has quit IRC (Quit: IRC for Sailfish 0.9)21:32
r0kk3rzKelleyMcChes: what device? where are you at with it?21:32
*** elros <elros!~communi@87-206-143-180.dynamic.chello.pl> has joined #sailfishos-porters21:32
KelleyMcChesI'm building it for the Kindle Fire but when I run the final mic command I get "Error <creator>: Unable to find pattern: Jolla Configuration otterx"21:33
KelleyMcChesI tried to find the solution online but none of the solutions work21:34
*** Nemno <Nemno!~teknomen@77.172.117.67> has quit IRC (Ping timeout: 240 seconds)21:35
elrosKelleyMcChes do you have local repo in ks file?21:37
KelleyMcChesyeah i'll get the link for you21:37
r0kk3rzKelleyMcChes: pastebin the whole .ks21:38
KelleyMcCheshttps://pastebin.com/qJpcjTzy21:39
elrosKelleyMcChes: http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2017-08-19.log.html#t2017-08-19T17:22:0721:40
KelleyMcChesI didn't try that one because I don't know which file in that directory I put it in21:41
_svenmal: i fixed the issue, i forgot that i comment out the droid-hal-version line earlier in my manifest.xml21:41
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Quit: eyome)21:44
KelleyMcChes<elros> do i run that command or do i put that command in a file21:46
elrosKeylleyMcChes: put it in your ks file21:47
_svenhttp://pastebin.ubuntu.com/25536396/ now i got the exact same error like vknecht21:47
elrosKeylleyMcChes: replace $DEVICE and $ANDROID_ROOT  repo --name=adaptation-community-$DEVICE-@RELEASE@ --baseurl=file://$ANDROID_ROOT/droid-local-repo/$DEVICE21:47
KelleyMcChesOk that worked21:51
KelleyMcChesDo I have to change that before I do a PR into the main branch21:51
elrosmain branch of what?21:53
KelleyMcChesWhen I do a request into mer-hybris so that other people can use what I did21:53
*** wiktorek140 <wiktorek140!~wiktorek1@acdy36.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Dowidzenia ^-^)21:53
elrosYou can upload your ks file somewhere (not in mer-hybris) but I see no point because adding droid-local-repos is described in HADK21:57
KelleyMcChesok22:00
_svenKelleyMcChes: http://pastebin.ubuntu.com/25536490/ this is my .ks file, have a look at line 2022:03
KelleyMcChesSo you just leave it in there when you upload it to github?22:04
_sveni didnt upload it to github22:04
KelleyMcChesok22:04
*** _sven <_sven!~sven@p5DEA8042.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving)22:05
*** KelleyMcChes <KelleyMcChes!439e8c46@gateway/web/freenode/ip.67.158.140.70> has quit IRC (Quit: Page closed)22:11
elrosphdeswer: ping, so do you have any ideas about my mtp issue (storage leak)22:12
*** phdeswer <phdeswer!~phdeswer@91-159-52-26.elisa-laajakaista.fi> has quit IRC (Ping timeout: 240 seconds)22:14
*** Tofe <Tofe!~Tofe@nor75-20-82-247-155-176.fbx.proxad.net> has quit IRC (Ping timeout: 240 seconds)22:30
*** carepack <carepack!~carepack@p579D91CE.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 264 seconds)22:34
*** carepack <carepack!~carepack@p579D9F48.dip0.t-ipconnect.de> has joined #sailfishos-porters22:35
sledgeswho's not sleeping22:41
aa13q_me :)22:42
sledgesgood:)22:42
vknechtsledges, hello :)22:45
*** aa13q_ is now known as aa13q22:50
sledgeshi22:51
sledgeshttps://sailfishos.org/wiki/Sailfish_X_Build_and_Flash_iknewyoudlook22:51
sledgeslet the games begin :)22:51
aa13qnice! ^__^)22:51
sledgesi hope you fellows could get to a successful mic image build :)22:51
sledgesis all WIP and drafty :) (draughty!)22:53
vknechtnope, I stalled at https://pastebin.ca/387068722:53
sledgescc ghosalmartin stephg locusf _sven2 r0kk3rz and whoever else went on ways and paths for Xperia builds :) ^22:53
sledgesvknecht: following that wiki, nothing runs "build_packages.sh" without arguments ;)22:54
*** Kabouik_ <Kabouik_!~kabouik@169.ip-37-187-176.eu> has joined #sailfishos-porters23:00
vknechtsledges, what about the local f5121.xml  manifest ? Is it this file ?23:02
vknechthttps://github.com/mer-hybris/android/blob/syspart-sony-aosp-6.0.1_r80-20170901/default.xml23:03
*** Kabouik- <Kabouik-!~kabouik@239.72.95.88.customer.cdi.no> has quit IRC (Ping timeout: 246 seconds)23:03
sledgesvknecht: no, it's the hybris- for the first part23:04
sledgesvknecht: in the updated wiki there are instructions on how to build img-boot (the failure on your pastebin)23:04
sledgesvknecht: syspart- is to build /system partition (now also documented)23:05
*** ahjolinna <ahjolinna!~manjaro-k@mobile-access-bcee02-245.dhcp.inet.fi> has quit IRC (Quit: Konversation terminated!)23:06
vknechtaliright ; is there a way to follow up the procedure without previous fiddlings getting in the way ? repo resync ? some git command ? make clean ?23:08
*** ahjolinna <ahjolinna!~manjaro-k@mobile-access-bcee02-245.dhcp.inet.fi> has joined #sailfishos-porters23:08
sledgesvknecht: `repo status`23:09
sledgesthen `repo sync -jX`23:09
sledgesand lastly, if you are brave to lose any fiddlings, `repo sync --force-sync -jX`23:09
* vknecht braces himself for a long night23:11
*** elros <elros!~communi@87-206-143-180.dynamic.chello.pl> has quit IRC (Quit: Communi 3.5.0 - http://communi.github.com)23:31
sledges:)23:40
sledgesNokius_: nh1402[m] ^^23:41
* sledges gnights23:41
vknecht'night :)23:41
sledgesvknecht: please tell about any misses in the docs/builds that i obviously forgot about:)23:47
vknechtsledges, before the first git clone, a missing "cd $ANDROID_ROOT" perhaps23:49
vknechtfatal: Couldn't find remote ref refs/heads/syspart-sony-aosp-6.0.1_r80-2017090223:51
vknechtfatal: cannot obtain manifest git://github.com/mer-hybris/android.git23:52
vknechtsledges, should be "syspart-sony-aosp-6.0.1_r80-20170901" instead of "syspart-sony-aosp-6.0.1_r80-20170902" ?23:57

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