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
HaikuUser has joined #haiku
Hannah has quit []
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
Maturi0n has joined #haiku
Maturi0n_ has quit [Ping timeout: 480 seconds]
vdamewood has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
<botifico-e32c8fbd> [haikuports/haikuports] threedeyes pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/b876c3412ce6...2abad244406d
<botifico-e32c8fbd> [haikuports/haikuports] threedeyes 2abad24 - glib2: bump version
HaikuUser has joined #haiku
HaikuUser has quit []
HaikuUser has joined #haiku
HaikuUser has quit []
TkTech has quit [Quit: The Lounge - https://thelounge.chat]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
TkTech has joined #haiku
vdamewood has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
scanty has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
Halian has quit [Remote host closed the connection]
Begasus has joined #haiku
<Begasus> g'morning peeps
<Begasus> PulkoMandy, can't report on haikuwebkit github page, no issues there
<Begasus> fwiw, so far noticed that when launched with multiple tabs open (started today with 6 tabs) triggers the websocket threads
<Begasus> closed down to when I only launched with 3 tabs and things are ok now
<Begasus> so far no leaking threads atm
<Begasus> nielx[m], 32bit still building :)
freakazoid332 has joined #haiku
frkzoid has quit [Ping timeout: 480 seconds]
erysdren has joined #haiku
humdinger has joined #haiku
<Begasus> moin humdinger
<humdinger> morning!
<Begasus> giving up for now on gcc, can't seem to figure it out :/
<botifico-e32c8fbd> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-0/±0] https://github.com/haikuports/haikuports/compare/2abad244406d...b45762125318
<botifico-e32c8fbd> [haikuports/haikuports] Begasus b457621 - mimalloc, new recipe (#9059)
<humdinger> must be a real PITA if it defeated the mighty Begasus...
<Begasus> heh
<Begasus> I'm getting old(er) I guess ;)
<humdinger> or gcc is getting meaner
<Begasus> all is good, just the new jit part isn't
jmairboeck has joined #haiku
<Begasus> could get solvespace into the depot, cli only as the gui doesn't function yet
<Begasus> still got about 20ish kde recipes that needs finishing ...
<Begasus> those were in preparation for kalendar (that isn't functional really too atm) :)
<nielx[m]> Morning Begasus
<nielx[m]> I'll try to see if I can find some hints in how others have solved this previously
<Begasus> Morning nielx[m]
<Begasus> most of the libraries end up in syslibs, maybe for a reason?
<Begasus> also the fortran (the fortran package only contains the static library)
HaikuUser has joined #haiku
HaikuUser has quit []
<nielx[m]> No, the problem is that gccjit invokes the linker, but does not pass the gcc lib dir path under certain conditions, including in the one in the configure test. So I will try to see what conditions are relevant, and how the path is determined under those conditions
<Begasus> one of the things is is that gccjit doesn't use the same install paths as the others seem to do?
<nielx[m]> You got it to work with your recipe, right?
<Begasus> to build yes, but didn't test it against gccjit then (did a quick check earlier but that failed too)
<Begasus> still got a backup from my first attempt
<nielx[m]> could you test that?
<Begasus> just did earlier
<nielx[m]> ah right, that had the same issue?
<Begasus> same as with your changes
<Begasus> yep
<Begasus> build ok, runtime nope
<nielx[m]> well that's something :-)
<nielx[m]> The search for "emacs libgccjit.so error error invoking gcc driver" shows a lot of people needing to manually set their library path in emacs
<nielx[m]> mostly on OS X though
<Begasus> guessing most *nix ports wont have that problem
<nielx[m]> though their issue is with using the gistcc
<Begasus> yeah, read somethin about that yesterday with ccache
<Begasus> even played with some suggestions mentioned on that bug report, to no aveal :/
<Begasus> wish I was about 40 years younger, then I would be starting to learn how to "really" understand all of this ;)
<nielx[m]> do you still have your build artifacts around? Is there a gcc-driver-name.h in there?
<Begasus> appears 9 times in the sourcedir
<nielx[m]> anything in the objects dir?
<nielx[m]> they all look the same, what's the content for any of them?
<Begasus> #define GCC_DRIVER_NAME "x86_64-unknown-haiku-gcc-13.1.0"
<Begasus> gcc-13.1.0_2023_06_20-jit-obj/gcc (that one is probably a leftover from my first attempt)
<nielx[m]> So from what I understand, libgccjit has an internal driver and and external driver. The external driver is the gcc binary, which would use all the system default search paths
<nielx[m]> My theory now is that it is looking for this binary (x86_64-unknown-haiku-gcc-13.1.0)
<Begasus> I'm lost there :)
<Begasus> anyway, time to head of to the dogschool, talk to you later :) (and thanks so far)!
Diver has joined #haiku
humdinger has quit [Quit: Vision[]: Oi with the poodles already!!]
eroux_ has joined #haiku
eroux has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit []
HaikuUser has joined #haiku
HaikuUser has quit []
HaikuUser has joined #haiku
HaikuUser has quit []
mmu_man has joined #haiku
hightower2 has joined #haiku
AlaskanEmily has quit [Remote host closed the connection]
tercaL has joined #haiku
tercaL has quit [Remote host closed the connection]
gouchi has joined #haiku
extrowerk has quit [Quit: Bye!]
FreeFull has joined #haiku
<nielx[m]> Begasus: I added a new symlink in the base gcc package. The changes are a new commit. I am getting a policy warning about matching the provides with the new symlink, hopefully you have some ideas about that. With these packages I am able to build and run one of the examples they provide
gouchi has quit [Quit: Quitte]
tercaL has joined #haiku
novaphoenix has quit [Quit: gone fishing]
<Begasus> thank nielx[m], will check it out :)
novaphoenix has joined #haiku
<ermo[m]> what is the status of the radeon hd7970 work? ^^
<ermo[m]> Fired up my haiku box last night and updated with no issues, and it has a hd7970 so was reminded to ask how that is going
<Begasus> nielx[m], success! :)
<Begasus> /Opslag/wip> gcc tut01-hello-world.c -o tut01-hello-world -lgccjit
<Begasus> /Opslag/wip> tut01-hello-world
<Begasus> hello world
<nielx[m]> Hurray!
<Begasus> This fixed it here for the policy error: cmd:${effectiveTargetMachineTriple//-/_}_gcc_$gccVersion$secondaryArchSuffix = $portVersion
<Begasus> so let's see with emacs
<nielx[m]> my suspicion was something like that, but I did not know the syntax.
<nielx[m]> I'll update the PR while you do emacs
<Begasus> came to mind when I saw the actual "binary"
<Begasus> that's why I write those things down :)
<Begasus> bugger ... configure: error: ELisp native compiler was requested, but libgccjit was not found.
<nielx[m]> boo
<Begasus> maybe we could use that gentoo patch ...
<nielx[m]> what's in the config.log for this one?
<Begasus> /boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/13.1.0/../../../../x86_64-unknown-haiku/bin/ld: cannot find -lgccjit
<x512[m]> Begasus: No libgccjit.so in /boot/system/develop/lib?
<nielx[m]> just to be sure, the gcc_jit and gcc_jit_devel packages were included in the build? And also the most recent ones, not the ones with the (potentially) broken symlinks?
<Begasus> everything included, links are present in /boot/system/develop/lib
valerius_ has quit [Remote host closed the connection]
valerius_ has joined #haiku
dpirate_ has quit [Remote host closed the connection]
<nielx[m]> will have to go to lunch now. is your wip recipe somewhere? I can have a look and see if I can adjust the libgccjit further
<nielx[m]> but first lunch :-)
<Begasus> just pulled in the latest changes from you, so aside from the cmd nothing changed
<Begasus> or do you mean the first one I had?
<Begasus> ps, enjoy your lunch :) (smakelijk)
copy has quit [Remote host closed the connection]
dpirate has joined #haiku
copy has joined #haiku
<Begasus> arghh .... wait ...
gouchi has joined #haiku
gouchi has quit []
<Begasus> checking for gcc_jit_context_acquire in -lgccjit... yes (bumps head real hard) :)
<Begasus> build error: /boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/13.1.0/../../../../x86_64-unknown-haiku/bin/ld: cannot find -ldl
Anarchos has joined #haiku
Anarchos has quit []
Anarchos has joined #haiku
gouchi has joined #haiku
gouchi has quit [Remote host closed the connection]
gouchi has joined #haiku
gouchi has quit []
Anarchos has quit [Ping timeout: 480 seconds]
Anarchos has joined #haiku
<Begasus> nielx[m] ... grabbing emacs-29.0.92~git-1-x86_64.hpkg and moving it to /Opslag/haikuports/packages/emacs-29.0.92~git-1-x86_64.hpkg
<Begasus> yay!
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
gouchi has joined #haiku
gouchi has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser is now known as ollix27
<ollix27> hello
<ollix27> i wanted to compile a simple haiku window application
<ollix27> but when compiling with g++
<ollix27> it gives me a bunch of errors
<ollix27> for example:
<ollix27> /boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/11.2.0/../../../../x86_64-unknown-haiku/bin/ld: /tmp//cc8k2KMM.o:(.data.rel.ro._ZTV8MyWindow[_ZTV8MyWindow]+0x1a0): undefined reference to `BWindow::_ReservedWindow6(
<ollix27> how can i make it so that it works?
gouchi has joined #haiku
gouchi has quit [Remote host closed the connection]
vdamewood has joined #haiku
<ollix27> can somebody help me?
ollix27 has quit [Quit: Vision[]: i've been blurred!]
vdamewood has quit [Remote host closed the connection]
vdamewood has joined #haiku
frkzoid has joined #haiku
freakazoid332 has quit [Ping timeout: 480 seconds]
<nielx[m]> Begasus: success!
<Begasus> and small PR created upstream for emacs to fix the build :)
<Begasus> once 32bit is finished I can check it there too
<Begasus> latest emacs (29.1~rc1) checked too, all looks ok :D
<botifico-e32c8fbd> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/b45762125318...51fccac87907
<botifico-e32c8fbd> [haikuports/haikuports] Begasus 51fccac - krunner, new recipe (#9066)
Anarchos has quit [Quit: Vision[]: i've been blurred!]
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
vdamewood has quit [Remote host closed the connection]
vdamewood has joined #haiku
<nielx[m]> Cool! So if there are no issues with x86, then I guess we'll merge these changes? I suppose the next step would be to enable the recipe
<Begasus> well, 32bit hasn't been checked yet :)
<Begasus> ah, misread ... so yes
<botifico-e32c8fbd> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/51fccac87907...f7e2d00976db
<botifico-e32c8fbd> [haikuports/haikuports] Begasus f7e2d00 - akonadi, new recipe (#9067)
gouchi has joined #haiku
gouchi has quit []
<botifico-e32c8fbd> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-0/±0] https://github.com/haikuports/haikuports/compare/f7e2d00976db...54956a564563
<botifico-e32c8fbd> [haikuports/haikuports] Begasus 54956a5 - kmime, new recipe (#9068)
HaikuUser has joined #haiku
HaikuUser has quit []
<botifico-e32c8fbd> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-0/±0] https://github.com/haikuports/haikuports/compare/54956a564563...c454eb7f5062
<botifico-e32c8fbd> [haikuports/haikuports] Begasus c454eb7 - grantleetheme, new recipe (#9069)
copy has quit [Remote host closed the connection]
copy has joined #haiku
<botifico-e32c8fbd> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-0/±0] https://github.com/haikuports/haikuports/compare/c454eb7f5062...8def8fb59699
<botifico-e32c8fbd> [haikuports/haikuports] Begasus 8def8fb - akonadi_contacts, new recipe (#9070)
tercaL has quit [Quit: Going offline, see ya! (www.adiirc.com)]
HaikuUser has joined #haiku
<HaikuUser> Hey everybody!
gouchi has joined #haiku
<HaikuUser> Day 15 of my 30 days of Haiku experiment!
<HaikuUser> So far so very good!
<HaikuUser> Has anyone here used Haiku for long term?
<PulkoMandy> Yes, several years
gouchi has quit []
mmu_man has quit [Quit: reboot]
<HaikuUser> AHH PM, I've seen your name pop up several times on the HaikuOS site
<botifico-e32c8fbd> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-0/±0] https://github.com/haikuports/haikuports/compare/8def8fb59699...9fa263070339
<botifico-e32c8fbd> [haikuports/haikuports] Begasus 9fa2630 - akonadi_mime, new recipe (#9071)
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
<_Dario_> I had been using Haiku since Alpha1. Before that, I was using BeOS and Zeta.
<Begasus> still a few of us left here _Dario_ :)
<_Dario_> :)
<_Dario_> I always believed that most of actual Haiku users came from BeOS times, but maybe I am wrong
<Begasus> still a large part I presume, but also seeing newer users
<Begasus> a few still klinging on to BeOS
<_Dario_> klinging?
<_Dario_> sorry, my english is bad
<Begasus> probably bad english "hanging on" :)
<Begasus> PulkoMandy, so far no problems anymore with Web+, so I'm still presuming it starts of when there are too many tabs open on launch
freakazoid332 has joined #haiku
<botifico-e32c8fbd> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-0/±0] https://github.com/haikuports/haikuports/compare/9fa263070339...a39b92b3061b
<botifico-e32c8fbd> [haikuports/haikuports] Begasus a39b92b - kpimtextedit, new recipe (#9072)
<nekobot> [haiku/haiku] nielx pushed 1 commit to master [hrev57160] - https://git.haiku-os.org/haiku/log/?qt=range&q=fef51dedd84f+%5E26bda37ca592
<nekobot> [haiku/haiku] fef51dedd84f - mail_daemon: warn about unused return value
frkzoid has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit []
<Begasus> some of those KDE packages come with like 5 licenses, but no readme ...
vdamewood has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
smalltalkman has quit []
<_Dario_> we live a world ruled by lawyers, unfortunately
<Begasus> yeah, most of them covered already by Haiku though
<botifico-e32c8fbd> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-0/±0] https://github.com/haikuports/haikuports/compare/a39b92b3061b...354fd35e88ce
<botifico-e32c8fbd> [haikuports/haikuports] Begasus 354fd35 - kidentitymanagement, new recipe (#9073)
<Begasus> k, done for today, g'night peeps
Begasus has quit [Quit: Vision[]: i've been blurred!]
mmu_man has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
AlaskanEmily has joined #haiku
nephele has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
vdamewood has joined #haiku
vdamewood has quit [Read error: Connection reset by peer]
vdamewood has joined #haiku
nephele has quit [Quit: Vision[]: i've been blurred!]
extrowerk has joined #haiku
Forza has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Forza has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
jmairboeck has quit [Quit: Konversation terminated!]
grobe0ba has quit [Quit: ZNC 1.8.2 - https://znc.in]
grobe0ba has joined #haiku
FreeFull has quit []
bbjimmy_64 has quit [Quit: Vision[]: i've been blurred!]
HaikuUser has joined #haiku
HaikuUser has quit []
<erysdren> is wine going to be patched to not use the `~/.wine` folder on haiku?
<erysdren> seems like an odd choice since all the other haiku apps i know prefer to store stuff in ~/config/ or whatnot
<Forza> erysdren: you could try to provide a patch? I know it's a bit of a qliche, but it helps. 🙏
HaikuUser has joined #haiku
HaikuUser has quit []
HaikuUser has joined #haiku
HaikuUser has quit []
vdamewood has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Diver has quit [Quit: Leaving.]
Diver has joined #haiku
Diver is now known as Diver
Diver has quit [Read error: Connection reset by peer]
Diver has joined #haiku
Diver is now known as Diver
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver is now known as Diver
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit []
Diver has joined #haiku
Diver has quit []
Diver has joined #haiku
Diver has quit []
Diver has joined #haiku
Diver is now known as Diver
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver is now known as Diver
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver is now known as Diver
Diver has quit [Remote host closed the connection]
Diver has joined #haiku
Diver has quit [Remote host closed the connection]