All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 13306] New: wpewebkit build problem in 2020-11-rc1
@ 2020-11-06 10:37 bugzilla at busybox.net
  2020-11-09 19:27 ` [Buildroot] [Bug 13306] " bugzilla at busybox.net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2020-11-06 10:37 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 13306
           Summary: wpewebkit build problem in 2020-11-rc1
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: info at hifiberry.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

wpewebkit included in 2020-11-rc1 doesn't compile

In file included from
/home/matuschd/buildroot-4/build/wpewebkit-2.30.2/DerivedSources/WebKit/unified-sources/UnifiedSource-54928a2b-6.cpp:2:
/home/matuschd/buildroot-4/build/wpewebkit-2.30.2/Source/WebKit/WebProcess/InjectedBundle/InjectedBundle.cpp:
In member function ?void
WebKit::InjectedBundle::overrideBoolPreferenceForTestRunner(WebKit::WebPageGroupProxy*,
const WTF::String&, bool)?:
/home/matuschd/buildroot-4/build/wpewebkit-2.30.2/Source/WebKit/WebProcess/InjectedBundle/InjectedBundle.cpp:242:30:
error: ?class WebCore::Settings? has no member named ?setGenericCueAPIEnabled?;
did you mean ?setBeaconAPIEnabled??
             page->settings().setGenericCueAPIEnabled(enabled);
                              ^~~~~~~~~~~~~~~~~~~~~~~
                              setBeaconAPIEnabled
Source/WebKit/CMakeFiles/WebKit.dir/build.make:5218: recipe for target
'Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/unified-sources/UnifiedSource-54928a2b-6.cpp.o'
failed
make[4]: ***
[Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/unified-sources/UnifiedSource-54928a2b-6.cpp.o]
Error 1
make[4]: *** Waiting for unfinished jobs....
CMakeFiles/Makefile2:1388: recipe for target
'Source/WebKit/CMakeFiles/WebKit.dir/all' failed
make[3]: *** [Source/WebKit/CMakeFiles/WebKit.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make[2]: *** [all] Error 2
package/pkg-generic.mk:247: recipe for target
'/home/matuschd/buildroot-4/build/wpewebkit-2.30.2/.stamp_built' failed
make[1]: *** [/home/matuschd/buildroot-4/build/wpewebkit-2.30.2/.stamp_built]
Error 2
Makefile:84: recipe for target '_all' failed
make: *** [_all] Error 2

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 13306] wpewebkit build problem in 2020-11-rc1
  2020-11-06 10:37 [Buildroot] [Bug 13306] New: wpewebkit build problem in 2020-11-rc1 bugzilla at busybox.net
@ 2020-11-09 19:27 ` bugzilla at busybox.net
  2020-11-10  9:51 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2020-11-09 19:27 UTC (permalink / raw)
  To: buildroot

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

--- Comment #1 from Peter Seiderer <ps.report@gmx.net> ---
Is this a regression to a previous version (if yes which one buildroot and/or
wpewebkit) or is is specific to your buildroot .config/defconfig?

Could you try with reverting  the last ([1]) and/or the last two ([2]) version
bumps?

Can your provide the failing buildroot .config/defconfig?

[1]
https://git.buildroot.net/buildroot/commit/?id=6fdfd5326ab4825366214338c3a46c486d086fe6
[2]
https://git.buildroot.net/buildroot/commit/?id=371f6744e5d88669af8d26b73683b4302f7a7d5a

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 13306] wpewebkit build problem in 2020-11-rc1
  2020-11-06 10:37 [Buildroot] [Bug 13306] New: wpewebkit build problem in 2020-11-rc1 bugzilla at busybox.net
  2020-11-09 19:27 ` [Buildroot] [Bug 13306] " bugzilla at busybox.net
@ 2020-11-10  9:51 ` bugzilla at busybox.net
  2020-11-10 11:29 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2020-11-10  9:51 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from HiFiBerry (Daniel) <info@hifiberry.com> ---
