ChanServ changed the topic of #haiku to: Open-source operating system that specifically targets personal computing. | https://haiku-os.org | Nightlies: https://download.haiku-os.org | Bugtracker: https://dev.haiku-os.org | SCM: https://git.haiku-os.org/ | Logs: https://oftc.irclog.whitequark.org/haiku | Matrix: #haiku:matrix.org | XMPP: #haiku%irc.oftc.net@irc.jabberfr.org
SLema has quit [Quit: Vision[]: i've been blurred!]
SLema has joined #haiku
bjorkintosh has joined #haiku
_orealis has joined #haiku
pbsds4 has joined #haiku
kescher_ has joined #haiku
pbsds has quit [Read error: Connection reset by peer]
kescher has quit [Read error: Connection reset by peer]
kescher_ is now known as kescher
Guest13846 has quit [Read error: No route to host]
Asterisk has quit [Remote host closed the connection]
Asterisk has joined #haiku
orealis has quit [Ping timeout: 480 seconds]
_orealis is now known as orealis
GregCrain has quit [Quit: Vision[]: i've been blurred!]
OscarL has joined #haiku
<OscarL> phschafft: hi. just a heads up. When compiling libigloo on 32 bits, I get: "src/cs.c:124:24: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int'"
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
Aedil has quit [Ping timeout: 480 seconds]
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
CrudeGY has joined #haiku
CrudeGY has quit [Remote host closed the connection]
CrudeGY has joined #haiku
CrudeGY has quit []
orealis has quit [Ping timeout: 480 seconds]
erysdren has joined #haiku
jelloshots8088 has joined #haiku
jelloshots8088 has quit []
<Begasus[m]> g'morning peeps
<Begasus[m]> McCall: I haven't done the Qt integration ;) too much credit for me :d
<Begasus[m]> Hola OscarL :)
Halamix2 has quit [Quit: Gone (and/or ZNC is doing something stupid)]
Halamix2 has joined #haiku
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
<OscarL> Hola Begasus[m] :-)
<Begasus[m]> nice that llvm and qt thingy is out of the way )
<Begasus[m]> got pyqt6 working together with kirta yesterday OscarL :)
* OscarL look ups kirta
<Begasus[m]> logs are back I see :)
<Begasus[m]> woot! :P
<OscarL> can only find krita. looks like a nice tool for people that have artistic talent! well done :-)
* OscarL is worse at drawing than at spelling or coding, go figure.
Forza has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<Begasus[m]> OscarL: on that skill level we are on par :D
<OscarL> re: logs, yeah, seems some hours got lost. And I tried downloading a backup... but kept getting some permission errors :-/
angrystar170 has quit [Read error: Connection reset by peer]
angrystar170 has joined #haiku
<Begasus[m]> so you broke it? tsss
Forza has joined #haiku
<Begasus[m]> OscarL: regarding libigloo
<Begasus[m]> tried on another "clean" install, got the same thing, I can merge and we'll see how buildmaster will deal with it I guess
<OscarL> that's pretty weird :-/
<Begasus[m]> let's do this :)
<OscarL> small package, so no real harm if we need to make the builders try again :-)
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/d65c45a0777d...18a06a420c65
<nekobot> • OscarL (18a06a42): libigloo: new recipe. (#12224)…
<Begasus[m]> right :)
roptat has joined #haiku
roptat is now known as Guest14387
<Begasus[m]> bam! :P
<Begasus[m]> it wasn't a weird thing on "my" end :P
<OscarL> (was making diner)... looking at difference of activated packages... I have gawk, when builders use mawk.
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/18a06a420c65...1a3caf374786
<nekobot> • OscarL (1a3caf37): intel_one_mono: new font recipe. (#12230)
<OscarL> could you check using "cmd:gawk" intead of just cmd:awk ?
* OscarL will try with cmd:mawk in the meantime
<OscarL> mmm, build still works ok with cmd:mawk here, LMAO.
<Begasus[m]> sec, updating repos here
<Begasus[m]> same with gawk
<OscarL> it's the only diff I see in activated packages :-/ No clue about why it works here then :-(
<Begasus[m]> also fails with mawk (which wasn't installed)
* Begasus[m] uninstall mawk again before ending in some weird awk issues again ...
<OscarL> will try in a "should be clean enough" nightly 64 bits.
<Begasus[m]> ;)
<OscarL> tracker works badly on nightlies.... just holding down an arrow key in a list view of a folder feels really sluggish :-/
<OscarL> mmm, if it turns out that using -G makes it work I'll curse haikuporter.
<Begasus[m]> I'm not using -G here
<Begasus[m]> for something this small it shouldn't be needed :P
<OscarL> shouldn't change build outcome either.
<OscarL> build worked (requiring cmd:mawk). let's try just "cmd:awk" and NO -G
<Begasus[m]> well, aclocal/autoreconf/libtoolize added does the trick here (as mentioned yesterday) :)
<OscarL> (it still should not be needed, as evidenced by it working on 3 different installs here)
<Begasus[m]> lol
<Begasus[m]> that's like at the dogschool: "my dog does it all at home and here he doesn't do anything!" :P
<OscarL> works fine without -G and just cmd:awk. work-dirs are on RAMFS... will try on regular BFS (I'm running out of ideas about what the issue might be).
<OscarL> seems I have installed: "autoconf", "autoconf_archive", and "automake". Might be picking those? /me uninstalls them.
<OscarL> works after removing automake :-/
<Begasus[m]> all 3 installed here too
<OscarL> uninstalling automake took down libtool too. what the hell is going on? :-D
<OscarL> (as in... why still works here?)
<Begasus[m]> spooky :P
* OscarL removes "haikuports/.packages"
<OscarL> how I still see: "libtool: install: /bin/install -c .libs/libigloo.so.0.0.0 [...]" if I don't have it installed, and it is not in the list of active packages?
* OscarL reaches for the emergency Holy Water bottle.
nipos has left #haiku [Error from remote client]
nipos has joined #haiku
<OscarL> there's a "libtool" in libigloo's sources. Well, got a bit less spooky at least :-)
<Begasus[m]> outdated "libtool" maybe?
<OscarL> to be clear, I don't mind adding whatever deps are needed, but the fact that doesn't complains here is bonkers :-)
<OscarL> welp... moved the workdir into BFS... and it fails. What. the. royal. F***.
<OscarL> back to RAMFS (only change was commenting/uncommenting a line in haikuports.conf)... build works. Sigh.
<Begasus[m]> well, at least one thing RAMFS does right then? :P
<OscarL> I'm tempted to open an issue over Haikuports about this (before trying to fix the build for libigloo).
<Begasus[m]> perhaps something is pulled in under the hood when using BFS that doesn't when using RAMFS?
<OscarL> easy enough to compare.... let's see.
<Begasus[m]> first "fix" libigloo so phschafft can do it's icecast release :)
<OscarL> logs look exactly the same, until it does "make all-am" when on RAMFS, but calls " cd . && /bin/sh /sources/libigloo-0.9.2/build-aux/missing automake-1.16 --foreign" when on BFS.
<OscarL> why does it thinks it needs to call automake, I wonder. Some file timestamp difference between BFS and RAMFS?
<Begasus[m]> no idea, but probably worth mentioning at haikuporter?
<OscarL> yep.
HaikuUser2 has joined #haiku
HaikuUser2 has quit [Read error: Connection reset by peer]
Aedil has joined #haiku
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/1a3caf374786...35d64f510619
<nekobot> • Begasus (35d64f51): analitza_kf6, bump to 25.04.0 (#12241)
<OscarL> k, opened an issue over HaikuPorter, will push a "buld fix" for libigloo. (stupid autoreconf).
<Begasus[m]> are in RAMFS, fails if workdir is in BFS * :)
<Begasus[m]> weird indeed
<OscarL> yeah, thanks. was thinking of "workdirs" (plural) first, but then switched to singular because I only saw this one case :-)
<Begasus[m]> ;)
<OscarL> and attention span too short to remember to fix what I wrote previously, heh.
sure has quit [Ping timeout: 480 seconds]
<Begasus[m]> one thing also, some of those KDE lbiraries got an actual libVersionCompat=25.05.0 compat >= 6
<Begasus[m]> but we can't use that, so while compat is still ok for 24.12.3 and 25.04.0, libVersion is not
orealis has joined #haiku
<OscarL> packaging software is anything but simple, good thing you have the patience for it! :-)
<Begasus[m]> ~> readelf -d /system/lib/libKF6BalooWidgets.so.25.04.0
<Begasus[m]> 0x000000000000000e (SONAME) Library soname: [libKF6BalooWidgets.so.6]
<Begasus[m]> keeps this old brain at work :)
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/35d64f510619...6f0096facfc8
<nekobot> • Begasus (6f0096fa): baloo_widgets_kf6, bump to 25.04.0 (#12242)
<Begasus[m]> like this, libVersionCompat changes, will brake Dolphin because of that, but compat (SONAME) hasn't changed
<Begasus[m]> and iirc you can't use a compat < libVersion
<Begasus[m]> OscarL: no need for libtoolize?
<Begasus[m]> iirc I failed here without
<OscarL> checked twice on two different installs.
<OscarL> unless theres *another* weird issue going on.
<OscarL> (with my "luck"...)
<Begasus[m]> ;) Can't exec "libtoolize": No such file or directory at /packages/autoconf-2.72-1/.self/data/autoconf/Autom4te/FileUtils.pm line 318.
<OscarL> jfc.
<Begasus[m]> jfc?
<erysdren> "jesus f*cking christ" iirc
<OscarL> that one.
<Begasus[m]> LOL
* OscarL becomes religious when cursing, apparently.
<Begasus[m]> diff autoconf version?
<OscarL> "/boot/system/packages/autoconf-2.72-1-x86_64.hpkg"
<Begasus[m]> same
<OscarL> automake-1.16.5-3
<Begasus[m]> also the same here OscarL
pol has joined #haiku
<Begasus[m]> haven't touched those in some time also :)
<OscarL> hp libigloo -c && hp libigloo (double checking I'm using BFS)... works ok. /me starts losing hair.
<Begasus[m]> biab
<OscarL> screw it, not in the mood to chase this one. Added the damn cmd:libtoolize.
sure has joined #haiku
<Begasus[m]> ;)
<nekobot> • OscarL (160f22f5): libigloo: build fix when not using RAMFS workdirs (as in builders). (#12243)…
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/6f0096facfc8...160f22f5aad2
pol has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
pol has joined #haiku
pol has quit [Remote host closed the connection]
<Begasus[m]> all good now :)
<Begasus[m]> OscarL: maybe you should open a ticket for this at the bugtracker?
<Begasus[m]> too* :)
jmairboeck has joined #haiku
<jmairboeck> Hi Begasus[m]
<jmairboeck> Regarding the libVersionCompat of KDE packages: I think "25.04.0 compat >= 6" should work fine. There were a few other cases where the compat version is less than the version itself, and 6 is less than 25.
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/160f22f5aad2...f5fe637f79d8
<nekobot> • Begasus (f5fe637f): dolphin_kf6, bump to 25.04.0 (#12244)
<Begasus[m]> yeah checked again earlier jmairboeck
<Begasus[m]> not sure where or how it failed in the past, hence I didn't re-enable this way
<Begasus[m]> I'll keep it for now and see on next updates
<jmairboeck> that was changed to 7 for distinguishing it from texinfo 6 for gcc2
<Begasus[m]> I thought the compat was related to the SONAME or the likes for libraries
<jmairboeck> yes, it should be
<jmairboeck> if the SONAME is .so.6, then compat should be that too.
<Begasus[m]> right, so will do some testing on those KDE libraries that suffer from this :)
<Begasus[m]> first some dolphin stuff
<Begasus[m]> they should all go in one direction, sometimes libVersion is 25.04.0 sometimes 6.25040 ...
<Begasus[m]> should help with things like this: devel:libdolphinvcs$secondaryArchSuffix >= 25
* Begasus[m] thinks OscarL is "lost in space"!
<Begasus[m]> or lost in RAMFS? ;)
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/f5fe637f79d8...5cb48c106a01
<nekobot> • Begasus (5cb48c10): dolphin_plugins_kf6, bump to 25.04.0 (#12245)
deltahotel has joined #haiku
pol has joined #haiku
jmairboeck has quit [Ping timeout: 480 seconds]
JakeSays1 has joined #haiku
JakeSays has quit [Ping timeout: 480 seconds]
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/5cb48c106a01...86923575c989
<nekobot> • Begasus (86923575): libkdcraw_kf6, bump to 25.04.0 (#12246)
<OscarL> Begasus[m]: re: opening an issue for that libtoolize thing. I might if I manage to get more info than just "works for me but not for others". Not today, though. Gotta go. See you around, have a great day!
OscarL has quit []
erysdren has quit [Quit: Konversation terminated!]
_-Caleb-_ has left #haiku [#haiku]
tuaris has quit [Quit: tuaris]
_-Caleb-_ has joined #haiku
<B2IA> (UnrealNeil) see ya
deltahote1 has joined #haiku
deltahote2 has joined #haiku
deltahotel has quit [Ping timeout: 480 seconds]
deltahote1 has quit [Ping timeout: 480 seconds]
JakeSays has joined #haiku
JakeSays1 has quit [Ping timeout: 480 seconds]
pol has quit [Remote host closed the connection]
wicknix has joined #haiku
mmu_man has joined #haiku
deltahote3 has joined #haiku
wicknix_ has quit [Ping timeout: 480 seconds]
deltahote4 has joined #haiku
deltahote2 has quit [Ping timeout: 480 seconds]
deltahote3 has quit [Ping timeout: 480 seconds]
JakeSays1 has joined #haiku
JakeSays has quit [Ping timeout: 480 seconds]
* Habbie notes 58826 or newer should be tested
* Habbie notes the AMD box currently runs '60000' which i bet i built
<Habbie> anyway, seeing if that one will crash first, just to be sure
<gordonjcp> oh?
<Habbie> this is about the amd jaguar triple fault thing
<Habbie> for which waddlesplash pushes an interesting commit every two months
<Habbie> and then i test it
<gordonjcp> are we onto nightly 60000?
<Habbie> no
<Habbie> i put that number in when i applied some patches myself
<Habbie> to be clearly recognisable as 'fake'
<gordonjcp> ah
<Habbie> i could probably have done a suffix, i think waddlesplash pointed that out eventually
<nekobot> [haikuports] korli pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/86923575c989...4435f93e8ba1
<nekobot> • Powerm1nt (4435f93e): openjdk21: new recipe (#12238)
<Habbie> ok it crashed. 'good'
<Habbie> now testing 58831
mmu_man has quit [Read error: No route to host]
<Habbie> good news, this time it ran long enough to start the screensaver ;)
<waddlesplash> Habbie: I mostly expect this version to crash a different way and maybe not reboot at best
<waddlesplash> not to not crash at all
<Habbie> right, maybe KDL
<Habbie> remind me, is top left a screen saver hot corner?
erysdren has joined #haiku
<waddlesplash> it can be if you set it that way in prefences
<waddlesplash> iirc
<Habbie> right. checking
<Habbie> got it
<Habbie> that's not a very obvious interface
jklc has joined #haiku
neoncortex has joined #haiku
coronavirus has quit [Ping timeout: 480 seconds]
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
<nekobot> [haikuports] korli pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/4435f93e8ba1...683c23217e80
<nekobot> • korli (683c2321): openjdk21: update checksum
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
jmairboeck has joined #haiku
dovsienko has joined #haiku
<dovsienko> 90% haiku-r1~beta5_hrev58831-1-x86_64.hpkg 33.76 MiB/37.50 MiB 1.92 MiB/s *** Failed to download package haiku: Operation not allowed
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
<Begasus[m]> bugger ...
<dovsienko> I wonder if this is my low-quality router acting up or there's something wrong with one of the TCP connection ends. reproduces 100%, although at different progress points
bbjimmy has joined #haiku
bbjimmy_64 has joined #haiku
bbjimmy_64 has quit []
andreaallegri has joined #haiku
bbjimmy has quit []
<andreaallegri> haiku is a poem! and don't disappear! so we never disappear!
<erysdren> thank you andrea
<andreaallegri> welcome
OscarL has joined #haiku
andreaallegri has left #haiku [#haiku]
bbjimmy has joined #haiku
skylar[m] is now known as cobra[m]
<OscarL> bah, was about to extend my salutations to andreaallegri.
<erysdren> they posted some cryptic stuff as usual right before you joined
<Begasus[m]> he* :)
<OscarL> erysdren: yeah, we knew him before as "Mattia Tristo" (nice twist on his real name)
<erysdren> interesting
<OscarL> dovsienko: I had similar issues in the past, about 2 or 3 times in the last 2.5-3 years.
<bbjimmy> On hrev 58831 most yab apps are broken. They either flash a window on screen and close, or open a window that does not fill with all the elements and can only be closed.
<Begasus[m]> :/
<dovsienko> let's blame the router for now then
<OscarL> erysdren: my take... Andrea is a good, well intentioned fellow, that suffers MS, and from severe loneliness, and that hinders his attempts at social interactions.
<OscarL> erysdren: not being totally "there" myself... I can relate :-)
<bbjimmy> although the freeze on returning from the screensaver seems to be fixed.
<erysdren> MS?
<OscarL> multiple sclerosis
<erysdren> ahh
<bbjimmy> one step forward, three steps back. :(
<bbjimmy> rebooting to the last working hrev.
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
<Begasus[m]> he's a good guy, although I sometimes have a hard time following his lines :)
<Begasus[m]> but then again, I sometimes have a hard time tracking OscarL 's lines :D
<OscarL> his religious "mixins" can be a bit off-putting too. same as his tendency to join/leave too fast for meaningful interactions (I think he leaves as soon as he thinks he's being critizised, sadly). But he does loves Haiku :-=
<OscarL> *:-)
<OscarL> Begasus[m]: what's so hard to understand about the ramblings of a (mildly?) hypomaniac Argentine with a broken English? :-P
<Begasus[m]> was a good thing he wasn't arround this morning with your cursing going on OscarL :P
<OscarL> was thinking that, yes :-)
<Begasus[m]> heh
* OscarL had a few smiles reading old logs from 2023, related to andrea (aa72 at the time), that involved erysdren and some other "usual suspects" :-)
<OscarL> man, how time flies.
<erysdren> indeed....
* OscarL now really wants to get a backup copy of the irc logs.
<Begasus[m]> lol
<OscarL> tried to follow the instructions in https://oftc.irclog.whitequark.org/, but sadly it doesn't works :-(
<Begasus[m]> also? Certificate verification: Not trusted error
<OscarL> yes, there's a way to avoid that, let me boot my VM to find out the proper command...
frkazoid333 has quit [Ping timeout: 480 seconds]
* OscarL preemtively says sorry if he makes less sense than usual. Has not slept more than 30m in the last 50+ hours.
<OscarL> Begasus[m]: lftp -c 'set ssl:verify-certificate no; mirror https://oftc.irclog.whitequark.org/haiku/index/'
<erysdren> sorta mood OscarL, i havent slept in 24 hours
<OscarL> erysdren: sometimes can be pretty harmless, sometimes... one really should be really trying to get some proper sleep. :-)
<Begasus[m]> first log there :)
<Begasus[m]> 401 Unauthorized
<OscarL> yeah, that's the error I get :-(
<OscarL> might warrant an e-mail or two to; whitequark@whitequark.org
<OscarL> s/;/:/
deltahote4 has quit [Read error: Connection reset by peer]
<Begasus[m]> Or grab the Vision logs from back then :P
jklc has quit [Quit: leaving]
<OscarL> irc logs can have bad info/noice ratio (specially when I'm online :-P), but also there's so much good info in them. We (Haiku) should really try to have a backup copy, I think.
<erysdren> agreed
<Begasus[m]> right, save me a few times already :)
<Begasus[m]> s/save/saved
<OscarL> how much can it cost (once compressed)... 10 dollars? :-P
<erysdren> 2021-05-20 log loads fine for me
<erysdren> ah
<erysdren> yeah it doesnt work to grab the archive though, you're right
<OscarL> paging Dr. kallisti5[m]. Any possibilitly to ensure our irc logs don't get lost to time/internet-rot?
<Begasus[m]> erysdren: that was the first log, before that date is nothing from Haiku :)
<erysdren> did haiku have a channel on freenode?
<erysdren> maybe there's further back archives there?
<Begasus[m]> ah right, we switched with that big change (as a lot of others did)
<erysdren> yes
<OscarL> I'd love to have a local copy. I regularly search irc logs for stuff/tips/info.
<Begasus[m]> or some good old laughter OscarL :)
<OscarL> indeed, specially if it points out how wrong I was about something :-)
Peppersawce has joined #haiku
<erysdren> PulkoMandy, do you have a copy of those echelog IRC logs still?
<PulkoMandy> Why would I?
<erysdren> i dunno, i thought you'd keep it
<erysdren> you said in the thread that you were "discussing what haiku wanted to do with it"
<kallisti5[m]> <dovsienko> "90% haiku-r1~beta5_hrev58831-1-x..." <- Oof. These hurt me since they're most likely my fault. I'm working on a better solution with the Inc and will hopefully have these issues resolved next week
<Peppersawce> I want to try and make a package for Diablo shareware, but the only legit source downloads the data file directly
<erysdren> oh, it was waddlesplash that said that. sorry PulkoMandy.
<Peppersawce> I mean, there's another source which is an exe file, but that's unusable :)
<OscarL> kallisti5[m]: thanks (again) for your work, man. Really appreciated.
<kallisti5[m]> <OscarL> "paging Dr. kallisti5[m]. Any..." <- At this point, technically it's matrix 😅
<Begasus[m]> yeah kallisti5 +1 from here too :)
<Peppersawce> Does a recipe "have" to work with a packed source?
<Begasus[m]> as in Peppersawce ?
<kallisti5[m]> OscarL: Thanks! I still feel like I'm never doing enough 😅
<Peppersawce> (it's still an archive)
<OscarL> (would love for more people to be able to "fill in" kallisti5[m]'s shoes, though.)
<Peppersawce> But it should only be downloaded and put in an hpkg
<kallisti5[m]> For the random issues getting packages, it's our cdn provider. They kinda suck.
<kallisti5[m]> I'm working on getting a big dumb dedicated server for our artifact distribution.
<Begasus[m]> eeps Peppersawce
<kallisti5[m]> Then, we'll rely more on mirrors
<Begasus[m]> why package a video?
<Peppersawce> In other words I'm asking if I can skip the "Unpacking source of spawn.mpq"
<Peppersawce> It's not a video :D
<Peppersawce> mpq is Blizzard's archive format
<Begasus[m]> *.mpg sounds like :)
bbjimmy has joined #haiku
<Begasus[m]> ah mpq* :)
<Peppersawce> It's Diablo shareware's data
<OscarL> kallisti5[m]: people like you (and so many others), have shown me what it really means to "support" any given project. I admire your Haiku-related work. Have benefited from it. Will always be thankfull.
<Begasus[m]> why not point the user to the download?
<Peppersawce> If I put it inside a folder in data I can tweak the script for DevilutionX to check for that file and run the shareware directly
pol has joined #haiku
gouchi has joined #haiku
gouchi has quit [Remote host closed the connection]
<Begasus[m]> tweak the script to search in non-packaged/data?
<Peppersawce> The issue I'm having is that SOURCE_URI wants an archive
<Begasus[m]> if licensing isn't an issue, I guess it would be OK, so I wont stand in it's way :)
<pol> It might be possible to recover IRC logs https://github.com/JMadgwick/echelog-archive-tools
<Begasus[m]> #no-archive :)
<Peppersawce> How to set that? :)
<Begasus[m]> Peppersawce: , quite some of those _bin/font recipes use that
<Peppersawce> Oh, cool
<Begasus[m]> at the end of the source_uri
<Begasus[m]> use the force Peppersawce ! :) (eg inrecipe) :)
<Peppersawce> lol
<Begasus[m]> not sure what changed, but this works now :) -DQT_GENERATE_SBOM=ON
<OscarL> Peppersawce: (just some general thought here) let me just publicly interject this... (just as another "nosy" haikuports user")... happy to have you around! We need more people like you :-). If my "experience" can help... if something is/was broken... it wasn't on purpose. So even asking why things are done a certain way helps the project overalll.
deneel has joined #haiku
<Begasus[m]> we just love poking around for the sake of poking around :)
<Begasus[m]> I know Charlie wasn't too pleased at one point on all the comments given on some PR's :P
<OscarL> I'd like to think that we are akin to individual brain cells, doing our best. No matter who's right or wrong. Whatever "consciousness" emerge of our collective inputs... will probably (hopefullly?) be better in the end :-)
<Begasus[m]> +1
pol has quit [Read error: No route to host]
<dovsienko> kallisti5[m]: the remote server closes the TCP connection, as far as it seems from the packet capture
<dovsienko> (unless the router falsifies it)
<Peppersawce> ty OscarL, much appreciated :D
<Peppersawce> I got the thing to work :)
<Begasus[m]> progress! :)
<Begasus[m]> fwiw, don't have email open, so not checking up on there today (or at least shortly)
<Begasus[m]> frying bigger fish atm :P
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58832] - https://git.haiku-os.org/haiku/log/?qt=range&q=6f8e4bb335f9+%5Ee1936f52ebaa
<nekobot> [haiku/haiku] 6f8e4bb335f9 - Sounds: Check all B_*_SOUNDS_DIRECTORY for default folder
<Habbie> waddlesplash, well, 4 hours up. this has happened before, but not often. i'll let it run
<Begasus[m]> is that listed in finddir? ;)
<OscarL> won't prolly sleep for quite a few hours still, but bettter to sign off while "ahead". Be well, everyone. Thanks for being nice.
OscarL has quit []
deltahote4 has joined #haiku
rakka has quit [Remote host closed the connection]
rakka has joined #haiku
Peppersawce has quit [Quit: Vision[]: i've been blurred!]
zelectric has joined #haiku
xiku has joined #haiku
erysdren has quit [Quit: Konversation terminated!]
wicknix_ has joined #haiku
deltahote4 has quit [Ping timeout: 480 seconds]
Babaj has joined #haiku
mmu_man has joined #haiku
wicknix has quit [Ping timeout: 480 seconds]
deltahote4 has joined #haiku
Peppersawce has joined #haiku
<nekobot> [haiku/haiku] 84800fee35fe - libroot/glibc: Drop two more unneeded files.
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev58833] - https://git.haiku-os.org/haiku/log/?qt=range&q=938a264d4d81+%5E6f8e4bb335f9
<nekobot> [haiku/haiku] 938a264d4d81 - libroot/glibc: Add missing include and definitions for popen().
<waddlesplash> bbjimmy: ^^ that fixes yab for me
<bbjimmy> :)
<waddlesplash> now to fix some Tracker bugs...
xiku has quit [Quit: WeeChat 4.6.0]
Peppersawce has quit [Quit: Vision[]: i've been blurred!]
angrystar170 has quit [Quit: The Lounge - https://thelounge.chat]
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
zelectric has quit [Remote host closed the connection]
zelectric has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58834] - https://git.haiku-os.org/haiku/log/?qt=range&q=0edaf61502a1+%5E938a264d4d81
<nekobot> [haiku/haiku] 0edaf61502a1 - Tracker: Fix leak of addon menu items.
dovsienko has quit [Quit: Leaving]
angrystar170 has joined #haiku
angrystar170 has quit []
angrystar170 has joined #haiku
dqk_ has joined #haiku
zelectric has quit [Remote host closed the connection]
dqk has quit [Ping timeout: 480 seconds]
Peppersawce has joined #haiku
<Peppersawce> Running Telegram on hrev58831 is a bit of a... ? ? ? ? ??
<Peppersawce> Dunno if anybody else noticed
_-Caleb-_ has left #haiku [#haiku]
<waddlesplash> ?
_-Caleb-_ has joined #haiku
<Peppersawce> Yeah, that
<Peppersawce> It spams ? in the tray
<Peppersawce> little by little, until the tray becomes huge
<Peppersawce> It was fine in hrev58829
<waddlesplash> hopefully will be fixed by hrev58833
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev58835] - https://git.haiku-os.org/haiku/log/?qt=range&q=01b71d945e69+%5E0edaf61502a1
<nekobot> [haiku/haiku] 023f509399e2 - Tracker: Don't rebuild root add-on menus in MenusBeginning().
<nekobot> [haiku/haiku] 01b71d945e69 - BWindow: Clean up dispatch of NO_COMMAND_KEY shortcuts.
<Habbie> waddlesplash, would you be entirely surprised if 58831 actually just stopped crashing on the AMD?
<Habbie> i do have two "KERN: vnode 3:[more digits] is busy!" in syslog
<Habbie> (was one a few hours ago)
deltahote4 has quit [Quit: deltahote4]
<waddlesplash> Habbie: what was the previous hrev?
<Habbie> '60000' - if you recall, i did some local build and gave it a fake number. let me see if i can find what it was
<Habbie> also if somebody happens to have pkgman lines ready to jump to older hrevs i'm happy to bisect
<Habbie> ah, 60000 was 'gerrit8684'
<Habbie> kernel: Pre-fault the stack and IP page addresses on fork().
<Habbie> so some version of that gerrit patchset before it was merged i guess
<waddlesplash> what's the parent change?
<waddlesplash> IIRC it got to like 30 hours at some point yeah?
<Habbie> checking logs
<waddlesplash> ok, a build from January
<waddlesplash> so, a lot of changes since then of course
<Habbie> i said '2 to 20' in january, 9 hours for 57820. ah! '32 hours' for some unknown rev in july last year
<Habbie> ok
<Habbie> we'll give it the weekend
<Habbie> my recollection was off by a magnitude
<Habbie> 2024-07-14 19:56:35 Habbie waddlesplash, 30 hours! and counting!
<Habbie> 2024-07-14 20:00:17 Habbie i think waddlesplash was spot on with "unrelated changes reduced your w
<Habbie> inning chances"
<Habbie> so i got 'lucky' with just a few hours on the january build earlier today
<Habbie> important question: if KDL happens, does that reboot after some time? or does it really sit patiently?
<waddlesplash> it will just spin forever
<waddlesplash> your computers fans will probably spin up because it's just a "PAUSE" loop in asm, not cpuidle
_-Caleb-_ has left #haiku [#haiku]
<Habbie> it's fanless :D
<Habbie> but, understood
_-Caleb-_ has joined #haiku
<Habbie> (i could attach a temperature probe, or a power meter, in theory)
nipos has left #haiku [Error from remote client]
nipos has joined #haiku
jmairboeck has quit [Quit: Konversation terminated!]
jelloshots8088 has joined #haiku
jelloshots8088 has quit []
mello has joined #haiku
mello has quit []
AlaskanEmily has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 3 commits to master [hrev58836] - https://git.haiku-os.org/haiku/log/?qt=range&q=28780cdca1a8+%5E01b71d945e69
<nekobot> [haiku/haiku] ea903017d904 - Tracker: Only rescan templates if we don't know of any.
<nekobot> [haiku/haiku] c057fc38b16c - Tracker: Cache add-on-supported mimetypes rather than reloading them each time.
<nekobot> [haiku/haiku] 28780cdca1a8 - Tracker: Remember whether addons have certain hooks or not.
puffypuff has joined #haiku
<puffypuff> Hello. I have just learned about Haiku today. Installed the rc1 in a VM and… it's cute! :P
<puffypuff> Would be hard to use it daily on a workstation PC, I guess. What are people using it for? As an alternative OS to Linux/BSD for older devices, or something?
* phschafft wonders if he remembers puffypuff's nick.
Aedil has quit [Ping timeout: 480 seconds]
<puffypuff> phschafft: Hello o/
* phschafft waves.
<Habbie> hi puffypuff
<Habbie> it's not rc1 yet though
<Habbie> also, for daily
<Habbie> last time i checked i could probably really use it daily for non-work
<Habbie> also work if i move work things to some remote machine :)
<puffypuff> oh, I'm sorry, you're right, it's r1beta4 - I remembered the "r1" as rc for some reason…
<Habbie> yeah i get that
<Habbie> not beta5?
<puffypuff> right, that *doublefacepalm*
<Habbie> i think everybody here would be very happy if we had something we'd dare to call rc1
<Habbie> (to be fair, i don't know exactly what would be required to call it rc1)
<puffypuff> I missed on the BeOS era and never got any occasion to use it, but when I first booted Haiku it hit me with a slightly similar nostalgia when installed Linux in early '00s for the first time ;-)
<Habbie> nice :D
<phschafft> I guess most people are around for the nostalgia.
<phschafft> feel a bit lonely sometimes that I'm here for other reasons.
neoncortex has quit []
<puffypuff> Is kernel supporting modern hardware pretty well? I've read that network drivers are ported from FreeBSD. I guess it be silly to assume performance is comparable to other modern OSes
<puffypuff> s/it be/it would be/
<Habbie> does anybody know where i can get the Leaf ('may be used in the creation of derivative logos') in more than 30 pixels?
<puffypuff> Habbie: which one? there are three ;-)
<Habbie> puffypuff, there are three leafs in the full logo, which derivatives cannot use. but I'm not sure the question is bad. if the conditions don't even say which leaf, which one is it ;)
Skipp_OSX has joined #haiku
<puffypuff> are you creating some kind of derivative of Haiku OS?
<Habbie> ha, no. just writing some debugging tools that might not be part of the haiku git repo
<Habbie> and as the trademark guidelines say, using the leaf is allowed to show your association
<puffypuff> oh, interesting
<waddlesplash> puffypuff: performance is actually not that bad vs. other OSes at this point, with the obvious exception of 3D acceleration (which we don't have)
<waddlesplash> compile performance is somewhere around 50% worse than Linux at most from benchmarks I've done
<waddlesplash> 50-75%
<waddlesplash> at least with some tuning. So we are actually not doing so bad in that department
<puffypuff> waddlesplash: heh, the moment I did Alt+Tab to switch back to irssi I've read your reddit post from ~6y back explaining of how much BeOS/Haiku is POSIX compliant ;-) thanks, I was also searching for benchmarks so that's good to hear!
Peppersawce has quit [Ping timeout: 480 seconds]
mello has joined #haiku
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
<Skipp_OSX> install trackrunner, create a file with a long file name with many characters in it, rename it, scroll back and forth through file name using arrow keys. It doesn't crash anymore, but, it will become unusably slow and you'll have to cancel the rename.
<Skipp_OSX> uninstall trackrunner, goes back to normal. It's calling MenusBeginning on each keystroke which is causing tracker add-on menus in menu bar to be rebuilt.
mello has quit [Quit: Vision[]: i've been blurred!]
puffypuff has quit [Quit: leaving]
OscarL has joined #haiku
<OscarL> Skipp_OSX: on hrev58815 64 bits, without any Tracker addon installed... just using arrow keys to rapidly go down or up in a window in listview mode has been *very* sluggish here since around the shortcuts refactor merge.
<OscarL> quite noticeable on slower hardware. cpu spikes all over.
nipos has left #haiku [Disconnected: Replaced by new connection]
nipos has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
<Skipp_OSX> yeah bc it's looking for shortcuts on each keystroke
<Skipp_OSX> seems like arrow keys are the problem