+ 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/tvision-0.8nb3/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tvision-0.8nb3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for tvision-0.8nb3
cd .  && CONFIG_FILES= CONFIG_HEADERS=config.h  /bin/bash ./config.status
config.status: creating config.h
config.status: config.h is unchanged
/usr/pkg/bin/bmake  all-recursive
Making all in doc
Making all in lib
ln -s ./. tvision
source='TApplication.cc' object='TApplication.o' libtool=no  depfile='.deps/TApplication.Po' tmpdepfile='.deps/TApplication.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TApplication.o `test -f TApplication.cc || echo './'`TApplication.cc
source='TBackground.cc' object='TBackground.o' libtool=no  depfile='.deps/TBackground.Po' tmpdepfile='.deps/TBackground.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TBackground.o `test -f TBackground.cc || echo './'`TBackground.cc
source='TButton.cc' object='TButton.o' libtool=no  depfile='.deps/TButton.Po' tmpdepfile='.deps/TButton.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TButton.o `test -f TButton.cc || echo './'`TButton.cc
source='TChDirDialog.cc' object='TChDirDialog.o' libtool=no  depfile='.deps/TChDirDialog.Po' tmpdepfile='.deps/TChDirDialog.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TChDirDialog.o `test -f TChDirDialog.cc || echo './'`TChDirDialog.cc
source='TCheckBoxes.cc' object='TCheckBoxes.o' libtool=no  depfile='.deps/TCheckBoxes.Po' tmpdepfile='.deps/TCheckBoxes.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TCheckBoxes.o `test -f TCheckBoxes.cc || echo './'`TCheckBoxes.cc
source='TCluster.cc' object='TCluster.o' libtool=no  depfile='.deps/TCluster.Po' tmpdepfile='.deps/TCluster.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TCluster.o `test -f TCluster.cc || echo './'`TCluster.cc
source='TCollection.cc' object='TCollection.o' libtool=no  depfile='.deps/TCollection.Po' tmpdepfile='.deps/TCollection.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TCollection.o `test -f TCollection.cc || echo './'`TCollection.cc
TCollection.cc: In member function 'virtual void TNSCollection::freeItem(void*)':
TCollection.cc:155:12: warning: deleting 'void*' is undefined [-Wdelete-incomplete]
     delete item;
            ^~~~
source='TCommandSet.cc' object='TCommandSet.o' libtool=no  depfile='.deps/TCommandSet.Po' tmpdepfile='.deps/TCommandSet.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TCommandSet.o `test -f TCommandSet.cc || echo './'`TCommandSet.cc
source='TDeskTop.cc' object='TDeskTop.o' libtool=no  depfile='.deps/TDeskTop.Po' tmpdepfile='.deps/TDeskTop.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TDeskTop.o `test -f TDeskTop.cc || echo './'`TDeskTop.cc
source='TDialog.cc' object='TDialog.o' libtool=no  depfile='.deps/TDialog.Po' tmpdepfile='.deps/TDialog.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TDialog.o `test -f TDialog.cc || echo './'`TDialog.cc
source='TDirCollection.cc' object='TDirCollection.o' libtool=no  depfile='.deps/TDirCollection.Po' tmpdepfile='.deps/TDirCollection.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TDirCollection.o `test -f TDirCollection.cc || echo './'`TDirCollection.cc
TDirCollection.cc: In function 'void getCurDir(char*)':
TDirCollection.cc:74:8: warning: ignoring return value of 'char* getcwd(char*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
  getcwd(dir, PATH_MAX);
  ~~~~~~^~~~~~~~~~~~~~~
