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
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
bbjimmy has quit [Read error: Connection reset by peer]
Maturi0n has joined #haiku
Maturi0n_ has quit [Ping timeout: 480 seconds]
flewkey has quit [Remote host closed the connection]
Babaj has joined #haiku
kinkinkijkin has quit [Quit: Leaving]
bjork1intosh has joined #haiku
bjorkint0sh has quit [Ping timeout: 480 seconds]
mmu_man has quit [Ping timeout: 480 seconds]
bjorkint0sh has joined #haiku
bjork1intosh has quit [Ping timeout: 480 seconds]
Diver has joined #haiku
Begasus has joined #haiku
<Begasus> g'morning peeps
orealis has quit [Read error: Connection reset by peer]
Begas_VM has joined #haiku
<OscarL> hi Begasus.
orealis has joined #haiku
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
<botifico> [haiku/infrastructure] nielx pushed 1 commit to master [+0/-0/±2] https://github.com/haiku/infrastructure/compare/70ef4c577a84...c621986d8aa9
<botifico> [haiku/infrastructure] nielx c621986 - Discourse: container for Discourse 3.0.3
<Begas_VM> Hola OscarL
<OscarL> nice Sunday there?
<Begas_VM> at the moment it still is (temp will be around 30C here today - again)
<Begas_VM> how is it over there?
<OscarL> eh... could be worse :-P
<OscarL> having "fun" with testing python compile flags.
<Begasus> so setuptools (>=60) only required for python >=3.12 ?
<Begasus> heh
<Begasus> could be better too OscarL :)
<Begasus> colorama only for "nt"
<Begasus> python3.9 good to go OscarL ?
<OscarL> at least on 64 bits. seems so.
<OscarL> re colorama: some lazy projects "import colorama" without checking the OS, making it a hard depenency, even outside of Windows. I've already patched away one of those the other day.
<OscarL> s/depenency/dependency/
<Begasus> leaving it out then (starting to make sense) :)
<Begasus> on setuptools ...
<Begasus> saw the link I posted yesterday?
<OscarL> That "'setuptools >= 60.0; python_version >= "3.12"' on meson-python seems weird... what they use for < 3.12 ?
<Begasus> <=60
<OscarL> is that specified there?
<Begasus> It is recommended to use setuptools < 60.0. Newer versions may work, but are not guaranteed to
<Begasus> for scipy it brakes the build I think
<OscarL> 'tomli >= 1.0.0; python_version < "3.11"', <<< that one is easier to understand.... tomli only needed on older Pythons.
<OscarL> I see, but what I don't see is"'setuptools <= 60.0; python_version < "3.12"'
<Begasus> once we hit 3.11 we would have to get some check there too
<Begasus> yeah, thought it a bit strange too
<OscarL> because it seems like.... "nah... we don't need setuptools at all, unless you're in >= 3.12", which doesn't makes sense :-D
<OscarL> things about to get hairy with all the changes on 3.11, and later versions :-/
<OscarL> 3.13 removes LOTS of deprecated stuff.
<Begas_VM> already working on that? 3.12 isn't offical yet is it?
<OscarL> 2to3, for example, and that will break many, many projects that have been lazy on the move to Python 3.
<OscarL> 3.13 already in alpha.
<Begas_VM> ps, was reading 3.7 would be supported up to 2027?
* OscarL is trying to see the big picture, as to see where it makes sense to put more effort.
<OscarL> I'm just happy that 3.12 builds, and that the patchset is getting smaller.
<Begas_VM> will do some testing on 3.9 here before I merge
<Begas_VM> +1
<OscarL> 3.12.0 (beta2) looking good on Haiku. Release planed for October.
<OscarL> +1 on the 32 bits check for 3.9, thanks!
<Begas_VM> guess we can wait on 3.12 and skip 3.11?
<OscarL> yeah... that was my thinking.
<OscarL> thus why I "hurried" to 3.12, right after I got 3.11.3 (and now 3.11.4) working.
<Begas_VM> is there anything Haiku related that could get upstreamed?
<OscarL> some things, yeah. Part of the reason why I'm trying to streamline the patchsets
<Begas_VM> nice!
<Begas_VM> will launch a build for 3.9 before I head of to the dogshool :)
<OscarL> patchset for 3.12 around 25 KB, from ~36 KB for 3.10 (and ~33 for 3.11)
<OscarL> 3.9 builds in ~10 minutes here.
<Begas_VM> E FileNotFoundError: [Errno -2147459069] No such file or directory: 'crap' :)
<OscarL> lol
<Begas_VM> on tests forr meson-python
_Dario_ has quit [Quit: Vision[]: i've been blurred!]
<Begas_VM> still need to remind myself to use -G when checking :)
<Begas_VM> Error: unable to resolve required packages for build for python3.9_x86-3.9.17
<Begas_VM> conflicts :)
<OscarL> any idea why? (haven't touched any requires)
<Begas_VM> problem 1: package tk_x86_devel-8.6.10-3 conflicts with xlibe_x86_devel provided by xlibe_x86_devel-0.3.1-1
<Begas_VM> been discussed at haikuports so I added the conflict
<OscarL> should be fine on buildmaster, right?
<Begasus> yep
<Begasus> takes down a few packages here, but nothing really bad
<OscarL> guess I've unistalled xlibe_devel already :-D
<OscarL> as long as you don't delete the old states, it should be fast to reinstall as soon as you need them again.
<OscarL> (still a bit annoying :-D)
<Begas_VM> whoops :P
<Begas_VM> cleaned those yesterday :P
<Begas_VM> some _devel packages and epyphamy (can live without, only installed to check it out)
<Begas_VM> ouch .... /sources/Python-3.9.17/Modules/mathmodule.c:56:10: fatal error: pycore_dtoa.h: No such file or directory
<Begas_VM> and it still creates the package??
<OscarL> yeah, that weirded me out at first.
<Begas_VM> ... /sources/Python-3.9.17/Modules/_ctypes/cfield.c:2:10: fatal error: pycore_byteswap.h: No such file or directory
<Begas_VM> same here
<OscarL> not seeing anything like that on 3.10, 3.11, or 3.12.
<Begas_VM> does it behave the same on 3.9.16?
<OscarL> no idea, really.
<Begasus> tss :P
* OscarL cares much for 3.10+ :-D
<OscarL> s/much/more/
<Begasus> not sure it totaly related: https://github.com/pyenv/pyenv/issues/2181
<OscarL> don't think OpenSSL is related to these "missing headers". Maybe just a misconfigured / missing include dir.
<OscarL> now come that its a "fatal error" but still works... dunno, maybe we're missing those modules from the package.... will double check.
<OscarL> (after this new 3.10.12 build ends)
<OscarL> "INFO: Can't locate Tcl/Tk libs and/or headers" mmm
<Begas_VM> smae errors shown
<OscarL> on 3.9.16 ?
<Begas_VM> yep
<OscarL> easy to miss among so much output, I guess.
<Begas_VM> and I almost missed them (being outside with the doogs) :)
<Begas_VM> heh Python build finished successfully!
<Begas_VM> last "error" shown just before that
<OscarL> python3.9 -c "import ctypes; help(ctypes)" still works here.
<Begasus> added a wip label to the PR
<Begasus> for now
<OscarL> and python3.9 -c "import _ctypes; help(_ctypes)" works too, so... that _ctypes module IS there.
<Begasus> will check later when I get back from dogschool to see if you found a fix for it or we could leave it as is
<OscarL> +1
<Begasus> it worked for 3.9.16 so it shouldn't matter on 3.9.17, but if there is a fix it would be better I guess :)
Begasus has quit [Quit: Leaving]
Begasus has joined #haiku
<Begasus> note to self, don't switch Desktops on Windows like I do on Haiku :)
<OscarL> heh
<Begasus> it's nice though that Windows uses multiple desktops
<Begasus> always have the vm running on the second desktop
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<Begas_VM> k, out for a bit, cu later!
<OscarL> later!
bjork1intosh has joined #haiku
bjorkint0sh has quit [Ping timeout: 480 seconds]
vdamewood has joined #haiku
bjorkint0sh has joined #haiku
tuaris has quit [Quit: Leaving.]
bjork1intosh has quit [Ping timeout: 480 seconds]
nekobot has quit [Quit: Exiting on terminated]
nekobot has joined #haiku
jmairboeck has joined #haiku
tqh has joined #haiku
vdamewood has quit [Quit: Life beckons.]
AlaskanEmily has quit [Remote host closed the connection]
tqh has quit [Remote host closed the connection]
dqk_ has joined #haiku
dqk has quit [Ping timeout: 480 seconds]
kinkinkijkin has joined #haiku
sav10 has joined #haiku
sav10 has quit []
<OscarL> Note to Begasus for later: no idea about those "fatal errors", and I'm too cold and sleeppy to try to figure it out. Good news is that got "--enable-optimizations" *AND* TEST() running OK on 3.9.17 (with similar results as for 3.10.12).
<OscarL> read you tomorrow (or whenever I wake up :-D). Later!
OscarL has quit []
mmu_man has joined #haiku
gouchi has joined #haiku
hightower2 has joined #haiku
Babaj has quit [Quit: Leaving]
matt2 has joined #haiku
<matt2> hello ...
<matt2> haiku os = software = a set of 0 and 1 ... ;)
<erysdren> hello
matt2 has left #haiku [#haiku]
<erysdren> oh ok
<nekobot> [haiku/haiku] pulkomandy pushed 1 commit to master [hrev57079] - https://git.haiku-os.org/haiku/log/?qt=range&q=37e1b1291131+%5E29f8da76d725
<nekobot> [haiku/haiku] 37e1b1291131 - framebuffer: report display EDID data
gouchi has quit [Remote host closed the connection]
gouchi has joined #haiku
gouchi has quit [Remote host closed the connection]
gouchi has joined #haiku
gouchi has quit [Remote host closed the connection]
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+3/-3/±0] https://github.com/haikuports/haikuports/compare/b9bf34dcaf97...182e1d8b0161
<botifico> [haikuports/haikuports] OscarL 182e1d8 - python3.9: update to version 3.9.17 (#8847)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+3/-3/±0] https://github.com/haikuports/haikuports/compare/182e1d8b0161...d8362722ab89
<botifico> [haikuports/haikuports] OscarL d836272 - python3.10: update to version 3.10.12 (#8848)
<Begasus> re
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/d8362722ab89...361ce97129ba
<botifico> [haikuports/haikuports] Begasus 361ce97 - pyproject_metadata, new python recipe (#8849)
woffs has quit [Quit: Gateway shutdown]
woffs has joined #haiku
Diver has quit [Quit: Leaving.]
Diver has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/361ce97129ba...43cc2d00f53b
<botifico> [haikuports/haikuports] Begasus 43cc2d0 - pyproject_metadata, keep python3.8 around for now (#8850)
bbjimmy has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/43cc2d00f53b...ebaa334698c3
<botifico> [haikuports/haikuports] Begasus ebaa334 - meson_python, new python recipe (#8851)
HaikuUser has joined #haiku
<botifico> [haiku/website] nielx pushed 1 commit to master [+31/-0/±2] https://github.com/haiku/website/compare/669ee61deffe...044ba145a777
<botifico> [haiku/website] nipos 044ba14 - Self-host Noto Sans and Open Sans
HaikuUser has quit []
Rihannsu has joined #haiku
<Rihannsu> hey guys question, does haiku have a native email server? I want to host my own email from home.
<Rihannsu> I tried searching docs and I havent installed haiku yet, i didnt find anything
<x512[m]> Haiku is not supposed to be server OS, I do not know native Haiku mail servers, but it should be possible to port POSIX-based ones.
<Rihannsu> thanks!
<andreasdr[m]> Hi there.
<erysdren> hi
<andreasdr[m]> Hi Erysdren
_Dario_ has joined #haiku
hightower2 has quit [Ping timeout: 480 seconds]
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
Diver has quit [Quit: Leaving.]
Diver has joined #haiku
Diver is now known as Diver
HaikuUser has joined #haiku
HaikuUser has quit []
HaikuUser has joined #haiku
<HaikuUser> hello
jrra has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
Begas_VM has quit [Quit: Vision[]: i've been blurred!]
<Begasus> closing down for today, cu peeps!
Begasus has quit [Quit: Leaving]
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
tqh has joined #haiku
<andreasdr[m]> CU
gouchi has joined #haiku
gouchi has quit []
AlaskanEmily has joined #haiku
AlaskanEmily has quit [Remote host closed the connection]
AlaskanEmily has joined #haiku
tqh has quit [Remote host closed the connection]
hightower2 has joined #haiku
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit [Remote host closed the connection]
systwi_ has joined #haiku
systwi has quit [Ping timeout: 480 seconds]
tuaris has joined #haiku
kinkinkijkin has quit [Quit: Leaving]
_Dario_ has quit [Quit: Vision[]: i've been blurred!]
HaikuUser has joined #haiku
HaikuUser has quit []
jmairboeck has quit [Quit: Konversation terminated!]
HaikuUser has joined #haiku
HaikuUser is now known as mrjones
tqh has joined #haiku
erysdren has quit [Quit: Konversation terminated!]
erysdren has joined #haiku
tqh has quit [Quit: Leaving]
systwi has joined #haiku
systwi_ has quit [Ping timeout: 480 seconds]
Diver has quit [Quit: Leaving.]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57080] - https://git.haiku-os.org/haiku/log/?qt=range&q=edd8e471a6bf+%5E37e1b1291131
<nekobot> [haiku/haiku] edd8e471a6bf - xhci: fix root hub endpoint companion descriptor size
mrjones has quit [Quit: Vision[]: i've been blurred!]
Gustavs[m] has left #haiku [#haiku]
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku