mkdir -p /home/neteler/.grass7/addons/wx.stream/bin mkdir -p /home/neteler/.grass7/addons/wx.stream/etc mkdir -p /home/neteler/.grass7/addons/wx.stream/docs/html mkdir -p /home/neteler/.grass7/addons/wx.stream/docs/man mkdir -p /home/neteler/.grass7/addons/wx.stream/docs/man/man1 mkdir -p /home/neteler/.grass7/addons/wx.stream/etc/gui/wxpython mkdir -p /home/neteler/.grass7/addons/wx.stream/etc/gui/wxpython/gui_modules /usr/bin/install -c -m 644 gui_modules/ImageViewer.py /home/neteler/.grass7/addons/wx.stream/etc/gui/wxpython/gui_modules/ImageViewer.py /usr/bin/install -c -m 644 gui_modules/rstream_ImageViewer.py /home/neteler/.grass7/addons/wx.stream/etc/gui/wxpython/gui_modules/rstream_ImageViewer.py /usr/bin/install -c -m 644 gui_modules/rstream_panelOne.py /home/neteler/.grass7/addons/wx.stream/etc/gui/wxpython/gui_modules/rstream_panelOne.py /usr/bin/install -c -m 644 gui_modules/rstream.py /home/neteler/.grass7/addons/wx.stream/etc/gui/wxpython/gui_modules/rstream.py python3 -t -m py_compile /home/neteler/.grass7/addons/wx.stream/etc/gui/wxpython/gui_modules/rstream_ImageViewer.py python3 -t -m py_compile /home/neteler/.grass7/addons/wx.stream/etc/gui/wxpython/gui_modules/rstream_panelOne.py File "/home/neteler/.grass7/addons/wx.stream/etc/gui/wxpython/gui_modules/rstream_panelOne.py", line 137 print original_rows, original_cols, original_nsres, original_ewres, original_e, original_n, original_s, original_w ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(original_rows, original_cols, original_nsres, original_ewres, original_e, original_n, original_s, original_w)? make: *** [/home/neteler/src//releasebranch_7_8/dist.x86_64-pc-linux-gnu//include/Make/Python.make:5: /home/neteler/.grass7/addons/wx.stream/etc/gui/wxpython/gui_modules/rstream_panelOne.pyc] Error 1 make: *** Waiting for unfinished jobs....