source='TDirListBox.cc' object='TDirListBox.o' libtool=no  depfile='.deps/TDirListBox.Po' tmpdepfile='.deps/TDirListBox.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TDirListBox.o `test -f TDirListBox.cc || echo './'`TDirListBox.cc
source='TEditWindow.cc' object='TEditWindow.o' libtool=no  depfile='.deps/TEditWindow.Po' tmpdepfile='.deps/TEditWindow.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TEditWindow.o `test -f TEditWindow.cc || echo './'`TEditWindow.cc
source='TEditor.cc' object='TEditor.o' libtool=no  depfile='.deps/TEditor.Po' tmpdepfile='.deps/TEditor.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TEditor.o `test -f TEditor.cc || echo './'`TEditor.cc
source='TFileCollection.cc' object='TFileCollection.o' libtool=no  depfile='.deps/TFileCollection.Po' tmpdepfile='.deps/TFileCollection.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TFileCollection.o `test -f TFileCollection.cc || echo './'`TFileCollection.cc
source='TFileDialog.cc' object='TFileDialog.o' libtool=no  depfile='.deps/TFileDialog.Po' tmpdepfile='.deps/TFileDialog.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TFileDialog.o `test -f TFileDialog.cc || echo './'`TFileDialog.cc
source='TFileEditor.cc' object='TFileEditor.o' libtool=no  depfile='.deps/TFileEditor.Po' tmpdepfile='.deps/TFileEditor.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TFileEditor.o `test -f TFileEditor.cc || echo './'`TFileEditor.cc
source='TFileList.cc' object='TFileList.o' libtool=no  depfile='.deps/TFileList.Po' tmpdepfile='.deps/TFileList.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TFileList.o `test -f TFileList.cc || echo './'`TFileList.cc
TFileList.cc: In member function 'void TFileList::readDirectory(const char*)':
TFileList.cc:215:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (stat(path, &s) == 0) p->readFf_blk("..", s);
                                                 ^
