*** zbenjamin_ is now known as zbenjamin | 02:45 | |
*** frinring_ is now known as frinring | 02:52 | |
spiiroin | FloR707: more likely: 1.2 is not api compatible with 1.1 -> you need to change code in addition to just bumping the import version | 04:34 |
---|---|---|
spiiroin | there is example/test application in: https://git.merproject.org/mer-core/nemo-keepalive/tree/master/tests/backward_compatibility | 04:35 |
spiiroin | basically: 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 toggle | 04:36 |
rodrigosolari | hello | 06:06 |
rodrigosolari | i have a question | 06:07 |
rodrigosolari | not include the lib "netinet" | 06:08 |
rodrigosolari | this error | 06:14 |
rodrigosolari | fatal error: netinet/sctp.h: No such file or directory | 06:14 |
mal | what are you trying to build? | 06:31 |
rodrigosolari | mal, hello | 06:48 |
rodrigosolari | i trying to build openssl 1.1.1d | 06:48 |
rodrigosolari | mal helo | 06:49 |
rodrigosolari | i trying to build openssl 1.1.1d | 06:49 |
r0kk3rz | sounds like you need to include it | 06:56 |
rodrigosolari | Yes, 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 libraries | 06:58 |
r0kk3rz | are you building it with rpm? | 06:58 |
rodrigosolari | yes | 06:59 |
rodrigosolari | in the platform sdk | 06:59 |
r0kk3rz | so you updated this? https://git.sailfishos.org/mer-core/openssl/tree/master | 06:59 |
rodrigosolari | i modified the spec from fedora | 06:59 |
r0kk3rz | looks like we use a ton of patches | 07:00 |
rodrigosolari | yes! i tried the update | 07:00 |
rodrigosolari | I 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 |
r0kk3rz | check for config flags to disable bits | 07:04 |
rodrigosolari | How do I check that? | 07:05 |
r0kk3rz | btw, dont make a whatsapp app | 07:06 |
rodrigosolari | why? | 07:07 |
rodrigosolari | thanks, i erase the flags "enable-sctp" of the configurate in the spec | 07:16 |
lbt | PSA: git.saifishos.org / git.merproject.org going down for maintenance later | 08:31 |
arorar | Ola 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 |
rinigus | arorar: you might have forgotten `rpm/dhd/helpers/build_packages.sh --droid-hal` | 12:20 |
mal | rinigus: it says that is already latest | 12:20 |
mal | maybe it's missing initrd-logos | 12:20 |
rinigus | sorry - it seems to be missing cryptsetup | 12:21 |
mal | that is one option | 12:21 |
mal | arorar: which build target are you using? | 12:21 |
mal | 3.1.0 or 3.2.0? | 12:21 |
arorar | 3.1 | 12:22 |
mal | I think it probably could need 3.2.0 | 12:24 |
mal | the link to that target is listed here http://releases.sailfishos.org/sdk/latest/targets.json | 12:24 |
mal | find the correct ones there | 12:25 |
arorar | Thanks @mal. Shall give it a spin. Assuming Sailfish's latest gave me the result of 3.1.0..12 | 12:27 |
arorar | *3.1.0.12 | 12:27 |
mal | yes, 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.0 | 12:28 |
arorar | Yeah. That is what I was planning to do. Thanks! Shall keep y'all posted. | 12:28 |
rodrigosolari | hello | 15:54 |
adantes | hi | 15:55 |
rodrigosolari | i have a problem in the platformsdk | 15:58 |
rodrigosolari | :( | 15:58 |
adantes | can't help :-( | 16:07 |
adantes | never used it | 16:07 |
rodrigosolari | :) | 16:08 |
mal | what problem now? same as before? | 16:19 |
rodrigosolari | i trying to build openssl 1.1.1d | 16:26 |
rodrigosolari | fatal error: netinet/sctp.h: No such file or directory | 16:26 |
rodrigosolari | fatal error: netinet/sctp.h: No such file or directory | 16:50 |
mal | so how did you build it, using the spec in mer-core with some modifications? | 17:01 |
rodrigosolari | I 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 mer | 17:06 |
mal | make sure you have needed changes for me and nothing that would break it | 17:07 |
rodrigosolari | more or less, if not before I got an error because a netinet library was missing, and now I get another error based on the sctp | 17:09 |
mal | without seeing what you have changed it's difficult to help | 17:14 |
mal | but I can't help more today | 17:14 |
rodrigosolari | mal | 17:22 |
rodrigosolari | this is a file | 17:22 |
rodrigosolari | https://www.dropbox.com/s/nvmtto6ro7uee2u/openssl1.1.1-mer.zip?dl=1 | 17:22 |
rodrigosolari | or only spec? | 17:22 |
rodrigosolari | mal, Can you try to compile it to see the error that causes you? | 17:25 |
rodrigosolari | That 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 |
mal | I can't check that today, maybe tomorrow | 17:38 |
rodrigosolari | ok :) | 17:38 |
rodrigosolari | this error crypto/bio/bss_dgram.c:17:28: fatal error: netinet/sctp.h: No such file or directory # include <netinet/sctp.h> | 17:49 |
rodrigosolari | this library netinet | 18:01 |
rodrigosolari | hello friends | 18:57 |
rodrigosolari | mister_magister hell | 19:02 |
rodrigosolari | hello | 19:02 |
Mister_Magister | rodrigosolari: why are you even pinging me | 20:39 |
rodrigosolari | , because I wanted to know how to compile, the sailfish os for titan, to start doing it :) Mister_Magister | 20:58 |
Mister_Magister | what | 20:58 |
rodrigosolari | Well, the version of sailfish 3.2 came out and I would like to compile it for a titan | 21:06 |
Mister_Magister | why | 21:11 |
Mister_Magister | it's not yet out for ports | 21:12 |
rodrigosolari | ok! | 21:14 |
rodrigosolari | I 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 |
rodrigosolari | help? | 21:51 |
rodrigosolari | help? | 22:24 |
r0kk3rz | rodrigosolari: post your actual problem | 22:46 |
rodrigosolari | hello | 22:46 |
rodrigosolari | this is my actyal problem | 22:46 |
rodrigosolari | crypto/bio/bss_dgram.c:17:28: fatal error: netinet/sctp.h: No such file or directory # include <netinet/sctp.h> ^ | 22:46 |
r0kk3rz | so removing that flag didnt help? | 22:47 |
rodrigosolari | not solving | 22:48 |
rodrigosolari | because | 22:48 |
rodrigosolari | openssl1.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 |
rodrigosolari | when removing, other functions need that object | 22:50 |
r0kk3rz | you might been to build libsctp then | 22:51 |
rodrigosolari | Of course, but I can't find the source code :( | 22:53 |
r0kk3rz | get the .spec from fedora | 23:14 |
r0kk3rz | https://src.fedoraproject.org/rpms/lksctp-tools/blob/master/f/lksctp-tools.spec | 23:29 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!