+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mkcue-2.1/work.log + su pbulk -c '"$@"' make /usr/pkg/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 c++ -pipe -O2 -c -o mkcue.o mkcue.cc c++ -pipe -O2 -c -o mb.o mb.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 /usr/include/c++/11/bits/stl_algobase.h:61, from /usr/include/c++/11/bits/char_traits.h:39, from /usr/include/c++/11/string:40, from diskid.h:29, from mkcue.cc:13: /usr/include/c++/11/bits/cpp_type_traits.h:404:30: note: candidates are: 'enum class std::byte' 404 | enum class byte : unsigned char; | ^~~~ In file included from mkcue.cc:13: 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 | ^~~~ In file included from /usr/include/c++/11/bits/stl_algobase.h:61, from /usr/include/c++/11/bits/char_traits.h:39, from /usr/include/c++/11/string:40, from diskid.h:29, from mkcue.cc:13: /usr/include/c++/11/bits/cpp_type_traits.h:404:30: note: candidates are: 'enum class std::byte' 404 | enum class byte : unsigned char; | ^~~~ In file included from mkcue.cc:13: 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)) | ^ In file included from mb.cc:38: diskid.h:64:5: error: reference to 'byte' is ambiguous 64 | byte FirstTrack; // The first track on CD : normally 1 | ^~~~ In file included from /usr/include/c++/11/bits/stl_algobase.h:61, from /usr/include/c++/11/bits/char_traits.h:39, from /usr/include/c++/11/string:40, from diskid.h:29, from mb.cc:38: /usr/include/c++/11/bits/cpp_type_traits.h:404:30: note: candidates are: 'enum class std::byte' 404 | enum class byte : unsigned char; | ^~~~ In file included from mb.cc:38: 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 | ^~~~ In file included from /usr/include/c++/11/bits/stl_algobase.h:61, from /usr/include/c++/11/bits/char_traits.h:39, from /usr/include/c++/11/string:40, from diskid.h:29, from mb.cc:38: /usr/include/c++/11/bits/cpp_type_traits.h:404:30: note: candidates are: 'enum class std::byte' 404 | enum class byte : unsigned char; | ^~~~ In file included from mb.cc:38: diskid.h:60:23: note: 'typedef unsigned char byte' 60 | typedef unsigned char byte; | ^~~~ mb.cc:45:37: warning: ISO C++ forbids converting a string constant to 'MUSICBRAINZ_DEVICE' {aka 'char*'} [-Wwrite-strings] 45 | MUSICBRAINZ_DEVICE DEFAULT_DEVICE = "/dev/cdrom"; | ^~~~~~~~~~~~ mb.cc: In member function 'bool DiskId::ReadTOC(MUSICBRAINZ_DEVICE, MUSICBRAINZ_CDINFO&)': mb.cc:150:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 150 | ReportError("Cannot read table of contents."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mb.cc:158:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 158 | ReportError("This disk has no tracks."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mb.cc:179:11: error: 'struct MUSICBRAINZ_CDINFO' has no member named 'FirstTrack' 179 | cdinfo.FirstTrack = first; | ^~~~~~~~~~ mb.cc:180:11: error: 'struct MUSICBRAINZ_CDINFO' has no member named 'LastTrack' 180 | cdinfo.LastTrack = last; | ^~~~~~~~~ make: *** [: mkcue.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [: mb.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/misc/mkcue *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/misc/mkcue