💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-08-08.txt captured on 2023-01-29 at 04:01:21.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

2020-08-08T00:00:38 #kisslinux <Himmalerin> merakor: Checked the logs and saw you've got stagit running, what's the solution to building it failing because the git2.h file doesn't exist? Can't find anything about it online
2020-08-08T00:10:33 #kisslinux <Himmalerin> ah nvm, it's a library https://github.com/libgit2/libgit2
2020-08-08T00:10:48 #kisslinux <Himmalerin> successfully packaged for kiss now :D
2020-08-08T00:11:01 #kisslinux <Himmalerin> I love how easy making kiss packages is
2020-08-08T06:40:03 #kisslinux <adamantium> hooey
2020-08-08T07:16:42 #kisslinux <dylanaraps> https://bkhome.org/news/202008/file-manager-shfm-now-in-initrd.html
2020-08-08T07:16:42 #kisslinux <dylanaraps> :D
2020-08-08T08:07:51 #kisslinux <daniluts> GJ
2020-08-08T12:33:24 #kisslinux <claudia02> jedavies: Since the pinebook pro is passively cooled, how well does it work to build longer time periods in perspective on temparatures?
2020-08-08T12:59:55 #kisslinux <dylanaraps> Interesting post: https://blog.davidedmundson.co.uk/blog/running-kwin-wayland-on-nvidia/
2020-08-08T13:31:59 #kisslinux <claudia02> I made some progress on my webengine does not play video anymore: I made qutebrowser a single process. Let it run with strace and made it crash. At the end it says 'killed by sigtrap. Trace breakpoint trap'. Any tips on what I can do next?
2020-08-08T13:32:09 #kisslinux <claudia02> https://u.teknik.io/zeigp
2020-08-08T16:29:48 #kisslinux <Himmalerin> Does anyone have Steam running in a flatpak? It launched up fine the first time but after logging in and closing it it refuses to run again, looks like it's segfaulting
2020-08-08T16:41:57 #kisslinux <lowerothello> try removing ~/.steam (not sure where it is for flatpak) and try again, but don't save the password. I had a sililar issue in a chroot
2020-08-08T16:49:29 #kisslinux <Himmalerin> that worked but it refuses to let me set up a new steam library, might give it a shot in a chroot
2020-08-08T17:43:45 #kisslinux <merakor> Himmalerin: sorry I wasn't on IRC for a while
2020-08-08T17:45:35 #kisslinux <merakor> I've had a libgit2 package on my personal :D
2020-08-08T18:15:31 #kisslinux <dilynm> ix.io/2tAB libX11 is confounded by kiss-llvm/llvm's cc
2020-08-08T18:15:34 #kisslinux <dilynm> konimex:
2020-08-08T18:16:54 #kisslinux <Himmalerin> merakor: aha me too now lmao. Are the brief instructions on codemadness.org good enough to set stagit up?
2020-08-08T18:19:12 #kisslinux <Himmalerin> like, for push/pulling from the repo
2020-08-08T18:22:53 #kisslinux <merakor> I have this script for dealing with stagit https://git.ckyln.com/git-server
2020-08-08T18:23:41 #kisslinux <merakor> I just have a dedicated git directory where I have all my repositories
2020-08-08T20:19:12 #kisslinux <RRedcroft> hey guys, having trouble compiling llvm for xorg-server and it keeps failing. Anyone had similar issues?
2020-08-08T20:19:59 #kisslinux <Himmalerin> it just happened to someone https://freenode.logbot.info/kisslinux/20200808#c4695785
2020-08-08T20:20:08 #kisslinux <Himmalerin> don't think a solution ever came up though
2020-08-08T20:21:13 #kisslinux <RRedcroft> ahh, guess i'll see if i can figure it out :S weird thing is i thought it was a memory issue, but compiling on another machine in a 32gb vm didnt work either
2020-08-08T20:37:44 #kisslinux <RRedcroft> is there a recommended file to specify cflags for all builds?
2020-08-08T20:40:54 #kisslinux <Himmalerin> I think pretty much everyone exports theirs from /etc/profile[.d/makeflags] (if you wanted it as a separate file) or ~/.profile
2020-08-08T20:41:03 #kisslinux <Himmalerin> I personally do mine in ~/.profile
2020-08-08T20:44:01 #kisslinux <RRedcroft> thats what i currently have, but checking there wasnt a specific makefile i couldnt find
2020-08-08T20:45:07 #kisslinux <RRedcroft> hmm, llvm compiles if i dont set march
2020-08-08T21:29:56 #kisslinux <dylanaraps> RRedcroft: Send the build log.
2020-08-08T21:30:26 #kisslinux <dylanaraps> Himmalerin: That log is from kiss-llvm which is different to the default llvm package.
2020-08-08T21:57:19 #kisslinux <dylanaraps> Well, this is a surprise lol
2020-08-08T21:57:20 #kisslinux <dylanaraps> https://cgit.freedesktop.org/xorg/driver/xf86-video-radeonhd/commit/?h=spigot
2020-08-08T22:03:27 #kisslinux <Himmalerin> re: "That log is from kiss-llvm", oops! my bad. Saw two llvm-related issues and figured they were the same thing
2020-08-08T22:04:25 #kisslinux <Himmalerin> love the autogen.sh message in that commit, `echo "It's dead, Jim."`
2020-08-08T23:11:20 #kisslinux <krjst> Himmalerin: I actually wrote a short tutorial on how to setup stagit on tildes.team a while ago
2020-08-08T23:11:23 #kisslinux <krjst> https://tilde.team/~kst/git/grm.tilde/file/TUTORIAL.html
2020-08-08T23:11:46 #kisslinux <Himmalerin> oh neat, I'll take a look!