pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Failure to build webkit-gtk



Hello Paul and Thomas!

Thomas Klausner writes:
> On Fri, Apr 23, 2021 at 09:06:23PM -0700, Paul Goyette wrote:
> > On a NetBSD-9.99.81 amd64 host (built just BEFORE the switch over to
> > gcc-10) with an initially empty sysutils/mksandbox, and my pkgsrc
> > was updated on 2021-04-23 at 17:43:13 UTC.  I'm trying to rebuild
> > www/webkit-gtk after having succcessfully built and installed all
> > dependencies, and I'm getting the following error message:
> > 
> > /tmp/pkgs/www/webkit-gtk/work.x86_64/webkitgtk-2.32.0/Source/JavaScriptCore/runtime/IntlSegmenter.cpp:128:77: error: 'ubrk_safeClone_69' was not declared in this scope; did you mean 'ucol_safeClone_69'?
> >   128 |     auto segmenter = std::unique_ptr<UBreakIterator, UBreakIteratorDeleter>(ubrk_safeClone(m_segmenter.get(), nullptr, nullptr, &status));
> >       |                                                                             ^~~~~~~~~~~~~~
> > 
> > There seem to be a number of additional errors, all complaining about
> > no declaration for ``ucol_safeClone_69''
> > 
> > Any clues?
>
> Best guess - icu 69.
>
> The maintainer, leo, is aware, but if you find a fix, it's probably welcome :)
> [...]

Sorry for the delay!

Thomas kindly pointed out some references off list and I have finally
tested and committed them a couple of minutes ago, webkit-gtk-2.32.0nb2
should work with newer ICU too.

If there is any problem please let me know!


Thanks!


Home | Main Index | Thread Index | Old Index