💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2019-11-26.txt captured on 2024-05-26 at 16:29:01.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2019-11-26T03:07:16 #kisslinux <konimex> alright, all of my libraries (apart of rust, firefox, and... nodejs 2019-11-26T03:07:42 #kisslinux <konimex> ) have been moved to libc++ + libc++abi + compiler-rt 2019-11-26T03:08:20 #kisslinux <konimex> two more builds and I'll kiss r gcc and binutils goodbye 2019-11-26T03:29:58 #kisslinux <E5ten> I'm at that point except fuck building rust so for rust things I just install libgcc_s when I need to compile them 2019-11-26T03:34:47 #kisslinux <konimex> split packages are not a thing in kiss (yet, I have some RFCs incoming for an implementation) so it's not possible for me atm 2019-11-26T03:35:00 #kisslinux <konimex> although yeah, building rust is a pita 2019-11-26T09:08:00 #kisslinux <dylanaraps> Firefox 71.0 and rust 1.39.0 are now in extra/. 2019-11-26T09:08:02 #kisslinux <dylanaraps> :D 2019-11-26T12:01:26 #kisslinux <konimex> i give up, i'll just ask the "rust community" later 2019-11-26T12:01:43 #kisslinux <konimex> worst case I'll just compile the libgcc part 2019-11-26T16:50:53 #kisslinux <E5ten> dylanaraps: I'm thinking about switching to normal vim, do you know how to make it have a line cursor in insert mode? 2019-11-26T17:10:03 #kisslinux <alessio> good evening to all, it is a short time since I installed this distro, I find myself mainly good because it is very reactive and fast even simple. not knowing how to compile drivers, I ask for something simple 2019-11-26T17:11:36 #kisslinux <alessio> good evening to all, it is a short time since I installed this distro, I find myself mainly well because it is very reactive and fast even simple. I would like to know if it is possible to configure a usb wifi key, it is a mt7601 ralink, thanks in advance, I state not knowing how to compile drivers, I ask for something simple 2019-11-26T19:25:25 #kisslinux <dylanaraps> E5ten: New Cmake version with Unity builds. :D 2019-11-26T19:31:57 #kisslinux <E5ten> hell yeah 2019-11-26T19:35:16 #kisslinux <dylanaraps> From what I read, projects don't have to do anything to support this and I can enable it myself? 2019-11-26T19:36:13 #kisslinux <dylanaraps> See: https://cmake.org/cmake/help/v3.16/prop_tgt/UNITY_BUILD.html#prop_tgt:UNITY_BUILD 2019-11-26T19:36:20 #kisslinux <dylanaraps> And: https://cmake.org/cmake/help/v3.16/variable/CMAKE_UNITY_BUILD.html#variable:CMAKE_UNITY_BUILD 2019-11-26T19:39:19 #kisslinux <dylanaraps> Heh... 2019-11-26T19:39:26 #kisslinux <E5ten> looks like it yeah 2019-11-26T19:39:29 #kisslinux <dylanaraps> Cmake itself fails to build with Unity builds enabled. 2019-11-26T19:39:36 #kisslinux <dylanaraps> lol 2019-11-26T19:39:45 #kisslinux <E5ten> lol nice 2019-11-26T19:39:48 #kisslinux <E5ten> what's the error? 2019-11-26T19:39:55 #kisslinux <dylanaraps> 2 secs 2019-11-26T19:40:41 #kisslinux <dylanaraps> It does reduce compilation objects to 190 from 777. 2019-11-26T19:40:56 #kisslinux <dylanaraps> > error: conflicting declaration ‘const std::vector<ExpectedParseResult> expectedResults’ 2019-11-26T19:41:17 #kisslinux <dylanaraps> > In file included from Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/Unity/unity_0.cxx:8 2019-11-26T19:41:29 #kisslinux <dylanaraps> Is the Unity build failing to build the Unity build code? 2019-11-26T19:41:41 #kisslinux <E5ten> haha it looks like it 2019-11-26T19:41:50 #kisslinux <E5ten> that looks like a test though? 2019-11-26T19:41:54 #kisslinux <E5ten> why do you have tests enabled? 2019-11-26T19:42:11 #kisslinux <dylanaraps> Release builds don't disable tests? 2019-11-26T19:42:23 #kisslinux <E5ten> no... 2019-11-26T19:42:40 #kisslinux <E5ten> build type just affects optimization/debugging compiler flags as far as I know 2019-11-26T19:42:50 #kisslinux <dylanaraps> Let me try without tests. 2019-11-26T19:43:19 #kisslinux <E5ten> I just started it, hopefully it works lol 2019-11-26T19:43:41 #kisslinux <E5ten> probably gonna be much higher on mem usage I imagine 2019-11-26T19:44:05 #kisslinux <dylanaraps> How do you disable tests? 2019-11-26T19:44:19 #kisslinux <E5ten> -DBUILD_TESTING=OFF 2019-11-26T19:44:31 #kisslinux <E5ten> I was unsuccessful 2019-11-26T19:44:42 #kisslinux <dylanaraps> Is this for all software using cmake? 2019-11-26T19:44:56 #kisslinux <E5ten> all software using cmake that uses CTest yeah 2019-11-26T19:45:26 #kisslinux <dylanaraps> > [9/122] Building CXX object Source/CMakeFiles/CTestLib.dir/Unity/unity_6.cxx.o 2019-11-26T19:45:35 #kisslinux <dylanaraps> So far so good. 2019-11-26T19:45:54 #kisslinux <dylanaraps> Aw 2019-11-26T19:45:58 #kisslinux <E5ten> I failed on "kwsysPrivate.h included multiple times" 2019-11-26T19:47:56 #kisslinux <E5ten> I don't get why they #error on that? 2019-11-26T19:48:09 #kisslinux <E5ten> cuz the include guard already prevent multiple definitions 2019-11-26T19:48:13 #kisslinux <dylanaraps> > error: redefinition of ‘struct yy_trans_info’ 2019-11-26T19:48:15 #kisslinux <E5ten> so why not just warn 2019-11-26T19:48:42 #kisslinux <E5ten> I get a bunch of errors in cmzlib lol 2019-11-26T19:48:52 #kisslinux <dylanaraps> > error: conflicting declaration ‘const flex_int16_t yy_accept 2019-11-26T19:49:12 #kisslinux <dylanaraps> I get 100+ errors lol 2019-11-26T19:49:28 #kisslinux <dylanaraps> It's a shame this doesn't "just work". 2019-11-26T19:49:39 #kisslinux <dylanaraps> I'm gonna try it with some other software. 2019-11-26T19:50:41 #kisslinux <dylanaraps> Fails in configure for libjpeg-turbo. 2019-11-26T19:51:03 #kisslinux <E5ten> 2 things I don't like about cmake are GNUInstallDirs isn't included by default, even though it's like always useful, and it's called GNUInstallDirs 2019-11-26T19:51:38 #kisslinux <dylanaraps> Also fails in configure for x265. 2019-11-26T19:51:41 #kisslinux <dylanaraps> What does it do? 2019-11-26T19:52:12 #kisslinux <E5ten> it's the cmake module that deals with setting up all the variables like CMAKE_INSTALL_LIBDIR and their equivalents with the CMAKE_INSTALL_PREFIX added like CMAKE_INSTALL_FULL_LIBDIR 2019-11-26T19:52:36 #kisslinux <dylanaraps> Ah 2019-11-26T19:52:41 #kisslinux <E5ten> literally never not useful 2019-11-26T19:53:45 #kisslinux <dylanaraps> Oh, unity builds require some work on the project's side. 2019-11-26T19:53:48 #kisslinux <dylanaraps> :( 2019-11-26T19:54:14 #kisslinux <E5ten> I guess that's not really surprising 2019-11-26T19:54:37 #kisslinux <dylanaraps> Yeah 2019-11-26T20:58:01 #kisslinux <chrempson> jeez, never realised what a monster qt5 is 2019-11-26T20:58:28 #kisslinux <chrempson> finally got it to build after disabling most things - openssl being the worst offender 2019-11-26T20:58:48 #kisslinux <chrempson> why the fuck is a widget toolkit doing crypto anyway!? 2019-11-26T21:00:08 #kisslinux <chrempson> anyone else tried building qt5 or qt5 apps on KISS? 2019-11-26T21:27:46 #kisslinux <owm111> Hello