+ 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/starplot-0.95.5nb22/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/starplot-0.95.5nb22/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for starplot-0.95.5nb22 --- all --- /usr/pkg/bin/bmake all-recursive --- all-recursive --- Making all in intl Making all in m4 Making all in po Making all in doc --- starplot.1 --- --- starconvert.1 --- sed -e s,DOCDIR,/usr/pkg/share/doc/starplot,g -e s,DATADIR,/usr/pkg/share/starplot,g ".."/doc/man/starconvert.man > starconvert.1 --- starplot.1 --- sed -e s,DOCDIR,/usr/pkg/share/doc/starplot,g -e s,DATADIR,/usr/pkg/share/starplot,g ".."/doc/man/starplot.man > starplot.1 --- starpkg.1 --- sed -e s,DOCDIR,/usr/pkg/share/doc/starplot,g -e s,DATADIR,/usr/pkg/share/starplot,g ".."/doc/man/starpkg.man > starpkg.1 Making all in lib --- dummy.o --- --- ostringstream.o --- --- dummy.o --- cc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -MT dummy.o -MD -MP -MF .deps/dummy.Tpo -c -o dummy.o dummy.c --- ostringstream.o --- c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -MT ostringstream.o -MD -MP -MF .deps/ostringstream.Tpo -c -o ostringstream.o ostringstream.cc --- dummy.o --- mv -f .deps/dummy.Tpo .deps/dummy.Po --- strtod.o --- cc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -MT strtod.o -MD -MP -MF .deps/strtod.Tpo -c -o strtod.o strtod.c mv -f .deps/strtod.Tpo .deps/strtod.Po --- ostringstream.o --- mv -f .deps/ostringstream.Tpo .deps/ostringstream.Po --- libcompat.a --- rm -f libcompat.a ar cru libcompat.a dummy.o ostringstream.o strtod.o ranlib libcompat.a Making all in src --- mathdefs.o --- --- specclass.o --- --- mathdefs.o --- c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -MT mathdefs.o -MD -MP -MF .deps/mathdefs.Tpo -c -o mathdefs.o `test -f 'classes/mathdefs.cc' || echo './'`classes/mathdefs.cc --- specclass.o --- c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -MT specclass.o -MD -MP -MF .deps/specclass.Tpo -c -o specclass.o `test -f 'classes/specclass.cc' || echo './'`classes/specclass.cc classes/specclass.cc: In function 'double roman_to_int(const string&)': classes/specclass.cc:23:7: error: 'starstrings' has not been declared 23 | if (starstrings::compare_n(roman_num, "VI", 2)) return 6.0; | ^~~~~~~~~~~ classes/specclass.cc:24:12: error: 'starstrings' has not been declared 24 | else if (starstrings::compare_n(roman_num, "V", 1)) return 5.0; | ^~~~~~~~~~~ classes/specclass.cc:25:12: error: 'starstrings' has not been declared 25 | else if (starstrings::compare_n(roman_num, "III", 3)) return 3.0; | ^~~~~~~~~~~ classes/specclass.cc:26:12: error: 'starstrings' has not been declared 26 | else if (starstrings::compare_n(roman_num, "II", 2)) return 2.0; | ^~~~~~~~~~~ classes/specclass.cc:27:12: error: 'starstrings' has not been declared 27 | else if (starstrings::compare_n(roman_num, "IV", 2)) return 4.0; | ^~~~~~~~~~~ classes/specclass.cc:28:12: error: 'starstrings' has not been declared 28 | else if (starstrings::compare_n(roman_num, "Ia", 2)) return 0.5; | ^~~~~~~~~~~ classes/specclass.cc:29:12: error: 'starstrings' has not been declared 29 | else if (starstrings::compare_n(roman_num, "Ib", 2)) return 1.5; | ^~~~~~~~~~~ classes/specclass.cc:30:12: error: 'starstrings' has not been declared 30 | else if (starstrings::compare_n(roman_num, "I", 1)) return 1.0; | ^~~~~~~~~~~ classes/specclass.cc: In static member function 'static int SpecClass::class_to_int(char)': classes/specclass.cc:38:11: error: 'starstrings' has not been declared 38 | major = starstrings::toupper(major); | ^~~~~~~~~~~ classes/specclass.cc: In constructor 'SpecClass::SpecClass(const string&)': classes/specclass.cc:61:9: error: 'starstrings' has not been declared 61 | if (! starstrings::isempty(sSpecstring)) | ^~~~~~~~~~~ classes/specclass.cc:62:14: error: 'starstrings' has not been declared 62 | sMajor = starstrings::toupper(s[s.find_first_not_of(WHITESPACE "ds")]); | ^~~~~~~~~~~ classes/specclass.cc:62:57: error: 'WHITESPACE' was not declared in this scope; did you mean 'ISSPACE'? 62 | sMajor = starstrings::toupper(s[s.find_first_not_of(WHITESPACE "ds")]); | ^~~~~~~~~~ | ISSPACE classes/specclass.cc: In constructor 'SpecClass::SpecClass(char, double, double, std::string)': classes/specclass.cc:73:36: error: 'starstrings' has not been declared 73 | sSpecstring = string() + major + starstrings::ftoa(minor, 2) + " " | ^~~~~~~~~~~ classes/specclass.cc: In member function 'void SpecClass::initialize()': classes/specclass.cc:104:3: error: 'starstrings' has not been declared 104 | starstrings::stripspace(sSpecstring); | ^~~~~~~~~~~ classes/specclass.cc:105:3: error: 'starstrings' has not been declared 105 | starstrings::utf8ize(sSpecstring); | ^~~~~~~~~~~ classes/specclass.cc:108:37: error: 'DIGITS' was not declared in this scope 108 | begin = sSpecstring.find_first_of(DIGITS); | ^~~~~~ classes/specclass.cc:109:45: error: expected ')' before string constant 109 | end = sSpecstring.find_first_not_of(DIGITS ".", begin); | ~ ^~~~ | ) classes/specclass.cc:129:5: error: 'starstrings' has not been declared 129 | starstrings::stripspace(sSpecial); | ^~~~~~~~~~~ classes/specclass.cc: In function 'double roman_to_int(const string&)': classes/specclass.cc:32:1: warning: control reaches end of non-void function [-Wreturn-type] 32 | } | ^ *** [specclass.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/misc/starplot/work/starplot-0.95.5/src --- mathdefs.o --- mv -f .deps/mathdefs.Tpo .deps/mathdefs.Po bmake[2]: 1 error bmake[2]: stopped making "all" in /home/pbulk/build/misc/starplot/work/starplot-0.95.5/src bmake[1]: stopped making "all-recursive" in /home/pbulk/build/misc/starplot/work/starplot-0.95.5 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/build/misc/starplot/work/starplot-0.95.5 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/misc/starplot/work/starplot-0.95.5 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/misc/starplot *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/misc/starplot