<akashkumar7902>
does anyone have an idea how can I boot up from the above panic?
<OscarL>
Hey Begasus. Yeah... I think I finally fixed #10211. Running one last (clean) build of Python 3.10.14 to confirm I didn't break something else :-)
<Begasus>
nice OscarL!
<Begasus>
no idea akashkumar7902
<Begasus>
atleast not me :)
<OscarL>
akashkumar7902: I'm no expert, but that BFS partition sounds borked.
<Begasus>
launched a build for qtwebengine yesterday evening to find out build errored during the night, going to give up on trying to nuke icu66 for that one
<OscarL>
akashkumar7902: what I would try is... booting from a pendrive.... and run "checkfs" on the partition that gives that error.
<korli>
did you remove generated/objects/ before configuring again?
<Begasus_32>
C++ objects/haiku_host/x86/release/build/libbe/icon/Shape.o
<Begasus_32>
/boot/system/develop/tools/x86/bin/../lib/gcc/i586-pc-haiku/13.3.0/../../../../i586-pc-haiku/bin/ld: error in objects/haiku_host/x86/release/build/libroot/fs.o(.eh_frame); no .eh_frame_hdr table will be created
<Begasus>
think it started there
<Begasus>
no, haven't cleaned anything (yet)
<korli>
then remove objects/haiku_host/
<Begasus>
k, done, re-launching
<Begasus>
grabbing fresh coffee ...
<Begasus>
building ...
<Begasus>
think OscarL fell a sleap? ;)
* Begasus
checks progress on nodejs on buildmaster
<Begasus>
still busy
<Begasus>
looking good so far korli (crosssing fingers)
<OscarL>
Begasus: almost! Gave finishing touches to the PR before I DO fall asleep for real :-D
<Begasus>
think the PR for poppler should be good now, need to run checks with packages depending on the seperate parts of poppler
<Begasus>
doggies and breakfast in between somewhere ;)
* OscarL
says both "Hi!" and "See you soon!" to korli, before signing off for the night.
hightower2 has joined #haiku
<OscarL>
Have a good day, folks! Keep up the great work!
<Begasus>
July 25, 2024: 24.08 Freeze and Beta (24.07.80) tag & release
<Begasus>
maybe they already switched there .. :)
<phschafft>
so, all (compile time) optional again.
erysdren has joined #haiku
* phschafft
waves to erysdren.
<phschafft>
I think one of the next things to do is to not fault when trying to write() to a read only memory handle on archs that have read only memory as part of main memory address space.
<phschafft>
what a nice wonderful description of a bug.
<Begasus>
No Qt6 qtpaths executable found. Can't check QT_INSTALL_PREFIX as required
<Begasus>
time to change some things in that recipe :D
<phschafft>
Begasus: I'm really thankful that I don't have your problems on my desk.
<Begasus>
that would be the first kdevelop to switch to new frrameworks :)
<Begasus>
problems?
<Begasus>
so far no real problem here, just "chalenges" ;)
<phschafft>
Im mean you're working hard while I hardly work.
<Begasus>
nah, this isn't working :D
<phschafft>
a challenge is a bridge, just made ouf of air rather than brick.
<phschafft>
still it is a bridge.
<Begasus>
and has many forms phschafft :)
<Begasus>
Fetching package for devel:libkf6activities ... (seen all these already, moved to another library) :)
<Begasus>
Fetching package for devel:libqt6webkit ... (that could be tricky) :/
<phschafft>
:)
<phschafft>
erysdren: if you have some time a little later today...
<Begasus>
-- The following REQUIRED packages have not been found:
<phschafft>
I have spoken in the past about why branches can be a problem. and that sometimes it can be much more efficient (both speed and space) to just do more without questing than to do less in a smart way.
zard has joined #haiku
<phschafft>
a tiny bit related: I was wondering what my options are to get a open file handle to a memory segment on Haiku.
<phschafft>
e.g. on Linux I can call memfd_create().
<zard>
I think that method is available on Haiku. At least WebKit's shared memory works using UNIX's method.
_-Caleb-_ has left #haiku [#haiku]
<phschafft>
hm. that is not shared memory (naturally you can share it as it's a file handle). but it is local to who has the handle.
FreeFull has quit []
_-Caleb-_ has joined #haiku
<zard>
I'm pretty sure two people can have the same handle and so access the same segment of memory
* phschafft
is not sure he is in sync with zard.
<zard>
Something like memfd_create, share the file descriptor using a UNIX message, and then have the other process mmap it
<phschafft>
yes, that is what I said. I would expect that to work. however I also expect that you have no access unless someone passed you a handle to it.
<phschafft>
which makes it also very interesting for application that don't want to share it.
<zard>
I thought the file descriptor created by memfd_create was only available to the application that created and those it shared it with?
<phschafft>
yes that is exactly what I'm saying?
<zard>
So what do you want? To share it using a file?
<phschafft>
I want to NOT share it.
<phschafft>
that is why I'm asking about that specific API.
<zard>
But that api doesn't share it by default?
<phschafft>
yes? that is exactly my point?
<zard>
So, problem solved?
Calisto-Mathias has quit [Quit: Connection closed for inactivity]
<phschafft>
again, I think we went out of sync early somehow. from my point of view there was no problem to begin with.
<zard>
Ah, ok, so you were just asking if there was a more Haiku-native way?
<phschafft>
just wanted to know what my options are. 'I think that method is available on Haiku.' basically answered that.
<zard>
Ah, ok :)
<phschafft>
all I wanted to make sure it's not confused with e.g. shm_open() or shm*().
<phschafft>
so thank you for your answer. and really sorry we got off track.
<zard>
It happens :)
hightower2 has joined #haiku
tqh has quit [Quit: Leaving]
Diver has quit [Quit: Leaving.]
Diver has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
mmu_man has quit [Remote host closed the connection]
<Begasus>
k, first poppler version in a long time requiring libnns3 :) Warning: POLICY WARNING: "/packaging/poppler24/lib/libpoppler.so.139" needs library "libnss3.so", but the package doesn't seem to declare that as a requirement
nosycat has joined #haiku
andreaa71 has joined #haiku
andreaa71 has left #haiku [#haiku]
jn has joined #haiku
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
<nekobot>
[haiku/haiku] e21d31338711 - kernel: use nothrow for ThreadSignalEvent::Create()
<nekobot>
[haiku/haiku] 9d18e521912c - kernel: newGroups was allocated with malloc, deallocate with free()
FreeFull has quit [Ping timeout: 480 seconds]
<Begasus>
k, either nss was fixed in the meantime, or else I don't know
<Begasus>
seems poppler23 also picks it up :) Warning: POLICY WARNING: "/packaging/poppler23/lib/libpoppler.so.131" needs library "libplc4.so", but the package doesn't seem to declare that as a requirement
HaikuUser has joined #haiku
HaikuUser has quit []
HaikuUser has joined #haiku
HaikuUser has quit []
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
<Begasus>
issue still around for nss/poppler :(
<Begasus>
bbl (maybe) :)
walkingdisaster has joined #haiku
walkingdisaster has quit []
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
SLema has quit [Quit: Vision[]: i've been blurred!]
<botifico>
[haiku/website] dalmemail 000f39d - GSoC 2024 NVMM: Third blog post (#695)
<zard>
Ooh, new blog post?
<zard>
C'mon website, update!
<zard>
Ah, there it is. /me starts reading it
<zard>
Progress. Well done, dalme!
nosycat has quit [Quit: Leaving]
OscarL has joined #haiku
DKnoto has quit [Ping timeout: 480 seconds]
arti_ has joined #haiku
arti has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
OscarL has quit [Ping timeout: 480 seconds]
arti_ has quit []
arti has joined #haiku
AlaskanEmily has joined #haiku
OscarL has joined #haiku
<OscarL>
c'mon Pe... don't do this to me! (changed a setting, now it fails to start :-D)
<OscarL>
"Extension `COMMIT_EDITMSG` is too long", weak-ass editor! :-P
<phschafft>
255 lines of 255 bytes max. ;)
<phschafft>
and all lines must start with a proper line number. ;)
mmu_man has joined #haiku
<OscarL>
"if (strlen(e) > 11) THROW(("Extension `%s' is too long", e));" Mmmm. You don't tell me what to do Pe!
* OscarL
changes that "11" for: strlen("COMMIT_EDITMSG"). That should do it!
zard has quit [Quit: leaving]
CalistoMathias has joined #haiku
<CalistoMathias>
Heyy
<erysdren>
hi
* OscarL
waves
* CalistoMathias
waves back :D
<CalistoMathias>
btw guys I was wanting to install that app/desktop widget that tracks the CPU usage.. what's the name of that package? That and the weather one for putting on the desktop?
<CalistoMathias>
the application Pulse is already installed on my laptop but it doesn't seem to have the option to put it as a widget on the desktop
<CalistoMathias>
was wondering which package to install from the haiku depot to have that
<OscarL>
ActivityMonitor is already included on the main "haiku.hkpg".
<CalistoMathias>
yup
<CalistoMathias>
I was using that and pulse
<CalistoMathias>
but like I remember seeing Begasus's screenshot having the graphs on the desktop directly. That looked a lottt better
<OscarL>
Make sure "Show replicants" is enabled on Deskbar's main menu... then open ActivityMonitor, and drag the bottom-right little handler our of its main window, and drop it on the Desktop.
<CalistoMathias>
Yupppp
<CalistoMathias>
worked!
<CalistoMathias>
thanks a lottt
<CalistoMathias>
also now if I want to remove a graph?
<CalistoMathias>
what's the step for that?
<OscarL>
Right click for options.
<CalistoMathias>
oh wait nvm
<CalistoMathias>
yahh
<CalistoMathias>
i dragged it on the trash can
<OscarL>
You can add more graphs from main ActivityMonitor main window.
<CalistoMathias>
yupp
<CalistoMathias>
adding the weather ones as well right now :)
<OscarL>
each graph has its own replicant.
<CalistoMathias>
till now i was just using the plain old default haiku settings and how it comes packaged
<CalistoMathias>
hehe
<OscarL>
I couldn't use the defaults settings for Tracker for more than just 2 seconds :-D
<CalistoMathias>
I have no idea why i was sticking to that
CalistoMathias has quit [Quit: Vision[]: i've been blurred!]
CalistoMathias has joined #haiku
<CalistoMathias>
also Genio doesn't come with the option to set a dark theme does it?
<CalistoMathias>
I changed pretty much everything else to a darker mode
CalistoMathias has quit []
CalistoMathias has joined #haiku
<OscarL>
CalistoMathias: for Genio... Settings->Editor->Visuals->Editor style: dark?
<CalistoMathias>
yahhh I tried this out now
<CalistoMathias>
my eyes are officially saved xD
<CalistoMathias>
the thing is since im back in university
<CalistoMathias>
i have to sit in the dark for quite some time considering my roommates sleep xD
<CalistoMathias>
while I'm awake :)
<OscarL>
Oh boy... a miracle! I'm going to update Python3.12 to 3.12.4, and the current .patchset applied cleanly for once! Noice!
<OscarL>
(still will have to re-work it a bit to fix some stuff, but... less work is appreciated :-D)
CalistoMathias has quit [Quit: Vision[]: i've been blurred!]
<Begasus>
knock yourself out OscarL :)
<Begasus>
I'm about to close down for today
<OscarL>
Be well Begasus! :-)
<Begasus>
disabling nss for poppler will be for tomorrow ;)
<Begasus>
cu peeps!
Begasus has quit [Quit: Vision[]: i've been blurred!]
Coldfirex has joined #haiku
jmairboeck has joined #haiku
dalme_ has joined #haiku
Coldfirex has quit [Quit: Page closed]
jmairboeck has quit [Quit: Konversation terminated!]
CalistoMathias has joined #haiku
<CalistoMathias>
I keep closing vision by mistake xD
yeti has quit [Ping timeout: 480 seconds]
yeti has joined #haiku
CalistoMathias has quit [Remote host closed the connection]
Calisto has joined #haiku
juanjo has joined #haiku
FreeFull has joined #haiku
unimatrix has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
yeti has quit [Ping timeout: 480 seconds]
unimatrix is now known as yeti
Oscar-L has joined #haiku
OscarL has quit [Ping timeout: 480 seconds]
Anarchos has joined #haiku
Oscar-L is now known as OscarL
juanjo has left #haiku [Disconnected: Hibernating too long]
Calisto has quit [Ping timeout: 480 seconds]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
erysdren has quit [Quit: Konversation terminated!]
Calisto has joined #haiku
SLema has quit [Quit: Vision[]: i've been blurred!]
SLema has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
erysdren has joined #haiku
Diver has quit [Quit: Leaving.]
_-Caleb-_ has joined #haiku
Diver has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
Calisto has quit [Read error: Connection reset by peer]