source='TFrame.cc' object='TFrame.o' libtool=no  depfile='.deps/TFrame.Po' tmpdepfile='.deps/TFrame.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TFrame.o `test -f TFrame.cc || echo './'`TFrame.cc
source='TGroup.cc' object='TGroup.o' libtool=no  depfile='.deps/TGroup.Po' tmpdepfile='.deps/TGroup.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TGroup.o `test -f TGroup.cc || echo './'`TGroup.cc
source='THistory.cc' object='THistory.o' libtool=no  depfile='.deps/THistory.Po' tmpdepfile='.deps/THistory.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o THistory.o `test -f THistory.cc || echo './'`THistory.cc
source='THistoryViewer.cc' object='THistoryViewer.o' libtool=no  depfile='.deps/THistoryViewer.Po' tmpdepfile='.deps/THistoryViewer.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o THistoryViewer.o `test -f THistoryViewer.cc || echo './'`THistoryViewer.cc
source='THistoryWindow.cc' object='THistoryWindow.o' libtool=no  depfile='.deps/THistoryWindow.Po' tmpdepfile='.deps/THistoryWindow.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o THistoryWindow.o `test -f THistoryWindow.cc || echo './'`THistoryWindow.cc
source='TIndicator.cc' object='TIndicator.o' libtool=no  depfile='.deps/TIndicator.Po' tmpdepfile='.deps/TIndicator.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TIndicator.o `test -f TIndicator.cc || echo './'`TIndicator.cc
source='TInputLine.cc' object='TInputLine.o' libtool=no  depfile='.deps/TInputLine.Po' tmpdepfile='.deps/TInputLine.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TInputLine.o `test -f TInputLine.cc || echo './'`TInputLine.cc
source='TLabel.cc' object='TLabel.o' libtool=no  depfile='.deps/TLabel.Po' tmpdepfile='.deps/TLabel.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TLabel.o `test -f TLabel.cc || echo './'`TLabel.cc
source='TListBox.cc' object='TListBox.o' libtool=no  depfile='.deps/TListBox.Po' tmpdepfile='.deps/TListBox.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TListBox.o `test -f TListBox.cc || echo './'`TListBox.cc
source='TListViewer.cc' object='TListViewer.o' libtool=no  depfile='.deps/TListViewer.Po' tmpdepfile='.deps/TListViewer.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TListViewer.o `test -f TListViewer.cc || echo './'`TListViewer.cc
source='TMemo.cc' object='TMemo.o' libtool=no  depfile='.deps/TMemo.Po' tmpdepfile='.deps/TMemo.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TMemo.o `test -f TMemo.cc || echo './'`TMemo.cc
source='TMenuBar.cc' object='TMenuBar.o' libtool=no  depfile='.deps/TMenuBar.Po' tmpdepfile='.deps/TMenuBar.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TMenuBar.o `test -f TMenuBar.cc || echo './'`TMenuBar.cc
source='TMenuBox.cc' object='TMenuBox.o' libtool=no  depfile='.deps/TMenuBox.Po' tmpdepfile='.deps/TMenuBox.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TMenuBox.o `test -f TMenuBox.cc || echo './'`TMenuBox.cc
source='TMenuPopup.cc' object='TMenuPopup.o' libtool=no  depfile='.deps/TMenuPopup.Po' tmpdepfile='.deps/TMenuPopup.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TMenuPopup.o `test -f TMenuPopup.cc || echo './'`TMenuPopup.cc
source='TMenuView.cc' object='TMenuView.o' libtool=no  depfile='.deps/TMenuView.Po' tmpdepfile='.deps/TMenuView.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TMenuView.o `test -f TMenuView.cc || echo './'`TMenuView.cc
source='TMultiCheckBoxes.cc' object='TMultiCheckBoxes.o' libtool=no  depfile='.deps/TMultiCheckBoxes.Po' tmpdepfile='.deps/TMultiCheckBoxes.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TMultiCheckBoxes.o `test -f TMultiCheckBoxes.cc || echo './'`TMultiCheckBoxes.cc
source='TObject.cc' object='TObject.o' libtool=no  depfile='.deps/TObject.Po' tmpdepfile='.deps/TObject.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TObject.o `test -f TObject.cc || echo './'`TObject.cc
source='TOutline.cc' object='TOutline.o' libtool=no  depfile='.deps/TOutline.Po' tmpdepfile='.deps/TOutline.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TOutline.o `test -f TOutline.cc || echo './'`TOutline.cc
source='TParamText.cc' object='TParamText.o' libtool=no  depfile='.deps/TParamText.Po' tmpdepfile='.deps/TParamText.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TParamText.o `test -f TParamText.cc || echo './'`TParamText.cc
source='TPoint.cc' object='TPoint.o' libtool=no  depfile='.deps/TPoint.Po' tmpdepfile='.deps/TPoint.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TPoint.o `test -f TPoint.cc || echo './'`TPoint.cc
source='TProgram.cc' object='TProgram.o' libtool=no  depfile='.deps/TProgram.Po' tmpdepfile='.deps/TProgram.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TProgram.o `test -f TProgram.cc || echo './'`TProgram.cc
TProgram.cc: In member function 'virtual void TProgram::handleEvent(TEvent&)':
TProgram.cc:206:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                   (void *)(c - '0')) != 0 )
                                   ^
source='TRadioButtons.cc' object='TRadioButtons.o' libtool=no  depfile='.deps/TRadioButtons.Po' tmpdepfile='.deps/TRadioButtons.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TRadioButtons.o `test -f TRadioButtons.cc || echo './'`TRadioButtons.cc
source='TResourceCollection.cc' object='TResourceCollection.o' libtool=no  depfile='.deps/TResourceCollection.Po' tmpdepfile='.deps/TResourceCollection.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TResourceCollection.o `test -f TResourceCollection.cc || echo './'`TResourceCollection.cc
source='TResourceFile.cc' object='TResourceFile.o' libtool=no  depfile='.deps/TResourceFile.Po' tmpdepfile='.deps/TResourceFile.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TResourceFile.o `test -f TResourceFile.cc || echo './'`TResourceFile.cc
source='TScrollBar.cc' object='TScrollBar.o' libtool=no  depfile='.deps/TScrollBar.Po' tmpdepfile='.deps/TScrollBar.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TScrollBar.o `test -f TScrollBar.cc || echo './'`TScrollBar.cc
source='TScroller.cc' object='TScroller.o' libtool=no  depfile='.deps/TScroller.Po' tmpdepfile='.deps/TScroller.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TScroller.o `test -f TScroller.cc || echo './'`TScroller.cc
source='TSortedCollection.cc' object='TSortedCollection.o' libtool=no  depfile='.deps/TSortedCollection.Po' tmpdepfile='.deps/TSortedCollection.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TSortedCollection.o `test -f TSortedCollection.cc || echo './'`TSortedCollection.cc
source='TStaticText.cc' object='TStaticText.o' libtool=no  depfile='.deps/TStaticText.Po' tmpdepfile='.deps/TStaticText.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TStaticText.o `test -f TStaticText.cc || echo './'`TStaticText.cc
source='TStatusLine.cc' object='TStatusLine.o' libtool=no  depfile='.deps/TStatusLine.Po' tmpdepfile='.deps/TStatusLine.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TStatusLine.o `test -f TStatusLine.cc || echo './'`TStatusLine.cc
source='TStrListMaker.cc' object='TStrListMaker.o' libtool=no  depfile='.deps/TStrListMaker.Po' tmpdepfile='.deps/TStrListMaker.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TStrListMaker.o `test -f TStrListMaker.cc || echo './'`TStrListMaker.cc
source='TStringCollection.cc' object='TStringCollection.o' libtool=no  depfile='.deps/TStringCollection.Po' tmpdepfile='.deps/TStringCollection.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TStringCollection.o `test -f TStringCollection.cc || echo './'`TStringCollection.cc
TStringCollection.cc: In member function 'virtual void TStringCollection::freeItem(void*)':
TStringCollection.cc:31:12: warning: deleting 'void*' is undefined [-Wdelete-incomplete]
     delete item;
            ^~~~
source='TValidator.cc' object='TValidator.o' libtool=no  depfile='.deps/TValidator.Po' tmpdepfile='.deps/TValidator.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TValidator.o `test -f TValidator.cc || echo './'`TValidator.cc
TValidator.cc: In constructor 'TPXPictureValidator::TPXPictureValidator(const char*, Boolean)':
TValidator.cc:99:7: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   s = "";
       ^~
source='TView.cc' object='TView.o' libtool=no  depfile='.deps/TView.Po' tmpdepfile='.deps/TView.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TView.o `test -f TView.cc || echo './'`TView.cc
source='TWindow.cc' object='TWindow.o' libtool=no  depfile='.deps/TWindow.Po' tmpdepfile='.deps/TWindow.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o TWindow.o `test -f TWindow.cc || echo './'`TWindow.cc
source='allnames.cc' object='allnames.o' libtool=no  depfile='.deps/allnames.Po' tmpdepfile='.deps/allnames.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o allnames.o `test -f allnames.cc || echo './'`allnames.cc
source='asm.cc' object='asm.o' libtool=no  depfile='.deps/asm.Po' tmpdepfile='.deps/asm.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o asm.o `test -f asm.cc || echo './'`asm.cc
source='colorsel.cc' object='colorsel.o' libtool=no  depfile='.deps/colorsel.Po' tmpdepfile='.deps/colorsel.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o colorsel.o `test -f colorsel.cc || echo './'`colorsel.cc
colorsel.cc: In member function 'void TColorSelector::colorChanged()':
colorsel.cc:139:47: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     message( owner, evBroadcast, msg, (void *)color );
                                               ^~~~~
colorsel.cc: In member function 'virtual void TColorDisplay::setColor(uchar*)':
colorsel.cc:374:61: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     message( owner, evBroadcast, cmColorSet, (void *)(*color) );
                                                             ^
colorsel.cc: In member function 'virtual void TColorItemList::focusItem(short int)':
colorsel.cc:638:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     message(owner,evBroadcast, cmSaveColorIndex, (void*)item);
                                                         ^~~~
colorsel.cc:643:74: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     message( owner, evBroadcast, cmNewColorIndex, (void *)(curItem->index));
                                                                          ^
