[Webkit-unassigned] [Bug 274414] New: [GTK] UserAgentGLib.cpp: error: call to deleted member function 'append'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 20 13:16:57 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=274414

            Bug ID: 274414
           Summary: [GTK] UserAgentGLib.cpp: error: call to deleted member
                    function 'append'
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P3
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jbicha at ubuntu.com
                CC: bugs-noreply at webkitgtk.org

- Ubuntu 24.10 development
- webkitgtk 2.45.2 (and 2.45.1)
- glib 2.80.1
- clang 18 (1:18.1.6-1)

I am getting this build error when building webkitgtk 2.45.2. I think this did not happen with webkitgtk 2.44.2 because it successfully built several hours before.

One particular notable change is this version is now being built with clang instead of gcc.

Build log excerpt
-----------------
In file included from /<<PKGBUILDDIR>>/build-soup3/WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-24.cpp:3:
/<<PKGBUILDDIR>>/Source/WebCore/platform/glib/UserAgentGLib.cpp:88:18: error: call to deleted member function 'append'
   88 |         uaString.append(USER_AGENT_BRANDING "; ");
      |         ~~~~~~~~~^~~~~~

…

/<<PKGBUILDDIR>>/build-soup3/WTF/Headers/wtf/text/StringBuilder.h:219:28: note: candidate function not viable: no known conversion from 'const char[9]' to 'ASCIILiteral' for 1st argument
  219 | inline void StringBuilder::append(ASCIILiteral string)
      |                            ^      ~~~~~~~~~~~~~~~~~~~
1 error generated.

Full build log
--------------
https://launchpadlibrarian.net/730968303/buildlog_ubuntu-oracular-amd64.webkit2gtk_2.45.2-1~bpo24.10.1_BUILDING.txt.gz

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240520/2e26b26d/attachment.htm>


More information about the webkit-unassigned mailing list