Skip to content

ttfautohint fails to build on macOS #155415

@Sciencentistguy

Description

@Sciencentistguy

Describe the bug

ttfautohint throws lots of c++ errors when building iosevka on macos

This is on a 2021 M1 Max Macbook Pro

Steps To Reproduce

Steps to reproduce the behavior:

  1. Use this shell.nix
with import <nixpkgs> {};

mkShell {
  buildInputs = [
    iosevka
  ];
}
  1. run nix-shell
  2. c++ errors will occur: https://gist.github.com/Sciencentistguy/735905199ae8a03b62cd0b1f6d158d3c

Expected behavior

It should not error

Notify maintainers

@cillianderoiste

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

 - system: `"aarch64-darwin"`
 - host os: `Darwin 21.2.0, macOS 12.1`
 - multi-user?: `yes`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.5.1`
 - channels(root): `"nixpkgs-22.05pre346058.bc59ba15b64"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixpkgs`

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.kind: bugSomething is broken6.topic: darwinRunning or building packages on Darwin
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions