I've committed the fix. On 24/03/25 08:16 +0900, Tomoaki AOKI wrote: > +1. > As it seems to be a Pipewire-related function, I'm thinking about > rebuilding Chromium with PIPEWIRE option disabled, but would need > a plenty of time as usual. > Now I strongly want a computer for building that chan build chromiun > in 5 minutes or shorter! But wouldn't be feasible. > > > On Sun, 23 Mar 2025 22:15:03 +0000 > "Jonathan Chen" <j...@chen.org.nz> wrote: > > > Hi, > > > > Building www/chromium 134.0.6998.165 on my 14-STABLE/amd64 currently fails > > with: > > > > ../../third_party/webrtc/modules/video_capture/linux/pipewire_session.cc:90:3: > > error: no matching function for call to 'pw_node_add_listener' > > 90 | pw_node_add_listener(proxy_, &node_listener_, &node_events, this); > > | ^~~~~~~~~~~~~~~~~~~~ > > /usr/local/include/pipewire-0.3/pipewire/node.h:189:22: note: candidate > > function not viable: cannot convert argument of incomplete type 'pw_proxy > > *' to 'struct pw_node *' for 1st argument > > 189 | PW_API_NODE_IMPL int pw_node_add_listener(struct pw_node *object, > > | ^ ~~~~~~~~~~~~~~~~~~~~~~ > > ../../third_party/webrtc/modules/video_capture/linux/pipewire_session.cc:122:9: > > error: no matching function for call to 'pw_node_enum_params' > > 122 | pw_node_enum_params(that->proxy_, 0, id, 0, UINT32_MAX, > > nullptr); > > | ^~~~~~~~~~~~~~~~~~~ > > /usr/local/include/pipewire-0.3/pipewire/node.h:208:22: note: candidate > > function not viable: cannot convert argument of incomplete type 'pw_proxy > > *' to 'struct pw_node *' for 1st argument > > 208 | PW_API_NODE_IMPL int pw_node_enum_params(struct pw_node *object, > > | ^ ~~~~~~~~~~~~~~~~~~~~~~ > > 2 errors generated > > > > Is anyone else seeing this? > > > > Cheers. > > -- > > Jonathan Chen <j...@chen.org.nz> > > > -- > Tomoaki AOKI <junch...@dec.sakura.ne.jp>
-- Regards, Robert Nagy