https://git.buildroot.net/buildroot/commit/?id=6fdfd5326ab4825366214338c3a46c486d086fe6

Same problem

https://git.buildroot.net/buildroot/commit/?id=371f6744e5d88669af8d26b73683b4302f7a7d5a

Same problem

While I could provide a config, this has lots of additional packages as it's
the HiFiBerryOS config. I'll see if I can provide a config based on the
Buildroot standard packages

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 13306] wpewebkit build problem in 2020-11-rc1
  2020-11-06 10:37 [Buildroot] [Bug 13306] New: wpewebkit build problem in 2020-11-rc1 bugzilla at busybox.net
  2020-11-09 19:27 ` [Buildroot] [Bug 13306] " bugzilla at busybox.net
  2020-11-10  9:51 ` bugzilla at busybox.net
@ 2020-11-10 11:29 ` bugzilla at busybox.net
  2020-11-10 11:29 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2020-11-10 11:29 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from HiFiBerry (Daniel) <info@hifiberry.com> ---
Created attachment 8661
  --> https://bugs.busybox.net/attachment.cgi?id=8661&action=edit
.config

A .config file that was used to reproduce the problem

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 13306] wpewebkit build problem in 2020-11-rc1
  2020-11-06 10:37 [Buildroot] [Bug 13306] New: wpewebkit build problem in 2020-11-rc1 bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2020-11-10 11:29 ` bugzilla at busybox.net
@ 2020-11-10 11:29 ` bugzilla at busybox.net
  2020-11-10 22:19 ` bugzilla at busybox.net
  2020-11-11  8:55 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2020-11-10 11:29 UTC (permalink / raw)
  To: buildroot

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

--- Comment #4 from HiFiBerry (Daniel) <info@hifiberry.com> ---
With the attached config you should be able to reproduce the problem.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 13306] wpewebkit build problem in 2020-11-rc1
  2020-11-06 10:37 [Buildroot] [Bug 13306] New: wpewebkit build problem in 2020-11-rc1 bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2020-11-10 11:29 ` bugzilla at busybox.net
@ 2020-11-10 22:19 ` bugzilla at busybox.net
  2020-11-11  8:55 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2020-11-10 22:19 UTC (permalink / raw)
  To: buildroot

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

Peter Seiderer <ps.report@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at buildroot.uclibc |ps.report at gmx.net
                   |.org                        |
             Status|NEW                         |ASSIGNED

--- Comment #5 from Peter Seiderer <ps.report@gmx.net> ---
Thanks for the config, for suggested fix/patch see [1]...

[1]
https://patchwork.ozlabs.org/project/buildroot/patch/20201110221629.7011-1-ps.report at gmx.net/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 13306] wpewebkit build problem in 2020-11-rc1
  2020-11-06 10:37 [Buildroot] [Bug 13306] New: wpewebkit build problem in 2020-11-rc1 bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2020-11-10 22:19 ` bugzilla at busybox.net
@ 2020-11-11  8:55 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2020-11-11  8:55 UTC (permalink / raw)
  To: buildroot

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

HiFiBerry (Daniel) <info@hifiberry.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #6 from HiFiBerry (Daniel) <info@hifiberry.com> ---
That patch worked. Thank you!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2020-11-11  8:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-06 10:37 [Buildroot] [Bug 13306] New: wpewebkit build problem in 2020-11-rc1 bugzilla at busybox.net
2020-11-09 19:27 ` [Buildroot] [Bug 13306] " bugzilla at busybox.net
2020-11-10  9:51 ` bugzilla at busybox.net
2020-11-10 11:29 ` bugzilla at busybox.net
2020-11-10 11:29 ` bugzilla at busybox.net
2020-11-10 22:19 ` bugzilla at busybox.net
2020-11-11  8:55 ` bugzilla at busybox.net

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.