Saturday, 2019-11-09

*** zbenjamin_ is now known as zbenjamin02:45
*** frinring_ is now known as frinring02:52
spiiroinFloR707: more likely: 1.2 is not api compatible with 1.1 -> you need to change code in addition to just bumping the import version04:34
spiirointhere is example/test application in: https://git.merproject.org/mer-core/nemo-keepalive/tree/master/tests/backward_compatibility04:35
spiiroinbasically: in 1.2 you need to have DisplayBlanking item (and you can have N of them) vs 1.1. there is that one process wide toggle04:36
rodrigosolarihello06:06
rodrigosolarii have a question06:07
rodrigosolarinot include the lib "netinet"06:08
rodrigosolarithis error06:14
rodrigosolarifatal error: netinet/sctp.h: No such file or directory06:14
malwhat are you trying to build?06:31
rodrigosolarimal, hello06:48
rodrigosolarii trying to build openssl 1.1.1d06:48
rodrigosolarimal helo06:49
rodrigosolarii trying to build openssl 1.1.1d06:49
r0kk3rzsounds like you need to include it06:56
rodrigosolariYes, the dependency is called gecko-dev that is in git of MER, but I can't use and install pkcon install gecko-dev, and I don't know how to install that dependency, I already probe adding the "includes" to the folders, but always the same I'm missing libraries06:58
r0kk3rzare you building it with rpm?06:58
rodrigosolariyes06:59
rodrigosolariin the platform sdk06:59
r0kk3rzso you updated this? https://git.sailfishos.org/mer-core/openssl/tree/master06:59
rodrigosolarii modified the spec from fedora06:59
r0kk3rzlooks like we use a ton of patches07:00
rodrigosolariyes! i tried the update07:00
rodrigosolariI used the fedora patches, and only modified the part of MER Building, to adapt it to the new version of 1.1.1, but it pulls me dependencies.07:02
r0kk3rzcheck for config flags to disable bits07:04
rodrigosolariHow do I check that?07:05
r0kk3rzbtw, dont make a whatsapp app07:06
rodrigosolariwhy?07:07
rodrigosolarithanks, i erase the flags "enable-sctp" of the configurate in the spec07:16
lbtPSA: git.saifishos.org / git.merproject.org going down for maintenance later08:31
arorarOla folks! Attempting to build SailfishOS for the Xperia X10 Plus by following the guide at https://sailfishos.org/wiki/Sailfish_X_Xperia_Android_9_Build_and_Flash. Running into the following https://pastebin.com/qS3rqaDS Is there a step I am missing?12:12
rinigusarorar: you might have forgotten `rpm/dhd/helpers/build_packages.sh --droid-hal`12:20
malrinigus: it says that is already latest12:20
malmaybe it's missing initrd-logos12:20
rinigussorry - it seems to be missing cryptsetup12:21
malthat is one option12:21
malarorar: which build target are you using?12:21
mal3.1.0 or 3.2.0?12:21
arorar3.112:22
malI think it probably could need 3.2.012:24
malthe link to that target is listed here http://releases.sailfishos.org/sdk/latest/targets.json12:24
malfind the correct ones there12:25
arorarThanks @mal. Shall give it a spin. Assuming Sailfish's latest gave me the result of 3.1.0..1212:27
arorar*3.1.0.1212:27
malyes, I think latest for some reason was 3.1.0, maybe soon it will be changed, but manually copying correct urls from that link above can be used to get 3.2.012:28
arorarYeah. That is what I was planning to do. Thanks! Shall keep y'all posted.12:28
rodrigosolarihello15:54
adanteshi15:55
rodrigosolarii have a problem in the platformsdk15:58
rodrigosolari:(15:58
adantescan't help :-(16:07
adantesnever used it16:07
rodrigosolari:)16:08
malwhat problem now? same as before?16:19
rodrigosolarii trying to build openssl 1.1.1d16:26
rodrigosolarifatal error: netinet/sctp.h: No such file or directory16:26
rodrigosolarifatal error: netinet/sctp.h: No such file or directory16:50
malso how did you build it, using the spec in mer-core with some modifications?17:01
rodrigosolariI am using the fedora spec, with modifications for mer, found in the openssl 1.0.2, and some more modifications that I could get from the openssl that is in the git de mer17:06
malmake sure you have needed changes for me and nothing that would break it17:07
rodrigosolarimore or less, if not before I got an error because a netinet library was missing, and now I get another error based on the sctp17:09
malwithout seeing what you have changed it's difficult to help17:14
malbut I can't help more today17:14
rodrigosolarimal17:22
rodrigosolarithis is a file17:22
rodrigosolarihttps://www.dropbox.com/s/nvmtto6ro7uee2u/openssl1.1.1-mer.zip?dl=117:22
rodrigosolarior only spec?17:22
rodrigosolarimal, Can you try to compile it to see the error that causes you?17:25
rodrigosolariThat is what I modified, this is the original openssl and the spec with the patches that I modified, even though I only use one, the armtrick, but I stayed in the error.17:35
malI can't check that today, maybe tomorrow17:38
rodrigosolariok :)17:38
rodrigosolarithis  error crypto/bio/bss_dgram.c:17:28: fatal error: netinet/sctp.h: No such file or directory #  include <netinet/sctp.h>17:49
rodrigosolarithis library netinet18:01
rodrigosolarihello friends18:57
rodrigosolarimister_magister hell19:02
rodrigosolarihello19:02
Mister_Magisterrodrigosolari: why are you even pinging me20:39
rodrigosolari, because I wanted to know how to compile, the sailfish os for titan, to start doing it :)  Mister_Magister20:58
Mister_Magisterwhat20:58
rodrigosolariWell, the version of sailfish 3.2 came out and I would like to compile it for a titan21:06
Mister_Magisterwhy21:11
Mister_Magisterit's not yet out for ports21:12
rodrigosolariok!21:14
rodrigosolariI have a question, you know I would like to compile openssl 1.1.1 for my titan, but I have problems compiling, could you help me?21:15
rodrigosolarihelp?21:51
rodrigosolarihelp?22:24
r0kk3rzrodrigosolari: post your actual problem22:46
rodrigosolarihello22:46
rodrigosolarithis is my actyal problem22:46
rodrigosolaricrypto/bio/bss_dgram.c:17:28: fatal error: netinet/sctp.h: No such file or directory #  include <netinet/sctp.h>                            ^22:46
r0kk3rzso removing that flag didnt help?22:47
rodrigosolarinot solving22:48
rodrigosolaribecause22:48
rodrigosolariopenssl1.1/openssl/apps/s_socket.c:139: undefined reference to `BIO_new_dgram_sctp'/srv/mer/toolings/SailfishOS-latest/opt/cross/bin/armv7hl-meego-linux-gnueabi-ld: apps/libapps.a(s_socket.o): in function `do_server':22:50
rodrigosolariwhen removing, other functions need that object22:50
r0kk3rzyou might been to build libsctp then22:51
rodrigosolariOf course, but I can't find the source code :(22:53
r0kk3rzget the .spec from fedora23:14
r0kk3rzhttps://src.fedoraproject.org/rpms/lksctp-tools/blob/master/f/lksctp-tools.spec23:29

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