source='drivers.cc' object='drivers.o' libtool=no  depfile='.deps/drivers.Po' tmpdepfile='.deps/drivers.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o drivers.o `test -f drivers.cc || echo './'`drivers.cc
source='editstat.cc' object='editstat.o' libtool=no  depfile='.deps/editstat.Po' tmpdepfile='.deps/editstat.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o editstat.o `test -f editstat.cc || echo './'`editstat.cc
source='help.cc' object='help.o' libtool=no  depfile='.deps/help.Po' tmpdepfile='.deps/help.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o help.o `test -f help.cc || echo './'`help.cc
source='helpbase.cc' object='helpbase.o' libtool=no  depfile='.deps/helpbase.Po' tmpdepfile='.deps/helpbase.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o helpbase.o `test -f helpbase.cc || echo './'`helpbase.cc
source='histlist.cc' object='histlist.o' libtool=no  depfile='.deps/histlist.Po' tmpdepfile='.deps/histlist.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o histlist.o `test -f histlist.cc || echo './'`histlist.cc
source='menu.cc' object='menu.o' libtool=no  depfile='.deps/menu.Po' tmpdepfile='.deps/menu.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o menu.o `test -f menu.cc || echo './'`menu.cc
source='misc.cc' object='misc.o' libtool=no  depfile='.deps/misc.Po' tmpdepfile='.deps/misc.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o misc.o `test -f misc.cc || echo './'`misc.cc
source='msgbox.cc' object='msgbox.o' libtool=no  depfile='.deps/msgbox.Po' tmpdepfile='.deps/msgbox.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o msgbox.o `test -f msgbox.cc || echo './'`msgbox.cc
source='palette.cc' object='palette.o' libtool=no  depfile='.deps/palette.Po' tmpdepfile='.deps/palette.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o palette.o `test -f palette.cc || echo './'`palette.cc
source='sall.cc' object='sall.o' libtool=no  depfile='.deps/sall.Po' tmpdepfile='.deps/sall.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o sall.o `test -f sall.cc || echo './'`sall.cc
source='stddlg.cc' object='stddlg.o' libtool=no  depfile='.deps/stddlg.Po' tmpdepfile='.deps/stddlg.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o stddlg.o `test -f stddlg.cc || echo './'`stddlg.cc
source='system.cc' object='system.o' libtool=no  depfile='.deps/system.Po' tmpdepfile='.deps/system.TPo'  depmode=gcc3 /bin/bash ../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I/usr/pkg/include/ncurses  -pipe -O2 -I/usr/pkg/include/ncurses -c -o system.o `test -f system.cc || echo './'`system.cc
system.cc: In function 'void gpmInit()':
system.cc:943:3: error: 'Gpm_Connect' was not declared in this scope
   Gpm_Connect conn;
   ^~~~~~~~~~~
system.cc:945:3: error: 'conn' was not declared in this scope
   conn.eventMask = ~0; /* I want all events */
   ^~~~
system.cc:945:3: note: suggested alternative: 'nonl'
   conn.eventMask = ~0; /* I want all events */
   ^~~~
   nonl
system.cc:949:3: error: 'gpm_zerobased' was not declared in this scope
   gpm_zerobased = 1; /* coordinates start from zero */
   ^~~~~~~~~~~~~
system.cc:951:16: error: 'Gpm_Open' was not declared in this scope
   int testFd = Gpm_Open(&conn, 0);
                ^~~~~~~~
system.cc:951:16: note: suggested alternative: 'cmOpen'
   int testFd = Gpm_Open(&conn, 0);
                ^~~~~~~~
                cmOpen
system.cc:963:25: error: 'Gpm_GetServerVersion' was not declared in this scope
    LOG("gpm server " << Gpm_GetServerVersion(NULL));
                         ^~~~~~~~~~~~~~~~~~~~
system.cc:639:24: note: in definition of macro 'LOG'
 #define LOG(s) xlog << s << endl
                        ^
system.cc:970:25: error: 'Gpm_GetServerVersion' was not declared in this scope
    LOG("gpm server " << Gpm_GetServerVersion(NULL));
                         ^~~~~~~~~~~~~~~~~~~~
system.cc:639:24: note: in definition of macro 'LOG'
 #define LOG(s) xlog << s << endl
                        ^
