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
AD_MOS has joined #haiku
skirst has joined #haiku
AD_MOS2 has quit [Ping timeout: 480 seconds]
johndrinkwater has joined #haiku
TheEricExperiment has quit [Quit: Going offline, see ya! (www.adiirc.com)]
johndrin1water has quit [Ping timeout: 480 seconds]
euandreh has quit [Ping timeout: 480 seconds]
yaponamat[m] has joined #haiku
AlwaysLivid has quit [Ping timeout: 480 seconds]
AlwaysLivid has joined #haiku
Coldfirex has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 480 seconds]
Coldfirex has joined #haiku
rennj has quit [Quit: Leaving]
Coldfirex has quit [Remote host closed the connection]
euandreh has joined #haiku
Coldfirex has joined #haiku
<shaka444[m]> looks like my keyboad doesn't work in hrev55409 (x86_64) works when I revert
deavmi has quit [Read error: Connection reset by peer]
deavmi has joined #haiku
DanDan has quit [Ping timeout: 480 seconds]
euandreh has quit [Ping timeout: 480 seconds]
boistordu has quit [Remote host closed the connection]
e1z0 has joined #haiku
Forza has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Forza has joined #haiku
<B2IA> (mrentropy) Mine doesn't work with 55414. Well, two of them don't. I had to go back to 55410.
DanDan has joined #haiku
freakazoid333 has joined #haiku
dr_evil_ has joined #haiku
dr_evil has quit [Ping timeout: 480 seconds]
freakazoid333 has quit [Quit: Leaving]
andreasdr has joined #haiku
andreasdr has quit []
andreasdr has joined #haiku
AlienSoldier has quit [Quit: Vision[0.10.3]: i've been blurred!]
_Dario_ has quit [Quit: Leaving]
Garbanzo has quit [Remote host closed the connection]
<Not-5726> [haikuports/haikuports] diversys pushed 1 commit to master [+3/-1/±0] https://git.io/Ju1NB
<Not-5726> [haikuports/haikuports] kwyxz bddcad3 - Updated drhelius' libretro cores (#6184)
Diver has quit [Quit: Leaving.]
Diver has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
beaglejoe has quit [Quit: Leaving]
Begasus has joined #haiku
<Begasus> g'morning peeps
Begasus_32 has joined #haiku
tuaris has quit [Quit: Leaving.]
<nekobot> [haiku/haiku] korli pushed 1 commit to master [hrev55415] - https://git.haiku-os.org/haiku/log/?qt=range&q=cc6736afae5b+%5E5b2fc19fa0ed
<nekobot> [haiku/haiku] cc6736afae5b - StreamBuffer: fix Position() for read streams
<nephele[m]> Good morning begasus
<nephele[m]> Begasus: could i trouble you to merge this commit? https://git.gryphno.de/nephele/haikuports/commit/34e361b17a39a5acc6e38dbdc58f876a9392e775
<nekobot> [haiku/buildtools] korli pushed 1 commit to master [btrev43180] - https://git.haiku-os.org/buildtools/log/?qt=range&q=4b7b6c63e80d+%5E0ff4d6adaff6
<nekobot> [haiku/buildtools] 4b7b6c63e80d - jam: Remove ignored archiver flag modifier
JakeSays has quit [Ping timeout: 480 seconds]
<Begasus> good morning nephele[m]
<Begasus> I'll have a look at it in a bit nephele[m]
JakeSays has joined #haiku
<Begasus> checking radare2 here atm
HaikuUser has joined #haiku
HaikuUser has quit []
<Begasus> OK, radare2 is missing "arm64dir.a" library in the recipe, as there is no version included there, should I just go with " = $portVersion" or leave it blank?
AlaskanEmily has quit [Remote host closed the connection]
<Not-5726> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://git.io/JuMat
<Not-5726> [haikuports/haikuports] Begasus d82b9de - radare2, fix missing/duplicate entries (#6185)
<Begasus> k, that should do it, will see if something comes up on buildmaster :)
skirst has quit [Ping timeout: 480 seconds]
<Begasus> checking build nephele[m] :)
<Begasus> nephele[m], I'll use co-authored-by in the commit, should I add your email to it?
<Begasus> nephele[m], PR created, if it's OK with you I'll merge :)
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
blabber has quit [Quit: WeeChat 3.2]
blabber has joined #haiku
mmu_man has joined #haiku
<nephele[m]> I'm not familiar with how github creates commits, but I am somewhat confused why you can't just take the commit I already made :)
<nephele[m]> Begasus: feel free to merge it
<Begasus> don't know how to add your commit into haikuports? :)
<nephele[m]> what do you mean by that?
<nephele[m]> should be like
<nephele[m]> git remote add nepstream https://git.gryphno.de/nephele/haikuports/
<nephele[m]> git fetch -a
<nephele[m]> git cherry-pick <thecommityouwant>
<nephele[m]> or alternatively using the branch i made directly
<nephele[m]> again, no idea how github makes prs and stuff, but getting it into the local tree should be fairly easy
<nekobot> [haiku/haiku] korli pushed 1 commit to master [hrev55416] - https://git.haiku-os.org/haiku/log/?qt=range&q=c1740f4f5359+%5Ecc6736afae5b
<nekobot> [haiku/haiku] c1740f4f5359 - Drivers: Fix -Wformat-security
<nephele[m]> In any case, feel free to merge it, it's not that important :)
<Begasus> I never pushed anything directly to haikuports (although I should be able to), so I'm using my fork as "original" and use "upstream" to merge haikuports changes back into my fork
<nephele[m]> doesn't really matter to git how you call each remote :)
<Begasus> yeah I noticed you using nepstream :)
<nephele[m]> yeah, someone used that for my patches once for a irc frontend to matrix, i thought it is quite funny, and i usually use this for my remotes if they have an "original" upstream, like haiku, haikuports haikuwebkit and such
<Begasus> probably should check those with some sandbox environement :)
<Begasus> ps, how do you keep your haikuports tree uptodate? you most have some upstream there too?
<Coldfirex> shaka444: It is a current known issue. I think a ticket was created over the weekend
<nephele[m]> i just have haikuports as origin
skirst has joined #haiku
<Begasus> it hasn't been updated in a while I see :)
<nephele[m]> huh?
<nephele[m]> oh, you mean on the git server? that is fairly uptodate (from yesterday) I just didn't push the master branch further as i was working on a different one
<nephele[m]> the git tree on the server is seperate from my local one :)
<Begasus> 0_°
<Begasus> that's beyond my skills :P
<Not-5726> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://git.io/JuDJj
<Not-5726> [haikuports/haikuports] Begasus 09acecd - quaternion, bump version (#6186)
<Begasus> merged now, we'll have to see how we could do it otherwise :)
mmu_man has quit [Ping timeout: 480 seconds]
euandreh has joined #haiku
<Begasus> trying to get rizin to build (for cutter), a pain to get libnetwork linked ... (although detection for it works) ... yet another round :)
<Begasus> use the source luke! (there is already a fix upstream) :)
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
turbotum has joined #haiku
crc has quit []
crc has joined #haiku
crc is now known as Guest7119
turbotum has quit [Quit: Leaving]
mmu_man has joined #haiku
countryboy has joined #haiku
geist has quit []
geist has joined #haiku
Scarecrow has left #haiku [Error from remote client]
pi_ has joined #haiku
Scarecrow has joined #haiku
Scarecrow has left #haiku [#haiku]
phaedros_ has quit [Ping timeout: 480 seconds]
<countryboy> hello ...
<countryboy> how to change vision name ?
<Begasus> why would you change the name of an app?
<countryboy> to make better ...
<Begasus> Vision has been around for decades now I think, no one bothered with that
<Begasus> but you can download the source and create one local for yourself :)
countryboy has left #haiku [#haiku]
Diver has quit [Quit: Leaving.]
mmu_man has quit [Ping timeout: 480 seconds]
phaedros has joined #haiku
Anarchos has joined #haiku
Coldfirex has quit [Remote host closed the connection]
pi_ has quit [Quit: leaving]
Anarchos has quit [Quit: Page closed]
Diver has joined #haiku
<B2IA> (mrentropy) Hey there, folks.
<B2IA> (AGMS) 'morning mrentropy.
AGMS-BeOS has joined #haiku
AGMS-BeOS is now known as AGMS
AGMS has quit []
AGMS-BeOS has joined #haiku
mmu_man has joined #haiku
Coldfirex has joined #haiku
<AlwaysLivid> I briefly picked up a project where I tried to get ddnet working on Haiku, and it compiles successfully with a black screen. I think it's because of Mesa being old, my installation is running a bit behind: https://github.com/panos/ddnet/tree/when-will-this-end
AGMS has quit [Quit: Vision[0.9.6-0203]: i've been blurred!]
<B2IA> (mrentropy) I tried to get ClassiCube working, but it didn't build. It even has instructions forHaiku.
Scarecrow has joined #haiku
tbcr has joined #haiku
<Begasus> bbl
znemo has quit []
znemo has joined #haiku
skirst has quit [Quit: skirst]
Scarecrow has left #haiku [#haiku]
HaikuUser has joined #haiku
HaikuUser has quit []
Animortis has joined #haiku
ADS_Sr_ has quit []
ADS_Sr has joined #haiku
iisi has quit []
iisi has joined #haiku
waddlesplash has quit []
waddlesplash has joined #haiku
tuaris has joined #haiku
Guest7119 is now known as crc
ymir has joined #haiku
dburkart has joined #haiku
ymir has quit [Ping timeout: 480 seconds]
ymir has joined #haiku
ymir is now known as Guest7144
tqh has joined #haiku
Guest7144 has quit []
Scarecrow has joined #haiku
extrowerk2 has joined #haiku
<extrowerk2> Test....
<extrowerk2> Oh, it works...
Scarecrow has left #haiku [#haiku]
<extrowerk2> still i better like Vision... or i am just used to it.
extrowerk2 has quit []
gouchi has joined #haiku
jmairboeck has joined #haiku
Begasus_32 has quit [Quit: Vision[0.10.3]: Gone to the dogs!]
<Begasus> heading down here, g'night peeps
Begasus has quit [Quit: Ik ga weg]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
Maylay has quit []
Animortis has quit [Quit: Lost terminal]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev55417] - https://git.haiku-os.org/haiku/log/?qt=range&q=a731585f8830+%5Ec1740f4f5359
<nekobot> [haiku/haiku] a731585f8830 - HID: Fix usage page following hrev55413.
e1z0 has quit [Read error: Connection reset by peer]
e1z0 has joined #haiku
amk has quit [Remote host closed the connection]
Maylay has joined #haiku
Abhi2 has joined #haiku
Abhi2 has quit []
amk has joined #haiku
Scarecrow has joined #haiku
starman_jr has quit []
starman_jr has joined #haiku
andreasdr has quit [Quit: Page closed]
Maturion has joined #haiku
Maylay has quit []
Maylay has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
_Dario_ has joined #haiku
<BlueSky76> Hi guys...does anybody know why BColumnListView was moved to it's own library? Was that announced on the mailing list somewhere and I missed it?
Maylay_ has joined #haiku
Maylay has quit [Ping timeout: 480 seconds]
<waddlesplash> it always was in its own library, but there were some bugs in how we build static libraries that led to it being publicly accessible in libtracker unfortunately
<waddlesplash> those are now fixed so you have to link against its library
<BlueSky76> waddlesplash: thanks for the explanation. I just noticed it today when my app Kottan didn't work any longer on a recent nightly. Is that change coming to beta3 too or is that something for the next beta?
Coldfirex has quit [Remote host closed the connection]
<waddlesplash> presumably only the next beta, it would be better to avoid ABI-breaking beta3
<waddlesplash> you can likely fix your application by just linking libcolumnlistview before libtracker I think
<BlueSky76> alright, sounds good, will do that.
<nekobot> [haiku/haiku] pulkomandy pushed 1 commit to master [hrev55418] - https://git.haiku-os.org/haiku/log/?qt=range&q=9a76b18fb638+%5Ea731585f8830
<nekobot> [haiku/haiku] 9a76b18fb638 - Libnetapi: Fix wformat-security
jmairboeck has quit [Quit: Konversation terminated!]
andreasdr has joined #haiku
<AlwaysLivid> https://github.com/ddnet/ddnet now should support haiku
robobox has joined #haiku
johndrin1water has joined #haiku
johndrinkwater has quit [Ping timeout: 480 seconds]
<BlueSky76> waddlesplash: tried it on both nightly and beta 3, works perfectly. Thanks again for your help
KapiX has joined #haiku
louis771 has quit []
louis771 has joined #haiku
KapiX has quit [Quit: KapiX]
Scarecrow has left #haiku [Error from remote client]
Scarecrow has joined #haiku
boistordu_ex has joined #haiku
DKnoto has quit [Ping timeout: 480 seconds]
e1z0 has quit [Read error: Connection reset by peer]
DKnoto has joined #haiku
Coldfirex has joined #haiku
Dusan_Krehel has joined #haiku
<Dusan_Krehel> sorry, I forgot
<Dusan_Krehel> next day, i have a night
Maturion has quit [Ping timeout: 480 seconds]
tqh has quit [Quit: Leaving]
johndrinkwater has joined #haiku
johndrin1water has quit [Ping timeout: 480 seconds]
oldleather has quit [Remote host closed the connection]
dcatt has joined #haiku
gouchi has quit [Remote host closed the connection]
Dusan_Krehel has left #haiku [#haiku]
NaGERST has joined #haiku
EnriqueMedinaGremaldos[m] has joined #haiku
<NaGERST> what is needed to make sound over hdmi work?
<NaGERST> also; does the 3d drivers for the voodoo VSA cards still work, ot is it also relegated to VESA
<Coldfirex> we still have the voodoo drivers but not sure if anyone has tested in a while
<Coldfirex> looks like it supported the banshee, 3, and 5
_Dario_ has quit [Quit: Vision[0.10.3]: i've been blurred!]
freakazoid333 has joined #haiku
freakazoid343 has joined #haiku
NaGERST|2 has joined #haiku
freakazoid333 has quit [Ping timeout: 480 seconds]
NaGERST|2 has quit [Quit: KVIrc 5.0.1 Aria http://www.kvirc.net/]
NaGERST has quit [Ping timeout: 480 seconds]
<exit70[m]> is hardware donation a thing for haiku? i saw https://www.haiku-inc.org/donate/hardware/
Coldfirex_ has joined #haiku
<Coldfirex_> I was trying to fix a simple warning in the usb_vision driver but it doesnt even build normally using the jam command. Is this maybe something that can only be built when making an image or built a different way?
Skipp_OSX has joined #haiku
<jt15s[m]> exit70: At the bottom of the page https://www.haiku-inc.org/donate/ it says you can contact Haiku Inc (details at https://www.haiku-inc.org/contact) for any other donations like hardware
tbcr has quit [Quit: WeeChat 2.8]
Vidrep_64 has joined #haiku
dburkart has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<exit70[m]> jt15s: thanks
<jt15s[m]> No worries!
Coldfirex_ has quit [Quit: Page closed]
johndrin1water has joined #haiku
johndrinkwater has quit [Ping timeout: 480 seconds]
Vidrep_64 has quit [Quit: Vision[]: i've been blurred!]
AlaskanEmily has joined #haiku