Nasina has quit [Remote host closed the connection]
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
cassisian has joined #haiku
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
cassisian has quit [Ping timeout: 480 seconds]
Nasina has joined #haiku
Nasina has quit [Remote host closed the connection]
Aedil has joined #haiku
cassisian has joined #haiku
cassisian has quit [Ping timeout: 480 seconds]
lanodan has joined #haiku
lanodan has quit []
lanodan has joined #haiku
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
cassisian has joined #haiku
cassisian has quit [Ping timeout: 480 seconds]
Nasina has joined #haiku
<Begasus[m]>
g"morning peeps
erysdren has quit [Quit: Konversation terminated!]
cassisian has joined #haiku
cassisian has quit [Ping timeout: 480 seconds]
cassisian has joined #haiku
cassisian has quit [Remote host closed the connection]
jmairboeck has joined #haiku
cassisian has joined #haiku
erysdren has joined #haiku
cassisian has quit [Ping timeout: 480 seconds]
cassisian has joined #haiku
cassisian has quit [Ping timeout: 480 seconds]
Nasina has quit [Remote host closed the connection]
dodo75_ has joined #haiku
Aedil has quit [Quit: leaving]
Nasina has joined #haiku
cassisian has joined #haiku
cassisian has quit [Remote host closed the connection]
cassisian has joined #haiku
Guest14842 has left #haiku [#haiku]
Guest14842 has joined #haiku
cassisian has quit [Remote host closed the connection]
nephele has joined #haiku
<Hanicef[m]>
mornin
<nephele>
i agree
cassisian has joined #haiku
<Hanicef[m]>
Begasus can you send me the pictures you are unable to convert to jxl? everything seems to work fine on my end, so there must be an edge case on the picture you have that i'm missing
<nephele>
oh, jxl, i'm interested :D
dodo75_ has quit [Quit: Vision[]: i've been blurred!]
<nekobot>
• Midar (49f1683b): objfw: Update to 1.3.2
cassisian has joined #haiku
cassisian has quit [Ping timeout: 480 seconds]
leont has quit [Read error: Connection reset by peer]
leont has joined #haiku
cassisian has joined #haiku
cassisian has quit [Ping timeout: 480 seconds]
cassisian has joined #haiku
KapiX has joined #haiku
flowerg9 has quit [Ping timeout: 480 seconds]
flowerg9 has joined #haiku
KapiX has quit [Quit: KapiX]
<jmairboeck>
Begasus[m]: If you want to test my haikuporter change, you can add a PATCH function to any recipe with a patchset like this: PATCH() { false }
<Begasus[m]>
could do that jmairboeck
<Begasus[m]>
it does behave different before and after the change I presume ;)
<jmairboeck>
before it would remove the patchset commits from the source dir
<jmairboeck>
and revert the PATCH changes, now it only does the latter
<jmairboeck>
and secondly, for recipes without a patchset it did not revert the PATCH changes and now it does :)
<Begasus[m]>
OK, I see the patchset not being applied with current
<jmairboeck>
the question is: should it do that? I guess yes, because I'm not sure if a PATCH function must be idempotent
<jmairboeck>
yes, that's exactly what this issue is about
<jmairboeck>
but the flag.patchset file remains, so haikuporter thinks that it has applied it already
<Begasus[m]>
didn't know this happend
<Begasus[m]>
checking with the PR
<Begasus[m]>
+1 patchset applied now
<Begasus[m]>
OK, when this happens, it probably means you have an error in the PATCH() function
<jmairboeck>
yes, but it's still annoying that the state gets inconsistent
<Begasus[m]>
can you adjust the function and re-run "hp foo" and have the PATCH() function still being applied with the correct statement?
<jmairboeck>
yes, it re-runs it, because it doesn't create flag.patch
<Begasus[m]>
changing PATCH() {true} worked yes
<jmairboeck>
the change is nothing that concerns the builders this time because the build fails anyway if the PATCH function fails, just for developer convenience :)
<Begasus[m]>
+1 from me there!
<Begasus[m]>
nice catch! :)
<jmairboeck>
I noticed that problem last year with texlive_core
<Begasus[m]>
had these things happen for the KDE recipes where they sometimes use (doc) and ( doc ) for add subdirectory
<jmairboeck>
which I guess is one of the few recipes which have both
<Begasus[m]>
a lott of those KDE recipes use the PATCH function to disable kdoctools being used (if it can't be disabled)
<jmairboeck>
ah, so these are also likely candidates
<Begasus[m]>
right
<jmairboeck>
but that a PATCH function fails is rare, because its mostly sed
<jmairboeck>
with texlive_core, I had the equivalent of autoreconf in it (now moved to BUILD instead), that could fail
cassisian has quit [Remote host closed the connection]
<Begasus[m]>
I've put the KF5 and KF6 version in there, it launches the KF6 one here, get a Window also, I'll leave it up to you to do some further testing :)
cassisian has joined #haiku
<Begasus[m]>
probably can be cleaned up a bit, because of internal changes to the KF6 frameworks
<Begasus[m]>
KF6Auth could not be found because dependency KF6CoreAddons could not be found.
<Begasus[m]>
OK, missed a dep there :P
Aedil has joined #haiku
<Begasus[m]>
jmairboeck: looks like it "needs" kdbusservice which it patched out atm, now no GUI is launched
<Begasus[m]>
without the patch and export$(dbus-launch) it launches from Terminal
<jmairboeck>
yeah, I suspected that it needs dbus
<jmairboeck>
that is kind of the API of kwallet
<Begasus[m]>
right, so one could go the export ... way, or patch the main.cpp file to autolaunch dbus (a few packages already use this)
<jmairboeck>
more than 15 years ago, when I was still doing Java development, I even added kwallet support to a little tool I wrote using dbus-java.
<Begasus[m]>
eeps java and dbus :)
<jmairboeck>
and I was surprised that they didn't use the native dbus dictionary or map type for the complex entries but the Qt types (I think it was QMap) instead, so those couldn't be accessed when not using C++ and a QDBus-based API
<jmairboeck>
that was all on Linux of course, I didn't know of Haiku yet back then :)
nipos has left #haiku [Disconnected: Received SIGTERM]
<nekobot>
• TheOneric (2aff605c): libass: update to 0.17.4 (#12488)
<Begasus[m]>
k, closing down here
<Begasus[m]>
cu peeps!
Guest14842 has left #haiku [#haiku]
Babaj has joined #haiku
Babaj has quit [Quit: Leaving]
Babaj has joined #haiku
Aedil has quit [Quit: leaving]
B2IA has joined #haiku
cassisian has quit [Remote host closed the connection]
cassisian has joined #haiku
Babaj has quit [Quit: Leaving]
Guest14842 has joined #haiku
cassisian has quit [Ping timeout: 480 seconds]
cassisian has joined #haiku
cassisian has quit [Remote host closed the connection]
cassisian has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
dodo75 has joined #haiku
dodo75_ has quit [Read error: Connection reset by peer]
cassisian has quit [Remote host closed the connection]
cassisian has joined #haiku
PawanYr has joined #haiku
cassisian has quit [Remote host closed the connection]
cassisian has joined #haiku
<PawanYr>
Is there anyone around who's familiar with app server and would be willing to review my patch (#9256)? Waddlesplash mentioned that's the bottleneck to it getting merged, and I'd really appreciate if I didn't have to encounter this bug on the nightlies . . .
jmairboeck has quit [Quit: Konversation terminated!]
HaikuUser has joined #haiku
dodo75 has quit [Quit: Vision[]: i've been blurred!]
HaikuUser has quit []
spencer has joined #haiku
cassisian has quit [Remote host closed the connection]