Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] `krita` fails to build for 32-bit archs
@ 2023-11-14 20:56 mhmdanas
  2023-11-19 23:39 ` mhmdanas
  2023-11-19 23:39 ` [ISSUE] [CLOSED] " mhmdanas
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-11-14 20:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3627 bytes --]

New issue by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/issues/47243

Description:
### Is this a new report?

Yes

### System Info

Void 6.5.11_1 x86_64 GenuineIntel notuptodate rrdFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

### Package(s) Affected

krita-5.2.1_2

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

The template should build successfully.

### Actual behaviour

The build fails with a LOT of errors that look something like this (i686 build):
```
/usr/include/xsimd/types/xsimd_api.hpp: In function 'bool xsimd::all(const batch_bool<T, A>&)':                                                   
/usr/include/xsimd/types/xsimd_api.hpp:2497:24: error: 'all' is not a member of 'xsimd::kernel'; did you mean 'xsimd::all'?                       
 2497 |         return kernel::all<A>(x, A {});                                                                                                   
      |                        ^~~                                                                                                                
/usr/include/xsimd/types/xsimd_api.hpp:2494:17: note: 'xsimd::all' declared here                                                                  
 2494 |     inline bool all(batch_bool<T, A> const& x) noexcept                                                                                   
      |                 ^~~                                                                                                                       
/usr/include/xsimd/types/xsimd_api.hpp:2497:29: error: expected primary-expression before '>' token                                               
 2497 |         return kernel::all<A>(x, A {});                                                                                                   
      |                             ^                                                                                                             
/usr/include/xsimd/types/xsimd_api.hpp: In function 'bool xsimd::any(const batch_bool<T, A>&)':                                                   
/usr/include/xsimd/types/xsimd_api.hpp:2512:24: error: 'any' is not a member of 'xsimd::kernel'; did you mean 'xsimd::any'?                       
 2512 |         return kernel::any<A>(x, A {});                                                                                                   
      |                        ^~~                                                                                                                
/usr/include/xsimd/types/xsimd_api.hpp:2509:17: note: 'xsimd::any' declared here                                                                  
 2509 |     inline bool any(batch_bool<T, A> const& x) noexcept                                                                                   
      |                 ^~~                                                                                                                       
/usr/include/xsimd/types/xsimd_api.hpp:2512:29: error: expected primary-expression before '>' token                                               
 2512 |         return kernel::any<A>(x, A {});                                                                                                   
```

The errors are all in the xsimd headers as far as I can see, so I suspect they're related to the recent xsimd bump (de75fb14523).

### Steps to reproduce

1. Try to build `krita` targeting a 32-bit arch

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ISSUE] [CLOSED] `krita` fails to build for 32-bit archs
  2023-11-14 20:56 [ISSUE] `krita` fails to build for 32-bit archs mhmdanas
  2023-11-19 23:39 ` mhmdanas
@ 2023-11-19 23:39 ` mhmdanas
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-11-19 23:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3685 bytes --]

Closed issue by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/issues/47243

Description:
### Is this a new report?

Yes

### System Info

Void 6.5.11_1 x86_64 GenuineIntel notuptodate rrdFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

### Package(s) Affected

krita-5.2.1_2

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

The template should build successfully.

### Actual behaviour

The build fails with a LOT of errors that look, here's what a few look like (i686 build):
```
/usr/include/xsimd/types/xsimd_api.hpp: In function 'bool xsimd::all(const batch_bool<T, A>&)':                                                   
/usr/include/xsimd/types/xsimd_api.hpp:2497:24: error: 'all' is not a member of 'xsimd::kernel'; did you mean 'xsimd::all'?                       
 2497 |         return kernel::all<A>(x, A {});                                                                                                   
      |                        ^~~                                                                                                                
/usr/include/xsimd/types/xsimd_api.hpp:2494:17: note: 'xsimd::all' declared here                                                                  
 2494 |     inline bool all(batch_bool<T, A> const& x) noexcept                                                                                   
      |                 ^~~                                                                                                                       
/usr/include/xsimd/types/xsimd_api.hpp:2497:29: error: expected primary-expression before '>' token                                               
 2497 |         return kernel::all<A>(x, A {});                                                                                                   
      |                             ^                                                                                                             
/usr/include/xsimd/types/xsimd_api.hpp: In function 'bool xsimd::any(const batch_bool<T, A>&)':                                                   
/usr/include/xsimd/types/xsimd_api.hpp:2512:24: error: 'any' is not a member of 'xsimd::kernel'; did you mean 'xsimd::any'?                       
 2512 |         return kernel::any<A>(x, A {});                                                                                                   
      |                        ^~~                                                                                                                
/usr/include/xsimd/types/xsimd_api.hpp:2509:17: note: 'xsimd::any' declared here                                                                  
 2509 |     inline bool any(batch_bool<T, A> const& x) noexcept                                                                                   
      |                 ^~~                                                                                                                       
/usr/include/xsimd/types/xsimd_api.hpp:2512:29: error: expected primary-expression before '>' token                                               
 2512 |         return kernel::any<A>(x, A {});                                                                                                   
```

The errors are all in the xsimd headers as far as I can see, so I suspect they're related to the recent xsimd bump (de75fb14523).

### Steps to reproduce

1. Try to build `krita` targeting a 32-bit arch

cc @Johnnynator 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: `krita` fails to build for 32-bit archs
  2023-11-14 20:56 [ISSUE] `krita` fails to build for 32-bit archs mhmdanas
@ 2023-11-19 23:39 ` mhmdanas
  2023-11-19 23:39 ` [ISSUE] [CLOSED] " mhmdanas
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-11-19 23:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/issues/47243#issuecomment-1818016800

Comment:
Fixed by e48b8a6ff67a58d5a3d6cc7edaef8372f112b219.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-19 23:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-14 20:56 [ISSUE] `krita` fails to build for 32-bit archs mhmdanas
2023-11-19 23:39 ` mhmdanas
2023-11-19 23:39 ` [ISSUE] [CLOSED] " mhmdanas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).