pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/58249: SIGABRT misc/stellarium by "_res is not supported for multi-threaded programs" in libpthread
>>> I've applied a patch to x11/qt6-qtbase which replicates what's
>>> done on FreeBSD and OpenBSD, skipping the use of res_init() via
>>> an early "return".
>>
>> That said, my attempt at validation of the fix is met by a
>> failure to build qt6-qttools version 6.7.0 on NetBSD/amd64
>> 9.99.4. I thought that would be easy, but not so:
>
> Eh, this is on a host with a 10.99.4 kernel (not 9.99.4) and what
> appers to be a 9.99.104 user-land. It's perhaps time to upgrade
> the kernel and base os to straight 10.0 and re-try.
I upgraded user-land to 10.0. Unfortunately that did not change
anything wrt. qt6-qttools:
In file included from /usr/pkgsrc/devel/qt6-qttools/work/qttools-everywhere-src-6.7.0/src/assistant/qlitehtml/src/container_qpainter.cpp:5:
/usr/pkgsrc/devel/qt6-qttools/work/qttools-everywhere-src-6.7.0/src/assistant/qlitehtml/src/container_qpainter_p.h:80:10: error: 'void DocumentContainerPrivate::draw_background(litehtml::uint_ptr, const std::vector<litehtml::background_paint>&)' marked 'override', but does not override
80 | void draw_background(litehtml::uint_ptr hdc,
| ^~~~~~~~~~~~~~~
/usr/pkgsrc/devel/qt6-qttools/work/qttools-everywhere-src-6.7.0/src/assistant/qlitehtml/src/container_qpainter_p.h:94:10: error: 'void DocumentContainerPrivate::set_clip(const litehtml::position&, const litehtml::border_radiuses&)' marked 'override', but does not override
94 | void set_clip(const litehtml::position &pos,
| ^~~~~~~~
etc. etc.
Am I alone in seeing this?
This is with
$ pkg_info | grep qt6
qt6-qtbase-6.7.0nb1 C++ X GUI toolkit
qt6-qtdeclarative-6.7.0 Qt6 module for the QML language
qt6-qtshadertools-6.7.0 Qt6 shadertools
qt6-qtlanguageserver-6.7.0 Qt6 language server implementation
$
of the qt6 packages installed.
This is with "gcc (nb3 20231008) 10.5.0".
Regards,
- Håvard
Home |
Main Index |
Thread Index |
Old Index