Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 15979] New: wpewebkit build failing (for ARM A15/NEON)
@ 2024-03-11  8:16 bugzilla
  2024-03-11 10:59 ` [Buildroot] [Bug 15979] " bugzilla
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla @ 2024-03-11  8:16 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=15979

            Bug ID: 15979
           Summary: wpewebkit build failing (for ARM A15/NEON)
           Product: buildroot
           Version: 2024.02
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: buildroot@heine.tech
                CC: buildroot@uclibc.org
  Target Milestone: ---

Since bumping to 2024.02 the build for wpewebkit is failing. Last BR version I
worked with was 2023.08.3 (where it worked) so I can't tell about the ones in
between.


[4/5994] Building CXX object Source/WTF/wtf/CMakeFiles/WTF.dir/FastMalloc.cpp.o
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/Source/WTF/wtf/FastMalloc.cpp:
In function ‘void* WTF::fastAlignedMalloc(size_t, size_t)’:
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/Source/WTF/wtf/FastMalloc.cpp:192:19:
warning: ignoring return value of ‘int posix_memalign(void**, size_t, size_t)’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
  192 |     posix_memalign(&p, alignment, size);
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/Source/WTF/wtf/FastMalloc.cpp:
In function ‘void* WTF::tryFastAlignedMalloc(size_t, size_t)’:
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/Source/WTF/wtf/FastMalloc.cpp:202:19:
warning: ignoring return value of ‘int posix_memalign(void**, size_t, size_t)’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
  202 |     posix_memalign(&p, alignment, size);
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[963/5994] Generating ../../WebCore/DerivedSources/Settings.h,
../../WebCore/DerivedSources/Settings.cpp,
../../WebCore/DerivedSource...gsGenerated.h,
../../WebCore/DerivedSources/InternalSettingsGenerated.cpp,
../../WebCore/DerivedSources/InternalSettingsGenerated.idl
FAILED: WebCore/DerivedSources/Settings.h WebCore/DerivedSources/Settings.cpp
WebCore/DerivedSources/InternalSettingsGenerated.h
WebCore/DerivedSources/InternalSettingsGenerated.cpp
WebCore/DerivedSources/InternalSettingsGenerated.idl
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/WebCore/DerivedSources/Settings.h
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/WebCore/DerivedSources/Settings.cpp
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/WebCore/DerivedSources/InternalSettingsGenerated.h
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/WebCore/DerivedSources/InternalSettingsGenerated.cpp
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/WebCore/DerivedSources/InternalSettingsGenerated.idl
cd /home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/Source/WebCore
&& /home/build/buildroot-upstream/output/host/bin/ruby
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/Source/WebCore/Scripts/GenerateSettings.rb
--outputDir
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/WebCore/DerivedSources
--template
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/Source/WebCore/Scripts/SettingsTemplates/InternalSettingsGenerated.cpp.erb
--template
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/Source/WebCore/Scripts/SettingsTemplates/InternalSettingsGenerated.idl.erb
--template
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/Source/WebCore/Scripts/SettingsTemplates/InternalSettingsGenerated.h.erb
--template
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/Source/WebCore/Scripts/SettingsTemplates/Settings.cpp.erb
--template
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/Source/WebCore/Scripts/SettingsTemplates/Settings.h.erb
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/Source/WebCore/page/Settings.yaml
/home/build/buildroot-upstream/output/host/lib/ruby/3.3.0/yaml.rb:3: warning:
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
<internal:/home/build/buildroot-upstream/output/host/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:127:in
`require': cannot load such file -- psych (LoadError)
        from
<internal:/home/build/buildroot-upstream/output/host/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:127:in
`require'
        from
/home/build/buildroot-upstream/output/host/lib/ruby/3.3.0/yaml.rb:4:in `<top
(required)>'
        from
<internal:/home/build/buildroot-upstream/output/host/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:127:in
`require'
        from
<internal:/home/build/buildroot-upstream/output/host/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:127:in
`require'
        from
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/Source/WebCore/Scripts/GenerateSettings.rb:29:in
`<main>'
[987/5994] Generating ../../JavaScriptCore/DerivedSources/LLIntDesiredOffsets.h
ninja: build stopped: subcommand failed.
make: *** [package/pkg-generic.mk:283:
/home/build/buildroot-upstream/output/build/wpewebkit-2.42.5/.stamp_built]
Error 1

To me this looks like a missing dependency. I tried adding a dependency on
host-libyaml for wpewebkit but it didn't help. Any Ideas?

Defconfig to reproduce:

BR2_arm=y
BR2_cortex_a15_a7=y
BR2_ARM_FPU_NEON_VFPV4=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_INIT_SYSTEMD=y
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_DEFCONFIG="multi_v7_defconfig"
BR2_PACKAGE_MESA3D=y
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU=y
BR2_PACKAGE_MESA3D_OPENGL_EGL=y
BR2_PACKAGE_MESA3D_OPENGL_ES=y
BR2_PACKAGE_WPEWEBKIT=y

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-06-15 15:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-11  8:16 [Buildroot] [Bug 15979] New: wpewebkit build failing (for ARM A15/NEON) bugzilla
2024-03-11 10:59 ` [Buildroot] [Bug 15979] " bugzilla
2024-03-12  8:55 ` bugzilla
2024-03-14 13:52 ` bugzilla
2024-04-05  9:50 ` bugzilla
2024-06-15 15:23 ` bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox