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

Show status from cargo, while compiling the rust part of clamav #1441

Open
dilyanpalauzov opened this issue Jan 26, 2025 · 1 comment
Open

Comments

@dilyanpalauzov
Copy link
Contributor

When compiling clamav 1.4.2 using the Ninja generator, the output is at some moment

[23/318] Building clamav_rust in /src/mail/clamav-1.4.2/build with...nown-linux-gnu --release --target-dir /src/mail/clamav-1.4.2/build

when the rust part is compiled. I do not see the progress of cargo.

  • Adjust the output of the build system, so that in its rust part it shows what crate is currently compiled (standard cargo indications) and how many crates still need to be handled.
@val-ms
Copy link
Contributor

val-ms commented Jan 29, 2025

I think this issue is unique to ninja as ninja minimizes output. I see the status when it builds under make. To be honest, I don't know how to change this and it would be a very low priority.

I'm fine leaving the ticket open with the "help wanted" label, but I don't expect my team to work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants