=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for flpsed-0.7.3nb3 /opt/pkg/bin/bmake all-recursive Making all in src clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -pipe -Os -I/opt/pkg/include -MT GsWidget.o -MD -MP -MF .deps/GsWidget.Tpo -c -o GsWidget.o GsWidget.cxx In file included from GsWidget.cxx:17: ./GsWidget.H:26:3: error: unknown type name 'Atom' Atom atoms[5]; ^ ./GsWidget.H:34:8: warning: 'GsWidget::resize' hides overloaded virtual function [-Woverloaded-virtual] void resize(); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:320:16: note: hidden overloaded virtual function 'Fl_Widget::resize' declared here: different number of parameters (4 vs 0) virtual void resize(int x, int y, int w, int h); ^ GsWidget.cxx:24:35: error: no matching member function for call to 'w' offscreen = fl_create_offscreen(w(), h()); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:294:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int w() const {return w_;} ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:143:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void w(int v) {w_ = v;} ^ GsWidget.cxx:24:40: error: no matching member function for call to 'h' offscreen = fl_create_offscreen(w(), h()); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:299:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int h() const {return h_;} ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:145:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void h(int v) {h_ = v;} ^ GsWidget.cxx:27:18: error: no matching member function for call to 'w' fl_rectf(0, 0, w(), h()); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:294:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int w() const {return w_;} ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:143:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void w(int v) {w_ = v;} ^ GsWidget.cxx:27:23: error: no matching member function for call to 'h' fl_rectf(0, 0, w(), h()); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:299:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int h() const {return h_;} ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:145:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void h(int v) {h_ = v;} ^ GsWidget.cxx:35:15: error: no matching member function for call to 'x' fl_push_clip(x(), y(), w(), h()); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:284:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int x() const {return x_;} ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:139:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void x(int v) {x_ = v;} ^ GsWidget.cxx:35:20: error: no matching member function for call to 'y' fl_push_clip(x(), y(), w(), h()); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:289:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int y() const {return y_;} ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:141:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void y(int v) {y_ = v;} ^ GsWidget.cxx:35:25: error: no matching member function for call to 'w' fl_push_clip(x(), y(), w(), h()); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:294:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int w() const {return w_;} ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:143:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void w(int v) {w_ = v;} ^ GsWidget.cxx:35:30: error: no matching member function for call to 'h' fl_push_clip(x(), y(), w(), h()); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:299:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int h() const {return h_;} ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:145:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void h(int v) {h_ = v;} ^ GsWidget.cxx:36:20: error: no matching member function for call to 'x' fl_copy_offscreen(x(), y(), w(), h(), offscreen, 0, 0); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:284:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int x() const {return x_;} ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:139:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void x(int v) {x_ = v;} ^ GsWidget.cxx:36:25: error: no matching member function for call to 'y' fl_copy_offscreen(x(), y(), w(), h(), offscreen, 0, 0); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:289:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int y() const {return y_;} ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:141:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void y(int v) {y_ = v;} ^ GsWidget.cxx:36:30: error: no matching member function for call to 'w' fl_copy_offscreen(x(), y(), w(), h(), offscreen, 0, 0); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:294:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int w() const {return w_;} ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:143:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void w(int v) {w_ = v;} ^ GsWidget.cxx:36:35: error: no matching member function for call to 'h' fl_copy_offscreen(x(), y(), w(), h(), offscreen, 0, 0); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:299:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int h() const {return h_;} ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:145:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void h(int v) {h_ = v;} ^ GsWidget.cxx:44:35: error: no matching member function for call to 'w' offscreen = fl_create_offscreen(w(), h()); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:294:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int w() const {return w_;} ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:143:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void w(int v) {w_ = v;} ^ GsWidget.cxx:44:40: error: no matching member function for call to 'h' offscreen = fl_create_offscreen(w(), h()); ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:299:7: note: candidate function not viable: no known conversion from 'GsWidget' to 'const Fl_Widget' for object argument int h() const {return h_;} ^ /Users/pbulk/build/print/flpsed/work/.buildlink/include/FL/Fl_Widget.H:145:8: note: candidate function not viable: requires single argument 'v', but no arguments were provided void h(int v) {h_ = v;} ^ GsWidget.cxx:47:25: error: use of undeclared identifier 'fl_display' atoms[0] = XInternAtom(fl_display,"GHOSTVIEW" , false); ^ GsWidget.cxx:48:25: error: use of undeclared identifier 'fl_display' atoms[1] = XInternAtom(fl_display,"GHOSTVIEW_COLORS" , false); ^ GsWidget.cxx:49:25: error: use of undeclared identifier 'fl_display' atoms[2] = XInternAtom(fl_display,"NEXT" , false); ^ GsWidget.cxx:50:25: error: use of undeclared identifier 'fl_display' atoms[3] = XInternAtom(fl_display,"PAGE" , false); ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 1 warning and 20 errors generated. *** [GsWidget.o] Error code 1 bmake[2]: stopped in /Users/pbulk/build/print/flpsed/work/flpsed-0.7.3/src 1 error bmake[2]: stopped in /Users/pbulk/build/print/flpsed/work/flpsed-0.7.3/src *** [all-recursive] Error code 1 bmake[1]: stopped in /Users/pbulk/build/print/flpsed/work/flpsed-0.7.3 1 error bmake[1]: stopped in /Users/pbulk/build/print/flpsed/work/flpsed-0.7.3 *** [all] Error code 2 bmake: stopped in /Users/pbulk/build/print/flpsed/work/flpsed-0.7.3 1 error bmake: stopped in /Users/pbulk/build/print/flpsed/work/flpsed-0.7.3 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/print/flpsed *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/print/flpsed