00:13
mmu_man has quit [Ping timeout: 480 seconds]
00:21
mmu_man has joined #haiku
00:37
bbjimmy has quit [Read error: Connection reset by peer]
01:17
Maturi0n has joined #haiku
01:24
Maturi0n_ has quit [Ping timeout: 480 seconds]
02:01
flewkey has quit [Remote host closed the connection]
02:50
Babaj has joined #haiku
02:51
kinkinkijkin has quit [Quit: Leaving]
03:03
bjork1intosh has joined #haiku
03:09
bjorkint0sh has quit [Ping timeout: 480 seconds]
03:18
mmu_man has quit [Ping timeout: 480 seconds]
03:36
bjorkint0sh has joined #haiku
03:42
bjork1intosh has quit [Ping timeout: 480 seconds]
04:34
Diver has joined #haiku
05:16
Begasus has joined #haiku
05:16
<
Begasus >
g'morning peeps
05:19
orealis has quit [Read error: Connection reset by peer]
05:20
Begas_VM has joined #haiku
05:20
<
OscarL >
hi Begasus.
05:20
orealis has joined #haiku
05:26
orealis has quit [Read error: Connection reset by peer]
05:26
orealis has joined #haiku
05:42
<
botifico >
[haiku/infrastructure] nielx c621986 - Discourse: container for Discourse 3.0.3
05:43
<
Begas_VM >
Hola OscarL
05:44
<
OscarL >
nice Sunday there?
05:45
<
Begas_VM >
at the moment it still is (temp will be around 30C here today - again)
05:46
<
Begas_VM >
how is it over there?
05:48
<
OscarL >
eh... could be worse :-P
05:49
<
OscarL >
having "fun" with testing python compile flags.
05:50
<
Begasus >
so setuptools (>=60) only required for python >=3.12 ?
05:50
<
Begasus >
could be better too OscarL :)
05:51
<
Begasus >
colorama only for "nt"
05:52
<
Begasus >
python3.9 good to go OscarL ?
05:52
<
OscarL >
at least on 64 bits. seems so.
05:53
<
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.
05:54
<
OscarL >
s/depenency/dependency/
05:54
<
Begasus >
leaving it out then (starting to make sense) :)
05:54
<
Begasus >
on setuptools ...
05:54
<
Begasus >
saw the link I posted yesterday?
05:54
<
OscarL >
That "'setuptools >= 60.0; python_version >= "3.12"' on meson-python seems weird... what they use for < 3.12 ?
05:55
<
OscarL >
is that specified there?
05:56
<
Begasus >
It is recommended to use setuptools < 60.0. Newer versions may work, but are not guaranteed to
05:56
<
Begasus >
for scipy it brakes the build I think
05:56
<
OscarL >
'tomli >= 1.0.0; python_version < "3.11"', <<< that one is easier to understand.... tomli only needed on older Pythons.
05:57
<
OscarL >
I see, but what I don't see is"'setuptools <= 60.0; python_version < "3.12"'
05:57
<
Begasus >
once we hit 3.11 we would have to get some check there too
05:58
<
Begasus >
yeah, thought it a bit strange too
05:59
<
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
06:00
<
OscarL >
things about to get hairy with all the changes on 3.11, and later versions :-/
06:00
<
OscarL >
3.13 removes LOTS of deprecated stuff.
06:01
<
Begas_VM >
already working on that? 3.12 isn't offical yet is it?
06:01
<
OscarL >
2to3, for example, and that will break many, many projects that have been lazy on the move to Python 3.
06:01
<
OscarL >
3.13 already in alpha.
06:01
<
Begas_VM >
ps, was reading 3.7 would be supported up to 2027?
06:02
* OscarL
is trying to see the big picture, as to see where it makes sense to put more effort.
06:03
<
OscarL >
I'm just happy that 3.12 builds, and that the patchset is getting smaller.
06:04
<
Begas_VM >
will do some testing on 3.9 here before I merge
06:04
<
OscarL >
3.12.0 (beta2) looking good on Haiku. Release planed for October.
06:05
<
OscarL >
+1 on the 32 bits check for 3.9, thanks!
06:05
<
Begas_VM >
guess we can wait on 3.12 and skip 3.11?
06:05
<
OscarL >
yeah... that was my thinking.
06:06
<
OscarL >
thus why I "hurried" to 3.12, right after I got 3.11.3 (and now 3.11.4) working.
06:06
<
Begas_VM >
is there anything Haiku related that could get upstreamed?
06:07
<
OscarL >
some things, yeah. Part of the reason why I'm trying to streamline the patchsets
06:10
<
Begas_VM >
will launch a build for 3.9 before I head of to the dogshool :)
06:10
<
OscarL >
patchset for 3.12 around 25 KB, from ~36 KB for 3.10 (and ~33 for 3.11)
06:11
<
OscarL >
3.9 builds in ~10 minutes here.
06:12
<
Begas_VM >
E FileNotFoundError: [Errno -2147459069] No such file or directory: 'crap' :)
06:13
<
Begas_VM >
on tests forr meson-python
06:14
_Dario_ has quit [Quit: Vision[]: i've been blurred!]
06:15
<
Begas_VM >
still need to remind myself to use -G when checking :)
06:16
<
Begas_VM >
Error: unable to resolve required packages for build for python3.9_x86-3.9.17
06:16
<
Begas_VM >
conflicts :)
06:18
<
OscarL >
any idea why? (haven't touched any requires)
06:18
<
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
06:19
<
Begas_VM >
been discussed at haikuports so I added the conflict
06:20
<
OscarL >
should be fine on buildmaster, right?
06:21
<
Begasus >
takes down a few packages here, but nothing really bad
06:21
<
OscarL >
guess I've unistalled xlibe_devel already :-D
06:22
<
OscarL >
as long as you don't delete the old states, it should be fast to reinstall as soon as you need them again.
06:23
<
OscarL >
(still a bit annoying :-D)
06:23
<
Begas_VM >
whoops :P
06:23
<
Begas_VM >
cleaned those yesterday :P
06:24
<
Begas_VM >
some _devel packages and epyphamy (can live without, only installed to check it out)
06:25
<
Begas_VM >
ouch .... /sources/Python-3.9.17/Modules/mathmodule.c:56:10: fatal error: pycore_dtoa.h: No such file or directory
06:27
<
Begas_VM >
and it still creates the package??
06:28
<
OscarL >
yeah, that weirded me out at first.
06:28
<
Begas_VM >
... /sources/Python-3.9.17/Modules/_ctypes/cfield.c:2:10: fatal error: pycore_byteswap.h: No such file or directory
06:28
<
Begas_VM >
same here
06:28
<
OscarL >
not seeing anything like that on 3.10, 3.11, or 3.12.
06:29
<
Begas_VM >
does it behave the same on 3.9.16?
06:29
<
OscarL >
no idea, really.
06:30
* OscarL
cares much for 3.10+ :-D
06:30
<
OscarL >
s/much/more/
06:37
<
OscarL >
don't think OpenSSL is related to these "missing headers". Maybe just a misconfigured / missing include dir.
06:39
<
OscarL >
now come that its a "fatal error" but still works... dunno, maybe we're missing those modules from the package.... will double check.
06:40
<
OscarL >
(after this new 3.10.12 build ends)
06:42
<
OscarL >
"INFO: Can't locate Tcl/Tk libs and/or headers" mmm
06:42
<
Begas_VM >
smae errors shown
06:43
<
OscarL >
on 3.9.16 ?
06:44
<
OscarL >
easy to miss among so much output, I guess.
06:45
<
Begas_VM >
and I almost missed them (being outside with the doogs) :)
06:45
<
Begas_VM >
heh Python build finished successfully!
06:46
<
Begas_VM >
last "error" shown just before that
06:47
<
OscarL >
python3.9 -c "import ctypes; help(ctypes)" still works here.
06:47
<
Begasus >
added a wip label to the PR
06:48
<
OscarL >
and python3.9 -c "import _ctypes; help(_ctypes)" works too, so... that _ctypes module IS there.
06:48
<
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
06:49
<
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 :)
06:51
Begasus has quit [Quit: Leaving]
06:52
Begasus has joined #haiku
06:52
<
Begasus >
note to self, don't switch Desktops on Windows like I do on Haiku :)
06:53
<
Begasus >
it's nice though that Windows uses multiple desktops
06:53
<
Begasus >
always have the vm running on the second desktop
06:53
TMM has joined #haiku
06:54
<
Begas_VM >
k, out for a bit, cu later!
06:59
bjork1intosh has joined #haiku
07:05
bjorkint0sh has quit [Ping timeout: 480 seconds]
07:30
vdamewood has joined #haiku
07:33
bjorkint0sh has joined #haiku
07:37
tuaris has quit [Quit: Leaving.]
07:39
bjork1intosh has quit [Ping timeout: 480 seconds]
08:05
nekobot has quit [Quit: Exiting on terminated]
08:06
nekobot has joined #haiku
08:11
jmairboeck has joined #haiku
08:16
tqh has joined #haiku
08:56
vdamewood has quit [Quit: Life beckons.]
08:57
AlaskanEmily has quit [Remote host closed the connection]
09:09
tqh has quit [Remote host closed the connection]
09:10
dqk_ has joined #haiku
09:12
dqk has quit [Ping timeout: 480 seconds]
09:41
kinkinkijkin has joined #haiku
09:43
sav10 has joined #haiku
09:54
<
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).
09:57
<
OscarL >
read you tomorrow (or whenever I wake up :-D). Later!
10:11
mmu_man has joined #haiku
10:21
gouchi has joined #haiku
10:55
hightower2 has joined #haiku
11:02
Babaj has quit [Quit: Leaving]
11:03
matt2 has joined #haiku
11:04
<
matt2 >
haiku os = software = a set of 0 and 1 ... ;)
11:08
matt2 has left #haiku [#haiku]
11:23
<
nekobot >
[haiku/haiku] 37e1b1291131 - framebuffer: report display EDID data
11:33
gouchi has quit [Remote host closed the connection]
11:33
gouchi has joined #haiku
11:34
gouchi has quit [Remote host closed the connection]
11:36
gouchi has joined #haiku
11:54
gouchi has quit [Remote host closed the connection]
12:02
<
botifico >
[haikuports/haikuports] OscarL 182e1d8 - python3.9: update to version 3.9.17 (#8847)
12:02
<
botifico >
[haikuports/haikuports] OscarL d836272 - python3.10: update to version 3.10.12 (#8848)
12:07
<
botifico >
[haikuports/haikuports] Begasus 361ce97 - pyproject_metadata, new python recipe (#8849)
12:20
woffs has quit [Quit: Gateway shutdown]
12:29
woffs has joined #haiku
12:46
Diver has quit [Quit: Leaving.]
12:46
Diver has joined #haiku
13:42
<
botifico >
[haikuports/haikuports] Begasus 43cc2d0 - pyproject_metadata, keep python3.8 around for now (#8850)
13:49
bbjimmy has joined #haiku
13:51
<
botifico >
[haikuports/haikuports] Begasus ebaa334 - meson_python, new python recipe (#8851)
15:08
HaikuUser has joined #haiku
15:09
<
botifico >
[haiku/website] nipos 044ba14 - Self-host Noto Sans and Open Sans
15:11
HaikuUser has quit []
15:14
Rihannsu has joined #haiku
15:15
<
Rihannsu >
hey guys question, does haiku have a native email server? I want to host my own email from home.
15:15
<
Rihannsu >
I tried searching docs and I havent installed haiku yet, i didnt find anything
15:18
<
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.
15:46
<
andreasdr[m] >
Hi there.
15:52
<
andreasdr[m] >
Hi Erysdren
15:57
_Dario_ has joined #haiku
16:03
hightower2 has quit [Ping timeout: 480 seconds]
16:18
orealis has quit [Read error: Connection reset by peer]
16:19
orealis has joined #haiku
16:28
orealis has quit [Read error: Connection reset by peer]
16:29
orealis has joined #haiku
16:32
Diver has quit [Quit: Leaving.]
16:32
Diver has joined #haiku
16:32
Diver is now known as Diver
16:54
HaikuUser has joined #haiku
16:54
HaikuUser has quit []
16:54
HaikuUser has joined #haiku
16:54
jrra has joined #haiku
16:55
TMM has joined #haiku
17:13
Begas_VM has quit [Quit: Vision[]: i've been blurred!]
17:15
<
Begasus >
closing down for today, cu peeps!
17:15
Begasus has quit [Quit: Leaving]
17:17
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
17:29
tqh has joined #haiku
17:49
gouchi has joined #haiku
17:55
AlaskanEmily has joined #haiku
17:56
AlaskanEmily has quit [Remote host closed the connection]
17:56
AlaskanEmily has joined #haiku
18:01
tqh has quit [Remote host closed the connection]
18:27
hightower2 has joined #haiku
18:27
DKnoto has quit [Ping timeout: 480 seconds]
18:28
DKnoto has joined #haiku
18:36
HaikuUser has joined #haiku
18:46
HaikuUser has quit [Remote host closed the connection]
18:52
systwi_ has joined #haiku
18:59
systwi has quit [Ping timeout: 480 seconds]
19:06
tuaris has joined #haiku
19:23
kinkinkijkin has quit [Quit: Leaving]
19:43
_Dario_ has quit [Quit: Vision[]: i've been blurred!]
19:43
HaikuUser has joined #haiku
19:44
HaikuUser has quit []
20:25
jmairboeck has quit [Quit: Konversation terminated!]
20:27
HaikuUser has joined #haiku
20:27
HaikuUser is now known as mrjones
20:33
tqh has joined #haiku
20:50
erysdren has quit [Quit: Konversation terminated!]
21:04
erysdren has joined #haiku
21:04
tqh has quit [Quit: Leaving]
21:29
systwi has joined #haiku
21:32
systwi_ has quit [Ping timeout: 480 seconds]
21:51
Diver has quit [Quit: Leaving.]
21:55
<
nekobot >
[haiku/haiku] edd8e471a6bf - xhci: fix root hub endpoint companion descriptor size
22:21
mrjones has quit [Quit: Vision[]: i've been blurred!]
22:54
Gustavs[m] has left #haiku [#haiku]
23:16
orealis has quit [Read error: Connection reset by peer]
23:18
orealis has joined #haiku
23:31
orealis has quit [Read error: Connection reset by peer]
23:32
orealis has joined #haiku