+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mkcue-2.1/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mkcue-2.1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for mkcue-2.1 g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -I/opt/local/include -I/usr/include -c -o mkcue.o mkcue.cc In file included from mkcue.cc:13: diskid.h:64:5: error: reference to 'byte' is ambiguous 64 | byte FirstTrack; // The first track on CD : normally 1 | ^~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:42, from diskid.h:29: /opt/local/gcc12/include/c++/12.2.0/bits/cpp_type_traits.h:406:30: note: candidates are: 'enum class std::byte' 406 | enum class byte : unsigned char; | ^~~~ diskid.h:60:23: note: 'typedef unsigned char byte' 60 | typedef unsigned char byte; | ^~~~ diskid.h:65:5: error: reference to 'byte' is ambiguous 65 | byte LastTrack; // The last track on CD: max number 99 | ^~~~ /opt/local/gcc12/include/c++/12.2.0/bits/cpp_type_traits.h:406:30: note: candidates are: 'enum class std::byte' 406 | enum class byte : unsigned char; | ^~~~ diskid.h:60:23: note: 'typedef unsigned char byte' 60 | typedef unsigned char byte; | ^~~~ mkcue.cc: In function 'int main(int, char**)': mkcue.cc:62:25: error: 'struct MUSICBRAINZ_CDINFO' has no member named 'FirstTrack' 62 | for (track = cdinfo.FirstTrack; | ^~~~~~~~~~ mkcue.cc:63:42: error: 'struct MUSICBRAINZ_CDINFO' has no member named 'LastTrack' 63 | track <= min(trackcount, cdinfo.LastTrack); | ^~~~~~~~~ mkcue.cc:61:27: note: in definition of macro 'min' 61 | #define min(x, y) ((x) < (y) ? (x) : (y)) | ^ mkcue.cc:63:42: error: 'struct MUSICBRAINZ_CDINFO' has no member named 'LastTrack' 63 | track <= min(trackcount, cdinfo.LastTrack); | ^~~~~~~~~ mkcue.cc:61:39: note: in definition of macro 'min' 61 | #define min(x, y) ((x) < (y) ? (x) : (y)) | ^ gmake: *** [<builtin>: mkcue.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-2022Q4-x86_64/misc/mkcue *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-2022Q4-x86_64/misc/mkcue