waddlesplash 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.catirclogs.org/haiku/ | Matrix: #haiku:matrix.org | XMPP: #haiku%irc.oftc.net@irc.jabberfr.org
HaikuUser has joined #haiku
HaikuUser has quit []
nephele has quit [Quit: Vision[]: i've been blurred!]
flowerg9 has quit [Ping timeout: 480 seconds]
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
AD_Haiku_onPC_ has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
mmu_man has quit [Ping timeout: 480 seconds]
Skipp_OSX has quit [Quit: Textual IRC Client: www.textualapp.com]
the_sea_peoples has quit [Ping timeout: 480 seconds]
tetrislife has joined #haiku
AlaskanEmily has quit [Remote host closed the connection]
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
xet7 has quit [Remote host closed the connection]
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
flowerg9 has joined #haiku
frkazoid333 has quit [Read error: Connection reset by peer]
frkazoid333 has joined #haiku
chiku has quit [Read error: Connection reset by peer]
Sid127 has joined #haiku
bbjimmy has joined #haiku
erysdren has quit [Quit: Konversation terminated!]
Nasina has joined #haiku
<Begasus[m]> g'morning peeps
illwieckz_ has joined #haiku
illwieckz has quit [Ping timeout: 480 seconds]
<Begasus[m]> k, build for cmake 4.1.0-rc1 running ...
cptaffe has quit [Read error: Connection reset by peer]
cptaffe has joined #haiku
rnelson has quit [Read error: Connection reset by peer]
rnelson has joined #haiku
rubin55 has quit [Read error: Connection reset by peer]
rubin55 has joined #haiku
Aedil has quit [Quit: leaving]
jmairboeck has joined #haiku
mmu_man has joined #haiku
tetrislife has left #haiku [Error from remote client]
dqk_ has joined #haiku
dqk has quit [Ping timeout: 480 seconds]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
nephele has joined #haiku
* nephele waves
<nephele> I am thinking about the native api for webkit2. especially for the configuration. So basically when creating a webview we pass in a configuration value. I think it may make sense to offer a "simplified" bitfield or so to api clients instead of the complex webconfig data type
<nephele> and then probably set the defaults in a way that, if you "naively" create the webview you get neither Javascript nor WASM nor remote media
<nephele> that you yourself have to pass like WEBKIT_ENABLE_JS and WEBKIT_ENABLE_REMOTE_MEDIA or so
<nephele> then if something is used in stuff like the mail app it will use the "naive" aproach per default without any network or scripts. Only perhaps sending a request back to the api client that some media is kinda missing, and if it wants to fetch it instead
mmu_man has quit [Ping timeout: 480 seconds]
Anarchos has joined #haiku
Anarchos has quit []
mmu_man has joined #haiku
Anarchos has joined #haiku
<Anarchos> hello
<nephele> hi Anarchos
<Anarchos> DHCP doesn't work for me since yesterday
<nephele> yes. ticket filed, ticket fixed, update again :P
<Anarchos> nephele i juste updated :)
<Anarchos> maybe i should wait tomorrow that it lands in nightly build
jmairboeck has quit [Ping timeout: 480 seconds]
<Begasus[m]> first run: 69% tests passed, 195 tests failed out of 628
<Begasus[m]> cmake 4.1.0-rc1
<Begasus[m]> now: 95% tests passed, 31 tests failed out of 628
<Begasus[m]> not bad :)
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
OscarL has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
<OscarL> Haiku doesn't seems to like the "new" motherboard (for my Phenom II X4). Had it completely freeze the PC at least 6 times in a row, at different stages of "build python, run test suite".
<OscarL> From only one test away from finishing... to freezing pretty early on a very simple unoptimized build.
tetrislife has joined #haiku
erysdren has joined #haiku
<OscarL> Went back to beta5... froze there too. Stopped using RAMFS... froze anyway. Now trying my luck using VMware (win10 host).
Nasina has joined #haiku
mmu_man has joined #haiku
pol has joined #haiku
<Begasus[m]> Hola OscarL !
<OscarL> Launching test suite now. If this doesn't works... I will just go to play OG Stalker for a while.
<OscarL> Hey there Begasus[m]. Hope you're getting a better day than me (regarding computer things).
<pol> I would like to edit color value for workspace[1], how to do it using message /boot/home/config/settings/system/app_server/workspaces ?
<OscarL> pol: maybe use Kottan. Any reason for not using the Backgrounds preflet?
<pol> I want to do the script that is calling this message command with values from python.
<OscarL> ah, missread that "message" on your original comment, sorry.
<pol> I found the script that is doing something similar but I don't understand the syntax: message
<pol> '/\['"${workspace}"'\]/,/color/ {print $(NF-3)}' 2>/dev/null | awk '/^ff/ {for(i=3;i>=1;
<pol> i--) printf substr($0,i*2+1,2)}'
<pol> /boot/home/config/settings/system/app_server/workspaces | awk -F'[x )]'
Nasina has quit [Remote host closed the connection]
<pol> It's a part of the bigger script posted on the forum.
<Begasus[m]> comparing test results with/without patchses OscarL for new rc cmake
<Begasus[m]> adding some of these: +++ b/Modules/Platform/Linker/Haiku-GNU-Fortran.cmake
mmu_man has quit [Ping timeout: 480 seconds]
nephele has quit [Quit: Vision[]: i've been blurred!]
<OscarL> pol: AFAIK, message only "dumps" the content of the flattened file into human readable form (text).
<Begasus[m]> atm running without patches (new) and internal ctest "./bin/ctest --output-on-failure"
tetrislife has left #haiku [Error from remote client]
<OscarL> thus why you have that "awk" command there doing some "magic", seemingly with help of printf... no idea how that gets back to a flattened message (not at least from what you posted).
mmu_man has joined #haiku
<pol> Could be it's only for reading and not writing to, I have to find other way to edit this file then.
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
<phschafft> I got my donkey back from the donkey doctor yesterday.
<phschafft> so looking forward the next days on how things go.
<OscarL> pol: there's the package xmlbmessage that supposedly does allows to do Flattened BMessage -> XML, and viceversa.
<OscarL> I kinda remember a similar one that used json instead, but can't find it.
<pol> It's crashing so I probably can't use it.
<pol> Anyway, if I change the color value with kottan I have to reboot the system for changes to be visible - I was hoping it would update in the fly.
Nasina has joined #haiku
<OscarL> pol: you could use https://github.com/augiedoggie/bgswitch
Nasina has quit [Read error: Connection reset by peer]
<OscarL> pol: seems bgswitch is already on the depos, so just a "pkgman install bgswitch" away :-)
<Begasus[m]> OscarL: https://bpa.st/52PA
<Begasus[m]> output from one of those tests for cmake, seems some paths are wrong there :)
<Begasus[m]> pretty large output*
<OscarL> drives me nuts that tests that worked fine before (as in... just on the previous run), now hang :-(
<Begasus[m]> bugger :(
<Begasus[m]> also seeing some zstd references in the errors: actual-stderr> CMake Error: archive_write_add_filter_zstd: Using external zstd program
<OscarL> re that cmake test output... no idea what to make out of it :-)
mmu_man has quit [Ping timeout: 480 seconds]
Nasina has joined #haiku
<OscarL> mmm, wonder if I had some lingering Python process in the background on this new test run. Sigh... I hate this thing.
<OscarL> seems not, which is actually worse :-(
<Begasus[m]> atleast some progress here :) 95% tests passed, 31 tests failed out of 628
<OscarL> At least now the PC hasn't frozen again.
HaikuUser has joined #haiku
Nasina has quit [Ping timeout: 480 seconds]
HaikuUser has quit []
<OscarL> Begasus[m]: send me some of that luck once you finish with it :-)
Nasina has joined #haiku
* OscarL shouts like a madman: "My kindom for a stable test-suite!"
<Begasus[m]> heh
<OscarL> *kingdom, even.
Nasina has quit [Read error: Connection reset by peer]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<dovsienko> OscarL: could this be a hardware problem?
dqk_ has quit [Remote host closed the connection]
<OscarL> dovsienko: seems only Haiku is affected. Had no freezes so far on Win10.
<OscarL> first thing I did when re-assembling this was running memtest, that went OK.
<dovsienko> that does not prove anything because if that's bad RAM, one OS may be using a faulty address much more often that the other
<OscarL> sure, just giving some more info on what I've already tried/testsd.
<dovsienko> memtest overnight is a good first step to eliminate an obvious simple problem
<dovsienko> well, then it is something else
<OscarL> got 3 new test fail this time... all seg-faults related to recursion tests. (/me documents that, but moves on)
* Begasus[m] runs a clean build without the new patches and then test the newish cmake
mmu_man has joined #haiku
angrystar17043 has quit [Read error: Connection reset by peer]
angrystar17043 has joined #haiku
<pol> bgswitch works nicely, but I also wanted to edit the decorator color, it's in the /boot/home/config/settings/system/app_server/appearance file
tetrislife has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
<OscarL> to be fair, manually modifying those files is *not* encouraged, otherwise they would be in plain text, and node-monitoring would be used on them to check for changes.
<OscarL> Maybe write a command line utility that sets values as the Appereance preflet those.
<OscarL> s/those/does/
<OscarL> (or add command line support on that preflet, I guess)
<Begasus[m]> patches welcome? ;)
mmu_man has joined #haiku
dqk has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
<Begasus[m]> no patches extra needed, using ./bin/ctest works OK and failed test are way reduced :)
<Begasus[m]> afk for a bit <break>
<nekobot> [haikuports] OscarL pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/cd65e29427af...3caf2fb68399
<nekobot> • OscarL (3caf2fb6): python3.13: update to version 3.13.5. (#12528)
* OscarL takes a break too. Later!
OscarL has quit []
mmu_man has quit [Ping timeout: 480 seconds]
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
bbjimmy has joined #haiku
Aedil has joined #haiku
Anarchos has joined #haiku
<Anarchos> hello Begasus[m]
<Begasus[m]> hello Anarchos :)
<Begasus[m]> no word on betex yet?
zardshard has left #haiku [Error from remote client]
zardshard has joined #haiku
<Anarchos> Begasus[m] i didn't look.
<Anarchos> Begasus[m] i rather try to understand how to explain to core devs that B_BIOS_GET_DRIVE_ID, being in Drivers.h must be implemented in devfs driver, even on no-bios machines ...
<Begasus[m]> not my cup of tea there ;)
<Anarchos> anyway i am glad korli merged my betex upgrades :)
tetrislife has left #haiku [Error from remote client]
the_sea_peoples has joined #haiku
<Begasus[m]> yeah, I can imagine :)
<Begasus[m]> ok, how do I run a specific test with ctest? eg run only 1 test out of 628 tests?
<Begasus[m]> ctest -R ... seems to do the trick :)
<Begasus[m]> https://bpa.st/VG7Q some weird output, don't know what to do with those, found some hits on the net, but no sollution
<Begasus[m]> beats running the full test suite though :)
<Anarchos> Begasus[m] seems explicit : Add the installation prefix of "DoesNotExist" to CMAKE_PREFIX_PATH or set   "DoesNotExist_DIR" to a directory containing one of the above files.  
<Begasus[m]> there is nothing for that Anarchos :)
<Begasus[m]> no hits for DoesNotExistConfig.cmake on the filesystem
<Anarchos> Begasus[m] maybe look what orther projects do on github ?
<Begasus[m]> been looking at repology for this :)
<Begasus[m]> Gentoo excludes some tests in there, but others then the ones failing here
<Begasus[m]> Arch doesn't even mention test case :P
<Begasus[m]> Fedora has a gazilion patches (as mostly), so hard to get something usefull for that :)
OrngBomb has joined #haiku
OrangeBomb has quit [Ping timeout: 480 seconds]
OrngBomb is now known as OrangeBomb
HarryKurn[m] has joined #haiku
HarryKurn[m] has left #haiku [#haiku]
Halian| has joined #haiku
Anarchos has quit [Quit: Vision[]: i've been blurred!]
<Begasus[m]> k, PR for cmake4 created, 64bit only for now, with a conflict to cmake(3) so that the old is still default and people could testrun the new
Halian has quit [Ping timeout: 480 seconds]
dalme has joined #haiku
xet7 has joined #haiku
AndrevS has joined #haiku
dalme has quit []
<Begasus[m]> patchset for kdevelop_master still good :)
Halian has joined #haiku
Aedil has quit [Quit: leaving]
mmu_man has joined #haiku
Halian| has quit [Ping timeout: 480 seconds]
Aedil has joined #haiku
<pol> Is there a command that will return all running applications?
<zdykstra> ps
<pol> I was looking for a way to find only those applications that have GUI.
mmu_man has quit [Ping timeout: 480 seconds]
frkazoid333 has quit [Read error: Connection reset by peer]
frkazoid333 has joined #haiku
<pol> I have attemped to write something similar to MinimizeAll with python and hey but also to unminimze when all apps are minimized.
<pol> It works for tracker and stylededit so far only.
bjorkintosh has quit [Quit: "Every day, computers are making people easier to use." David Temkin]
mmu_man has joined #haiku
bjorkintosh has joined #haiku
arti has quit [Remote host closed the connection]
Anarchos has joined #haiku
arti has joined #haiku
neoncortex has joined #haiku
tetrislife has joined #haiku
pol has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
pol has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
erysdren has quit [Quit: Konversation terminated!]
jmairboeck has joined #haiku
Aedil has quit [Quit: leaving]
dalme has joined #haiku
HaikuUser has joined #haiku
pol has quit [Read error: Connection reset by peer]
HaikuUser has quit [Read error: Connection reset by peer]
nephele has joined #haiku
jmairboeck has quit [Quit: Konversation terminated!]
tetrislife has left #haiku [Disconnected: Hibernating too long]
nephele has quit [Ping timeout: 480 seconds]
nephele has joined #haiku
zardshard has left #haiku [Error from remote client]
Nasina has joined #haiku
nephele has quit [Quit: Vision[]: i've been blurred!]
erysdren has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
AndrevS has quit [Quit: umount /dev/irc]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
<nekobot> [haikuporter] kallisti5 pushed 1 commit to branch master: https://github.com/haikuports/haikuporter/compare/ca6c9a315a58...75f870d31207
<nekobot> • kallisti5 (75f870d3): buildmaster: If a builder recovers, remove it from reconnectingBuilders…
Nasina has quit [Ping timeout: 480 seconds]
OscarL has joined #haiku
<OscarL> kallisti5[m]: hi! saw your commit, and that reminded me... the 64 bits builder seems to be stuck (that python build should have taken around an hour, went ok on 32 bits).
<kallisti5[m]> hm. checking
<waddlesplash> did the builders get rebooted again?
<waddlesplash> and did the patch not get applied
<kallisti5[m]> I haven't messed with them recently
<waddlesplash> yes, rebooted
<waddlesplash> kallisti5[m]: sorry I meant the docker containers
<waddlesplash> they got recreated
<kallisti5[m]> (also, to be clear... they're all on an old buildmaster... the recent changes are targetting the new s3 buildmaster
<kallisti5[m]> waddlesplash:
<kallisti5[m]> ok. what's the patch?
<waddlesplash> do you want the dumb version or the smart version lol
<waddlesplash> kallisti5[m]: the "smart" and canonical version is https://github.com/haikuports/haikuporter/commit/8d0c7b054930ab6d3a19d11bcf6babb24b5f5ec7
<kallisti5[m]> i mean.. if the fix needs to happen to the old code and new code.. the smart version?
<waddlesplash> it's already in the new code, see commit
<kallisti5[m]> ooh ok
<waddlesplash> the "dumb" version is to take that + '"' and make it + '" && sleep 1'
<waddlesplash> lol
<waddlesplash> that's what I do every time the containers are rebooted
<kallisti5[m]> 😓
<kallisti5[m]> ow
<waddlesplash> so if you can make new containers of the old haikuporter but with that one commit applied ... that'd be great :)
<kallisti5[m]> yeah.. i'm going to do a 1.2.8 release plus that commit
<waddlesplash> nice, ok
<kallisti5[m]> or... 1.2.9 1.3.0 is what added s3
<waddlesplash> 1.2.8a
<kallisti5[m]> nobody tagged 1.2.8
Nasina has joined #haiku
<waddlesplash> 1.2.8-HOTFIX-FOR-PRODUCTION-20250627
<kallisti5[m]> aaah. There was a tag, just not a release
<kallisti5[m]> ok
* OscarL unplugs again.
OscarL has quit []
<kallisti5[m]> bad news... shit's still broken
<kallisti5[m]> good news... it's actually doing sane things now and trying more packages
<nekobot> [haikuporter] kallisti5 pushed 1 commit to branch master: https://github.com/haikuports/haikuporter/compare/75f870d31207...cf18a760e134
<nekobot> • kallisti5 (cf18a760): buildmaster: Begin tagging artifacts with proper context
<kallisti5[m]> oh, my clock is just off
dalme has quit []
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
vdamewood has joined #haiku