Public bug reported:

Following up the last comment in
https://bugs.launchpad.net/ubuntu/+bug/1960149:

ogre-next is failing for ppc64el, riscv64, s390x with the following massage in 
the three of them:
https://launchpad.net/ubuntu/+source/ogre-next/2.2.5+dfsg3-0ubuntu1
"""
/<<BUILDDIR>>/ogre-next-2.2.5+dfsg3/OgreMain/include/Math/Array/OgreArrayConfig.h:155:10:
 error: #error "Unknown platform or platform not supported for SIMD. Build Ogre 
without OGRE_USE_SIMD"
  155 |         #error "Unknown platform or platform not supported for SIMD. 
Build Ogre without OGRE_USE_SIMD"
      |          ^~~~~
"""

The reason is that the configuration leave enabled the OGRE_USE_SIMD for
anything but arm*. The logic should be reverted and only enable it on
x64.

** Affects: ogre-next (Ubuntu)
     Importance: Undecided
     Assignee: Jose Luis Rivero (j-rivero)
         Status: New


** Tags: jammy

** Changed in: ogre-next (Ubuntu)
     Assignee: (unassigned) => Jose Luis Rivero (j-rivero)

** Description changed:

  Following up the last comment in
  https://bugs.launchpad.net/ubuntu/+bug/1960149:
  
  ogre-next is failing for ppc64el, riscv64, s390x with the following massage 
in the three of them:
+ https://launchpad.net/ubuntu/+source/ogre-next/2.2.5+dfsg3-0ubuntu1
  """
  
/<<BUILDDIR>>/ogre-next-2.2.5+dfsg3/OgreMain/include/Math/Array/OgreArrayConfig.h:155:10:
 error: #error "Unknown platform or platform not supported for SIMD. Build Ogre 
without OGRE_USE_SIMD"
-   155 |         #error "Unknown platform or platform not supported for SIMD. 
Build Ogre without OGRE_USE_SIMD"
-       |          ^~~~~
+   155 |         #error "Unknown platform or platform not supported for SIMD. 
Build Ogre without OGRE_USE_SIMD"
+       |          ^~~~~
  """
  
  The reason is that the configuration leave enabled the OGRE_USE_SIMD for
  anything but arm*. The logic should be reverted and only enable it on
  x64.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1961319

Title:
  ogre-next SMID fix for ppc64el, riscv64, s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ogre-next/+bug/1961319/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to