ripe-gigabyte-88964
03/20/2024, 11:05 AM[WARN] Exceeded the maximum link depth while traversing links. Stopping traversal.
This seems weird to me because the symlink is just referencing a file, not a directory. Any engine authors have any idea why this warning is occurring?bitter-ability-32190
03/20/2024, 11:33 AMripe-gigabyte-88964
03/20/2024, 12:22 PMripe-gigabyte-88964
03/20/2024, 1:18 PMoutput_directory=(".",)
- however, both the symlink and it's target should be in the output digest.ripe-gigabyte-88964
03/20/2024, 1:57 PMDigestSubset -> Digest
rule on that output digest. However, the pathglob is for a single file and the symlink itself is also a file symlink so seems like a bug to me?bitter-ability-32190
03/20/2024, 6:57 PMripe-gigabyte-88964
03/20/2024, 8:08 PMripe-gigabyte-88964
03/20/2024, 8:09 PMbroad-processor-92400
03/21/2024, 2:54 AMripe-gigabyte-88964
03/21/2024, 1:40 PMdigest_root/subdir1/subdir2
referencing ../..
broad-processor-92400
03/21/2024, 8:44 PMripe-gigabyte-88964
03/21/2024, 8:45 PM= note: ld: library not found for -liconv
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
error: could not compile `ring` (build script) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: linking with `cc` failed: exit status: 1
ripe-gigabyte-88964
03/21/2024, 8:54 PMripe-gigabyte-88964
03/21/2024, 8:57 PM= note: ld: framework not found DiskArbitration
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
Compiling utf8parse v0.2.0
error: could not compile `sysinfo` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
new onebroad-processor-92400
03/21/2024, 8:57 PMripe-gigabyte-88964
03/22/2024, 2:21 PMfamous-kite-46295
07/07/2024, 10:14 PMfamous-kite-46295
07/07/2024, 10:25 PMbrew install libiconv
and
export LIBRARY_PATH=$LIBRARY_PATH:$(brew --prefix)/lib:$(brew --prefix)/opt/libiconv/lib
worked for me ⦠but this should probably be added to the docs (note: I am also running in the nix-shell)
also hitting this as the next issue:
= note: ld: framework not found DiskArbitration
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
acoustic-librarian-29560
07/08/2024, 11:25 AMfamous-kite-46295
07/08/2024, 5:35 PMacoustic-librarian-29560
07/08/2024, 5:36 PMfamous-kite-46295
07/08/2024, 5:59 PMfamous-kite-46295
07/10/2024, 2:02 AM