+ 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.5nb17/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/starplot-0.95.5nb17/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for starplot-0.95.5nb17 --- 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 --- --- 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 --- 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 --- 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 --- 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 --- 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 --- classes/specclass.cc: In function 'double roman_to_int(const string&)': classes/specclass.cc:23:7: error: 'starstrings' has not been declared if (starstrings::compare_n(roman_num, "VI", 2)) return 6.0; ^~~~~~~~~~~ classes/specclass.cc:24:12: error: 'starstrings' has not been declared else if (starstrings::compare_n(roman_num, "V", 1)) return 5.0; ^~~~~~~~~~~ classes/specclass.cc:25:12: error: 'starstrings' has not been declared else if (starstrings::compare_n(roman_num, "III", 3)) return 3.0; ^~~~~~~~~~~ classes/specclass.cc:26:12: error: 'starstrings' has not been declared else if (starstrings::compare_n(roman_num, "II", 2)) return 2.0; ^~~~~~~~~~~ classes/specclass.cc:27:12: error: 'starstrings' has not been declared else if (starstrings::compare_n(roman_num, "IV", 2)) return 4.0; ^~~~~~~~~~~ classes/specclass.cc:28:12: error: 'starstrings' has not been declared else if (starstrings::compare_n(roman_num, "Ia", 2)) return 0.5; ^~~~~~~~~~~ classes/specclass.cc:29:12: error: 'starstrings' has not been declared else if (starstrings::compare_n(roman_num, "Ib", 2)) return 1.5; ^~~~~~~~~~~ classes/specclass.cc:30:12: error: 'starstrings' has not been declared 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 major = starstrings::toupper(major); ^~~~~~~~~~~ classes/specclass.cc: In constructor 'SpecClass::SpecClass(const string&)': classes/specclass.cc:61:9: error: 'starstrings' has not been declared if (! starstrings::isempty(sSpecstring)) ^~~~~~~~~~~ classes/specclass.cc:62:14: error: 'starstrings' has not been declared sMajor = starstrings::toupper(s[s.find_first_not_of(WHITESPACE "ds")]); ^~~~~~~~~~~ classes/specclass.cc:62:57: error: 'WHITESPACE' was not declared in this scope sMajor = starstrings::toupper(s[s.find_first_not_of(WHITESPACE "ds")]); ^~~~~~~~~~ classes/specclass.cc:62:57: note: suggested alternative: 'ISSPACE' sMajor = starstrings::toupper(s[s.find_first_not_of(WHITESPACE "ds")]); ^~~~~~~~~~ ISSPACE classes/specclass.cc: In constructor 'SpecClass::SpecClass(char, double, double, std::__cxx11::string)': classes/specclass.cc:73:36: error: 'starstrings' has not been declared 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 starstrings::stripspace(sSpecstring); ^~~~~~~~~~~ classes/specclass.cc:105:3: error: 'starstrings' has not been declared starstrings::utf8ize(sSpecstring); ^~~~~~~~~~~ classes/specclass.cc:108:37: error: 'DIGITS' was not declared in this scope begin = sSpecstring.find_first_of(DIGITS); ^~~~~~ classes/specclass.cc:108:37: note: suggested alternative: 'SIGBUS' begin = sSpecstring.find_first_of(DIGITS); ^~~~~~ SIGBUS classes/specclass.cc:109:45: error: expected ')' before string constant end = sSpecstring.find_first_not_of(DIGITS ".", begin); ~ ^~~~ ) classes/specclass.cc:129:5: error: 'starstrings' has not been declared 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] } ^ *** [specclass.o] Error code 1 bmake[2]: stopped in /home/pbulk/build/misc/starplot/work/starplot-0.95.5/src --- mathdefs.o --- mv -f .deps/mathdefs.Tpo .deps/mathdefs.Po 1 error bmake[2]: stopped in /home/pbulk/build/misc/starplot/work/starplot-0.95.5/src *** [all-recursive] Error code 1 bmake[1]: stopped in /home/pbulk/build/misc/starplot/work/starplot-0.95.5 1 error bmake[1]: stopped in /home/pbulk/build/misc/starplot/work/starplot-0.95.5 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/misc/starplot/work/starplot-0.95.5 1 error bmake: stopped in /home/pbulk/build/misc/starplot/work/starplot-0.95.5 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/misc/starplot *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/misc/starplot