Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure: sfml #383063

Closed
3 tasks done
heraplem opened this issue Feb 18, 2025 · 0 comments · Fixed by #387764
Closed
3 tasks done

Build failure: sfml #383063

heraplem opened this issue Feb 18, 2025 · 0 comments · Fixed by #387764
Labels
0.kind: build failure A package fails to build

Comments

@heraplem
Copy link

heraplem commented Feb 18, 2025

Nixpkgs version

  • Unstable (25.05)

Steps to reproduce

nix build nixpkgs#sfml on aarch64-darwin.

Can Hydra reproduce this build failure?

No, Hydra cannot reproduce this build failure.

Link to Hydra build job

No response

Relevant log output

Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/4mvjdp4x8parmc5fjpnx1rmh1fc3f2gr-source
source root is source
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
applying patch /nix/store/kkr62lnfagndz8r8l14r7azck0g3vrlc-patch-apple-silicon.diff
patching file CMakeLists.txt
applying patch /nix/store/dw8rpc2q1506d0v7anwdr8d2bd10sia4-bf92efe9a4035fee0258386173d53556aa196e49.patch
patching file src/SFML/Audio/AudioDevice.cpp
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/8cjirdqmjwxy9viqnij0a54iw0y3w4p6-sfml-2.5.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/8cjirdqmjwxy9viqnij0a54iw0y3w4p6-sfml-2.5.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/8cjirdqmjwxy9viqnij0a54iw0y3w4p6-sfml-2.5.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/8cjirdqmjwxy9viqnij0a54iw0y3w4p6-sfml-2.5.1/share/doc/SFML -DCMAKE_INSTALL_INFODIR=/nix/store/8cjirdqmjwxy9viqnij0a54iw0y3w4p6-sfml-2.5.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/8cjirdqmjwxy9viqnij0a54iw0y3w4p6-sfml-2.5.1/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/8cjirdqmjwxy9viqnij0a54iw0y3w4p6-sfml-2.5.1/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/8cjirdqmjwxy9viqnij0a54iw0y3w4p6-sfml-2.5.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/8cjirdqmjwxy9viqnij0a54iw0y3w4p6-sfml-2.5.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/8cjirdqmjwxy9viqnij0a54iw0y3w4p6-sfml-2.5.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/8cjirdqmjwxy9viqnij0a54iw0y3w4p6-sfml-2.5.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/d32x2hd64mhi6mrngr3690pf9g5lrqi3-clang-wrapper-19.1.7/bin/strip -DCMAKE_RANLIB=/nix/store/d32x2hd64mhi6mrngr3690pf9g5lrqi3-clang-wrapper-19.1.7/bin/ranlib -DCMAKE_AR=/nix/store/d32x2hd64mhi6mrngr3690pf9g5lrqi3-clang-wrapper-19.1.7/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/8cjirdqmjwxy9viqnij0a54iw0y3w4p6-sfml-2.5.1 -DSFML_INSTALL_PKGCONFIG_FILES=yes -DSFML_MISC_INSTALL_PREFIX=share/SFML -DSFML_BUILD_FRAMEWORKS=no -DSFML_USE_SYSTEM_DEPS=yes
�[0mCMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

�[0m
-- The C compiler identification is Clang 19.1.7
-- The CXX compiler identification is Clang 19.1.7
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/d32x2hd64mhi6mrngr3690pf9g5lrqi3-clang-wrapper-19.1.7/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/d32x2hd64mhi6mrngr3690pf9g5lrqi3-clang-wrapper-19.1.7/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
�[33mCMake Warning (dev) at cmake/Config.cmake:51 (EXEC_PROGRAM):
  Policy CMP0153 is not set: The exec_program command should not be called.
  Run "cmake --help-policy CMP0153" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Use execute_process() instead.
Call Stack (most recent call first):
  CMakeLists.txt:45 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.
�[0m
-- Found OpenGL: /nix/store/ca250dchzidqi7a97zf3ldn1abcry2qy-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework
-- Found OpenAL: /nix/store/r2d37nwp574sd9dlsv69hsxw1kyfijzq-openal-soft-1.23.1/lib/libopenal.dylib
�[33mCMake Warning (dev) at /nix/store/38920hcwdp3aygvj4mp3fvv5q5rqbywb-cmake-3.31.3/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:441 (message):
  The package name passed to `find_package_handle_standard_args` (VORBIS)
  does not match the name of the calling package (Vorbis).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/Modules/FindVorbis.cmake:25 (find_package_handle_standard_args)
  cmake/Macros.cmake:279 (find_package)
  src/SFML/Audio/CMakeLists.txt:70 (sfml_find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
�[0m
-- Found VORBIS: /nix/store/1fpvyabyq1blybqmz4cnwdgjmix3qm1f-libvorbis-1.3.7/lib/libvorbisenc.dylib;/nix/store/1fpvyabyq1blybqmz4cnwdgjmix3qm1f-libvorbis-1.3.7/lib/libvorbisfile.dylib;/nix/store/1fpvyabyq1blybqmz4cnwdgjmix3qm1f-libvorbis-1.3.7/lib/libvorbis.dylib;/nix/store/9xkpinn37dilqjlcyhqlmidw2z1p6pxs-libogg-1.3.5/lib/libogg.dylib
-- Found FLAC: /nix/store/x4khm8zgb4a01g6gbybkvnrwisvs8amr-flac-1.4.3/lib/libFLAC.dylib
-- Configuring done (1.9s)
-- Generating done (0.0s)
�[33mCMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_TESTING
    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_BINDIR
    CMAKE_INSTALL_DOCDIR
    CMAKE_INSTALL_INCLUDEDIR
    CMAKE_INSTALL_INFODIR
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LIBEXECDIR
    CMAKE_INSTALL_LOCALEDIR
    CMAKE_INSTALL_MANDIR
    CMAKE_INSTALL_OLDINCLUDEDIR
    CMAKE_INSTALL_SBINDIR
    CMAKE_POLICY_DEFAULT_CMP0025

�[0m
-- Build files have been written to: /tmp/nix-build-sfml-2.5.1.drv-0/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
Running phase: buildPhase
@nix { "action": "setPhase", "phase": "buildPhase" }
build flags: -j8 SHELL=/nix/store/x7m765hh1m4yikg9spw18lxldddvdnd0-bash-5.2p37/bin/bash
[  1%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Lock.cpp.o�[0m
[  2%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.o�[0m
[  3%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.o�[0m
[  4%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Sleep.cpp.o�[0m
[  5%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Mutex.cpp.o�[0m
[  5%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.o�[0m
[  6%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Thread.cpp.o�[0m
[  7%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/ThreadLocal.cpp.o�[0m
[  7%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.o�[0m
[  8%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/FileInputStream.cpp.o�[0m
[  9%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Time.cpp.o�[0m
[ 10%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ClockImpl.cpp.o�[0m
[ 11%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Unix/MutexImpl.cpp.o�[0m
[ 12%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Unix/SleepImpl.cpp.o�[0m
[ 13%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadImpl.cpp.o�[0m
[ 14%] �[32mBuilding CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadLocalImpl.cpp.o�[0m
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:820:42: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned int>'�[0m
  820 |   �[0;34mstatic_assert�[0m(is_same<_CharT, �[0;34mtypename�[0m traits_type::char_type>::value,�[0m
      | �[0;1;32m                                         ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:52:18: �[0m�[0;1;36mnote: �[0min instantiation of template class 'std::basic_string<unsigned int>' requested here�[0m
   52 |     �[0;34mtypedef�[0m std::basic_string<Uint32>::iterator       Iterator;      �[0;33m///< Iterator type�[0m
      | �[0;1;32m                 ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:647:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string_view:300:42: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned int>'�[0m
  300 |   �[0;34mstatic_assert�[0m(is_same<_CharT, �[0;34mtypename�[0m traits_type::char_type>::value,�[0m
      | �[0;1;32m                                         ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__type_traits/is_convertible.h:22:99: �[0m�[0;1;36mnote: �[0min instantiation of template class 'std::basic_string_view<unsigned int>' requested here�[0m
   22 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS is_convertible : �[0;34mpublic�[0m integral_constant<�[0;34mbool�[0m, �[0;34m__is_convertible�[0m(_T1, _T2)> {};�[0m
      | �[0;1;32m                                                                                                  ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:745:29: �[0m�[0;1;36mnote: �[0min instantiation of template class 'std::is_convertible<const unsigned int &, std::basic_string_view<unsigned int>>' requested here�[0m
  745 |     : �[0;34mpublic�[0m _BoolConstant< is_convertible<�[0;34mconst�[0m _Tp&, basic_string_view<_CharT, _Traits> >::value &&�[0m
      | �[0;1;32m                            ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:1351:27: �[0m�[0;1;36mnote: �[0min instantiation of template class 'std::__can_be_converted_to_string_view<unsigned int, std::char_traits<unsigned int>, unsigned int>' requested here�[0m
 1351 |             __enable_if_t<__can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value &&�[0m
      | �[0;1;32m                          ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:1355:3: �[0m�[0;1;36mnote: �[0mwhile substituting prior template arguments into non-type template parameter [with _Tp = Uint32]�[0m
 1355 |   �[0;34moperator�[0m+=(�[0;34mconst�[0m _Tp& __t) {�[0m
      | �[0;1;32m  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
�[0m 1356 |     __self_view __sv = __t;�[0m
      | �[0;1;32m    ~~~~~~~~~~~~~~~~~~~~~~~
�[0m 1357 |     �[0;34mreturn�[0m append(__sv);�[0m
      | �[0;1;32m    ~~~~~~~~~~~~~~~~~~~~
�[0m 1358 |   }�[0m
      | �[0;1;32m  ~
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:49:14: �[0m�[0;1;36mnote: �[0mwhile substituting deduced template arguments into function template 'operator+=' [with _Tp = Uint32, $1 = (no value)]�[0m
   49 |     m_string += Utf32::decodeAnsi(ansiChar, locale);�[0m
      | �[0;1;32m             ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:820:42: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned char>'�[0m
  820 |   �[0;34mstatic_assert�[0m(is_same<_CharT, �[0;34mtypename�[0m traits_type::char_type>::value,�[0m
      | �[0;1;32m                                         ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:178:34: �[0m�[0;1;36mnote: �[0min instantiation of template class 'std::basic_string<unsigned char>' requested here�[0m
  178 | std::basic_string<Uint8> String::toUtf8() �[0;34mconst�[0m
      | �[0;1;32m                                 ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:647:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string_view:300:42: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned char>'�[0m
  300 |   �[0;34mstatic_assert�[0m(is_same<_CharT, �[0;34mtypename�[0m traits_type::char_type>::value,�[0m
      | �[0;1;32m                                         ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:187:12: �[0m�[0;1;36mnote: �[0min instantiation of template class 'std::basic_string_view<unsigned char>' requested here�[0m
  187 |     �[0;34mreturn�[0m output;�[0m
      | �[0;1;32m           ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:187:12: �[0m�[0;1;36mnote: �[0mwhile substituting deduced template arguments into function template 'basic_string' [with $0 = (no value)]�[0m
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:820:42: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned short>'�[0m
  820 |   �[0;34mstatic_assert�[0m(is_same<_CharT, �[0;34mtypename�[0m traits_type::char_type>::value,�[0m
      | �[0;1;32m                                         ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:192:35: �[0m�[0;1;36mnote: �[0min instantiation of template class 'std::basic_string<unsigned short>' requested here�[0m
  192 | std::basic_string<Uint16> String::toUtf16() �[0;34mconst�[0m
      | �[0;1;32m                                  ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:647:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string_view:300:42: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned short>'�[0m
  300 |   �[0;34mstatic_assert�[0m(is_same<_CharT, �[0;34mtypename�[0m traits_type::char_type>::value,�[0m
      | �[0;1;32m                                         ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:201:12: �[0m�[0;1;36mnote: �[0min instantiation of template class 'std::basic_string_view<unsigned short>' requested here�[0m
  201 |     �[0;34mreturn�[0m output;�[0m
      | �[0;1;32m           ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:201:12: �[0m�[0;1;36mnote: �[0mwhile substituting deduced template arguments into function template 'basic_string' [with $0 = (no value)]�[0m
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2911:3: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned int>'�[0m
 2911 |   traits_type::assign(*__p, __c);�[0m
      | �[0;1;32m  ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:1365:5: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::push_back' requested here�[0m
 1365 |     push_back(__c);�[0m
      | �[0;1;32m    ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:49:14: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::operator+=' requested here�[0m
   49 |     m_string += Utf32::decodeAnsi(ansiChar, locale);�[0m
      | �[0;1;32m             ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2912:3: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned int>'�[0m
 2912 |   traits_type::assign(*++__p, value_type());�[0m
      | �[0;1;32m  ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2535:5: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned int>'�[0m
 2535 |     traits_type::copy(std::__to_address(__p), std::__to_address(__old_p), __n_copy);�[0m
      | �[0;1;32m    ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2556:3: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::__grow_by' requested here�[0m
 2556 |   __grow_by(__old_cap, __delta_cap, __old_sz, __n_copy, __n_del, __n_add);�[0m
      | �[0;1;32m  ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2898:5: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::__grow_by_without_replace' requested here�[0m
 2898 |     __grow_by_without_replace(__cap, �[0;32m1�[0m, __sz, __sz, �[0;32m0�[0m);�[0m
      | �[0;1;32m    ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:1365:5: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::push_back' requested here�[0m
 1365 |     push_back(__c);�[0m
      | �[0;1;32m    ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:49:14: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::operator+=' requested here�[0m
   49 |     m_string += Utf32::decodeAnsi(ansiChar, locale);�[0m
      | �[0;1;32m             ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2538:5: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned int>'�[0m
 2538 |     traits_type::copy(�[0m
      | �[0;1;32m    ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:3396:3: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned int>'�[0m
 3396 |   traits_type::copy(std::__to_address(__new_data), std::__to_address(__p), size() + �[0;32m1�[0m);�[0m
      | �[0;1;32m  ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:3333:3: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::__shrink_or_extend' requested here�[0m
 3333 |   __shrink_or_extend(__target_capacity);�[0m
      | �[0;1;32m  ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:75:22: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::reserve' requested here�[0m
   75 |             m_string.reserve(length + �[0;32m1�[0m);�[0m
      | �[0;1;32m                     ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2825:29: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned int>'�[0m
 2825 |            ? (__fits_in_sso(traits_type::length(__s)) ? __assign_short(__s, traits_type::length(__s))�[0m
      | �[0;1;32m                            ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:1243:12: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::assign' requested here�[0m
 1243 |     �[0;34mreturn�[0m assign(__s);�[0m
      | �[0;1;32m           ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:117:18: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::operator=' requested here�[0m
  117 |         m_string = utf32String;�[0m
      | �[0;1;32m                 ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2825:77: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned int>'�[0m
 2825 |            ? (__fits_in_sso(traits_type::length(__s)) ? __assign_short(__s, traits_type::length(__s))�[0m
      | �[0;1;32m                                                                            ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2826:80: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned int>'�[0m
 2826 |                                                       : __assign_external(__s, traits_type::length(__s)))�[0m
      | �[0;1;32m                                                                               ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2208:5: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned int>'�[0m
 2208 |     traits_type::move(std::__to_address(__p), __s, __n);�[0m
      | �[0;1;32m    ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2825:57: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::__assign_short' requested here�[0m
 2825 |            ? (__fits_in_sso(traits_type::length(__s)) ? __assign_short(__s, traits_type::length(__s))�[0m
      | �[0;1;32m                                                        ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:1243:12: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::assign' requested here�[0m
 1243 |     �[0;34mreturn�[0m assign(__s);�[0m
      | �[0;1;32m           ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:117:18: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::operator=' requested here�[0m
  117 |         m_string = utf32String;�[0m
      | �[0;1;32m                 ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2209:5: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned int>'�[0m
 2209 |     traits_type::assign(__p[__n], value_type());�[0m
      | �[0;1;32m    ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2817:33: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned int>'�[0m
 2817 |   �[0;34mreturn�[0m __assign_external(__s, traits_type::length(__s));�[0m
      | �[0;1;32m                                ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2827:14: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::__assign_external' requested here�[0m
 2827 |            : __assign_external(__s);�[0m
      | �[0;1;32m             ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:1243:12: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::assign' requested here�[0m
 1243 |     �[0;34mreturn�[0m assign(__s);�[0m
      | �[0;1;32m           ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:117:18: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::operator=' requested here�[0m
  117 |         m_string = utf32String;�[0m
      | �[0;1;32m                 ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:2368:3: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned int>'�[0m
 2368 |   traits_type::copy(std::__to_address(__p), __s, __sz + �[0;32m1�[0m);�[0m
      | �[0;1;32m  ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:1005:7: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::__init_copy_ctor_external' requested here�[0m
 1005 |       __init_copy_ctor_external(std::__to_address(__str.__get_long_pointer()), __str.__get_long_size());�[0m
      | �[0;1;32m      ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:123:1: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned int>::basic_string' requested here�[0m
  123 | m_string(utf32String)�[0m
      | �[0;1;32m^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0mIn file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:28:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/String.hpp:32:
In file included from /tmp/nix-build-sfml-2.5.1.drv-0/source/include/SFML/System/Utf.hpp:33:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/locale:205:
In file included from /nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__locale:24:
�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:3396:3: �[0m�[0;1;31merror: �[0m�[1mimplicit instantiation of undefined template 'std::char_traits<unsigned char>'�[0m
 3396 |   traits_type::copy(std::__to_address(__new_data), std::__to_address(__p), size() + �[0;32m1�[0m);�[0m
      | �[0;1;32m  ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/string:3333:3: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned char>::__shrink_or_extend' requested here�[0m
 3333 |   __shrink_or_extend(__target_capacity);�[0m
      | �[0;1;32m  ^
�[0m�[1m/tmp/nix-build-sfml-2.5.1.drv-0/source/src/SFML/System/String.cpp:182:12: �[0m�[0;1;36mnote: �[0min instantiation of member function 'std::basic_string<unsigned char>::reserve' requested here�[0m
  182 |     output.reserve(m_string.length());�[0m
      | �[0;1;32m           ^
�[0m�[1m/nix/store/yckp0i2z87b91dirmhvmig2z8gn0sgb1-libcxx-19.1.7-dev/include/c++/v1/__fwd/string.h:23:29: �[0m�[0;1;36mnote: �[0mtemplate is declared here�[0m
   23 | �[0;34mstruct�[0m _LIBCPP_TEMPLATE_VIS char_traits;�[0m
      | �[0;1;32m                            ^
�[0m�[0;1;31mfatal error: �[0m�[1mtoo many errors emitted, stopping now [-ferror-limit=]�[0m
20 errors generated.
make[2]: *** [src/SFML/System/CMakeFiles/sfml-system.dir/build.make:149: src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:217: src/SFML/System/CMakeFiles/sfml-system.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

Additional context

No response

System metadata

  • system: "aarch64-darwin"
  • host os: Darwin 24.3.0, macOS 15.3.1
  • multi-user?: yes
  • sandbox: no
  • version: nix-env (Nix) 2.24.12
  • channels(root): "nixpkgs"
  • nixpkgs: /etc/nix/path/nixpkgs

Notify maintainers

@astsmtl

Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)

I assert that this issue is relevant for Nixpkgs

Is this issue important to you?

Add a 👍 reaction to issues you find important.

@heraplem heraplem added the 0.kind: build failure A package fails to build label Feb 18, 2025
@xokdvium xokdvium mentioned this issue Mar 7, 2025
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: build failure A package fails to build
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant