<botifico>
[haikuports/haikuports] Low-power 4eb3573 - sys-process/htop: update to Haiku-supported version 2.3.0 (#6980)
MajorBiscuit has quit [Quit: WeeChat 3.6]
nephele has joined #haiku
<Begasus>
'lo nephele :)
<Begasus>
I'm still in favor of merging the PR for icu57 (for 32bit) to fix the issues with LO etc ... building boost166 fails with icu66, will do a check with icu67 before I give up there ...
nephele has quit [Read error: Connection reset by peer]
<Begasus>
PulkoMandy, I don't think there will be any work soon on LO on 32bit soon (don't shoot me if there is), so far the only sollution I could find it enabling the icu57 base package - for boost166 requirements
nephele has joined #haiku
<Begasus>
trying to revbump on buildmaster didn't do the trick :/
<PulkoMandy>
I would prefer to disable boost 166 and see what breaks next
<nephele>
Hi Begasus, i didn't want to leave you hanging! but app_server crashed and i could no respond :D
<nephele>
Hi!
<Begasus>
np nephele :)
<PulkoMandy>
revbump will never reliably fix anything if oyu don't set specific version requirements in recipes
<PulkoMandy>
but then when a new version is out we have to manually update these
<Begasus>
I'm in for that PulkoMandy , but I didn't try a local revbump for LO ...
<jmairboeck>
LibreOffice can probably be built with a newer boost version also
<Begasus>
it's already mentioned in the recipe
<jmairboeck>
we also have boost 1.69 and 1.70
<PulkoMandy>
jmairboeck, yes, but we can't figure out which package (transitive dependency) depends on boost 1.66
<PulkoMandy>
that's the problem here
<nephele>
Would be nice to have a dependency inspector for that :)
<nephele>
Who can I CC on the bugtracker for the new font api from memory? it looks like Dale Cieslak implemented it, but i don't know their trac username
<Begasus>
boostMinimumVersion=1.69.0 (so that is set in the recipe for the 32bit version), but somehow or something still tries to pull in the old boost version?
<nephele>
Begasus: It's possible as pulkomandy said that a dependency of libreoffice tries to pull in the lower boost version
<jmairboeck>
if something else depends on boost 1.66, maybe it ends up using both, so that will likely be problematic
<Begasus>
wen't through the list nephele , so far didn't find anything relying on that
<nephele>
could also be dependencies of dependencies begasus
<nephele>
that's what they mean by dependency hell ;)
<Begasus>
yeah :)
<nephele>
><PulkoMandy> we have one but it doesn't work
<nephele>
Where is that?
<nephele>
or, what is it called?
<jmairboeck>
"pkgman search -r" is mentioned in the PR above
<PulkoMandy>
yes
<Begasus>
yeah, tried and didn't reveil anything here
<PulkoMandy>
yes, I commented on the PR, it works but not when you ask for a specific version
<PulkoMandy>
(do we really have to replay the whole discussion on IRC?)
<Begasus>
right
<Begasus>
no :)
<nephele>
I hope this webkit build finally makes the document bg work
<Begasus>
from my point of view, if I install the base package for icu57, things are fine, nothing else is changed in regards of installing other packages
<nephele>
just normal issues, of course, haiku was missing in some random ifdef in some file, I hope this is it xD
<Begasus>
looking at the boost166 recipe aside from icu it only needs libbz2 and libz, those should be independent from icu
<nephele>
you can of course try to uninstall boost166 and boost169 and see which packages boost166 wants to uninstall that boost169 doesn't :P
<Begasus>
been there :P
<Begasus>
as mentioned on the forum also
<jmairboeck>
do we need old boost versions at all? (except for not having to rebuild packages with newer ones)
<nephele>
though, boost166 isn't a version, it's a packagename no? so the reverse search should work?
<jmairboeck>
the dependencies are normally not on specific packages but on provided libraries, via "lib:libfoo"
<nephele>
Yes, that is correct, but it's a dependency nonetheless ;)