system.cc: In function 'void gpmClose()':
system.cc:985:3: error: 'Gpm_Close' was not declared in this scope
   Gpm_Close();
   ^~~~~~~~~
system.cc:985:3: note: suggested alternative: 'gpmClose'
   Gpm_Close();
   ^~~~~~~~~
   gpmClose
system.cc: In function 'void gpmSuspend()':
system.cc:1001:3: error: 'Gpm_Connect' was not declared in this scope
   Gpm_Connect conn;
   ^~~~~~~~~~~
system.cc:1012:3: error: 'conn' was not declared in this scope
   conn.eventMask = 0;
   ^~~~
system.cc:1012:3: note: suggested alternative: 'nonl'
   conn.eventMask = 0;
   ^~~~
   nonl
system.cc:1016:3: error: 'gpm_zerobased' was not declared in this scope
   gpm_zerobased = 0;
   ^~~~~~~~~~~~~
system.cc:1017:3: error: 'Gpm_Open' was not declared in this scope
   Gpm_Open(&conn, 0);
   ^~~~~~~~
system.cc:1017:3: note: suggested alternative: 'cmOpen'
   Gpm_Open(&conn, 0);
   ^~~~~~~~
   cmOpen
system.cc: In function 'void gpmResume()':
system.cc:1037:3: error: 'Gpm_Close' was not declared in this scope
   Gpm_Close();
   ^~~~~~~~~
system.cc:1037:3: note: suggested alternative: 'gpmClose'
   Gpm_Close();
   ^~~~~~~~~
   gpmClose
system.cc:1038:3: error: 'gpm_zerobased' was not declared in this scope
   gpm_zerobased = 1;
   ^~~~~~~~~~~~~
system.cc: In function 'void gpmHandle()':
system.cc:1048:2: error: 'Gpm_Event' was not declared in this scope
  Gpm_Event me;
  ^~~~~~~~~
system.cc:1048:2: note: suggested alternative: 'TEvent'
  Gpm_Event me;
  ^~~~~~~~~
  TEvent
system.cc:1061:16: error: 'me' was not declared in this scope
  Gpm_GetEvent(&me);
                ^~
system.cc:1061:2: error: 'Gpm_GetEvent' was not declared in this scope
  Gpm_GetEvent(&me);
  ^~~~~~~~~~~~
system.cc:1061:2: note: suggested alternative: 'msPutEvent'
  Gpm_GetEvent(&me);
  ^~~~~~~~~~~~
  msPutEvent
system.cc:1069:19: error: 'GPM_B_LEFT' was not declared in this scope
  if (me.buttons & GPM_B_LEFT) buttons |= mbLeftButton;
                   ^~~~~~~~~~
system.cc:1069:19: note: suggested alternative: 'WA_LEFT'
  if (me.buttons & GPM_B_LEFT) buttons |= mbLeftButton;
                   ^~~~~~~~~~
                   WA_LEFT
system.cc:1070:19: error: 'GPM_B_RIGHT' was not declared in this scope
  if (me.buttons & GPM_B_RIGHT) buttons |= mbRightButton;
                   ^~~~~~~~~~~
system.cc:1070:19: note: suggested alternative: 'KEY_RIGHT'
  if (me.buttons & GPM_B_RIGHT) buttons |= mbRightButton;
                   ^~~~~~~~~~~
                   KEY_RIGHT
system.cc:1074:16: error: 'GPM_DOUBLE' was not declared in this scope
  if (me.type & GPM_DOUBLE)
                ^~~~~~~~~~
system.cc:1076:17: error: 'GPM_DOWN' was not declared in this scope
   if (me.type & GPM_DOWN) return;
                 ^~~~~~~~
system.cc:1076:17: note: suggested alternative: 'KEY_DOWN'
   if (me.type & GPM_DOWN) return;
                 ^~~~~~~~
                 KEY_DOWN
system.cc:1077:17: error: 'GPM_UP' was not declared in this scope
   if (me.type & GPM_UP)
                 ^~~~~~
