Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step.Run dep file support cannot handle output format from nasm #19702

Open
Khitiara opened this issue Apr 19, 2024 · 0 comments · May be fixed by #23245
Open

Step.Run dep file support cannot handle output format from nasm #19702

Khitiara opened this issue Apr 19, 2024 · 0 comments · May be fixed by #23245
Labels
bug Observed behavior contradicts documented or intended behavior contributor friendly This issue is limited in scope and/or knowledge of Zig internals. zig build system std.Build, the build runner, `zig build` subcommand, package management
Milestone

Comments

@Khitiara
Copy link

Khitiara commented Apr 19, 2024

Zig Version

0.12.0-dev.3686+3adfaf91f

Steps to Reproduce and Observed Behavior

add a Run step in build.zig that assembles some asm program using NASM, and use the -MF option to generate a dep file.
the target in the produced dep file has a trailing space before the colon which causes an error.

Expected Behavior

the dep file should be processed and used to set extra file dependencies of the run step

@Khitiara Khitiara added the bug Observed behavior contradicts documented or intended behavior label Apr 19, 2024
@andrewrk andrewrk added the zig build system std.Build, the build runner, `zig build` subcommand, package management label Aug 15, 2024
@andrewrk andrewrk added this to the 0.15.0 milestone Aug 15, 2024
@andrewrk andrewrk added the contributor friendly This issue is limited in scope and/or knowledge of Zig internals. label Aug 15, 2024
@rpkak rpkak linked a pull request Mar 14, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Observed behavior contradicts documented or intended behavior contributor friendly This issue is limited in scope and/or knowledge of Zig internals. zig build system std.Build, the build runner, `zig build` subcommand, package management
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants