libera/#devuan/ Wednesday, 2022-01-12

malade_mentalgordonDrogon: thanks for the rage :)15:31
KittyI asked yesterday about gpg being part of the base install17:41
KittyI just did a minimal install17:41
Kittyand gpgv is installed17:41
Kittylibgpg-error0 is installed17:42
Kittyno other hits for gpg17:42
GyrosGeierthe package is "gnupg", AFAIK17:42
Kittyyes, also not installed17:43
GyrosGeierthat shouldn't be in the base install though17:43
Kittyyet apt uses gpg for verifying packages.17:43
djph... well, apt's _minimum_ requirement is 'gpgv'17:44
djphwhich is, as I recall, only capable of verifying signatures17:45
Kittyyeah, I am realising that now17:45
Kittyrewrote my automation scripts to avoid it17:58
djphto avoid sig verification?18:02
djphum...18:02
Kittyno. I was using gpg --dearmor | to import a key from text18:10
Kittyinstead I've gone for base6418:10
KittyI have a script I can wget, that sets up my internal repo.18:10
Kittythen I can start installing packages18:10
rwpI think it might be possible (though I think undesirable) to use --allow-unauthenticated and avoid the need for gpgv to be installed.  Maybe.  I didn't try it.19:18
sabas3dghhello all19:57
sabas3dghhello fsmithred ;19:57
fsmithredhi19:58
sabas3dghDo you know how could I make a basic project in wxwidget19:59
sabas3dgh?19:59
sabas3dgh#include "wx-3.0/wx/wx.h19:59
sabas3dghcaused fatal error: wx/defs.h: No such file or directory20:00
sabas3dghwhich is obviously at wx-3.0/wx/def.h20:00
GyrosGeiergcc `wx-config --cflags` ...20:03
bb|hcb... and #include "wx/wx.h" instead (I suppose wx-config sets -I/usr/include/wx-3.0)20:06
sabas3dghGuys You are right. But how could I tell this to codelite or clion?20:07
bb|hcbthey provide wx3.0-examples (apt install wx3.0-examples), maybe starting from there would be much easier20:07
sabas3dghsets -I/usr/include/wx-3.0 ++++> this part20:07
sabas3dghand the answer of the wx-config command is :20:09
sabas3dghwx-config  --cflags20:09
sabas3dgh-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread20:09
bb|hcbAll IDEs should have some project config and the possibility to add CFLAGS there. I am deeply unaware about codelite/clion20:10
sabas3dghbb|hcb, no problem. what you suggest20:11
sabas3dghI use that one20:11
bb|hcbI am sorry - can not suggest :( I am using vim and makefiles but that is way too far from an IDE20:14
sabas3dghbb|hcb, I have CMakeLists.txt here20:16
sabas3dghis that the place?20:16
bb|hcbIn the case of codelite, there are project settings (right click on the project folder), then Compiler -> C++ and C compiler options, there it supports adding `wx-config --cflags` ;)20:25
tkI'd like the stability of debian with the simplicity of runit, has devuan's runit support improved? How does it compare to void?20:37
rwptk, Void is native runit so I presume its runit support is full.  Devuan is based on Debian and so runit will be using many (most?) sysvinit scripts in compatibility mode.21:09
rwpThat's not necessarily a bad thing though.  Everything works very well that way.21:10
rwpAnd as more people become motivated to add native runit files to packages then it becomes better supported.21:10
fsmithredtk, there's a runit live iso here: https://get.refracta.org/files/experimental/21:23
fsmithredby default, only the gettys are under runit, but there are a couple of sources of run scripts, and I've implemented some of them in that iso.21:23
fsmithredyou get to play with the others21:24
tkI was less concerned about the run scripts (which are trivial to write and replace) and more concerned about how it handled bootup (the 1 script) and shutdown (the 3 script)21:43
tkhmm21:44
fsmithredit works fine21:46
fsmithredhere's a discussion that includes posts from runit maintainer: https://dev1galaxy.org/viewtopic.php?id=371621:47
fsmithredmight answer some of your questions21:47

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