Schrijvers Luc

Results 588 comments of Schrijvers Luc

So far no downsides, one plus, I used a 64bit image in qemu to check things, installing Dolphin on there pulled in ICU66 (for Qt5), updated there with these packages...

Getting build error on 32bit (nightly): ``` kernel/qhostinfo.cpp: In static member function 'static QHostInfo QHostInfoAgent::reverseLookup(const QHostAddress&)': kernel/qhostinfo.cpp:424:15: error: 'NI_MAXHOST' was not declared in this scope 424 | char hbuf[NI_MAXHOST]; |...

Build finishes fine on 32bit, it's in the INSTALL() part where it is failing (maybe something not build?) with: ``` /sources/qt5-5.15.11-lts-lgpl/qtbase/src/corelib/qdoc_wrapper.sh: line 12: /packages/qt5_x86-5.15.11-4/.self/bin/x86/qdoc: No such file or directory ```

Is the build log saved in the process? (never saw/checked) During build it's hard to find anything due to the amount of output in Terminal, I could redirect output to...

I should start to read when the build starts :) seems indeed it doesn't find libclang: ``` Note: No wayland-egl support detected. Cross-toolkit compatibility disabled. WARNING: QDoc will not be...

Not sure why it won't find LLVM? Will do some checks without the changes for LLVM, main thing would be to drop older ICU anyway.

OK, seems for some reason on 32bit it didn't detect llvm-config from LLVM17, LLVM16 seems to be fine (main idea is to move away from ICU66, so for me this...

Freshly build 64bit image for Haiku with installed Qt5 (these packages): ![Qt5_ICU](https://github.com/haikuports/haikuports/assets/16057090/b22d47eb-d1d2-4fec-8199-7a24d2ef8dfe)

> @Begasus you commented about it in [#10222 (comment)](https://github.com/haikuports/haikuports/pull/10222#issuecomment-2067574809) Getting old(er) here maybe ;)

> Apropos: it seems you added the $secondarySuffix in #9593 to resolve #9562 hmm ... should check again :( (but iirc I added in the recipe earlier and it still...