← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2121516] Re: webkit2gtk: FTBFS with RVA23

 

At least upstream WebKit has another issue:

The thirdparty module Skia uses mustmultitail which is not supported for Skia's functions by gcc 15.2.
If we we run into this issue we have to ensure that on riscv64 SKCMS_HAS_MUSTTAIL is not defined.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121784
https://issues.skia.org/issues/444048022


** Bug watch added: GCC Bugzilla #121784
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121784

** Bug watch added: issues.skia.org/issues #444048022
   https://issues.skia.org/issues/444048022

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to webkit2gtk in Ubuntu.
https://bugs.launchpad.net/bugs/2121516

Title:
  webkit2gtk: FTBFS with RVA23

Status in Webkit:
  Confirmed
Status in webkit2gtk package in Ubuntu:
  Confirmed

Bug description:
  As seen in RVA23 test rebuild:
  https://people.canonical.com/~ginggs/ftbfs-report/test-rebuild-20250731-questing-rva23-questing.html

  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/CodePtr.cpp:27:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/CodePtr.h:28:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/FunctionPtr.h:32:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/Hasher.h:25:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/CheckedPtr.h:28:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/CheckedRef.h:33:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/SingleThreadIntegralWrapper.h:28:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/Threading.h:54:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/text/AtomStringTable.h:28:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/text/StringHash.h:26:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/text/AtomString.h:24:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/text/AtomStringImpl.h:24:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/text/UniquedStringImpl.h:28:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/text/StringImpl.h:44:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/text/StringCommon.h:35:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/SIMDHelpers.h:58:
  In file included from /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/simde.h:37:
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9198:5: error: unknown type name 'fixed_vint8m1_t'
   9198 |     fixed_vint8m1_t sv64;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9211:5: error: unknown type name 'fixed_vint16m1_t'
   9211 |     fixed_vint16m1_t sv64;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9224:5: error: unknown type name 'fixed_vint32m1_t'
   9224 |     fixed_vint32m1_t sv64;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9237:5: error: unknown type name 'fixed_vint64m1_t'
   9237 |     fixed_vint64m1_t sv64;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9250:5: error: unknown type name 'fixed_vuint8m1_t'
   9250 |     fixed_vuint8m1_t sv64;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9263:5: error: unknown type name 'fixed_vuint16m1_t'
   9263 |     fixed_vuint16m1_t sv64;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9276:5: error: unknown type name 'fixed_vuint32m1_t'
   9276 |     fixed_vuint32m1_t sv64;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9289:5: error: unknown type name 'fixed_vuint64m1_t'
   9289 |     fixed_vuint64m1_t sv64;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9305:40: warning: 'SIMDE_ARCH_RISCV_ZVFH' is not defined, evaluates to 0 [-Wundef]
   9305 |   #if defined(SIMDE_RISCV_V_NATIVE) && SIMDE_ARCH_RISCV_ZVFH
        |                                        ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9319:5: error: unknown type name 'fixed_vfloat32m1_t'
   9319 |     fixed_vfloat32m1_t sv64;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9332:5: error: unknown type name 'fixed_vfloat64m1_t'
   9332 |     fixed_vfloat64m1_t sv64;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9340:5: error: unknown type name 'fixed_vuint8m1_t'
   9340 |     fixed_vuint8m1_t sv64;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9347:5: error: unknown type name 'fixed_vuint16m1_t'
   9347 |     fixed_vuint16m1_t sv64;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9354:5: error: unknown type name 'fixed_vuint64m1_t'
   9354 |     fixed_vuint64m1_t sv64;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9374:5: error: unknown type name 'fixed_vint8m1_t'
   9374 |     fixed_vint8m1_t sv128;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9395:5: error: unknown type name 'fixed_vint16m1_t'
   9395 |     fixed_vint16m1_t sv128;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9420:5: error: unknown type name 'fixed_vint32m1_t'
   9420 |     fixed_vint32m1_t sv128;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9441:5: error: unknown type name 'fixed_vint64m1_t'
   9441 |     fixed_vint64m1_t sv128;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9462:5: error: unknown type name 'fixed_vuint8m1_t'
   9462 |     fixed_vuint8m1_t sv128;
        |     ^
  /<<PKGBUILDDIR>>/Source/WTF/wtf/simde/arm/neon.h:9483:5: error: unknown type name 'fixed_vuint16m1_t'
   9483 |     fixed_vuint16m1_t sv128;
        |     ^
  fatal error: too many errors emitted, stopping now [-ferror-limit=]

To manage notifications about this bug go to:
https://bugs.launchpad.net/webkit/+bug/2121516/+subscriptions



References