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

Build fails on the i386 architecture #205

Open
yurivict opened this issue May 26, 2024 · 4 comments
Open

Build fails on the i386 architecture #205

yurivict opened this issue May 26, 2024 · 4 comments

Comments

@yurivict
Copy link

error[E0425]: cannot find function `defilter_avg_sse2_inner` in this scope
   --> /wrkdirs/usr/ports/graphics/oculante/work/oculante-0.8.22/cargo-crates/zune-png-0.5.0-rc1/src/filters/sse4.rs:332:9
    |
213 | / unsafe fn de_filter_paeth_sse41_inner<const SIZE: usize>(
214 | |     prev_row: &[u8], raw: &[u8], current: &mut [u8]
215 | | ) {
216 | |     let zero = _mm_setzero_si128();
...   |
265 | |     }
266 | | }
    | |_- similarly named function `de_filter_paeth_sse41_inner` defined here
...
332 |           defilter_avg_sse2_inner::<SIZE>(prev_row, raw, current);
    |           ^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `de_filter_paeth_sse41_inner`

FreeBSD 14.0

@etemesi254
Copy link
Owner

Hi, is that the only one failing?

@yurivict
Copy link
Author

This is the only failure in the log.

etemesi254 added a commit that referenced this issue Jun 4, 2024
I'm not so sure but it should address #205 because I'm not sure what's going on there
@etemesi254
Copy link
Owner

Tried to add a fix, can you try cloning the repo and compiling it for that architecture.

And thanks for this, will add a CI to compile to this target to catch such errors in the future

@yurivict
Copy link
Author

I am unable to build on this architecture, since the failure occurs on the central build servers.

Could you please make a release with the fix?

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

No branches or pull requests

2 participants