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
tbcr has quit [Quit: WeeChat 2.8]
HaikuUser has joined #haiku
AlwaysLivid has quit [Ping timeout: 480 seconds]
AlwaysLivid has joined #haiku
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
HaikuUser has quit [Quit: Vision[0.10.3]: i've been blurred!]
mmu_man_ has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
AlienSoldier has quit [Quit: Vision[0.10.3]: i've been blurred!]
freakazoid12345 has joined #haiku
pch_ has joined #haiku
kinkinkijkin is now known as Guest112
pch_ is now known as kinkinkijkin
freakazoid343 has quit [Ping timeout: 480 seconds]
Guest112 has quit [Ping timeout: 480 seconds]
boistordu has joined #haiku
boistordu_old has quit [Ping timeout: 480 seconds]
vdamewood has quit [Quit: Life beckons.]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
vdamewood has joined #haiku
freakazoid12345 has quit [Read error: Connection reset by peer]
freakazoid333 has joined #haiku
dr_evil_ has joined #haiku
dr_evil has quit [Ping timeout: 480 seconds]
mmu_man_ has quit [Ping timeout: 480 seconds]
skirst has quit [Quit: skirst]
pakyr has joined #haiku
<pakyr> Dunno if anyone's aware, but HaikuDepot's version of Netsurf is also broken on the latest Haiku nightly
AlwaysLivid has quit [Ping timeout: 480 seconds]
augiedoggie_ is now known as augiedoggie
beaglejoe has quit [Quit: Leaving]
pakyr has quit [Remote host closed the connection]
<extrowerk> jt15s[m] : http://0x0.st/-3ZN.svg
<extrowerk> it is black again if you open from the net, but colorfoul if you save and open it locally. No idea why it makes a difference in the svg rendering in WebPositive....
<jt15s[m]> extrowerk: Yup, thanks! Works fine on my end
<jt15s[m]> * extrowerk: Yup, thanks! Works fine on my end (downloading it locally makes it display in colour like last time)
<extrowerk> np
<extrowerk> you can create the svgs easily, just drag and drop the executable whose icon you want to export as svg to the iconomatic window and save as -> svg
AlwaysLivid has joined #haiku
Maturion has joined #haiku
skirst has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
tuaris has quit [Read error: Connection reset by peer]
kinkinkijkin has quit [Remote host closed the connection]
pch has joined #haiku
<jt15s[m]> extrowerk: Wow it's that easy, huh? Thanks for the tip!
exit70[m] has left #haiku [#haiku]
rennj has quit [Quit: Leaving]
pch is now known as kinkinkijkin
<kinkinkijkin> okay, not even the Be launcher is working on that computer
<kinkinkijkin> both Be and Haiku crash with the same error, "no bootable partition found"
<kinkinkijkin> but in Be the error can be substituted with "please place the BeOS install CD in the CDROM drive" by forcing cd boot in the bootloader
DKnoto has quit [Quit: Leaving]
DKnoto has joined #haiku
<Diver> kinkinkijkin: what do you boot haiku from?
<kinkinkijkin> pentium iii, 256mb pc100, riva tnt, 6gb hdd
<kinkinkijkin> on cdrom
<Diver> you can try to dd haiku image to a disk
rennj has joined #haiku
jmairboeck has joined #haiku
<kinkinkijkin> running out of cds
Maturion has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
firsttime has quit [Remote host closed the connection]
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
rodolphoeck has joined #haiku
AlwaysLivid has quit [Remote host closed the connection]
AlwaysLivid has joined #haiku
<Niklas[m]> Hi.I'm trying to compile https://github.com/HaikuArchives/Weather but it complains about missing UrlProtocolListener.h and I don't know what to do.I guess it should be a system library but I can't find it anywhere.
Anarchos has joined #haiku
<Diver> Niklas[m]: have you checked this pull request? https://github.com/HaikuArchives/Weather/pull/77
<Niklas[m]> I know that the API in the master branch is currently broken but I'm looking into integrating the yr.no API as discussed here: https://discuss.haiku-os.org/t/looking-for-a-c-weather-app-that-uses-openweathermap-api/11343/14 Or do you think the UrlProtocolListener.h error is fixed with that pull request,too?
<Diver> I think this header was moved to a different location https://git.haiku-os.org/haiku/tree/headers/private/netservices
<Niklas[m]> Thanks,that's exactly what I was looking for.I remembered reading something about that some time ago but couldn't find it anymore.
<Anarchos> hi
<Anarchos> Niklas[m] i always use xref.landonf.org when i look for a function/file of the source code. It is incredibly fast !
AlaskanEmily has quit [Remote host closed the connection]
<Niklas[m]> Thanks.
<Niklas[m]> Now how do I use the header file correctly?I tried to specify the absolute path to the file what worked but then it fails for other private headers that UrlProtocolListener depends on.
<Anarchos> Niklas[m] do you use jam or makefile ?
<Niklas[m]> makefile
<Anarchos> Niklas[m] i advise you it is risky to use private headers of the system in a 3rd party application…
<Niklas[m]> I know.It's not my fault,I'm just looking into getting https://github.com/HaikuArchives/Weather to work again
<Niklas[m]> But thanks for the hint to look into the Makefile,I think I found the relevant setting there
<Anarchos> when gcc compiles it needs a -I directive to define paths into which it will search for include files
<Niklas[m]> Adding /system/develop/headers/private/netservices to the SYSTEM_INCLUDE_PATHS in the Makefile solved the problem.
<Anarchos> Niklas[m] nice
<Niklas[m]> Now that only brought me to dozens of other errors but I'm making progress... https://img.xrmb2.net/561094
phaedros_ has joined #haiku
phaedros has quit [Ping timeout: 480 seconds]
<Anarchos> jmairboeck hello, do you make some progress on texlive ?
<jmairboeck> Anarchos: I have refactored the post-install script to be included in all the sub-packages but have not yet had the time to build and test it really. I hopefully manage to do that this weekend.
<Anarchos> jmairboeck nice !
<jmairboeck> but such a build takes a few hours time unfortunately. The way the "packageEntries" part is done is also not the fastest because all the files are listed and therefore moved around individually
roiredX has joined #haiku
<roiredX> good day
HaikuUser has joined #haiku
HaikuUser has quit []
jmairboeck has quit [Ping timeout: 480 seconds]
Maylay_ has quit []
Maylay has joined #haiku
roiredX has quit [Quit: Vision[0.10.3]: i've been blurred!]
andreasdr has joined #haiku
countryboy has joined #haiku
Anarchos has quit [Quit: Vision[]: i've been blurred!]
countryboy has left #haiku [#haiku]
andreasdr has quit [Remote host closed the connection]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
Coldfirex has quit [Remote host closed the connection]
mmu_man_ has joined #haiku
mmu_man has quit [Quit: leaving]
sg94 has joined #haiku
mmu_man_ has quit [Ping timeout: 480 seconds]
sg94 has quit [Quit: ~ Trillian - www.trillian.im ~]
sg94 has joined #haiku
Coldfirex has joined #haiku
ClaudioM has joined #haiku
andreasdr has joined #haiku
sg94 has quit [Ping timeout: 480 seconds]
<Coldfirex> Howdy
<Coldfirex> I noticed our ACPI source came from Intel around 2009. Would it make sense to try to resync this up?
tbcr has joined #haiku
<andreasdr> If I remember right, that was a attempt recently to do so. It was reverted for some reason. Right?
<andreasdr> ...there was ...
<Coldfirex> Not sure. Didnt see anything in gerrit that matched what I was thinking
<Diver> Coldfirex: are you sure about acpi? https://git.haiku-os.org/haiku/log/?qt=grep&q=acpi
Maylay has quit []
<Coldfirex> Doh, I was searching for acpi not ACPICA
Maylay has joined #haiku
thelounge49 has quit [Quit: The Lounge - https://thelounge.chat]
HAL_6900 has joined #haiku
catmando has joined #haiku
<catmando> Anyone here??
catmando has left #haiku [#haiku]
KapiX has joined #haiku
<HAL_6900> No.
ZorPrime[m] has joined #haiku
<andreasdr> Hi
<ZorPrime[m]> Hello
andreasdr has quit [Remote host closed the connection]
sg94 has joined #haiku
KapiX has quit [Quit: KapiX]
dburkart has joined #haiku
dburkart has quit []
dburkart has joined #haiku
Begasus has joined #haiku
<Begasus> 'lo peeps
Begasus_32 has joined #haiku
roiredX has joined #haiku
<roiredX> good day
lubo76 has joined #haiku
<Begasus> hi roiredX !
<roiredX> hi there Begasus, how's everything going?
sg94_ has joined #haiku
sg94_ has left #haiku [#haiku]
cassisian has joined #haiku
<Begasus> So far so good, need to check up on the recent changes to haikuporter, other than that, not enough hours in a day for things I want to do ;)
andreasdr has joined #haiku
<Begasus> How's it over there? Any progress on CudaText?
KapiX has joined #haiku
phaedros has joined #haiku
phaedros1 has joined #haiku
<roiredX> no, no progress at all... I had some "small" big change and I'm out of the work pc until next month
<roiredX> so no cudatext until then
<roiredX> i'm struggling again with python trying to catch up and finish, once and for all, the first pyqt project
phaedros_ has quit [Ping timeout: 480 seconds]
<roiredX> and as Godot is not reliable yet on Haiku, trying to finish a game on Silverblue
<roiredX> like you said,... a 72 hours day might not be enough
<roiredX> XD
<Begasus> right! :)
<Begasus> k, haikuports updated, now updating repositories, that could take a while :)
<Begasus> waddlesplash, will try to make a build for vision with your latest changes, if so should the version be updated? (using "vision -0.10.7~git.recipe" for now
<Begasus> )*
<roiredX> hope that solves the Vision issue
rodolphoeck has quit [Quit: slept]
<roiredX> ;]
phaedros has quit [Ping timeout: 480 seconds]
<Begasus> it's still working here (but didn't update the system yet) ;)
<roiredX> hahahaa... I "updated" to beta3
<roiredX> miss nightly
<roiredX> XD
<Begasus> still running R1B3 here
<waddlesplash> Begasus: probably don't need to, just bump revision
<Begasus> that's an option too ;)
KapiX has quit [Quit: KapiX]
tuaris has joined #haiku
KapiX has joined #haiku
aakashi2001 has joined #haiku
aakashi2001 has quit [Remote host closed the connection]
<Coldfirex> I assume its frowned upon to "bump" a gerrit wip entry to get more it reviewed?
Begasus_32 has quit [Quit: Vision[0.10.3]: Gone to the dogs!]
Begasus_32 has joined #haiku
<Begasus> New build for Visions works ok here
<Begasus> -s*
<Begasus> waddlesplash, created PR for Vision at: https://github.com/haikuports/haikuports/pull/6193, if this looks OK to you I'll merge (or you can)
<Not-5726> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+0/-0/±1] https://git.io/JzTyI
<Not-5726> [haikuports/haikuports] Begasus 8fca840 - Vision, revbump, fixes: Could not open 'Vision' [Missing symbol: _ZTI6BField] (#6193)
<waddlesplash> Begasus: thnx
<Begasus> Thanks :)
KapiX has quit [Quit: KapiX]
<Begasus> I think Vision is a most have on Haiku, so that deserves some priority :)
<Begasus> biab
<nekobot> [haiku/haiku] waddlesplash pushed 3 commits to master [hrev55428] - https://git.haiku-os.org/haiku/log/?qt=range&q=31caaec06951+%5Ead56cbbb6e91
<nekobot> [haiku/haiku] 7fd1fb8745ff - kernel: Correct bootloader syslog buffer handoff logic.
<nekobot> [haiku/haiku] 7cde12528343 - kernel: Write parts of truncated messages to the log.
<nekobot> [haiku/haiku] 31caaec06951 - kernel: Print <DROP> at the beginning and not the end of dropped regions.
KapiX has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
oldleather has joined #haiku
gouchi has joined #haiku
<oldleather> hi all
BrunoSpr has joined #haiku
BrunoSpr has quit []
<oldleather> I'm trying to get registered with Trac on dev.haiku-os.org, but I'm not receiving the email verification messages. The Help link just brings up the Trac manual. Who should I contact for assistance?
KapiX has quit [Quit: KapiX]
phaedros has joined #haiku
<waddlesplash> us, probably
<waddlesplash> what's your username?
jmairboeck has joined #haiku
<oldleather> sent via mag
<oldleather> *msg
phaedros1 has quit [Ping timeout: 480 seconds]
KapiX has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev55429] - https://git.haiku-os.org/haiku/log/?qt=range&q=b3683d8aeed4+%5E31caaec06951
<nekobot> [haiku/haiku] b3683d8aeed4 - XHCI: Get rid of the PortSlots array and use ControllerCookie in FreeDevice.
Anarchos has joined #haiku
HAL_6900 has quit [Ping timeout: 480 seconds]
<Begasus> k, DocumentViewer builds and starts up without an error, but opening (a tex.pdf file seems to freeze the app, no response?)
dburkart has quit [Quit: Textual IRC Client: www.textualapp.com]
cassisian has quit [Ping timeout: 480 seconds]
KapiX has quit [Quit: KapiX]
HaikuUser has joined #haiku
HaikuUser is now known as mrentropyvcs
gouchi has quit [Remote host closed the connection]
KapiX has joined #haiku
<roiredX> bye all
roiredX has quit [Quit: Vision[0.10.3]: i've been blurred!]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev55430] - https://git.haiku-os.org/haiku/log/?qt=range&q=5ee918678ec7+%5Eb3683d8aeed4
<nekobot> [haiku/haiku] 5ee918678ec7 - USB: Track object busy-ness and wait for an unbusy state before teardown.
Begasus_32 has quit [charon.oftc.net liquid.oftc.net]
dr_evil_ has quit [charon.oftc.net liquid.oftc.net]
arti has quit [charon.oftc.net liquid.oftc.net]
Guest4 has quit [charon.oftc.net liquid.oftc.net]
blabber has quit [charon.oftc.net liquid.oftc.net]
amk has quit [charon.oftc.net liquid.oftc.net]
DanDan has quit [charon.oftc.net liquid.oftc.net]
kescher has quit [charon.oftc.net liquid.oftc.net]
illwieckz has quit [charon.oftc.net liquid.oftc.net]
netpositive has quit [charon.oftc.net liquid.oftc.net]
win8linux[m] has quit [charon.oftc.net liquid.oftc.net]
NovaForte[m] has quit [charon.oftc.net liquid.oftc.net]
dfergfla[m] has quit [charon.oftc.net liquid.oftc.net]
pinaraf has quit [charon.oftc.net liquid.oftc.net]
ritz[m] has quit [charon.oftc.net liquid.oftc.net]
WoC-Matrix[m] has quit [charon.oftc.net liquid.oftc.net]
divyansh_747[m] has quit [charon.oftc.net liquid.oftc.net]
johnolinda[m] has quit [charon.oftc.net liquid.oftc.net]
Soft[m] has quit [charon.oftc.net liquid.oftc.net]
tiramisan has quit [charon.oftc.net liquid.oftc.net]
nielx[m] has quit [charon.oftc.net liquid.oftc.net]
x512[m] has quit [charon.oftc.net liquid.oftc.net]
jryans has quit [charon.oftc.net liquid.oftc.net]
SamuraiCrow[m] has quit [charon.oftc.net liquid.oftc.net]
Blub\0 has quit [charon.oftc.net liquid.oftc.net]
CompanionCube has quit [charon.oftc.net liquid.oftc.net]
Liexei has quit [charon.oftc.net liquid.oftc.net]
extrowerk has quit [charon.oftc.net liquid.oftc.net]
yuu[m] has quit [charon.oftc.net liquid.oftc.net]
JeremyF[m] has quit [charon.oftc.net liquid.oftc.net]
kallisti5[m] has quit [charon.oftc.net liquid.oftc.net]
yeti has quit [charon.oftc.net liquid.oftc.net]
enick_206 has quit [charon.oftc.net liquid.oftc.net]
dr_evil_ has joined #haiku
Begasus_32 has joined #haiku
Liexei has joined #haiku
arti has joined #haiku
netpositive has joined #haiku
Guest4 has joined #haiku
amk has joined #haiku
blabber has joined #haiku
win8linux[m] has joined #haiku
kescher has joined #haiku
DanDan has joined #haiku
NovaForte[m] has joined #haiku
pinaraf has joined #haiku
CompanionCube has joined #haiku
dfergfla[m] has joined #haiku
yuu[m] has joined #haiku
Soft[m] has joined #haiku
tiramisan has joined #haiku
Blub\0 has joined #haiku
SamuraiCrow[m] has joined #haiku
x512[m] has joined #haiku
johnolinda[m] has joined #haiku
yeti has joined #haiku
kallisti5[m] has joined #haiku
divyansh_747[m] has joined #haiku
enick_206 has joined #haiku
JeremyF[m] has joined #haiku
WoC-Matrix[m] has joined #haiku
jryans has joined #haiku
nielx[m] has joined #haiku
extrowerk has joined #haiku
ritz[m] has joined #haiku
illwieckz has joined #haiku
<Coldfirex> yikes
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
Begasus_32 has joined #haiku
Maturion has joined #haiku
lubo76 has quit [Ping timeout: 480 seconds]
cassisian has joined #haiku
Anarchos has quit [Read error: No route to host]
Anarchos has joined #haiku
<Anarchos> where to put those lines ? profile or UserSetupEnvironment or UserBootScript ?
<Anarchos> eval "$(ssh-agent -s)"
<Anarchos> ssh-add /boot/system/settings/ssh/ssh_host_rsa_key
cassisian has quit [charon.oftc.net liquid.oftc.net]
Maturion has quit [charon.oftc.net liquid.oftc.net]
ritz[m] has quit [charon.oftc.net liquid.oftc.net]
WoC-Matrix[m] has quit [charon.oftc.net liquid.oftc.net]
nielx[m] has quit [charon.oftc.net liquid.oftc.net]
johnolinda[m] has quit [charon.oftc.net liquid.oftc.net]
divyansh_747[m] has quit [charon.oftc.net liquid.oftc.net]
x512[m] has quit [charon.oftc.net liquid.oftc.net]
Soft[m] has quit [charon.oftc.net liquid.oftc.net]
tiramisan has quit [charon.oftc.net liquid.oftc.net]
pinaraf has quit [charon.oftc.net liquid.oftc.net]
dfergfla[m] has quit [charon.oftc.net liquid.oftc.net]
SamuraiCrow[m] has quit [charon.oftc.net liquid.oftc.net]
NovaForte[m] has quit [charon.oftc.net liquid.oftc.net]
Guest4 has quit [charon.oftc.net liquid.oftc.net]
win8linux[m] has quit [charon.oftc.net liquid.oftc.net]
kescher has quit [charon.oftc.net liquid.oftc.net]
dr_evil_ has quit [charon.oftc.net liquid.oftc.net]
blabber has quit [charon.oftc.net liquid.oftc.net]
yuu[m] has quit [charon.oftc.net liquid.oftc.net]
arti has quit [charon.oftc.net liquid.oftc.net]
jryans has quit [charon.oftc.net liquid.oftc.net]
Blub\0 has quit [charon.oftc.net liquid.oftc.net]
Liexei has quit [charon.oftc.net liquid.oftc.net]
kallisti5[m] has quit [charon.oftc.net liquid.oftc.net]
extrowerk has quit [charon.oftc.net liquid.oftc.net]
netpositive has quit [charon.oftc.net liquid.oftc.net]
amk has quit [charon.oftc.net liquid.oftc.net]
yeti has quit [charon.oftc.net liquid.oftc.net]
CompanionCube has quit [charon.oftc.net liquid.oftc.net]
JeremyF[m] has quit [charon.oftc.net liquid.oftc.net]
DanDan has quit [charon.oftc.net liquid.oftc.net]
illwieckz has quit [charon.oftc.net liquid.oftc.net]
enick_206 has quit [charon.oftc.net liquid.oftc.net]
win8linux[m] has joined #haiku
johnolinda[m] has joined #haiku
Maturion has joined #haiku
arti has joined #haiku
dr_evil_ has joined #haiku
illwieckz has joined #haiku
netpositive has joined #haiku
Guest4 has joined #haiku
blabber has joined #haiku
amk has joined #haiku
DanDan has joined #haiku
kescher has joined #haiku
NovaForte[m] has joined #haiku
dfergfla[m] has joined #haiku
yuu[m] has joined #haiku
pinaraf has joined #haiku
CompanionCube has joined #haiku
tiramisan has joined #haiku
Soft[m] has joined #haiku
SamuraiCrow[m] has joined #haiku
WoC-Matrix[m] has joined #haiku
divyansh_747[m] has joined #haiku
jryans has joined #haiku
nielx[m] has joined #haiku
ritz[m] has joined #haiku
extrowerk has joined #haiku
Liexei has joined #haiku
cassisian has joined #haiku
kallisti5[m] has joined #haiku
x512[m] has joined #haiku
JeremyF[m] has joined #haiku
yeti has joined #haiku
enick_206 has joined #haiku
Blub\0 has joined #haiku
ritz[m] has quit [charon.oftc.net liquid.oftc.net]
WoC-Matrix[m] has quit [charon.oftc.net liquid.oftc.net]
nielx[m] has quit [charon.oftc.net liquid.oftc.net]
SamuraiCrow[m] has quit [charon.oftc.net liquid.oftc.net]
pinaraf has quit [charon.oftc.net liquid.oftc.net]
kescher has quit [charon.oftc.net liquid.oftc.net]
win8linux[m] has quit [charon.oftc.net liquid.oftc.net]
dr_evil_ has quit [charon.oftc.net liquid.oftc.net]
Guest4 has quit [charon.oftc.net liquid.oftc.net]
cassisian has quit [charon.oftc.net liquid.oftc.net]
NovaForte[m] has quit [charon.oftc.net liquid.oftc.net]
x512[m] has quit [charon.oftc.net liquid.oftc.net]
tiramisan has quit [charon.oftc.net liquid.oftc.net]
Soft[m] has quit [charon.oftc.net liquid.oftc.net]
dfergfla[m] has quit [charon.oftc.net liquid.oftc.net]
johnolinda[m] has quit [charon.oftc.net liquid.oftc.net]
divyansh_747[m] has quit [charon.oftc.net liquid.oftc.net]
blabber has quit [charon.oftc.net liquid.oftc.net]
yuu[m] has quit [charon.oftc.net liquid.oftc.net]
arti has quit [charon.oftc.net liquid.oftc.net]
jryans has quit [charon.oftc.net liquid.oftc.net]
Blub\0 has quit [charon.oftc.net liquid.oftc.net]
Liexei has quit [charon.oftc.net liquid.oftc.net]
kallisti5[m] has quit [charon.oftc.net liquid.oftc.net]
netpositive has quit [charon.oftc.net liquid.oftc.net]
extrowerk has quit [charon.oftc.net liquid.oftc.net]
amk has quit [charon.oftc.net liquid.oftc.net]
yeti has quit [charon.oftc.net liquid.oftc.net]
JeremyF[m] has quit [charon.oftc.net liquid.oftc.net]
CompanionCube has quit [charon.oftc.net liquid.oftc.net]
DanDan has quit [charon.oftc.net liquid.oftc.net]
enick_206 has quit [charon.oftc.net liquid.oftc.net]
illwieckz has quit [charon.oftc.net liquid.oftc.net]
Maturion has quit [charon.oftc.net liquid.oftc.net]
nielx[m] has joined #haiku
ritz[m] has joined #haiku
cassisian has joined #haiku
extrowerk has joined #haiku
jryans has joined #haiku
kallisti5[m] has joined #haiku
NovaForte[m] has joined #haiku
yuu[m] has joined #haiku
dfergfla[m] has joined #haiku
tiramisan has joined #haiku
SamuraiCrow[m] has joined #haiku
yeti has joined #haiku
WoC-Matrix[m] has joined #haiku
DanDan has joined #haiku
enick_206 has joined #haiku
Guest4 has joined #haiku
blabber has joined #haiku
arti has joined #haiku
dr_evil_ has joined #haiku
kescher has joined #haiku
win8linux[m] has joined #haiku
pinaraf has joined #haiku
amk has joined #haiku
illwieckz has joined #haiku
netpositive has joined #haiku
Maturion has joined #haiku
Soft[m] has joined #haiku
CompanionCube has joined #haiku
Blub\0 has joined #haiku
johnolinda[m] has joined #haiku
x512[m] has joined #haiku
divyansh_747[m] has joined #haiku
JeremyF[m] has joined #haiku
Liexei has joined #haiku
Maturion has quit [Quit: Leaving]
Maturion has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
cassisian has quit [Ping timeout: 480 seconds]
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev55431] - https://git.haiku-os.org/haiku/log/?qt=range&q=ffbe2ad9466f+%5E5ee918678ec7
<nekobot> [haiku/haiku] aa04f48dcf4e - Remove some unused headers.
<nekobot> [haiku/haiku] ffbe2ad9466f - libroot: Reinstate tdestroy.
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev55432] - https://git.haiku-os.org/haiku/log/?qt=range&q=80519e78aaa2+%5Effbe2ad9466f
<nekobot> [haiku/haiku] 5e2d0005c157 - libroot: Fix previous commit.
<nekobot> [haiku/haiku] 80519e78aaa2 - bootloader: Clarify comment in text_console.h.
AlwaysLivid has quit [Remote host closed the connection]
AlwaysLivid has joined #haiku
ClaudioM has quit [Quit: leaving]
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
WoC has quit [Remote host closed the connection]
WoC has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev55433] - https://git.haiku-os.org/haiku/log/?qt=range&q=a812e3cab187+%5E80519e78aaa2
<nekobot> [haiku/haiku] 4d1c59078b21 - EFI: Hand off bootloader log to the kernel.
<nekobot> [haiku/haiku] a812e3cab187 - kernel/debug: Only create an area for the debug syslog if reusing one.
<Begasus> heading down, g'night peeps
Begasus has quit [Quit: Ik ga weg]
Maturion has quit [Remote host closed the connection]
jmairboeck has quit [Quit: Konversation terminated!]
KapiX has quit [Quit: KapiX]
HaikuUser has joined #haiku
HaikuUser is now known as Lt_Henry
Vidrep_64 has joined #haiku
<Vidrep_64> Hi
<Anarchos> Vidrep_64 hi
<Vidrep_64> Hi Anarchos
<Anarchos> Vidrep_64 how goes your journey on haiku so far ?
<Vidrep_64> Getting better
<Vidrep_64> I haven't really done much besides just using Haiku and reporting bugs as I come across them
B2IA has quit [Quit: Vision[0.10.3]: i've been blurred!]
B2IA has joined #haiku
<Anarchos> Vidrep_64 same here, i jsut suggest some one-liners as bug correction from time to time
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev55434] - https://git.haiku-os.org/haiku/log/?qt=range&q=5ea93602586e+%5Ea812e3cab187
<nekobot> [haiku/haiku] 744f487bc588 - headers/libs: Remove expat headers.
<nekobot> [haiku/haiku] 5ea93602586e - package_infos/haiku: OpenSSL is enabled for minimum images and not just regular ones.
<Vidrep_64> I've been waiting on a fix for this now for 4 years. Finally there's been some discussion about a solution. https://dev.haiku-os.org/ticket/12534
sg94 has quit [Ping timeout: 480 seconds]
DKnoto has quit [Ping timeout: 480 seconds]
B2IA has quit [Quit: Vision[0.10.3]: i've been blurred!]
B2IA has joined #haiku
Lt_Henry has quit [Quit: Vision[]: i've been blurred!]
<Anarchos> Vidrep_64 yah some architecture choices reveal some flaws years after.
DKnoto has joined #haiku
kescher has quit [Quit: Bye]
kescher has joined #haiku
<Coldfirex> Does building an anyboot image not touch\compile all files in the Haiku source? I compiled Haiku with wformat-security, but I know there are other instances of files that will fail to compile if I try to do them individually
<Anarchos> Coldfirex i would say that jam behaves like make : if you didn't touch the file and it has been previously compiled, jam will uses its former compiled object. But i can't guarantee my analysis is correct.
<Coldfirex> maybe thats it. I will retry with -qa instead
<Coldfirex> thanks
* Anarchos would like application/x-mw-BeIDE to redirect to application/x-vnd.dw-Paladin ....
kescher has quit [charon.oftc.net liquid.oftc.net]
DKnoto has quit [charon.oftc.net liquid.oftc.net]
ritz[m] has quit [charon.oftc.net liquid.oftc.net]
WoC-Matrix[m] has quit [charon.oftc.net liquid.oftc.net]
nielx[m] has quit [charon.oftc.net liquid.oftc.net]
johnolinda[m] has quit [charon.oftc.net liquid.oftc.net]
divyansh_747[m] has quit [charon.oftc.net liquid.oftc.net]
SamuraiCrow[m] has quit [charon.oftc.net liquid.oftc.net]
x512[m] has quit [charon.oftc.net liquid.oftc.net]
tiramisan has quit [charon.oftc.net liquid.oftc.net]
Soft[m] has quit [charon.oftc.net liquid.oftc.net]
dfergfla[m] has quit [charon.oftc.net liquid.oftc.net]
pinaraf has quit [charon.oftc.net liquid.oftc.net]
Guest4 has quit [charon.oftc.net liquid.oftc.net]
win8linux[m] has quit [charon.oftc.net liquid.oftc.net]
dr_evil_ has quit [charon.oftc.net liquid.oftc.net]
NovaForte[m] has quit [charon.oftc.net liquid.oftc.net]
blabber has quit [charon.oftc.net liquid.oftc.net]
yuu[m] has quit [charon.oftc.net liquid.oftc.net]
arti has quit [charon.oftc.net liquid.oftc.net]
jryans has quit [charon.oftc.net liquid.oftc.net]
Blub\0 has quit [charon.oftc.net liquid.oftc.net]
Liexei has quit [charon.oftc.net liquid.oftc.net]
kallisti5[m] has quit [charon.oftc.net liquid.oftc.net]
extrowerk has quit [charon.oftc.net liquid.oftc.net]
netpositive has quit [charon.oftc.net liquid.oftc.net]
amk has quit [charon.oftc.net liquid.oftc.net]
yeti has quit [charon.oftc.net liquid.oftc.net]
CompanionCube has quit [charon.oftc.net liquid.oftc.net]
JeremyF[m] has quit [charon.oftc.net liquid.oftc.net]
DanDan has quit [charon.oftc.net liquid.oftc.net]
enick_206 has quit [charon.oftc.net liquid.oftc.net]
illwieckz has quit [charon.oftc.net liquid.oftc.net]
<nekobot> [haiku/haiku] waddlesplash pushed 5 commits to master [hrev55435] - https://git.haiku-os.org/haiku/log/?qt=range&q=4411ed75b483+%5E5ea93602586e
<nekobot> [haiku/haiku] 59642dc3e867 - ACPICAHaiku.cpp: Fix wformat-security
<nekobot> [haiku/haiku] a33cf10dcf59 - USB Vision and FreeBSDCompat: Fix Wformat-security
<nekobot> [haiku/haiku] 81329d5c9091 - ATATracing: Fix wformat-security
<nekobot> [haiku/haiku] b1ce138fe81c - PXE_ia32 Network: Fix Wformat-security
<nekobot> [haiku/haiku] 4411ed75b483 - Kernelland_emu: Fix Wformat-security
<Anarchos> Coldfirex ah you got your answer just now :)
<Coldfirex> lol
<Coldfirex> Thansk waddlesplash!
<waddlesplash> np
<Anarchos> waddlesplash if you have time, it would be nice from you to look at my pull request on haikuarchives/BeTeX :)
<waddlesplash> Anarchos: looks mostly ok, I don't really care so much about this code
<waddlesplash> please add license headers to the new files
<waddlesplash> and maybe clean up coding style a bit?
<waddlesplash> I left a few minor comments
<waddlesplash> anyway, I'm going to head out. this was a pretty good week though, closed out a lot of random stuff and finally squashed those USB KDLs
<waddlesplash> got some random items remaining on the TODO list before I get into bigger stuff
<Coldfirex> well done!
<waddlesplash> oh yeah, and haikuports "all" got merged
<waddlesplash> now I just need to write up that fix to automatically audit whether we are building projects in release mode or not...
<Anarchos> waddlesplash ok thanks a lot, go rest and take a break !
<nekobot> [haiku/haiku] rudolfc pushed 1 commit to master [hrev55436] - https://git.haiku-os.org/haiku/log/?qt=range&q=96c8657d2484+%5E4411ed75b483
<nekobot> [haiku/haiku] 96c8657d2484 - intel_extreme: fix haswell virt display scroll/pan, ticket #17261
johndrin1water has quit [Remote host closed the connection]
johndrinkwater has joined #haiku
Coldfirex has quit [Remote host closed the connection]
_Dario_ has joined #haiku
AD_MOS has quit [Read error: Connection reset by peer]
AD_MOS has joined #haiku
Anarchos has quit [Quit: Vision[]: i've been blurred!]
cassisian has joined #haiku
vdamewood has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Vidrep_64 has quit [Quit: Vision[]: i've been blurred!]
bbjimmy_64 has quit [Quit: Vision[0.10.3]: i've been blurred!]
bbjimmy_64 has joined #haiku
tbcr has quit [Quit: WeeChat 2.8]
mmu_man has joined #haiku
Dusan_Krehel has joined #haiku
<Dusan_Krehel> waddlesplash: Ok, I know the result. In Sunday wait u update the article. You wait none good news.
AlienSoldier has joined #haiku
ClaudioM has joined #haiku
HaikuUser has joined #haiku
sg94 has joined #haiku
kescher has joined #haiku
DKnoto has joined #haiku
dr_evil_ has joined #haiku
illwieckz has joined #haiku
arti has joined #haiku
netpositive has joined #haiku
Guest4 has joined #haiku
amk has joined #haiku
blabber has joined #haiku
DanDan has joined #haiku
win8linux[m] has joined #haiku
NovaForte[m] has joined #haiku
yuu[m] has joined #haiku
dfergfla[m] has joined #haiku
CompanionCube has joined #haiku
tiramisan has joined #haiku
pinaraf has joined #haiku
SamuraiCrow[m] has joined #haiku
Soft[m] has joined #haiku
yeti has joined #haiku
x512[m] has joined #haiku
Blub\0 has joined #haiku
kallisti5[m] has joined #haiku
enick_206 has joined #haiku
johnolinda[m] has joined #haiku
divyansh_747[m] has joined #haiku
WoC-Matrix[m] has joined #haiku
nielx[m] has joined #haiku
JeremyF[m] has joined #haiku
jryans has joined #haiku
Liexei has joined #haiku
ritz[m] has joined #haiku
extrowerk has joined #haiku
sg94 has quit [Ping timeout: 480 seconds]
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
Dusan_Krehel has left #haiku [#haiku]
cassisian has quit [Ping timeout: 480 seconds]