-
Notifications
You must be signed in to change notification settings - Fork 0
zig: unable to find zig installation directory #269
Comments
niclas
added a commit
that referenced
this issue
Jan 19, 2024
This fixes #269. Values for `CMAKE_INSTALL_RPATH`, `CMAKE_PREFIX_PATH` and `LLD_INCLUDE_DIRS` were wrong or unnecessary.
niclas
added a commit
that referenced
this issue
Jan 23, 2024
This fixes #269. Values for `CMAKE_INSTALL_RPATH`, `CMAKE_PREFIX_PATH` and `LLD_INCLUDE_DIRS` were wrong or unnecessary. Alse use Release mode instead of Debug.
This turned out to be a bug in https://lore.kernel.org/linux-xfs/c171c058-fc69-4e47-aca1-c1a35a774038@molgen.mpg.de/t/#u We need to report this upstream. Fix is not trivial an needs a design decision: Fix the iterator |
I've wrote a small test program, which uses
as expected. Now this is interesting:
So over nfs only the first few files habe d_type. Possibly related: https://bugzilla.redhat.com/show_bug.cgi?id=1248140 |
They just closed the PR which would fix that issue due to maintainer overload. |
Sign in
to join this conversation on GitHub.
The text was updated successfully, but these errors were encountered: