+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/jgenesis-0.8.3/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/jgenesis-0.8.3/work.log ===> Building for jgenesis-0.8.3 Compiling proc-macro2 v1.0.89 Compiling unicode-ident v1.0.13 Compiling cfg-if v1.0.0 Compiling libc v0.2.162 Compiling log v0.4.22 Compiling autocfg v1.4.0 Compiling version_check v0.9.5 Compiling bitflags v2.6.0 Compiling once_cell v1.20.2 Compiling pkg-config v0.3.31 Compiling quote v1.0.37 Compiling smallvec v1.13.2 Compiling syn v2.0.87 Compiling byteorder v1.5.0 Compiling serde v1.0.215 Compiling libloading v0.8.5 Compiling shlex v1.3.0 Compiling num-conv v0.1.0 Compiling powerfmt v0.2.0 Compiling itoa v1.0.11 Compiling jobserver v0.1.32 Compiling time-core v0.1.2 Compiling deranged v0.3.11 Compiling time-macros v0.2.18 Compiling cc v1.2.1 Compiling num_threads v0.1.7 Compiling utf8parse v0.2.2 Compiling time v0.3.36 Compiling anstyle-parse v0.2.6 Compiling anstyle v1.0.10 Compiling is_terminal_polyfill v1.70.1 Compiling anstyle-query v1.1.2 Compiling colorchoice v1.0.3 Compiling getrandom v0.2.15 Compiling anstream v0.6.18 Compiling virtue v0.0.13 Compiling heck v0.5.0 Compiling bincode_derive v2.0.0-rc.3 Compiling clap_lex v0.7.3 Compiling strsim v0.11.1 Compiling bincode v2.0.0-rc.3 Compiling bytemuck_derive v1.8.0 Compiling serde_derive v1.0.215 Compiling zerocopy-derive v0.7.35 Compiling jgenesis-proc-macros v0.7.1 (/home/pbulk/build/emulators/jgenesis/work/jgenesis-0.8.3/common/jgenesis-proc-macros) Compiling bytemuck v1.19.0 Compiling clap_derive v4.5.18 Compiling zerocopy v0.7.35 Compiling clap_builder v4.5.21 Compiling ahash v0.8.11 Compiling arrayvec v0.7.6 Compiling thiserror v1.0.69 Compiling thiserror-impl v1.0.69 Compiling clap v4.5.21 Compiling rustix v0.38.40 Compiling errno v0.3.9 Compiling lock_api v0.4.12 Compiling parking_lot_core v0.9.10 Compiling memchr v2.7.4 Compiling scopeguard v1.2.0 Compiling jgenesis-common v0.7.1 (/home/pbulk/build/emulators/jgenesis/work/jgenesis-0.8.3/common/jgenesis-common) Compiling synstructure v0.13.1 Compiling cfg_aliases v0.1.1 Compiling raw-window-handle v0.6.2 Compiling typenum v1.17.0 Compiling parking_lot v0.12.3 Compiling displaydoc v0.2.5 Compiling dlib v0.5.2 Compiling wayland-sys v0.31.5 Compiling generic-array v0.14.7 Compiling ttf-parser v0.25.0 Compiling zerofrom-derive v0.1.4 Compiling aho-corasick v1.1.3 Compiling owned_ttf_parser v0.25.0 Compiling wayland-backend v0.3.7 Compiling regex-syntax v0.8.5 Compiling crc-catalog v2.4.0 Compiling ab_glyph_rasterizer v0.1.8 Compiling ab_glyph v0.2.29 Compiling regex-automata v0.4.9 Compiling crc v3.2.1 Compiling zerofrom v0.1.4 Compiling yoke-derive v0.7.4 Compiling scoped-tls v1.0.1 Compiling simd-adler32 v0.3.7 Compiling syn v1.0.109 Compiling downcast-rs v1.2.1 Compiling stable_deref_trait v1.2.0 Compiling yoke v0.7.4 error[E0425]: cannot find value `poll_fd` in this scope --> /home/pbulk/build/emulators/jgenesis/work/vendor/wayland-backend-0.3.7/src/rs/server_impl/common_poll.rs:51:57 | 51 | Ok(Self { state: Arc::new(Mutex::new(State::new(poll_fd))) }) | ^^^^^^^ not found in this scope ... 62 | pub fn poll_fd(&self) -> BorrowedFd { | ------- a method by that name is available on `Self` here error[E0425]: cannot find value `ret` in this scope --> /home/pbulk/build/emulators/jgenesis/work/vendor/wayland-backend-0.3.7/src/rs/server_impl/handle.rs:352:15 | 352 | match ret { | ^^^ not found in this scope Compiling quick-xml v0.36.2 error[E0599]: no associated item named `CMSG_CLOEXEC` found for struct `RecvFlags` in the current scope --> /home/pbulk/build/emulators/jgenesis/work/vendor/wayland-backend-0.3.7/src/rs/socket.rs:74:54 | 74 | let flags = RecvFlags::DONTWAIT | RecvFlags::CMSG_CLOEXEC; | ^^^^^^^^^^^^ associated item not found in `RecvFlags` error[E0599]: no method named `dispatch_all_clients` found for struct `common_poll::InnerBackend` in the current scope --> /home/pbulk/build/emulators/jgenesis/work/vendor/wayland-backend-0.3.7/src/rs/../server_api.rs:579:22 | 579 | self.backend.dispatch_all_clients(data) | ^^^^^^^^^^^^^^^^^^^^ | ::: /home/pbulk/build/emulators/jgenesis/work/vendor/wayland-backend-0.3.7/src/rs/server_impl/common_poll.rs:31:1 | 31 | pub struct InnerBackend<D: 'static> { | ----------------------------------- method `dispatch_all_clients` not found for this struct | help: there is a method `dispatch_client` with a similar name, but with different arguments --> /home/pbulk/build/emulators/jgenesis/work/vendor/wayland-backend-0.3.7/src/rs/server_impl/common_poll.rs:69:5 | 69 | / pub fn dispatch_client( 70 | | &self, 71 | | data: &mut D, 72 | | client_id: InnerClientId, 73 | | ) -> std::io::Result<usize> { | |_______________________________^ Some errors have detailed explanations: E0425, E0599. For more information about an error, try `rustc --explain E0425`. error: could not compile `wayland-backend` (lib) due to 4 previous errors warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/jgenesis *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/jgenesis