Hello team,
 Blender 4.0.1 failed to build on both aarch64 and ppc64le on the following 
lines:
```
/builddir/build/BUILD/blender/intern/cycles/blender/attribute_convert.h:69:44: 
error: cannot convert ‘ccl::float4’ to ‘float’
   69 |     return color_srgb_to_linear(make_float4(byte_to_float(value[0]),
      |                                 ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            ccl::float4
   70 |                                             byte_to_float(value[1]),
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~
   71 |                                             byte_to_float(value[2]),
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                             byte_to_float(value[3])));
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~
In file included from 
/builddir/build/BUILD/blender/intern/cycles/blender/attribute_convert.h:9:
/builddir/build/BUILD/blender/intern/cycles/util/color.h:62:45: note:   
initializing argument 1 of ‘float ccl::color_srgb_to_linear(float)’
   62 | ccl_device float color_srgb_to_linear(float c)
      |                                       ~~~~~~^
```
while the previous version 3.6.5 worked as intendedd and x86_64 is unaffected. 
Could someone running the above architecture addressing the issue please? 
See https://copr.fedorainfracloud.org/coprs/g/designsuite/blender/build/6681752/

Luya Tshimbalanga
Fedora Design Team
Fedora Design Suite maintainer
--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to