NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.29k stars 13.54k forks source link

Build failure: libsForQt5.pix #317089

Open ConnorBaker opened 3 months ago

ConnorBaker commented 3 months ago

Steps To Reproduce

Steps to reproduce the behavior:

nix build -L .#libsForQt5.pix

Build log

Note that the build failure is not limited to aarch64-linux.

Additional context

I don't know why the header is missing. Looking at the documentation, it should be available: https://api.kde.org/mauikit/mauikit-imagetools/html/geolocation_2kdtree_8hpp_source.html.

Notify maintainers

@onny

Metadata

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

[connorbaker@nixos-desktop:~/nixpkgs]$ nix-info --markdown --sandbox --host-os
 - system: `"x86_64-linux"`
 - host os: `Linux 6.8.9, NixOS, 24.05 (Uakari), 24.05.20240515.33d1e75`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.22.1`
 - nixpkgs: `/nix/store/0qd773b63yg8435w8hpm13zqz7iipcbs-source`

Add a :+1: reaction to issues you find important.

eclairevoyant commented 3 months ago

relevant error:

In file included from /build/pix-3.1.0/src/models/folders/placesmodel.cpp:10:
/nix/store/plhn175ayf1vvrkiw589mgyx5hp3s7k3-mauikit-imagetools-3.1.0/include/MauiKit3/ImageTools/cities.h:11:10: fatal error: kdtree.hpp: No such file or directory
   11 | #include "kdtree.hpp"
      |          ^~~~~~~~~~~~
In file included from /build/pix-3.1.0/src/models/cities/citiesmodel.cpp:3:
/nix/store/plhn175ayf1vvrkiw589mgyx5hp3s7k3-mauikit-imagetools-3.1.0/include/MauiKit3/ImageTools/cities.h:11:10: fatal error: kdtree.hpp: No such file or directory
   11 | #include "kdtree.hpp"
      |          ^~~~~~~~~~~~