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
xet7 has joined #haiku
<nekobot> [haiku/haiku] 67df1af45af1 - listusb: Fix verbose class/subclass/protocol printing.
<nekobot> [haiku/haiku] waddlesplash pushed 3 commits to master [hrev57023] - https://git.haiku-os.org/haiku/log/?qt=range&q=57d035af1c38+%5Ebcc72455d3ad
<nekobot> [haiku/haiku] ed01a4624186 - listusb: Split CDC listing into a separate file.
<nekobot> [haiku/haiku] 57d035af1c38 - listusb: Dump Super-Speed Endpoint Companion descriptors.
dqk has quit [Ping timeout: 480 seconds]
dqk has joined #haiku
bitigchi has quit [Read error: Connection reset by peer]
Maturi0n has joined #haiku
Maturi0n_ has quit [Ping timeout: 480 seconds]
AlaskanEmily has joined #haiku
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
<pairisto[m]> I am having a problem trying to build tun.cpp into my build of the system everytime I use `jam -q tun`. When I run the command I get:... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/gQnWbAbnFTZTBQgHOepJUYpt>)
<pairisto[m]> I was wondering if anyone knew what unknown error 1 is?
<pairisto[m]> I removed generated/ and rebuilding it using ./configure to see if this works
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
erysdren has quit [Ping timeout: 480 seconds]
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
bbjimmy has joined #haiku
<trungnt2910[m]> LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/media/swangeon/OSdev/Haiku/haiku/src/add-ons/kernel/network/devices/tun/../../../../../../generated/objects/linux/lib" \
<trungnt2910[m]> ../../../../../../generated/objects/linux/x86_64/release/tools/settype -t application/x-vnd.Be-elfexecutable "../../../../../../generated/objects/haiku/x86_64/release/system/kernel/linkhack.so"
<trungnt2910[m]> Might help if you strace this command.
<trungnt2910[m]> There might be something really weird happening related to attribute emulation or something like that.
erysdren has joined #haiku
floof58 is now known as Guest1085
floof58 has joined #haiku
Begasus has joined #haiku
<Begasus> g'morning peeps
OscarL has joined #haiku
<OscarL> morning Begasus.
Guest1085 has quit [Ping timeout: 480 seconds]
Begas_VM has joined #haiku
<Begasus> Hola OscarL :)
Begas_VM has quit [Remote host closed the connection]
<Begasus> k, seems the backport for R1B4 hasn't arrived yet I guess (still KDL on burp)
<Begasus> is there a way to see what revision is used when something is backported to the beta?
<OscarL> manually count commits :-D
Begas_VM has joined #haiku
<Begas_VM> on +85 atm
<OscarL> I assume that's the "duplocale" commit from 3 days ago.
<OscarL> yup.
<Begas_VM> k, then +86 isn't there yet
<OscarL> "burp fix" should be +86
<OscarL> Begasus: you can check the following: got to https://ci.haiku-os.org/teams/r1beta4/pipelines/r1beta4-x86_64, click the "compile-r1-beta....", and on the next page, notice the "ref 8ac690..." on the left side (below the timestamp).
<erysdren> sorry to interject: i got the Ironwail quake sourceport compiling for Haiku x86_64 target, but it fails to launch in QEMU with a GL error "function glQueryCounter not found"
<erysdren> anything i can do about this, or is it due to lacking Mesa drivers?
<OscarL> that ref is the sha for the commit. you can then compare that to the commits on https://cgit.haiku-os.org/haiku/log/?h=r1beta4
<OscarL> I can't find any "glQueryCounter" on beta4 32 bits either, erysdren (looping "nm -A --defined-only $f | grep glQueryCounter" on the system libs). But grepping the headers, it is there (GL/glext.h, and GL/glew.h inside some ifdef guard).
<OscarL> (that's the extent of what I can offer, I generally don't have much idea about anything :-P)
<erysdren> well
<erysdren> ironwail didn't work
<erysdren> HOWEVER
<erysdren> i got Quakespasm to compile, link and run successfully
<OscarL> FWIW, I also see glQueryCounter also on some SDL2 header.
<erysdren> well, i'm pretty damn happy i got Quakespasm compiling
<erysdren> i'm gonna make a pull request on their github for the changes
<OscarL> Upstreaming FTW! :-)
Skipp_OSX has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
<erysdren> it also compiles for Haiku x86
<erysdren> runs poorly on my IBM ThinkPad from 2005 :P
<erysdren> done a pull request
<OscarL> Begas_VM: running a new clean build of rizin 0.3.4 (after "hp -c rizin"). Using a cheap and dirty trick to make it work from a clean state., but, seems to get the build running at least: https://bpa.st/YAGHI
<OscarL> Begas_VM: if we have to stick with that version for cutter... maybe we can tolerate that ugly hack?
<OscarL> (double call to "meson build", first fails, but pulls the necessary files, so we can patch them and run "meson build" for realz)
<OscarL> erysdren: I used to run quake1 on an AMD K5 with 16 MB of ram.. playing with no mouse. As long as I get 10+ FPS (even in reduced screen), good enough for me :-P
<erysdren> i have no idea how to prepare this for submission to haikuports or anything
<erysdren> i figure it's probably worth it
<OscarL> That "LINK_M=1" seems odd. we don't actually have -lm ?
<erysdren> the cross-compiler threw a fit without it
<OscarL> (well, it's a no-op, AFAIK, right?
<erysdren> not sure
<OscarL> ah, ok. never used cross-compiler :-)
<erysdren> maybe inside Haiku it would accept -lm
<erysdren> but, on my cross compiler it wouldn't
<erysdren> should i put the x86 and x86_64 builds in here for some unofficial testing?
<erysdren> i can only test in QEMU and on my thinkpad
<Begas_VM> re
<PulkoMandy> pairisto[m]: it seems your build problem is a bug with filesystem xattr emulation. If you are building from Linux, I would recommend using an xfs partition instead of ext4, this way, xattr emulation is not needed
<PulkoMandy> Error 1 on Linux seems to be EPERM/permission denied
<Begas_VM> OscarL, current cutter needs the older rizin library, and rebuilding with the new one fails
<OscarL> erysdren: regarding a Haikuports recipe... maybe see what's done for yamagi_quake2 as example?: https://github.com/haikuports/haikuports/blob/master/games-fps/yamagi-quake2/yamagi_quake2-7.45.recipe
<erysdren> got it, thanks
<erysdren> here are my binary builds if anyone wants to test (includes quake shareware PAK):
<erysdren> if it doesnt launch from tracker, try it from terminal
<erysdren> i'm not sure what's causing that bug
<OscarL> Begas_VM: older as in 0.3.4? or older as in "0.3.4, but as it was when it was build back then"?
<OscarL> (as it pulls things from git, and the recipe didn't had "subprojects_check=false", who knows which git revisions of his subprojects it ended up using, no?)
<Begas_VM> current one is 0.3.4
<Begas_VM> latest one I have here is 0.5.2
<OscarL> I ask because I tried just moving 0.3.4 to use Python 3.9, but build failed on buildmasters. with the hack on https://bpa.st/YAGHI, it should work.
<Begas_VM> cutter 2.2.1 (with the changes imported from 2.0.1) builds, but fails at the linking stage at the end
<Begas_VM> yeah, saw those fixes upstream
AlaskanEmily has quit [Remote host closed the connection]
<OscarL> erysdren: usually, when ported apps run ok from Terminal, but fail from tracker.... what's usually needed is a patch making sure any logic similar to 'dirname(argv[0]) + "/data/dirs"', to make sure that argv[0] points to the right place.
HaikuUser has joined #haiku
<OscarL> Begas_VM: for what is worth. rizin 0.3.4 clean build finished OK here (beta4 32 bits). with that ugly "double meson call" hack.
<OscarL> wan't me to open a PR for it?
<OscarL> s/wan't/want/
<Begas_VM> sure :)
<OscarL> (can't test if cutter will work with it)
HaikuUser has quit []
<Begas_VM> upstream has still some interested in getting this to work on Haiku, so might as well make sure our current one is still ok
<Begas_VM> finaly got e2fsprogs to start the build here :)
<OscarL> nice.
<OscarL> k, PR for rizin open (didn't changed the revision, as last build failed on both 64 and 32 bits buildmasters)
<botifico-c849d97b> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/d9f5f46cd17a...6672d96b576f
<botifico-c849d97b> [haikuports/haikuports] OscarL 6672d96 - rizin: ugly hack to make it build. (#8709)
<botifico-c849d97b> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/6672d96b576f...cd61a6aad48a
<botifico-c849d97b> [haikuports/haikuports] kenmays cd61a6a - pixman: bumped to 0.42.2 (#8706)
<botifico-c849d97b> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/cd61a6aad48a...e405fbe88268
<botifico-c849d97b> [haikuports/haikuports] kenmays e405fbe - cairo: fixed build issue (#8707)
* OscarL noticed that his last message to erysdren is full of errors. Me fail English? That's unpossible!
<Begasus> lol
<OscarL> ah.... I see kenmays is trying to stay ahead on the commit numbers! Muhahahah.... I'm gonna catch ya!!!
<Begas_VM> go for it! :P
freddietilley has joined #haiku
Diver has joined #haiku
Diver is now known as Diver
<OscarL> first I HAVE to test erysdren's quakespasm on 32 bits... you know... for science!
<OscarL> erysdren: Runs OK on beta4 32 bits (VBox VM). nice!
<OscarL> erysdren: might just need a chdir() call in main(). Quoting good guy PulkoMandy from the logs: "<PulkoMandy> we have patched many things to add a chdir to the correct directory at start " "<PulkoMandy> linux does it automatically, but we don't"
<OscarL> in the example I linked before, I've also used realpath(), so it works even when called from symlinks (like when clicked from Deskbar).
<Begasus> dogs taken care of ... check
<OscarL> rizin 64 bits build, check :-P
<Begasus> nice!
tuaris has quit [Quit: Leaving.]
<botifico-c849d97b> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/e405fbe88268...a9d6812653b4
<botifico-c849d97b> [haikuports/haikuports] Begasus a9d6812 - Move libblkid to a seperate package (#8710)
<Begasus> rizin 32bit fine too :)
<OscarL> yup! finally crossed out that one from the big list :-D
<OscarL> 18 to go. (plus some Python 2.x that are still lurking)
<Begasus> now kdevelop ... maybe wait for revbump on llvm9 :)
* OscarL tries to find one that would fit on his ever shinking free HDD space)
<Begasus> is anything in Haiku using something older then python3.9?
<OscarL> Haiku proper? not sure. Haven't really checked.
<Begasus> still no rev update on Haiku :)
<OscarL> I think it builds once a day.
<OscarL> even if there was no new commit. /me shakes head.
<OscarL> Begasus: "started1h 21m ago " << new build in progress for beta4.
<Begas_VM> ;)
<Begas_VM> probably will be for tomorrow
ADS_Sr_ has joined #haiku
<OscarL> na.... it's already copying stuff to wasabi.
ADS_Sr has quit [Remote host closed the connection]
OscarL has joined #haiku
OscarL has quit [Remote host closed the connection]
<OscarL> "CTCPServ [services@services.oftc.net] requested CTCP VERSION from OscarL: " <<< what's that? (usually get knocked out of this webchat when I get one of those)
<OscarL> "some IRC networks use version checks when connecting." must be that, and the disconnects, just some coincidence, I guess.
<Begas_VM> got the wrong version then? :P
<OscarL> or didn't replied on time, and got kicked :-D
<OscarL> anyway... +86 already available on pkgman update.
<Begas_VM> now it is :)
<Begas_VM> updating other laptop ...
<Begas_VM> still checking latest e2fsprogs atm here
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<Begasus> e2fsprogs on the reports fixed :)
<Begasus> nice to see upstream still involved in Haiku's port for cutter :)
<OscarL> linky?
<Begas_VM> 2 of the main devs there
<Begas_VM> grabbing e2fsprogs_x86-1.47.0-1-x86_gcc2.hpkg and moving it to /boot/home/haikuports/packages/e2fsprogs_x86-1.47.0-1-x86_gcc2.hpkg
<Begas_VM> latest one :)
<Begas_VM> k, back to checking cutter
<OscarL> https://github.com/haikuports/haikuports/pull/3364 <<< guess this one can be closed. (similar changes applied to latest Tor in PR 8696)
<Begas_VM> and ... https://ibb.co/9tR7NX0 :D
<OscarL> nice :-D
<Begasus> This has been bugging me for a long time :)
<Begas_VM> still crashes when opening preferences though
MajorBiscuit has joined #haiku
jjido has joined #haiku
Begasus_32 has joined #haiku
<Begas_VM> crash for burp fix confirmed :)
<Begas_VM> no KDL anymore :)
<OscarL> kool.
<Begas_VM> https://ibb.co/841VcD7 looks slick :) (although way off for my skills) :P
MajorBiscuit has quit [Ping timeout: 480 seconds]
<botifico-c849d97b> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/a9d6812653b4...b3dfb7d6b5d9
<botifico-c849d97b> [haikuports/haikuports] Begasus b3dfb7d - burp, bump version (#8553)
<Begasus> another one down from my branches :)
MajorBiscuit has joined #haiku
Anarchos has joined #haiku
<Anarchos> hello
<OscarL> Hi Anarchos.
<botifico-c849d97b> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/b3dfb7d6b5d9...daf55ac14fb5
<botifico-c849d97b> [haikuports/haikuports] Begasus daf55ac - rizin, bump version (#8712)
<Begasus> sorry OscarL :)
<OscarL> Begasus: finished cleaning up downloads/work-dirs... from < 5% free to almost 45%. nice. (small partition for 32 bits). Erasing lots of small files in Haiku is SLOOOOOW :-D
<Begasus> Hi Anarchos
<OscarL> Begasus: dont worry, got my commit counted anyway :-P
<Begasus> yeah OscarL cleaning up can take some time :/
<Begasus> heh
<Begasus> if this is finished cutter can be updated
* Anarchos still can't wait to see the msi refactor finished :) I can't remember the ticket to followw
<OscarL> Anarchos: maybe https://dev.haiku-os.org/ticket/18393 ?
<Anarchos> yes this one.
<Anarchos> OscarL: thx
<Begas_VM> biab ... dogs :)
erysdren has quit [Quit: Konversation terminated!]
erysdren has joined #haiku
<botifico-c849d97b> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/daf55ac14fb5...8a4451d2218a
<botifico-c849d97b> [haikuports/haikuports] Begasus 8a4451d - cutter, bump versin, use older FindRizin.cmake to fix detection for rz_core ... (#8713)
<OscarL> " bump versin, use older FindRizin" Begasin be rappin.
<Begasus> ;)
<Begasus> builds running ok so far :D
<Begasus> yay!! :D
augiedoggie has quit [Quit: Bye]
augiedoggie has joined #haiku
milek7 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
jjido has quit [Quit: Connection closed for inactivity]
gouchi has joined #haiku
milek7 has joined #haiku
<botifico-c849d97b> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/8a4451d2218a...33d0581f1fb4
<botifico-c849d97b> [haikuports/haikuports] OscarL 33d0581 - libepoxy: remove unneeded setuptools from BUILD_REQUIRES. (#8714)
<OscarL> Warning: POLICY ERROR: can't find used library "libperl.so"
<Begasus> whoops :P
<Begasus> probably somewhere hidden in the package
<Begasus> don't you run haikuporter in strict mode?
<OscarL> always, that's where I got the message. trying to build libpurple
<Begas_VM> ah :)
<Begas_VM> buildmast should only give a warning there, you could try a rebuild without strict mode
<OscarL> the only perl.so I can find... is deep in this libpurple work-dir :-/
<OscarL> it that warning saying that the package requires libperl.so? (the recipe has a commented "lib:perl" on its requires section)
<OscarL> *commented out
<Begas_VM> I think it was because of that warning/error, did you check the history?
<OscarL> will do
<Begas_VM> meantime trying a build for cutter with qt6 ...
<OscarL> guess I should ask you about that one then :-P
<Begasus> It isn't the first time I've seen these error in strict mode
<OscarL> Mmm maybe something to mention on the haikuporter bugtracker then?
<Begasus> checked if libgnt can be updated prior to libpurple? ;)
<OscarL> not doing updates, only moving to Py 3.9 :-P
<OscarL> (at least for now)
<OscarL> something particular about that one Begasus ? I mean, libpurple has lots of other dependencies. is libgnt too old compared to the others?
<Begasus> lol, I knew I had it somewhere :)
<OscarL> not much fixed then :-D
<Begasus> don't know OscarL , only saw libgnt needed to be merged before libpurple on the prior link :)
<OscarL> ok, the I just test without -S, open a PR just for this switch to Py3.9, buildmaster will work. And then Add a comment on that HP issue, mentioniing this particular case. Sounds good?
<OscarL> s/the I/then I/
<Begasus> yup :)
<Begasus> was reading up on a PR for vala, fbronson usualy gives some handy information (although, a LOT at times) :P
<Begasus> gives/gave*
<Begas_VM> WHOOT!!! https://ibb.co/TPgpCKB :D
<OscarL> well done!
<botifico-c849d97b> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/33d0581f1fb4...40794424141e
<botifico-c849d97b> [haikuports/haikuports] Begasus 4079442 - cutter, switch to qt6, fixes crash in preferences (#8716)
<Begasus> Me so happy :)
<botifico-c849d97b> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/40794424141e...e480eb466e08
<botifico-c849d97b> [haikuports/haikuports] OscarL e480eb4 - libpurple: switch to Python 3.9. (#8715)
<OscarL> k, one more before I fall asleep.
<Begasus> libgnt? :P
<Begasus> testcases for current and latest e2fsprogs are the same outcome
<OscarL> u-boot. that now fails to build (Habbie's fault!) because there's a .patchset that's not included on the recipe.
<Begas_VM> oops :)
<OscarL> judging for how long it is taking just to unpack... this one's gonna hurt.
<Begas_VM> it's a feature, not an error :P
<Anarchos> hrev 57023, x86_gcc2 , my atheros wifi doesn't see any SSID at all anymore
<Anarchos> and latex not working anymore
<Begas_VM> what's up with latex Anarchos?
<Anarchos> Begas_VM: texmf.cnf not found.
<Begas_VM> after the update?
<Anarchos> yes
<Begas_VM> TeXstudio still working fine here
<Begas_VM> is that with BeTex?
<Begas_VM> Saw new update for texstudio ... :)
<Anarchos> Begas_VM: no plain latex command in Terminal
<OscarL> PulkoMandy: should the u_boot recipe be in a buildable state? (can't find any u_boot package, and getting unresolvable dependencies for "cmd:arm_none_abi_gcc"). Context: just trying to switch recipes to Python 3.9 (from 3.7).
<Begas_VM> Anarchos maybe ask jmairboeck when he's around, he should know more
<Anarchos> Begas_VM: i know but i always come when he leaves !
<Begas_VM> launching "latex" from Terminal seems ok, but I don't know how too use it there :)
<Begas_VM> heh
<Begas_VM> too/to*
MajorBiscuit has quit [Ping timeout: 480 seconds]
zard has joined #haiku
<Anarchos> Begas_VM: latex file.tex :)
<Begasus_32> ~/tex> latex alphabet.tex
<Begasus_32> This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Haiku) (preloaded format=latex)
<Begasus_32> restricted \write18 enabled.
<Begasus_32> ---! /packages/texlive-2023-2/.self/var/texlive/web2c/pdftex/latex.fmt made by different executable version, strings are different
<Begasus_32> (Fatal format file error; I'm stymied)
<Begas_VM> different error I guess, using that tex file in texstudio seem to work though
MajorBiscuit has joined #haiku
<Anarchos> Begas_VM: i guess you have to delete latex.fmt and let latex rebuilds it (beaware to do a save of latex.fmt, justi n case...)
<Begasus> running "fmtutils-sys --all" atm to check
* Anarchos : or you could use the stnadard tools as fmtutils-sys, as you know better than me :)
<Begas_VM> nah, google is my friend :)
<Begas_VM> and even on that I found that they had to remove the file you mentioned because fmtutil-sys didn't work :)
<Anarchos> Begas_VM: tex/latex is such a beast to tame : imagine D. Knuth envisioned his code with char being size different of 8 bits...
<Begas_VM> yeah, but would be nice to know it's working for every one Anarchos
* Begas_VM got lost somewhere between char and size ;)
<Anarchos> Begas_VM: char size was not standardized in the 70s : it could be from 6 to 8 (as i know of)
<Anarchos> so when knuth developed TeX , he was aware of those legacy systems (VAX ; PDP...)
<Begas_VM> never saw or heard something pc related in the 70s (still playing with marbles I guess) :D
<Anarchos> Begas_VM: technically, those were not PC :) I worked on Vax system at engineering school in 1997/1998
<Begasus> glad enough I got this far ;)
<OscarL> Char size of 5 is (was) also a thing on serial comms / termios.
<Begasus> only came accross cobol for programming (and even then only for a short time)
<phschafft> still using char sizes < 8 bit over here for wireless transmissions.
<phschafft> there is just no point in transmitting e.g. 8 bit when the 8th bit is always zero for ASCII.
<phschafft> (however that is only half of the story, as such predictable bits can be helpful for syncing)
<Anarchos> phschafft: i am french, and we use the8th bit for accentuated letters
<Anarchos> éèàëù
<Anarchos> and so on
<OscarL> ñ
<phschafft> Anarchos: I'm a German and as we say could spit over the border to you. ;)
<phschafft> so we have at least öüäß
<Begasus> àç§é
<Anarchos> phschafft: ich lernte es zur Schule, auch :)
<phschafft> :))
* OscarL only understood "ich", maybe.
<phschafft> I was forced (as in people tried to be god, not as in I would not like to know the language) to learn your language for two years with the worst teacher I ever have have met.
<Begasus> immer im Deutsch mit lorglass :)
<phschafft> which resulted in me not remembering anything but one lecture which I left early. so all the words I know I do from before.
<phschafft> which comes doen to me understanding that everything "pom" is round ;)
<phschafft> *down
HaikuUser has joined #haiku
frkazoid333 has joined #haiku
freakazoid332 has joined #haiku
nephele has joined #haiku
frkzoid has quit [Ping timeout: 480 seconds]
<Anarchos> HaikuUser are you from ukraina ?
frkazoid333 has quit [Ping timeout: 480 seconds]
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
mmu_man has joined #haiku
Skipp_OSX has joined #haiku
frkzoid has joined #haiku
gouchi has quit [Remote host closed the connection]
freakazoid332 has quit [Ping timeout: 480 seconds]
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
bbjimmy has joined #haiku
bbjimmy_64 has quit [Quit: Vision[]: i've been blurred!]
bbjimmy_64 has joined #haiku
nephele has quit [Quit: Vision[]: i've been blurred!]
townsfolkPravda has joined #haiku
OscarL has quit [Quit: Page closed]
bbjimmy_64 has quit [Quit: Vision[]: i've been blurred!]
hightower3 has quit [Ping timeout: 480 seconds]
bjorkintosh has joined #haiku
B2IA has quit [Quit: Vision[]: i've been blurred!]
bbjimmy_64 has joined #haiku
B2IA has joined #haiku
bjorkintosh has quit []
bjorkintosh has joined #haiku
kikadf has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
kikadf has joined #haiku
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
Anarchos has quit [Quit: Page closed]
<Begasus> Nice to see ... Cutter also running on 64bit :) (without crashes)
gouchi has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57024] - https://git.haiku-os.org/haiku/log/?qt=range&q=943b5775f875+%5E57d035af1c38
<nekobot> [haiku/haiku] 943b5775f875 - Icon-O-Matic: Fix memory leak
MelMalik is now known as AmyMalik
tuaris has joined #haiku
freddietilley has quit [Quit: WeeChat 3.8]
mmu_man has quit [Ping timeout: 480 seconds]
hightower2 has joined #haiku
ScottD19 has joined #haiku
Anarchos has joined #haiku
ScottD1 has quit [Ping timeout: 480 seconds]
ScottD19 is now known as ScottD1
<Skipp_OSX> nice
Anarchos has quit [Ping timeout: 480 seconds]
gouchi has quit [Remote host closed the connection]
HaikuUser has joined #haiku
Anarchos has joined #haiku
HaikuUser has quit []
Anarchos has quit []
Anarchos has joined #haiku
mmu_man has joined #haiku
HaikuUser has joined #haiku
tqh has joined #haiku
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
<andreasdr[m]> Hi there.
<andreasdr[m]> Every fixed Memory Leak is a good Memory Leak :DDD
Begas_VM has quit [Quit: Vision[]: i've been blurred!]
<Begasus> closing down for today, cu peeps!
Begasus has quit [Quit: Leaving]
mmu_man has quit [Ping timeout: 480 seconds]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57025] - https://git.haiku-os.org/haiku/log/?qt=range&q=c2e8b3177bb0+%5E943b5775f875
<nekobot> [haiku/haiku] c2e8b3177bb0 - usb_raw: Fetch default language before fetching string descriptors.
<waddlesplash> that ^^ fixes "listusb" taking multiple seconds even in VMware, here
MajorBiscuit has quit [Ping timeout: 480 seconds]
<waddlesplash> it may fix Sanity device detection, or other such things, not sure, I didn't test
<waddlesplash> cc PulkoMandy
dominicm has quit [Remote host closed the connection]
rodolphoeck has quit [Read error: Connection reset by peer]
dominicm has joined #haiku
rodolphoeck has joined #haiku
mmu_man has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57026] - https://git.haiku-os.org/haiku/log/?qt=range&q=840faa402b77+%5Ec2e8b3177bb0
<nekobot> [haiku/haiku] 840faa402b77 - strace: add network definitions
orealis has quit [Quit: yap...]
jjido has joined #haiku
<jjido> Hello Haiku
tqh has quit [Quit: Leaving]
<jjido> I must thank whoever ported WebKit to make WebPositive, I am quite impressed.
<waddlesplash> that would be a long series of developers
<waddlesplash> stippi, leavengood, pulkomandy, and others
zard has quit [Quit: leaving]
<waddlesplash> there's also a GTKWebKit port which has more features enabled than the native port WebPositive uses
orealis has joined #haiku
<jjido> Good job!
<jjido> I updated the installer ticket by the way, waddlesplash
<waddlesplash> jjido: does the installer really hang forever? After 10 seconds, usb_disk operations should time out
<jjido> Yes it’s not recoverable.
<waddlesplash> but after 10 seconds does anything change?
<waddlesplash> or a full 2-3 minutes even
<waddlesplash> i.e. do you get a "Error timed out"
<jjido> Yes when using external disk. No with internal.
<waddlesplash> ok
<waddlesplash> the KDL backtrace doesn't make much sense, it's just a standard IO wait, and there's a timeout even
<jjido> The computer is still blocked after the timeout
<waddlesplash> that's the more interesting part
<waddlesplash> probably I/O just stalls really
<waddlesplash> I need to fix some stuff in usb_disk actually
<jjido> Is there a way to reset the I/O?
<waddlesplash> no. the usb_disk driver tries to do this automatically but usually fails to do so
<waddlesplash> I think that problem can be reproduced in QEMU with some effort
<waddlesplash> so, I should look into that
CPYou has joined #haiku
Anarchos has quit [Quit: Vision[]: i've been blurred!]
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
townsfolkPravda has quit [Quit: townsfolkPravda]
<erysdren> fixed Quakespasm not opening from the tracker, thanks OscarL
CPYou has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit []
floof58 has quit [Read error: Connection reset by peer]
floof58 has joined #haiku
Anarchos has joined #haiku
<Anarchos> hello
<erysdren> hello
<erysdren> looks like my Quakespasm pull request is gonna get accepted! :D
<Anarchos> erysdren what is quakespasm ?
<erysdren> it's a modern version of the game Quake from 1996
HaikuUser has joined #haiku
HaikuUser has quit []
Anarchos has quit [Read error: Connection reset by peer]
KapiX has joined #haiku
<zdykstra> I have super fond memories of that game
floof58 is now known as Guest1172
floof58 has joined #haiku
<erysdren> i'm having an issue with haiku on my thinkpad
<erysdren> the brightness got reset to 0% after a reboot, and when i put it up to max Haiku started spitting errors on the screen and then froze
<erysdren> seems to happen every time
Guest1172 has quit [Ping timeout: 480 seconds]
jjido has quit [Quit: Connection closed for inactivity]
KapiX has quit [Quit: KapiX]
<zdykstra> what GPU?
<erysdren> Intel GMA (i915GM) according to haiku
<erysdren> i can put the brightness into a middleish range and see things okay, but anything higher causes the error spew
<erysdren> VESA mode, of course, does not experience this issue
charwhee has quit [Quit: Connection closed for inactivity]
<zdykstra> can you control the backlight in VESA mode?
gouchi has joined #haiku
gouchi has quit [Remote host closed the connection]
HaikuUser has joined #haiku
HaikuUser has quit []
Slor has quit [Remote host closed the connection]
Diver has quit [Quit: Leaving.]
Slor has joined #haiku
HaikuUser has joined #haiku
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
HaikuUser has quit []