pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/59028: qt5-qtwebkit doesn't build
The following reply was made to PR pkg/59028; it has been noted by GNATS.
From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, pkgsrc-bugs%NetBSD.org@localhost
Cc: nia%NetBSD.org@localhost, wiz%NetBSD.org@localhost
Subject: Re: pkg/59028: qt5-qtwebkit doesn't build
Date: Sat, 25 Jan 2025 12:05:19 +0000
> /scratch/x11/qt5-qtwebkit/work/.cwrapper/bin/c++ [...] -std=3Dc++11 [...]
> [...]
> /usr/pkg/include/unicode/uset.h:1655:10: error: 'u16string_view' in names=
pace 'std' does not name a type; did you mean 'u16string'?
> 1655 | std::u16string_view operator*() const {
> | ^~~~~~~~~~~~~~
> | u16string
This looks like C++17 <string_view> artefacts. -std=3Dc++11 probably
won't cut it here. textproc/icu/buildlink3.mk probably needs to
require all downstream packages to use C++17.
Home |
Main Index |
Thread Index |
Old Index