<OscarL>
surely will make some Java programmer happy :-)
<Begasus>
One already made a post at FB about it, missing javaFX :)
<OscarL>
I still remember the "big talks" around the possible Java port (OSDrawer times perhaps? or was it around BeUnited?)
<OscarL>
So seeing Java stuff run and look this nice... feels nice even if I don't use it :-)
<Begasus>
npm is working fine too (working with that in recipes)
<Begasus>
created and installed bower package is being detected fine in NB
<Begasus>
biab, kids ... :)
<OscarL>
enjoy!
mooes has joined #haiku
tombhadAC has joined #haiku
freddietilley has quit [Quit: WeeChat 4.1.1]
OscarL has quit [Ping timeout: 480 seconds]
meisme[m] has joined #haiku
dorje has quit [Quit: Vision[]: i've been blurred!]
ermo[m] has joined #haiku
mattmoose[m] has joined #haiku
bopnic[m] has joined #haiku
ClaudioM has joined #haiku
AndersonTorres[m] has joined #haiku
mj0908[m] has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
Halamix2 has quit [Quit: Gone (and/or ZNC is doing something stupid)]
Halamix2 has joined #haiku
mmu_man has joined #haiku
v1Ns[m] has joined #haiku
erysdren[m] has joined #haiku
jt15s[m] has joined #haiku
swarnlata[m] has joined #haiku
tuaris has joined #haiku
smontanaro[m] has joined #haiku
OscarL has joined #haiku
jmairboeck has joined #haiku
c96alia[m] has joined #haiku
<OscarL>
what a PITA -> "*** failed to commit transaction: Failed to change the package activation in packagefs: Name in use"
qwebirc45487 has quit [Remote host closed the connection]
GriffintheFolf[m] has joined #haiku
xmeadow[m] has joined #haiku
Niklas[m] has joined #haiku
Helvedeshunden[m] has joined #haiku
<Begasus>
fix it? ;)
<Begasus>
be glad the download issue is fixed so you don't need that :)
lennox[m] has joined #haiku
nutcracker500[m] has joined #haiku
<OscarL>
re: fix it. Out of my league :-D. At best, I'll be able to make it print the offending package name, instead of that generic message.
<OscarL>
meanwhile.... seems updating cython to 0.29.36 (needed by scipy) went well (64 bits at least).
<OscarL>
Begasus: did we ever got a working numpy build on 32 bits?
<OscarL>
(I mean... this year :-D)
<OscarL>
mmm latest numpy in 32 bits seems to be 1.23.3 still (1.26.0 on 64 bits).
coolcoder613_mac has joined #haiku
coolcoder613_mac has quit [Ping timeout: 480 seconds]
probono9 has quit [Quit: Ping timeout (120 seconds)]
probono9 has joined #haiku
<zdykstra>
hola OscarL
<OscarL>
Hello there zdykstra! :-)
<erysdren>
hello party people
<OscarL>
hello erysdren. Not much of a party down here... /me rises a closed fist against scipy's build system.
<erysdren>
ahhh, more python nonsense i see...
<erysdren>
hehe
<OscarL>
"haikuporter -> Python's 'build' module -> meson_python > meson". Not having much luck making the later find some dependencies that are RIGHT THERE, damm it!.
<Begasus>
OscarL iirc there was an issue about numpy and version restriction (rust related?)
<Begasus>
been a while since my last attempt :)
probono9 has quit [Ping timeout: 480 seconds]
<OscarL>
not sure, I remember the last numpy's builds (1.26.0) failing/hanging on 32 bits buildmasters (with some left overs on disk that waddlesplash cleaned up already)
<Begasus>
ah right, there was that too
<Begasus>
maybe use a .whl package and check if it works as should?
<OscarL>
lots of compiled code on numpy/scipy/pandas/etc. Can't really use prebuilt wheels for those.
<Begasus>
like using a _bin package for netbeans is easier then building from source :)
<Begasus>
bugger
<Begasus>
pip install ... ?
<jmairboeck>
if it contains native code (which is the case for numpy) you have to compile it for haiku
<Begasus>
ah k
<OscarL>
current problem with scipy... meson fails to find pybind11 :-(
<OscarL>
and "python -m build" (that calls meson-python, that calls meson", is removing the build logs "meson" says it is generating.
<OscarL>
GRRR!!!!
* Begasus
ducks
<OscarL>
not your fault! (this time :-P)
<Begasus>
fighting with npm and haikuporter :P
tuaris has quit [Read error: Connection reset by peer]
tuaris has joined #haiku
gouchi has joined #haiku
<OscarL>
seems our pybind11 packages are not installing their .pc files where they should.
<jezek2>
I must say that people who are able to build other people's SW are like gods to me :D
<jezek2>
whenever I tried to build something I failed miserably even when following the official guide to the point
<Begasus>
jezek2, it mostly starts in Terminal
<Begasus>
having a few good startups makes up for the other failures :)
<OscarL>
Sometimes it gets really frustrating (specially due to my lack of proper skills/knowledge).
<Begasus>
it's not even that OscarL :)
<OscarL>
adding several layers of build systems / package managers.... oh... the joy! (not).
<Begasus>
installing bower with npm in Terminal works fine, but not with haikuporter
<Begasus>
heh
<Begasus>
even bower is a package manager :)
<Begasus>
but hey, for now people can still use npm for those java packages (like pip for python packages)
<Begasus>
packages/modules*
<jmairboeck>
you mean JavaScript, Begasus ;)
<jmairboeck>
for Java it would be something like maven
gouchi has quit [Quit: Quitte]
<Begasus>
gradle isn't realy javascript I think jmairboeck?
<OscarL>
"pip" offers "--no-clean", but even that fails to preserve the meson-build dir, LOL.
coolcoder613_32 has joined #haiku
novaphoenix has quit [Quit: gone fishing]
<OscarL>
Begasus: a workaround to avoid getting logs removed: pass '-Cbuilddir="build_oscar"' to the "python -m build" step
<OscarL>
(when a project uses meson-python as build backend, that's it)
<OscarL>
s/build_oscar/build_whatever/ :-D
<Begasus>
ah, almost got scared :P
probono9 has joined #haiku
<OscarL>
if using "pip install" instead of "python3 -m build"... use "--config-settings=builddir=build"
<coolcoder613_32>
Good morning
<OscarL>
good afternoon to you, coolcoder613_32 :-)
<Begasus>
g'evening coolcoder613_32 :)
<OscarL>
"Called: `/bin/pkg-config --modversion pybind11` -> 1" and indeed, pybind11 places its .pc deep under python3.x/vendor-packages/pybind11/share/...
<OscarL>
no wonder pkg-config can't find it.
<OscarL>
From meson-log.txt: "Perhaps you should add the directory containing `pybind11.pc' to the PKG_CONFIG_PATH environment variable"
<Begasus>
export ...
<OscarL>
thanks good-guy meson-log.txt! :-D
<Begasus>
at least progress :)
<OscarL>
should fix pybind11 properly, but... I'm a hack, so... "export" I'll try :-P
<Begasus>
or fix pybind11 (again)? :)
<OscarL>
at least to see what else is broken with this darn scipy.
<Begasus>
does python exept --pkgconfigdir or the like?
<OscarL>
we even have "pybind11-config --pkgconfigdir" :-D
novaphoenix has joined #haiku
<Begasus>
too late for that for me :P
<Begasus>
time to close down
<Begasus>
cu peeps!
Begasus has quit [Quit: Vision[]: i've been blurred!]
<coolcoder613_32>
f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng.
jmairboeck has quit [Quit: Konversation terminated!]
<OscarL>
coolcoder613_32: crystal clear even for me and my poorly self taught "English" :-D
<coolcoder613_32>
from /system/data/fortunes/Education
dpirate has quit [Quit: Connection reset by beer]
Anarchos has joined #haiku
<Anarchos>
hello
<zdykstra>
hola Anarchos
<coolcoder613_32>
Hello Anarchos
dpirate has joined #haiku
<Anarchos>
guess what ? as soon as i got a power supply for the toshiba, then my fizzbook decides to die...
mmu_man has quit [Ping timeout: 480 seconds]
itaipu has quit [Ping timeout: 480 seconds]
<OscarL>
"Variable 'prefix' not defined in '/boot/system/develop/lib/pkgconfig/openblas.pc'", Hmmm.
mmu_man has joined #haiku
itaipu has joined #haiku
<Anarchos>
hello mmu_man
<OscarL>
StyleEdit hiding the cursor on readonly files.... GRRR!!!!
coolcoder613_wc has joined #haiku
<coolcoder613_32>
Why is my email not syncing?
<coolcoder613_32>
It is outlook, connecting with IMAP, why will it not show my emails?
<Anarchos>
coolcoder613_32 be careful with outlook
<Anarchos>
in POP3 mode, bemail downloaded all my emails in haiku , and emptied my outlook webmail...
<Anarchos>
and now i have no way to put them back on hotmail servers...
<Habbie>
basically, be careful with pop3
<coolcoder613_32>
I'm using IMAP...
tqh has quit [Remote host closed the connection]
<Anarchos>
Habbie i learned my lesson...
<coolcoder613_32>
It's in the E-mail settings... Leave mail on server
<OscarL>
On the E-mail preflet... first time you try to add an account, it fills up the Real Name correctly, next time it suggest "sshd user", next time "messagebus user"... and then just leaves it blanck.
coolcoder613_32 has quit [Quit: Vision[]: i've been blurred!]
coolcoder613_wc has quit [Remote host closed the connection]
<OscarL>
(I jut kept hitting "Add" and then closing the "Create new account" dialog)
coolcoder613_32 has joined #haiku
<coolcoder613_32>
Aaah... now it is syncing(junk folder at least)
<coolcoder613_32>
Why only junk?
<coolcoder613_32>
<Enclosure: untitled (Type: HTML file)>
<coolcoder613_32>
Maybe they havent been downloaded yet...
<coolcoder613_32>
The title when I open an email is Downloading: <Title of email>
Anarchos has quit [Quit: Vision[]: i've been blurred!]
mooes has quit [Quit: mooes]
<coolcoder613_32>
I wish my email would work...
coolcoder613_mac has joined #haiku
<coolcoder613_32>
How can I see the mail_daemon logs?
<diver1>
coolcoder613_32: iirc you need to stop it with launch_roster and then start manually: /system/servers/mail_daemon
diver1 is now known as diver
<coolcoder613_32>
POP3Protocol::SyncMessages()
<coolcoder613_32>
POP3: Messages to download: 1769
<coolcoder613_32>
POP3: Can't create file (null)
coolcoder613_mac has quit [Ping timeout: 480 seconds]
coolcoder613_mac has joined #haiku
coolcoder613_mac has quit [Ping timeout: 480 seconds]
coolcoder613_mac has joined #haiku
erysdren has quit [Quit: Konversation terminated!]