New comment by pullmoll on void-packages repository https://github.com/void-linux/void-packages/pull/25284#issuecomment-703286961 Comment: Here's the error when cross building: ``` 4:01.03 The following warnings were emitted during compilation: 4:01.03 warning: src/compiler/glsl/glcpp/glcpp-lex.l:622:1: fatal error: opening dependency file .deps/force-cargo-library-build.pp: No such file or directory 4:01.03 warning: compilation terminated. 4:01.04 warning: src/compiler/glsl/glcpp/glcpp-parse.y:2543:1: fatal error: opening dependency file .deps/force-cargo-library-build.pp: No such file or directory ``` It seems that the rule to build `force-cargo-library-build.pp` is not executed or fails. I have no clue why and how to overcome this problem.