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

[feature request] support build on AIX #1679

Open
1 task done
arozehnal opened this issue Feb 22, 2025 · 3 comments
Open
1 task done

[feature request] support build on AIX #1679

arozehnal opened this issue Feb 22, 2025 · 3 comments

Comments

@arozehnal
Copy link

arozehnal commented Feb 22, 2025

Checks

  • I have read the troubleshooting section and still think this is a bug.

Describe the bug you encountered:

I am not a programmer, I just wanted to compile fd for AIX.
The compilation ended up with errors see attachment.
Am I making a mistake somewhere? Is there any way to fix it?

log.TXT

Describe what you expected to happen:

No response

What version of fd are you using?

last

Which operating system / distribution are you on?

aix 7.2

rustc -V
rustc 1.84.1 (e98916a71 2025-02-05) (IBM Open SDK for Rust on AIX 1.84 (5900-BND, 5765-J24))
Community Edition.

cargo -V
cargo 1.84.1 (66221abde 2024-11-19)
@arozehnal arozehnal added the bug label Feb 22, 2025
@tmccombs
Copy link
Collaborator

That looks to me like the nix crate doesn't support AIX.

And yes, it isn't listed as a supported target on their readme

@tmccombs tmccombs changed the title [BUG] build on AIX [feature request] support build on AIX Feb 22, 2025
@tavianator
Copy link
Collaborator

It's probably possible to make nix an optional dependency. But is there an easy way to test builds on AIX? Otherwise we're kinda programming blind

@arozehnal
Copy link
Author

I understand that there is a problem with the availability of AIX for testing. But if it is about compilation and verification of functionality, I offer my help.

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

3 participants