system.cc:1077:17: note: suggested alternative: 'KEY_UP'
   if (me.type & GPM_UP)
                 ^~~~~~
                 KEY_UP
system.cc:1088:17: error: 'GPM_DRAG' was not declared in this scope
  if (me.type & (GPM_DRAG | GPM_MOVE) && event.mouse.where != msWhere)
                 ^~~~~~~~
system.cc:1088:28: error: 'GPM_MOVE' was not declared in this scope
  if (me.type & (GPM_DRAG | GPM_MOVE) && event.mouse.where != msWhere)
                            ^~~~~~~~
system.cc:1088:28: note: suggested alternative: 'KEY_MOVE'
  if (me.type & (GPM_DRAG | GPM_MOVE) && event.mouse.where != msWhere)
                            ^~~~~~~~
                            KEY_MOVE
system.cc:1104:16: error: 'GPM_DOWN' was not declared in this scope
  if (me.type & GPM_DOWN) /* is any button pressed ? */
                ^~~~~~~~
system.cc:1104:16: note: suggested alternative: 'KEY_DOWN'
  if (me.type & GPM_DOWN) /* is any button pressed ? */
                ^~~~~~~~
                KEY_DOWN
system.cc:1115:16: error: 'GPM_UP' was not declared in this scope
  if (me.type & GPM_UP) /* is any button released ? */
                ^~~~~~
system.cc:1115:16: note: suggested alternative: 'KEY_UP'
  if (me.type & GPM_UP) /* is any button released ? */
                ^~~~~~
                KEY_UP
system.cc: In static member function 'static void TScreen::getEvent(TEvent&)':
system.cc:2051:21: error: 'gpm_flag' was not declared in this scope
   if (msFd >= 0 && !gpm_flag) /* check if mouse is alive */
                     ^~~~~~~~
system.cc:2051:21: note: suggested alternative: 'tgetflag'
   if (msFd >= 0 && !gpm_flag) /* check if mouse is alive */
                     ^~~~~~~~
                     tgetflag
system.cc: In function 'void vcsInit()':
system.cc:1360:10: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    fscanf(statfile, "%*d %*s %*c %*d %*d %*d %d", &dev);
    ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
system.cc: In static member function 'static void TScreen::drawMouse(int)':
system.cc:2195:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
    write(vcsFd, &cell, sizeof(ushort));
    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
system.cc: In static member function 'static void TScreen::moveCursor(int, int)':
system.cc:2242:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   write(vcsFd, where, sizeof(where));
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
system.cc: In static member function 'static void TScreen::writeRow(int, ushort*, int)':
system.cc:2287:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
    write(vcsFd, buf, len * sizeof(ushort));
    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
system.cc:2289:13: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   else write(vcsFd, src, len * sizeof(ushort));
        ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
system.cc: In function 'void fexpand(char*)':
system.cc:2364:8: warning: ignoring return value of 'char* getcwd(char*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
  getcwd(oldPath, sizeof(oldPath));
  ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
system.cc:2365:7: warning: ignoring return value of 'int chdir(const char*)', declared with attribute warn_unused_result [-Wunused-result]
  chdir(dir);
  ~~~~~^~~~~
system.cc:2366:8: warning: ignoring return value of 'char* getcwd(char*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
  getcwd(dir, sizeof(dir));
  ~~~~~~^~~~~~~~~~~~~~~~~~
system.cc:2367:7: warning: ignoring return value of 'int chdir(const char*)', declared with attribute warn_unused_result [-Wunused-result]
  chdir(oldPath);
  ~~~~~^~~~~~~~~
*** Error code 1

Stop.
bmake[2]: stopped making "all" in /home/pbulk/build/devel/tvision/work/tvision-0.8/lib
*** Error code 1

Stop.
bmake[1]: stopped making "all-recursive" in /home/pbulk/build/devel/tvision/work/tvision-0.8
*** Error code 1

Stop.
bmake: stopped making "all" in /home/pbulk/build/devel/tvision/work/tvision-0.8
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/devel/tvision
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/devel/tvision