Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2024 07:16:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 282807] editors/libreoffice 24.8.3: Build failure: error: implicit instantiation of undefined template 'std::char_traits<unsigned short>'
Message-ID:  <bug-282807-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282807

            Bug ID: 282807
           Summary: editors/libreoffice 24.8.3: Build failure: error:
                    implicit instantiation of undefined template
                    'std::char_traits<unsigned short>'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: office@FreeBSD.org
          Reporter: ohartmann@walstatt.org
             Flags: maintainer-feedback?(office@FreeBSD.org)
          Assignee: office@FreeBSD.org

On recent CURRENT (FreeBSD 15.0-CURRENT #26 main-n273671-f334c0b8b3cb: Sat =
Nov
16 20:19:46 CET 2024 amd64), build of port editors/libreoffice fails due to=
 the
error shown below.

Config is:

root@thor:/usr/ports # make -C editors/libreoffice showconfig
=3D=3D=3D> The following configuration options are available for
libreoffice-24.8.3.2:
     COINMP=3Doff: Enable CoinMP (deprecated) math solver
     CUPS=3Don: CUPS printing system support
     DOCS=3Don: Build and/or install documentation
     GNOME=3Doff: GNOME desktop environment support
     GTK3=3Doff: GTK 3 GUI toolkit support
     GTK4=3Doff: GTK+ 4 GUI toolkit support (experimental, broken)
     JAVA=3Don: Add Java support (XML filters, macros, DB connections)
     LTO=3Doff: Use Link-Time Optimization
     MARIADB=3Doff: Build with MariaDB/MySQL-SDBC driver
     MMEDIA=3Don: Enable multimedia backend for Impress
     PDFIUM=3Don: Enable PDFium secure engine
     PGSQL=3Don: Build with PostgreSQL-SDBC driver
     SDK=3Doff: Build with SDK
     TEST=3Doff: Run all regression tests
     WEBDAV=3Doff: Enable WebDAV protocol
=3D=3D=3D=3D> Select Qt GUI engine version: you can only select none or one=
 of them
     QT5=3Don: Qt5 GUI toolkit support (default visual style)
     QT6=3Doff: Qt6 GUI toolkit support (experimental visual style)
=3D=3D=3D=3D> Select KDE GUI engine version: you can only select none or on=
e of them
     KF5=3Doff: KF5/Qt5 GUI toolkit support (implies QT5)
     KF6=3Doff: KF6/Qt6 GUI toolkit support (implies QT6)
=3D=3D=3D> Use 'make config' to modify these settings
[...]


The error occuring during "make all" is:

[...]
In file included from /usr/include/c++/v1/__format/parser_std_format_spec.h=
:39:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefin=
ed
template 'std::char_traits<unsigned short>'
  820 |   static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
      |                                          ^

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282807-25061>