Skip to content

development/SmallBASIC: Updated for version 12.33#14668

Closed
antonioleal wants to merge 1 commit intoSlackBuildsOrg:masterfrom
antonioleal:SmallBASIC
Closed

development/SmallBASIC: Updated for version 12.33#14668
antonioleal wants to merge 1 commit intoSlackBuildsOrg:masterfrom
antonioleal:SmallBASIC

Conversation

@antonioleal
Copy link
Contributor

development/SmallBASIC: Updated for version 12.33

@antonioleal
Copy link
Contributor Author

@sbo-bot: build development/SmallBASIC

@github-actions
Copy link

github-actions bot commented Mar 6, 2026

reverse dependencies - development/SmallBASIC

None

@sbo-bot
Copy link

sbo-bot bot commented Mar 6, 2026

buildpkg i586 development/SmallBASIC

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Fri Mar  6 20:50:26 GMT 2026
revision: ed34888c881aa47b454c1b5ce393d5b3220c2ba4
title:    Merge 67be24cffa2b460d833ed3dcd6244dfd495068a9 into 8dbaaae14f44159c6e851c124993fd06c4ea4c3f

================================================================================
development/SmallBASIC                                                  20:51:15
================================================================================

Calculating dependencies ... none.

Building development/SmallBASIC (update for version 12.33) ------------ 20:51:15
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running SmallBASIC.SlackBuild ...                                   ETA 20:55:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./SmallBASIC.SlackBuild
development/SmallBASIC: SmallBASIC.SlackBuild failed (status 2)         20:51:55
  4281:	scan.c:363:27: error: ‘%s’ directive writing up to 128 bytes into a region of size between 1 and 2147483645 [-Werror=format-overflow=]
  4288:	make[2]: *** [Makefile:501: scan.o] Error 1
  4290:	make[1]: *** [Makefile:543: all-recursive] Error 1
  4292:	make: *** [Makefile:484: all] Error 2
See /var/log/repo/SBo/development/SmallBASIC/build.log
Unmounting chroot ... done.
⛔️ development/SmallBASIC FAILED ⛔️

================================================================================
SUMMARY                                                                 20:51:56
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-03-06_20:51:14.log
Runtime:     0h 0m 42s
Failed:      1
  development/SmallBASIC

Snipped Build Failure

Details
the compiler's result
checking for pango/pangocairo.h... yes
checking for X11/Xregion.h... yes
checking if GCC supports -fno-exceptions... yes
checking if GCC supports -fno-strict-aliasing... yes
checking if ld supports -no-undefined... yes
checking if ld supports -Bsymbolic-functions... yes
checking if toolchain supports sections... yes

Configuration Summary
-------------------------------------------------------------------------
    Directories: prefix=/usr/local
                 bindir=${exec_prefix}/bin
                 datadir=${datarootdir}
                 datarootdir=${prefix}/share
                 exec_prefix=${prefix}
                 includedir=${prefix}/include
                 libdir=${exec_prefix}/lib
                 mandir=${datarootdir}/man
    Build fluid: YES
    Build tests: YES
Cross-compiling: NO
       Graphics: Wayland or X11 with cairo + Xfixes + Xinerama + Xcursor + Xrender + Pango
Image Libraries: JPEG=System
                 PNG=System
                 ZLIB=System
Forms library:   YES
    Large Files: YES
         OpenGL: YES
        Threads: YES
   Allow std:: : NO
configure: creating ./config.status
config.status: creating makeinclude
config.status: creating fltk.list
config.status: creating fltk-config
config.status: creating fltk.spec
config.status: creating FL/Makefile
config.status: creating config.h
config.status: creating FL/fl_config.h

-------------------------------------------------------------------------
  IMPORTANT NOTE:
-------------------------------------------------------------------------

  FLTK 1.4.x will be the last version(s) of FLTK supporting
  autotools (configure + provided Makefiles) to build FLTK.
  FLTK 1.5.0 and higher will only support FLTK builds using CMake.

  We suggest to explore and use the CMake build system generators
  for your own FLTK builds as soon as possible. Some new FLTK build
  options will only be supported by CMake based builds.
  Please see README.CMake.txt for details and instructions.

  User projects that use CMake for their own build can benefit
  substantially if the FLTK library has been built using CMake.

-------------------------------------------------------------------------

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for pkg-config... /usr/bin/pkg-config
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for nroff... /usr/bin/nroff
checking for doxygen... /usr/bin/doxygen
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for windres... /usr/bin/windres
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking whether byte ordering is bigendian... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/stdtypes.h usability... no
checking sys/stdtypes.h presence... no
checking for sys/stdtypes.h... no
checking whether we have the POSIX compatible scandir() prototype... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for strings.h... (cached) yes
checking for strcasecmp... yes
checking for strlcat... no
checking for strlcpy... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for localeconv... yes
checking for setenv... yes
checking for library containing pow... -lm
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for trunc... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for long long int... yes
checking for library containing dlsym... -ldl
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking alsa/asoundlib.h usability... yes
checking alsa/asoundlib.h presence... yes
checking for alsa/asoundlib.h... yes
checking for jpeg_CreateCompress in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for gzgets in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for libpng-1.6.x... yes
checking for png_get_valid in -lpng... yes
checking for png_set_tRNS_to_alpha in -lpng... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create using -lpthreads... no
checking for pthread_create using -lpthread... yes
checking for pthread_create using -pthread... yes
checking whether we have PTHREAD_MUTEX_RECURSIVE... yes
checking for X... libraries , headers 
configure: Turning on the usecairo option
checking for library containing dlopen... none required
checking for glXGetProcAddressARB in -lGL... yes
checking gtk/gtk.h usability... yes
checking gtk/gtk.h presence... no
configure: WARNING: gtk/gtk.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: gtk/gtk.h: proceeding with the compiler's result
checking for gtk/gtk.h... yes
checking pango/pangocairo.h usability... yes
checking pango/pangocairo.h presence... no
configure: WARNING: pango/pangocairo.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: pango/pangocairo.h: proceeding with the compiler's result
checking for pango/pangocairo.h... yes
checking for X11/Xregion.h... yes
checking if GCC supports -fno-exceptions... yes
checking if GCC supports -fno-strict-aliasing... yes
checking if ld supports -no-undefined... yes
checking if ld supports -Bsymbolic-functions... yes
checking if toolchain supports sections... yes

Configuration Summary
-------------------------------------------------------------------------
    Directories: prefix=/tmp/fltk-1.4.3
                 bindir=${exec_prefix}/bin
                 datadir=${datarootdir}
                 datarootdir=${prefix}/share
                 exec_prefix=${prefix}
                 includedir=${prefix}/include
                 libdir=${exec_prefix}/lib
                 mandir=${datarootdir}/man
    Build fluid: YES
    Build tests: YES
Cross-compiling: NO
       Graphics: Wayland or X11 with cairo + Xfixes + Xinerama + Xcursor + Xrender + Pango
Image Libraries: JPEG=System
                 PNG=System
                 ZLIB=System
Forms library:   YES
    Large Files: YES
         OpenGL: YES
        Threads: YES
   Allow std:: : NO
configure: creating ./config.status
config.status: creating makeinclude
config.status: creating fltk.list
config.status: creating fltk-config
config.status: creating fltk.spec
config.status: creating FL/Makefile
config.status: creating config.h
config.status: creating FL/fl_config.h
config.status: FL/fl_config.h is unchanged

-------------------------------------------------------------------------
  IMPORTANT NOTE:
-------------------------------------------------------------------------

  FLTK 1.4.x will be the last version(s) of FLTK supporting
  autotools (configure + provided Makefiles) to build FLTK.
  FLTK 1.5.0 and higher will only support FLTK builds using CMake.

  We suggest to explore and use the CMake build system generators
  for your own FLTK builds as soon as possible. Some new FLTK build
  options will only be supported by CMake based builds.
  Please see README.CMake.txt for details and instructions.

  User projects that use CMake for their own build can benefit
  substantially if the FLTK library has been built using CMake.

-------------------------------------------------------------------------

=== making libdecor/build ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/libdecor/build'
Compiling ../../src/gtk-shell-protocol.c...
Compiling ../../src/xdg-shell-protocol.c...
Compiling ../../src/xdg-decoration-protocol.c...
Compiling ../../src/text-input-protocol.c...
make[1]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/libdecor/build'
=== making src ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/src'
Compiling Fl.cxx...
Compiling Fl_Adjuster.cxx...
Compiling Fl_Bitmap.cxx...
Compiling Fl_Browser.cxx...
Compiling Fl_Browser_load.cxx...
Compiling Fl_Box.cxx...
Compiling Fl_Browser_.cxx...
Compiling Fl_Button.cxx...
Compiling Fl_Cairo.cxx...
Compiling Fl_Chart.cxx...
Compiling Fl_Check_Browser.cxx...
Compiling Fl_Check_Button.cxx...
Compiling Fl_Choice.cxx...
Compiling Fl_Clock.cxx...
Compiling Fl_Color_Chooser.cxx...
Compiling Fl_Copy_Surface.cxx...
Compiling Fl_Counter.cxx...
Compiling Fl_Dial.cxx...
Compiling Fl_Device.cxx...
Compiling Fl_Double_Window.cxx...
Compiling Fl_File_Browser.cxx...
Compiling Fl_File_Chooser.cxx...
Compiling Fl_File_Chooser2.cxx...
Compiling Fl_File_Icon.cxx...
Compiling Fl_File_Input.cxx...
Compiling Fl_Flex.cxx...
Compiling Fl_Graphics_Driver.cxx...
Compiling Fl_Grid.cxx...
Compiling Fl_Group.cxx...
Compiling Fl_Help_View.cxx...
Compiling Fl_Image.cxx...
Compiling Fl_Image_Surface.cxx...
Compiling Fl_Input.cxx...
Compiling Fl_Input_.cxx...
Compiling Fl_Input_Choice.cxx...
Compiling Fl_Int_Vector.cxx...
Compiling Fl_Light_Button.cxx...
Compiling Fl_Menu.cxx...
Compiling Fl_Menu_.cxx...
Compiling Fl_Menu_Bar.cxx...
Compiling Fl_Menu_Button.cxx...
Compiling Fl_Menu_Window.cxx...
Compiling Fl_Menu_add.cxx...
Compiling Fl_Menu_global.cxx...
Compiling Fl_Message.cxx...
Compiling Fl_Multi_Label.cxx...
Compiling Fl_Native_File_Chooser.cxx...
Compiling Fl_Overlay_Window.cxx...
Compiling Fl_Pack.cxx...
Compiling Fl_Paged_Device.cxx...
Compiling Fl_Pixmap.cxx...
Compiling Fl_Positioner.cxx...
Compiling Fl_Preferences.cxx...
Compiling Fl_Printer.cxx...
Compiling Fl_Progress.cxx...
Compiling Fl_Repeat_Button.cxx...
Compiling Fl_Return_Button.cxx...
Compiling Fl_Roller.cxx...
Compiling Fl_Round_Button.cxx...
Compiling Fl_Screen_Driver.cxx...
Compiling Fl_Scheme.cxx...
Compiling Fl_Scheme_Choice.cxx...
Compiling Fl_Scroll.cxx...
Compiling Fl_Scrollbar.cxx...
Compiling Fl_Shared_Image.cxx...
Compiling Fl_Shortcut_Button.cxx...
Compiling Fl_Single_Window.cxx...
Compiling Fl_Slider.cxx...
Compiling Fl_Spinner.cxx...
Compiling Fl_String.cxx...
Compiling Fl_Sys_Menu_Bar.cxx...
Compiling Fl_System_Driver.cxx...
Compiling Fl_Table.cxx...
Compiling Fl_Table_Row.cxx...
Compiling Fl_Tabs.cxx...
Compiling Fl_Terminal.cxx...
Compiling Fl_Text_Buffer.cxx...
Compiling Fl_Text_Display.cxx...
Compiling Fl_Text_Editor.cxx...
Compiling Fl_Tile.cxx...
Compiling Fl_Tiled_Image.cxx...
Compiling Fl_Timeout.cxx...
Compiling Fl_Tree.cxx...
Compiling Fl_Tree_Item.cxx...
Compiling Fl_Tree_Item_Array.cxx...
Compiling Fl_Tree_Prefs.cxx...
Compiling Fl_Tooltip.cxx...
Compiling Fl_Valuator.cxx...
Compiling Fl_Value_Input.cxx...
Compiling Fl_Value_Output.cxx...
Compiling Fl_Value_Slider.cxx...
Compiling Fl_Widget.cxx...
Compiling Fl_Widget_Surface.cxx...
Compiling Fl_Window.cxx...
Compiling Fl_Window_Driver.cxx...
Compiling Fl_Window_fullscreen.cxx...
Compiling Fl_Window_hotspot.cxx...
Compiling Fl_Window_iconize.cxx...
Compiling Fl_Wizard.cxx...
Compiling Fl_XBM_Image.cxx...
Compiling Fl_XPM_Image.cxx...
Compiling Fl_abort.cxx...
Compiling Fl_add_idle.cxx...
Compiling Fl_arg.cxx...
Compiling Fl_compose.cxx...
Compiling Fl_display.cxx...
Compiling Fl_get_system_colors.cxx...
Compiling Fl_grab.cxx...
Compiling Fl_lock.cxx...
Compiling Fl_own_colormap.cxx...
Compiling Fl_visual.cxx...
Compiling filename_absolute.cxx...
Compiling filename_expand.cxx...
Compiling filename_ext.cxx...
Compiling filename_isdir.cxx...
Compiling filename_list.cxx...
Compiling filename_match.cxx...
Compiling filename_setext.cxx...
Compiling fl_arc.cxx...
Compiling fl_ask.cxx...
Compiling fl_boxtype.cxx...
Compiling fl_color.cxx...
Compiling fl_contrast.cxx...
Compiling fl_cursor.cxx...
Compiling fl_curve.cxx...
Compiling fl_diamond_box.cxx...
Compiling fl_draw.cxx...
Compiling fl_draw_arrow.cxx...
Compiling fl_draw_pixmap.cxx...
Compiling fl_encoding_latin1.cxx...
Compiling fl_encoding_mac_roman.cxx...
Compiling fl_engraved_label.cxx...
Compiling fl_file_dir.cxx...
Compiling fl_font.cxx...
Compiling fl_gleam.cxx...
Compiling fl_gtk.cxx...
Compiling fl_labeltype.cxx...
Compiling fl_open_uri.cxx...
Compiling fl_oval_box.cxx...
Compiling fl_overlay.cxx...
Compiling fl_oxy.cxx...
Compiling fl_plastic.cxx...
Compiling fl_read_image.cxx...
Compiling fl_rect.cxx...
Compiling fl_round_box.cxx...
Compiling fl_rounded_box.cxx...
Compiling fl_set_font.cxx...
Compiling fl_scroll_area.cxx...
Compiling fl_shadow_box.cxx...
Compiling fl_shortcut.cxx...
Compiling fl_show_colormap.cxx...
Compiling fl_string_functions.cxx...
Compiling fl_symbols.cxx...
Compiling fl_utf8.cxx...
Compiling fl_vertex.cxx...
Compiling print_button.cxx...
Compiling screen_xywh.cxx...
Compiling drivers/PostScript/Fl_PostScript.cxx...
Compiling drivers/PostScript/Fl_PostScript_image.cxx...
Compiling drivers/Posix/Fl_Posix_Printer_Driver.cxx...
Compiling Fl_Native_File_Chooser_FLTK.cxx...
Compiling Fl_Native_File_Chooser_GTK.cxx...
Compiling Fl_Native_File_Chooser_Kdialog.cxx...
Compiling Fl_Native_File_Chooser_Zenity.cxx...
Compiling drivers/Posix/Fl_Posix_System_Driver.cxx...
Compiling drivers/Unix/Fl_Unix_System_Driver.cxx...
Compiling drivers/Unix/Fl_Unix_Screen_Driver.cxx...
Compiling drivers/Wayland/Fl_Wayland_Screen_Driver.cxx...
Compiling drivers/Wayland/Fl_Wayland_Window_Driver.cxx...
Compiling drivers/Wayland/Fl_Wayland_Image_Surface_Driver.cxx...
Compiling drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx...
Compiling drivers/Wayland/Fl_Wayland_Copy_Surface_Driver.cxx...
Compiling drivers/Wayland/fl_wayland_platform_init.cxx...
Compiling drivers/Wayland/fl_wayland_clipboard_dnd.cxx...
Compiling drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx...
Compiling drivers/X11/Fl_X11_Screen_Driver.cxx...
Compiling drivers/X11/Fl_X11_Window_Driver.cxx...
Compiling drivers/Cairo/Fl_X11_Cairo_Graphics_Driver.cxx...
Compiling drivers/Xlib/Fl_Xlib_Copy_Surface_Driver.cxx...
Compiling drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx...
Compiling Fl_x.cxx...
Compiling fl_dnd_x.cxx...
Compiling Fl_get_key.cxx...
Compiling flstring.c...
Compiling numericsort.c...
Compiling vsnprintf.c...
Compiling xutf8/keysym2Ucs.c...
Compiling scandir_posix.c...
Compiling xutf8/case.c...
Compiling xutf8/is_right2left.c...
Compiling xutf8/is_spacing.c...
Compiling forms_compatibility.cxx...
Compiling forms_bitmap.cxx...
Compiling forms_free.cxx...
Compiling forms_fselect.cxx...
Compiling forms_pixmap.cxx...
Compiling forms_timer.cxx...
Compiling Fl_Gl_Choice.cxx...
Compiling Fl_Gl_Overlay.cxx...
Compiling Fl_Gl_Device_Plugin.cxx...
Compiling Fl_Gl_Window.cxx...
Compiling freeglut_geometry.cxx...
Compiling freeglut_stroke_mono_roman.cxx...
Compiling freeglut_stroke_roman.cxx...
Compiling freeglut_teapot.cxx...
Compiling gl_draw.cxx...
Compiling gl_start.cxx...
Compiling glut_compatibility.cxx...
Compiling glut_font.cxx...
Compiling drivers/OpenGL/Fl_OpenGL_Display_Device.cxx...
Compiling drivers/OpenGL/Fl_OpenGL_Graphics_Driver_arci.cxx...
Compiling drivers/OpenGL/Fl_OpenGL_Graphics_Driver_color.cxx...
Compiling drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx...
Compiling drivers/OpenGL/Fl_OpenGL_Graphics_Driver_line_style.cxx...
Compiling drivers/OpenGL/Fl_OpenGL_Graphics_Driver_rect.cxx...
Compiling drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx...
Compiling drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx...
Compiling drivers/X11/Fl_X11_Gl_Window_Driver.cxx...
Compiling fl_images_core.cxx...
Compiling fl_write_png.cxx...
Compiling Fl_BMP_Image.cxx...
Compiling Fl_File_Icon2.cxx...
Compiling Fl_GIF_Image.cxx...
Compiling Fl_Anim_GIF_Image.cxx...
Compiling Fl_Help_Dialog.cxx...
Compiling Fl_ICO_Image.cxx...
Compiling Fl_JPEG_Image.cxx...
Compiling Fl_PNG_Image.cxx...
Compiling Fl_PNM_Image.cxx...
Compiling Fl_Image_Reader.cxx...
Compiling Fl_SVG_Image.cxx...
Compiling nanosvg.cxx...
Compiling drivers/SVG/Fl_SVG_File_Surface.cxx...
/usr/bin/ar cr ../lib/libfltk_forms.a ...
/usr/bin/ar cr ../lib/libfltk.a ...
/usr/bin/ar cr ../lib/libfltk_gl.a ...
/usr/bin/ar cr ../lib/libfltk_images.a ...
make[1]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/src'
=== making fluid ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/fluid'
Compiling CodeEditor.cxx...
Compiling StyleParse.cxx...
Compiling Fd_Snap_Action.cxx...
Compiling Fl_Button_Type.cxx...
Compiling Fl_Grid_Type.cxx...
Compiling Fl_Function_Type.cxx...
Compiling Fl_Group_Type.cxx...
Compiling Fl_Menu_Type.cxx...
Compiling Fl_Type.cxx...
Compiling Fl_Widget_Type.cxx...
Compiling Fl_Window_Type.cxx...
Compiling Fluid_Image.cxx...
Compiling about_panel.cxx...
Compiling align_widget.cxx...
Compiling settings_panel.cxx...
Compiling autodoc.cxx...
Compiling code.cxx...
Compiling custom_widgets.cxx...
Compiling factory.cxx...
Compiling file.cxx...
Compiling fluid.cxx...
Compiling fluid_filename.cxx...
Compiling function_panel.cxx...
Compiling mergeback.cxx...
Compiling pixmaps.cxx...
Compiling shell_command.cxx...
Compiling codeview_panel.cxx...
Compiling template_panel.cxx...
Compiling undo.cxx...
Compiling widget_browser.cxx...
Compiling widget_panel.cxx...
Compiling ExternalCodeEditor_UNIX.cxx...
Linking fluid...
make[1]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/fluid'
=== making fltk-options ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/fltk-options'
Compiling fltk-options.cxx...
Linking fltk-options...
make[1]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/fltk-options'
=== making test ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/test'
Compiling animated.cxx...
Compiling adjuster.cxx...
Compiling arc.cxx...
Compiling ask.cxx...
Compiling bitmap.cxx...
Compiling blocks.cxx...
Compiling boxtype.cxx...
Compiling browser.cxx...
Compiling button.cxx...
Compiling buttons.cxx...
Compiling cairo_test.cxx...
Compiling clipboard.cxx...
Compiling clock.cxx...
Compiling colbrowser.cxx...
Compiling color_chooser.cxx...
Compiling contrast.cxx...
Compiling cursor.cxx...
Compiling curve.cxx...
Compiling demo.cxx...
Compiling device.cxx...
Compiling doublebuffer.cxx...
Compiling editor.cxx...
Compiling file_chooser.cxx...
Compiling flex_demo.cxx...
Compiling flex_login.cxx...
Compiling fltk-versions.cxx...
Compiling fonts.cxx...
Compiling forms.cxx...
Compiling grid_alignment.cxx...
Compiling grid_buttons.cxx...
Compiling grid_dialog.cxx...
Compiling grid_login.cxx...
Compiling hello.cxx...
Compiling help_dialog.cxx...
Compiling icon.cxx...
Compiling iconize.cxx...
Compiling image.cxx...
Compiling input.cxx...
Compiling input_choice.cxx...
Compiling label.cxx...
Compiling line_style.cxx...
Compiling line_style_docs.cxx...
Compiling list_visuals.cxx...
Compiling menubar.cxx...
Compiling message.cxx...
Compiling minimum.cxx...
Compiling native-filechooser.cxx...
Compiling navigation.cxx...
Compiling offscreen.cxx...
Compiling output.cxx...
Compiling overlay.cxx...
Compiling pack.cxx...
Compiling pixmap.cxx...
Compiling pixmap_browser.cxx...
Compiling resizebox.cxx...
Compiling resize-example1.cxx...
Compiling resize-arrows.cxx...
Compiling resize-example2.cxx...
Compiling resize-example3a.cxx...
Compiling resize-example3b.cxx...
Compiling resize-example3c.cxx...
Compiling resize-example4a.cxx...
Compiling resize-example4b.cxx...
Compiling resize-example5a.cxx...
Compiling resize-example5b.cxx...
Compiling resize-example5c.cxx...
Compiling rotated_text.cxx...
Compiling scroll.cxx...
Compiling subwindow.cxx...
Compiling sudoku.cxx...
Compiling symbols.cxx...
Compiling table.cxx...
Compiling threads.cxx...
Compiling tile.cxx...
Compiling tiled_image.cxx...
Compiling twowin.cxx...
Compiling utf8.cxx...
Compiling windowfocus.cxx...
Compiling wizard.cxx...
Compiling cube.cxx...
Compiling fractals.cxx...
Compiling fracviewer.cxx...
Compiling fullscreen.cxx...
Compiling gl_overlay.cxx...
Compiling glpuzzle.cxx...
Compiling glut_test.cxx...
Compiling shape.cxx...
Compiling unittests.cxx...
Compiling unittest_about.cxx...
Compiling unittest_points.cxx...
Compiling unittest_complex_shapes.cxx...
Compiling unittest_fast_shapes.cxx...
Compiling unittest_circles.cxx...
Compiling unittest_text.cxx...
Compiling unittest_unicode.cxx...
Compiling unittest_symbol.cxx...
Compiling unittest_images.cxx...
Compiling unittest_viewport.cxx...
Compiling unittest_scrollbarsize.cxx...
Compiling unittest_schemes.cxx...
Compiling unittest_terminal.cxx...
Compiling unittest_core.cxx...
Linking animated...
Linking adjuster...
Linking arc...
Linking ask...
Linking bitmap...
Linking blocks...
Linking boxtype...
Linking browser...
Linking button...
Linking buttons...
Linking cairo_test...
Linking clipboard...
Linking clock...
Linking colbrowser...
Linking color_chooser...
Linking contrast...
Linking cursor...
Linking curve...
Linking demo...
Linking device...
Linking doublebuffer...
Linking editor...
Linking file_chooser...
Linking flex_demo...
Linking flex_login...
Linking fltk-versions...
Linking fonts...
Linking forms...
Linking grid_alignment...
Linking grid_buttons...
Linking grid_dialog...
Linking grid_login...
Linking hello...
Linking help_dialog...
Linking icon...
Linking iconize...
Linking image...
Linking input...
Linking input_choice...
Linking label...
Linking line_style...
Linking line_style_docs...
Linking list_visuals...
Linking menubar...
Linking minimum...
Linking message...
Linking native-filechooser...
Linking navigation...
Linking offscreen...
Linking output...
Linking overlay...
Linking pack...
Linking pixmap...
Linking pixmap_browser...
Linking resizebox...
Linking resize-example1...
Linking resize-example2...
Linking resize-example3a...
Linking resize-example3b...
Linking resize-example3c...
Linking resize-example4a...
Linking resize-example4b...
Linking resize-example5a...
Linking resize-example5b...
Linking resize-example5c...
Linking rotated_text...
Linking scroll...
Linking subwindow...
Linking sudoku...
Linking symbols...
Linking table...
Linking threads...
Linking tile...
Linking tiled_image...
Linking twowin...
Linking utf8...
Linking windowfocus...
Linking wizard...
Linking cube...
Linking fractals...
Linking fullscreen...
Linking gl_overlay...
Linking glpuzzle...
Linking glut_test...
Linking shape...
Linking unittests...
make[2]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/test'
make[2]: warning: -j24 forced in submake: resetting jobserver mode.
Generating checkers_pieces.h and header from checkers_pieces.fl...
Generating fast_slow.cxx and header from fast_slow.fl...
Generating checkers_pieces.cxx and header from checkers_pieces.fl...
Generating inactive.cxx and header from inactive.fl...
Generating fast_slow.h and header from fast_slow.fl...
Generating inactive.h and header from inactive.fl...
Generating keyboard_ui.cxx and header from keyboard_ui.fl...
Generating keyboard_ui.h and header from keyboard_ui.fl...
Generating mandelbrot_ui.cxx and header from mandelbrot_ui.fl...
Generating mandelbrot_ui.h and header from mandelbrot_ui.fl...
Generating preferences.cxx and header from preferences.fl...
Generating preferences.h and header from preferences.fl...
Generating radio.cxx and header from radio.fl...
Generating radio.h and header from radio.fl...
Generating resize.cxx and header from resize.fl...
Generating resize.h and header from resize.fl...
Generating tabs.cxx and header from tabs.fl...
Generating tabs.h and header from tabs.fl...
Generating terminal.cxx and header from terminal.fl...
Generating terminal.h and header from terminal.fl...
Generating tree.cxx and header from tree.fl...
Generating tree.h and header from tree.fl...
Generating valuators.cxx and header from valuators.fl...
Generating valuators.h and header from valuators.fl...
Generating CubeViewUI.h and header from CubeViewUI.fl...
Generating CubeViewUI.cxx and header from CubeViewUI.fl...
Compiling CubeView.cxx...
Compiling checkers.cxx...
Compiling checkers_pieces.cxx...
Compiling fast_slow.cxx...
Compiling keyboard_ui.cxx...
Compiling inactive.cxx...
Compiling keyboard.cxx...
Compiling mandelbrot_ui.cxx...
Compiling mandelbrot.cxx...
Compiling preferences.cxx...
Compiling radio.cxx...
Compiling resize.cxx...
Compiling tabs.cxx...
Compiling terminal.cxx...
Compiling valuators.cxx...
Compiling CubeMain.cxx...
Compiling CubeViewUI.cxx...
Linking radio...
Compiling tree.cxx...
Linking resize...
Linking fast_slow...
Linking inactive...
Linking preferences...
Linking keyboard...
Linking mandelbrot...
Linking valuators...
Linking tabs...
Linking CubeView...
Linking checkers...
Linking terminal...
Linking tree...
make[2]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/test'
make[1]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/test'
=== making documentation ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/documentation'
Formatting src/fltk.man...
Formatting src/checkers.man...
Formatting src/fltk-config.man...
Formatting src/fluid.man...
Formatting src/sudoku.man...
Formatting src/blocks.man...
Formatting src/fltk-options.man...
make[1]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/documentation'
=== installing FL ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/FL'
Installing include files in /tmp/fltk-1.4.3/include...
make[1]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/FL'
=== installing libdecor/build ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/libdecor/build'
Nothing to install
make[1]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/libdecor/build'
=== installing src ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/src'
Installing libraries in /tmp/fltk-1.4.3/lib...
make[1]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/src'
=== installing fluid ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/fluid'
Installing FLUID in /tmp/fltk-1.4.3/bin...
make[1]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/fluid'
=== installing fltk-options ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/fltk-options'
Installing fltk-options in /tmp/fltk-1.4.3/bin...
make[1]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/fltk-options'
=== installing test ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/test'
make[2]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/test'
make[2]: warning: -j24 forced in submake: resetting jobserver mode.
make[2]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/test'
Installing example programs to /tmp/fltk-1.4.3/share/doc/fltk/examples...
make[1]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/test'
=== installing documentation ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/documentation'
Installing documentation files in /tmp/fltk-1.4.3/share/doc/fltk ...
Installing man pages in /tmp/fltk-1.4.3/share/man ...
make[1]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/fltk-1.4.3/documentation'
patching file src/ui/textedit.cpp
fatal: not a git repository (or any parent up to mount point /tmp/SBo/repo.w3IA3j)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /tmp/SBo/repo.w3IA3j)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
configure.ac:19: installing './compile'
configure.ac:13: installing './config.guess'
configure.ac:13: installing './config.sub'
configure.ac:14: installing './install-sh'
configure.ac:14: installing './missing'
Makefile.am: installing './INSTALL'
src/common/Makefile.am: installing './depcomp'
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/libexec/repo/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether byte ordering is bigendian... no
checking for pcre-config... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking if debug mode is enabled... no
checking if profile generate is enabled... no
checking if profile use is enabled... no
checking for strlcpy... no
checking for strlcat... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/common/Makefile
config.status: creating src/platform/android/Makefile
config.status: creating src/platform/console/Makefile
config.status: creating src/platform/emcc/Makefile
config.status: creating src/platform/sdl/Makefile
config.status: creating src/platform/web/Makefile
config.status: creating src/platform/fltk/Makefile
config.status: creating src/platform/teensy/Makefile
config.status: creating config.h
config.status: executing depfiles commands

Building Unix console version.
CFLAGS=-O2 -march=i586 -mtune=i686 -std=gnu11
CXXFLAGS=-O2 -march=i586 -mtune=i686
PACKAGE_LIBS= -lm -ldl -lpthread -lpcre

make  all-recursive
make[1]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33'
Making all in src/common
make[2]: Entering directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src/common'
depbase=`echo bc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT bc.o -MD -MP -MF $depbase.Tpo -c -o bc.o bc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo blib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT blib.o -MD -MP -MF $depbase.Tpo -c -o blib.o blib.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo blib_db.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT blib_db.o -MD -MP -MF $depbase.Tpo -c -o blib_db.o blib_db.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo blib_func.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT blib_func.o -MD -MP -MF $depbase.Tpo -c -o blib_func.o blib_func.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo blib_graph.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT blib_graph.o -MD -MP -MF $depbase.Tpo -c -o blib_graph.o blib_graph.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo blib_math.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT blib_math.o -MD -MP -MF $depbase.Tpo -c -o blib_math.o blib_math.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo blib_sound.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT blib_sound.o -MD -MP -MF $depbase.Tpo -c -o blib_sound.o blib_sound.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo brun.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT brun.o -MD -MP -MF $depbase.Tpo -c -o brun.o brun.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ceval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT ceval.o -MD -MP -MF $depbase.Tpo -c -o ceval.o ceval.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo device.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT device.o -MD -MP -MF $depbase.Tpo -c -o device.o device.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo screen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT screen.o -MD -MP -MF $depbase.Tpo -c -o screen.o screen.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo system.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT system.o -MD -MP -MF $depbase.Tpo -c -o system.o system.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo random.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT random.o -MD -MP -MF $depbase.Tpo -c -o random.o random.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT eval.o -MD -MP -MF $depbase.Tpo -c -o eval.o eval.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo plugins.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT plugins.o -MD -MP -MF $depbase.Tpo -c -o plugins.o plugins.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT file.o -MD -MP -MF $depbase.Tpo -c -o file.o file.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ffill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT ffill.o -MD -MP -MF $depbase.Tpo -c -o ffill.o ffill.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT fmt.o -MD -MP -MF $depbase.Tpo -c -o fmt.o fmt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fs_serial.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT fs_serial.o -MD -MP -MF $depbase.Tpo -c -o fs_serial.o fs_serial.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fs_socket_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT fs_socket_client.o -MD -MP -MF $depbase.Tpo -c -o fs_socket_client.o fs_socket_client.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fs_stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT fs_stream.o -MD -MP -MF $depbase.Tpo -c -o fs_stream.o fs_stream.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo g_line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT g_line.o -MD -MP -MF $depbase.Tpo -c -o g_line.o g_line.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo geom.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT geom.o -MD -MP -MF $depbase.Tpo -c -o geom.o geom.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo inet.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT inet.o -MD -MP -MF $depbase.Tpo -c -o inet.o inet.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo kw.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT kw.o -MD -MP -MF $depbase.Tpo -c -o kw.o kw.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pfill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT pfill.o -MD -MP -MF $depbase.Tpo -c -o pfill.o pfill.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo plot.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT plot.o -MD -MP -MF $depbase.Tpo -c -o plot.o plot.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo proc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT proc.o -MD -MP -MF $depbase.Tpo -c -o proc.o proc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sberr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT sberr.o -MD -MP -MF $depbase.Tpo -c -o sberr.o sberr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT scan.o -MD -MP -MF $depbase.Tpo -c -o scan.o scan.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo str.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT str.o -MD -MP -MF $depbase.Tpo -c -o str.o str.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tasks.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT tasks.o -MD -MP -MF $depbase.Tpo -c -o tasks.o tasks.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo hashmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT hashmap.o -MD -MP -MF $depbase.Tpo -c -o hashmap.o hashmap.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo var_map.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT var_map.o -MD -MP -MF $depbase.Tpo -c -o var_map.o var_map.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo var_eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT var_eval.o -MD -MP -MF $depbase.Tpo -c -o var_eval.o var_eval.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo keymap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT keymap.o -MD -MP -MF $depbase.Tpo -c -o keymap.o keymap.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo units.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT units.o -MD -MP -MF $depbase.Tpo -c -o units.o units.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo var.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT var.o -MD -MP -MF $depbase.Tpo -c -o var.o var.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/match.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT ../lib/match.o -MD -MP -MF $depbase.Tpo -c -o ../lib/match.o ../lib/match.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/str.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT ../lib/str.o -MD -MP -MF $depbase.Tpo -c -o ../lib/str.o ../lib/str.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/matrix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT ../lib/matrix.o -MD -MP -MF $depbase.Tpo -c -o ../lib/matrix.o ../lib/matrix.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/xpm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -march=i586 -mtune=i686 -std=gnu11 -MT ../lib/xpm.o -MD -MP -MF $depbase.Tpo -c -o ../lib/xpm.o ../lib/xpm.c &&\
mv -f $depbase.Tpo $depbase.Po
scan.c: In function ‘comp_udp_id’:
scan.c:363:27: error: ‘%s’ directive writing up to 128 bytes into a region of size between 1 and 2147483645 [-Werror=format-overflow=]
  363 |         sprintf(name, "%s/%s", root, base);
      |                           ^~         ~~~~
scan.c:363:9: note: ‘sprintf’ output between 3 and 2147483775 bytes into a destination of size 2147483647
  363 |         sprintf(name, "%s/%s", root, base);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [Makefile:501: scan.o] Error 1
make[2]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33/src/common'
make[1]: *** [Makefile:543: all-recursive] Error 1
make[1]: Leaving directory '/tmp/SBo/repo.w3IA3j/build_SmallBASIC/SmallBASIC-12_33'
make: *** [Makefile:484: all] Error 2
development/SmallBASIC: SmallBASIC.SlackBuild failed (status 2)         20:51:55
Unmounting chroot ... 
:-( development/SmallBASIC FAILED )-:

@github-actions
Copy link

github-actions bot commented Mar 6, 2026

✅ sbolint - development/SmallBASIC ✅

sbolint: SmallBASIC checks out OK

@sbo-bot
Copy link

sbo-bot bot commented Mar 6, 2026

buildpkg x86_64 development/SmallBASIC

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Fri Mar  6 20:50:26 GMT 2026
revision: ed34888c881aa47b454c1b5ce393d5b3220c2ba4
title:    Merge 67be24cffa2b460d833ed3dcd6244dfd495068a9 into 8dbaaae14f44159c6e851c124993fd06c4ea4c3f

================================================================================
development/SmallBASIC                                                  20:52:52
================================================================================

Calculating dependencies ... none.

Building development/SmallBASIC (update for version 12.33) ------------ 20:52:52
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running SmallBASIC.SlackBuild ...                                   ETA 20:56:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./SmallBASIC.SlackBuild
development/SmallBASIC: SmallBASIC.SlackBuild failed (status 1)         20:53:34
See /var/log/repo/SBo/development/SmallBASIC/build.log
Unmounting chroot ... done.
rm: cannot remove '/tmp/repo.e6YVRj/chrootdir': Device or resource busy
⛔️ development/SmallBASIC FAILED ⛔️

================================================================================
SUMMARY                                                                 20:53:34
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-03-06_20:52:51.log
Runtime:     0h 0m 43s
Failed:      1
  development/SmallBASIC

Snipped Build Failure

Details
/gtk.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: gtk/gtk.h: proceeding with the compiler's result
checking for gtk/gtk.h... yes
checking pango/pangocairo.h usability... yes
checking pango/pangocairo.h presence... no
configure: WARNING: pango/pangocairo.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: pango/pangocairo.h: proceeding with the compiler's result
checking for pango/pangocairo.h... yes
checking for X11/Xregion.h... yes
checking if GCC supports -fno-exceptions... yes
checking if GCC supports -fno-strict-aliasing... yes
checking if ld supports -no-undefined... yes
checking if ld supports -Bsymbolic-functions... yes
checking if toolchain supports sections... yes

Configuration Summary
-------------------------------------------------------------------------
    Directories: prefix=/tmp/fltk-1.4.3
                 bindir=${exec_prefix}/bin
                 datadir=${datarootdir}
                 datarootdir=${prefix}/share
                 exec_prefix=${prefix}
                 includedir=${prefix}/include
                 libdir=${exec_prefix}/lib
                 mandir=${datarootdir}/man
    Build fluid: YES
    Build tests: YES
Cross-compiling: NO
       Graphics: Wayland or X11 with cairo + Xfixes + Xinerama + Xcursor + Xrender + Pango
Image Libraries: JPEG=System
                 PNG=System
                 ZLIB=System
Forms library:   YES
    Large Files: YES
         OpenGL: YES
        Threads: YES
   Allow std:: : NO
configure: creating ./config.status
config.status: creating makeinclude
config.status: creating fltk.list
config.status: creating fltk-config
config.status: creating fltk.spec
config.status: creating FL/Makefile
config.status: creating config.h
config.status: creating FL/fl_config.h
config.status: FL/fl_config.h is unchanged

-------------------------------------------------------------------------
  IMPORTANT NOTE:
-------------------------------------------------------------------------

  FLTK 1.4.x will be the last version(s) of FLTK supporting
  autotools (configure + provided Makefiles) to build FLTK.
  FLTK 1.5.0 and higher will only support FLTK builds using CMake.

  We suggest to explore and use the CMake build system generators
  for your own FLTK builds as soon as possible. Some new FLTK build
  options will only be supported by CMake based builds.
  Please see README.CMake.txt for details and instructions.

  User projects that use CMake for their own build can benefit
  substantially if the FLTK library has been built using CMake.

-------------------------------------------------------------------------

=== making libdecor/build ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/libdecor/build'
Compiling ../../src/gtk-shell-protocol.c...
Compiling ../../src/xdg-decoration-protocol.c...
Compiling ../../src/text-input-protocol.c...
Compiling ../../src/xdg-shell-protocol.c...
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/libdecor/build'
=== making src ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/src'
Compiling Fl.cxx...
Compiling Fl_Adjuster.cxx...
Compiling Fl_Bitmap.cxx...
Compiling Fl_Browser.cxx...
Compiling Fl_Browser_load.cxx...
Compiling Fl_Browser_.cxx...
Compiling Fl_Box.cxx...
Compiling Fl_Button.cxx...
Compiling Fl_Cairo.cxx...
Compiling Fl_Chart.cxx...
Compiling Fl_Check_Browser.cxx...
Compiling Fl_Check_Button.cxx...
Compiling Fl_Choice.cxx...
Compiling Fl_Clock.cxx...
Compiling Fl_Color_Chooser.cxx...
Compiling Fl_Copy_Surface.cxx...
Compiling Fl_Counter.cxx...
Compiling Fl_Dial.cxx...
Compiling Fl_Device.cxx...
Compiling Fl_Double_Window.cxx...
Compiling Fl_File_Browser.cxx...
Compiling Fl_File_Chooser.cxx...
Compiling Fl_File_Chooser2.cxx...
Compiling Fl_File_Icon.cxx...
Compiling Fl_File_Input.cxx...
Compiling Fl_Flex.cxx...
Compiling Fl_Graphics_Driver.cxx...
Compiling Fl_Grid.cxx...
Compiling Fl_Group.cxx...
Compiling Fl_Help_View.cxx...
Compiling Fl_Image.cxx...
Compiling Fl_Image_Surface.cxx...
Compiling Fl_Input.cxx...
Compiling Fl_Input_.cxx...
Compiling Fl_Input_Choice.cxx...
Compiling Fl_Int_Vector.cxx...
Compiling Fl_Light_Button.cxx...
Compiling Fl_Menu.cxx...
Compiling Fl_Menu_.cxx...
Compiling Fl_Menu_Bar.cxx...
Compiling Fl_Menu_Button.cxx...
Compiling Fl_Menu_Window.cxx...
Compiling Fl_Menu_add.cxx...
Compiling Fl_Menu_global.cxx...
Compiling Fl_Message.cxx...
Compiling Fl_Multi_Label.cxx...
Compiling Fl_Native_File_Chooser.cxx...
Compiling Fl_Overlay_Window.cxx...
Compiling Fl_Pack.cxx...
Compiling Fl_Paged_Device.cxx...
Compiling Fl_Pixmap.cxx...
Compiling Fl_Positioner.cxx...
Compiling Fl_Preferences.cxx...
Compiling Fl_Printer.cxx...
Compiling Fl_Progress.cxx...
Compiling Fl_Repeat_Button.cxx...
Compiling Fl_Return_Button.cxx...
Compiling Fl_Roller.cxx...
Compiling Fl_Round_Button.cxx...
Compiling Fl_Screen_Driver.cxx...
Compiling Fl_Scheme.cxx...
Compiling Fl_Scheme_Choice.cxx...
Compiling Fl_Scroll.cxx...
Compiling Fl_Scrollbar.cxx...
Compiling Fl_Shared_Image.cxx...
Compiling Fl_Shortcut_Button.cxx...
Compiling Fl_Single_Window.cxx...
Compiling Fl_Slider.cxx...
Compiling Fl_Spinner.cxx...
Compiling Fl_String.cxx...
Compiling Fl_Sys_Menu_Bar.cxx...
Compiling Fl_System_Driver.cxx...
Compiling Fl_Table.cxx...
Compiling Fl_Table_Row.cxx...
Compiling Fl_Tabs.cxx...
Compiling Fl_Terminal.cxx...
Compiling Fl_Text_Buffer.cxx...
Compiling Fl_Text_Display.cxx...
Compiling Fl_Text_Editor.cxx...
Compiling Fl_Tile.cxx...
Compiling Fl_Tiled_Image.cxx...
Compiling Fl_Timeout.cxx...
Compiling Fl_Tree.cxx...
Compiling Fl_Tree_Item.cxx...
Compiling Fl_Tree_Item_Array.cxx...
Compiling Fl_Tree_Prefs.cxx...
Compiling Fl_Tooltip.cxx...
Compiling Fl_Valuator.cxx...
Compiling Fl_Value_Input.cxx...
Compiling Fl_Value_Output.cxx...
Compiling Fl_Value_Slider.cxx...
Compiling Fl_Widget.cxx...
Compiling Fl_Widget_Surface.cxx...
Compiling Fl_Window.cxx...
Compiling Fl_Window_Driver.cxx...
Compiling Fl_Window_fullscreen.cxx...
Compiling Fl_Window_hotspot.cxx...
Compiling Fl_Window_iconize.cxx...
Compiling Fl_Wizard.cxx...
Compiling Fl_XBM_Image.cxx...
Compiling Fl_XPM_Image.cxx...
Compiling Fl_abort.cxx...
Compiling Fl_add_idle.cxx...
Compiling Fl_arg.cxx...
Compiling Fl_compose.cxx...
Compiling Fl_display.cxx...
Compiling Fl_get_system_colors.cxx...
Compiling Fl_grab.cxx...
Compiling Fl_lock.cxx...
Compiling Fl_own_colormap.cxx...
Compiling Fl_visual.cxx...
Compiling filename_absolute.cxx...
Compiling filename_expand.cxx...
Compiling filename_ext.cxx...
Compiling filename_isdir.cxx...
Compiling filename_list.cxx...
Compiling filename_match.cxx...
Compiling filename_setext.cxx...
Compiling fl_arc.cxx...
Compiling fl_ask.cxx...
Compiling fl_boxtype.cxx...
Compiling fl_color.cxx...
Compiling fl_contrast.cxx...
Compiling fl_cursor.cxx...
Compiling fl_curve.cxx...
Compiling fl_diamond_box.cxx...
Compiling fl_draw.cxx...
Compiling fl_draw_arrow.cxx...
Compiling fl_draw_pixmap.cxx...
Compiling fl_encoding_latin1.cxx...
Compiling fl_encoding_mac_roman.cxx...
Compiling fl_engraved_label.cxx...
Compiling fl_file_dir.cxx...
Compiling fl_font.cxx...
Compiling fl_gleam.cxx...
Compiling fl_gtk.cxx...
Compiling fl_labeltype.cxx...
Compiling fl_open_uri.cxx...
Compiling fl_oval_box.cxx...
Compiling fl_overlay.cxx...
Compiling fl_oxy.cxx...
Compiling fl_plastic.cxx...
Compiling fl_read_image.cxx...
Compiling fl_rect.cxx...
Compiling fl_round_box.cxx...
Compiling fl_rounded_box.cxx...
Compiling fl_set_font.cxx...
Compiling fl_scroll_area.cxx...
Compiling fl_shadow_box.cxx...
Compiling fl_shortcut.cxx...
Compiling fl_show_colormap.cxx...
Compiling fl_string_functions.cxx...
Compiling fl_symbols.cxx...
Compiling fl_utf8.cxx...
Compiling fl_vertex.cxx...
Compiling print_button.cxx...
Compiling screen_xywh.cxx...
Compiling drivers/PostScript/Fl_PostScript.cxx...
Compiling drivers/PostScript/Fl_PostScript_image.cxx...
Compiling drivers/Posix/Fl_Posix_Printer_Driver.cxx...
Compiling Fl_Native_File_Chooser_FLTK.cxx...
Compiling Fl_Native_File_Chooser_GTK.cxx...
Compiling Fl_Native_File_Chooser_Kdialog.cxx...
Compiling Fl_Native_File_Chooser_Zenity.cxx...
Compiling drivers/Posix/Fl_Posix_System_Driver.cxx...
Compiling drivers/Unix/Fl_Unix_System_Driver.cxx...
Compiling drivers/Unix/Fl_Unix_Screen_Driver.cxx...
Compiling drivers/Wayland/Fl_Wayland_Screen_Driver.cxx...
Compiling drivers/Wayland/Fl_Wayland_Window_Driver.cxx...
Compiling drivers/Wayland/Fl_Wayland_Image_Surface_Driver.cxx...
Compiling drivers/Wayland/Fl_Wayland_Copy_Surface_Driver.cxx...
Compiling drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx...
Compiling drivers/Wayland/fl_wayland_platform_init.cxx...
Compiling drivers/Wayland/fl_wayland_clipboard_dnd.cxx...
Compiling drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx...
Compiling drivers/X11/Fl_X11_Screen_Driver.cxx...
Compiling drivers/X11/Fl_X11_Window_Driver.cxx...
Compiling drivers/Cairo/Fl_X11_Cairo_Graphics_Driver.cxx...
Compiling drivers/Xlib/Fl_Xlib_Copy_Surface_Driver.cxx...
Compiling drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx...
Compiling Fl_x.cxx...
Compiling fl_dnd_x.cxx...
Compiling Fl_get_key.cxx...
Compiling flstring.c...
Compiling numericsort.c...
Compiling vsnprintf.c...
Compiling xutf8/keysym2Ucs.c...
Compiling scandir_posix.c...
Compiling xutf8/case.c...
Compiling xutf8/is_right2left.c...
Compiling xutf8/is_spacing.c...
Compiling forms_compatibility.cxx...
Compiling forms_bitmap.cxx...
Compiling forms_free.cxx...
Compiling forms_fselect.cxx...
Compiling forms_pixmap.cxx...
Compiling forms_timer.cxx...
Compiling Fl_Gl_Choice.cxx...
Compiling Fl_Gl_Overlay.cxx...
Compiling Fl_Gl_Device_Plugin.cxx...
Compiling Fl_Gl_Window.cxx...
Compiling freeglut_geometry.cxx...
Compiling freeglut_stroke_mono_roman.cxx...
Compiling freeglut_stroke_roman.cxx...
Compiling freeglut_teapot.cxx...
Compiling gl_draw.cxx...
Compiling gl_start.cxx...
Compiling glut_compatibility.cxx...
Compiling glut_font.cxx...
Compiling drivers/OpenGL/Fl_OpenGL_Display_Device.cxx...
Compiling drivers/OpenGL/Fl_OpenGL_Graphics_Driver_arci.cxx...
Compiling drivers/OpenGL/Fl_OpenGL_Graphics_Driver_color.cxx...
Compiling drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx...
Compiling drivers/OpenGL/Fl_OpenGL_Graphics_Driver_line_style.cxx...
Compiling drivers/OpenGL/Fl_OpenGL_Graphics_Driver_rect.cxx...
Compiling drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx...
Compiling drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx...
Compiling drivers/X11/Fl_X11_Gl_Window_Driver.cxx...
Compiling fl_images_core.cxx...
Compiling fl_write_png.cxx...
Compiling Fl_BMP_Image.cxx...
Compiling Fl_File_Icon2.cxx...
Compiling Fl_GIF_Image.cxx...
Compiling Fl_Anim_GIF_Image.cxx...
Compiling Fl_Help_Dialog.cxx...
Compiling Fl_ICO_Image.cxx...
Compiling Fl_JPEG_Image.cxx...
Compiling Fl_PNG_Image.cxx...
Compiling Fl_PNM_Image.cxx...
Compiling Fl_Image_Reader.cxx...
Compiling Fl_SVG_Image.cxx...
Compiling nanosvg.cxx...
Compiling drivers/SVG/Fl_SVG_File_Surface.cxx...
/usr/bin/ar cr ../lib/libfltk_forms.a ...
/usr/bin/ar cr ../lib/libfltk_gl.a ...
/usr/bin/ar cr ../lib/libfltk.a ...
/usr/bin/ar cr ../lib/libfltk_images.a ...
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/src'
=== making fluid ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/fluid'
Compiling CodeEditor.cxx...
Compiling StyleParse.cxx...
Compiling Fd_Snap_Action.cxx...
Compiling Fl_Button_Type.cxx...
Compiling Fl_Function_Type.cxx...
Compiling Fl_Grid_Type.cxx...
Compiling Fl_Group_Type.cxx...
Compiling Fl_Menu_Type.cxx...
Compiling Fl_Type.cxx...
Compiling Fl_Widget_Type.cxx...
Compiling Fl_Window_Type.cxx...
Compiling Fluid_Image.cxx...
Compiling about_panel.cxx...
Compiling align_widget.cxx...
Compiling settings_panel.cxx...
Compiling autodoc.cxx...
Compiling code.cxx...
Compiling custom_widgets.cxx...
Compiling factory.cxx...
Compiling file.cxx...
Compiling fluid.cxx...
Compiling fluid_filename.cxx...
Compiling function_panel.cxx...
Compiling mergeback.cxx...
Compiling pixmaps.cxx...
Compiling shell_command.cxx...
Compiling codeview_panel.cxx...
Compiling template_panel.cxx...
Compiling undo.cxx...
Compiling widget_browser.cxx...
Compiling widget_panel.cxx...
Compiling ExternalCodeEditor_UNIX.cxx...
Linking fluid...
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/fluid'
=== making fltk-options ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/fltk-options'
Compiling fltk-options.cxx...
Linking fltk-options...
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/fltk-options'
=== making test ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/test'
Compiling animated.cxx...
Compiling adjuster.cxx...
Compiling arc.cxx...
Compiling ask.cxx...
Compiling bitmap.cxx...
Compiling blocks.cxx...
Compiling boxtype.cxx...
Compiling browser.cxx...
Compiling button.cxx...
Compiling buttons.cxx...
Compiling cairo_test.cxx...
Compiling clipboard.cxx...
Compiling clock.cxx...
Compiling colbrowser.cxx...
Compiling color_chooser.cxx...
Compiling contrast.cxx...
Compiling cursor.cxx...
Compiling curve.cxx...
Compiling demo.cxx...
Compiling device.cxx...
Compiling doublebuffer.cxx...
Compiling editor.cxx...
Compiling file_chooser.cxx...
Compiling flex_demo.cxx...
Compiling flex_login.cxx...
Compiling fltk-versions.cxx...
Compiling fonts.cxx...
Compiling forms.cxx...
Compiling grid_alignment.cxx...
Compiling grid_buttons.cxx...
Compiling grid_dialog.cxx...
Compiling grid_login.cxx...
Compiling hello.cxx...
Compiling help_dialog.cxx...
Compiling icon.cxx...
Compiling iconize.cxx...
Compiling image.cxx...
Compiling input.cxx...
Compiling input_choice.cxx...
Compiling label.cxx...
Compiling line_style.cxx...
Compiling line_style_docs.cxx...
Compiling list_visuals.cxx...
Compiling menubar.cxx...
Compiling message.cxx...
Compiling minimum.cxx...
Compiling native-filechooser.cxx...
Compiling navigation.cxx...
Compiling offscreen.cxx...
Compiling output.cxx...
Compiling overlay.cxx...
Compiling pack.cxx...
Compiling pixmap.cxx...
Compiling pixmap_browser.cxx...
Compiling resizebox.cxx...
Compiling resize-example1.cxx...
Compiling resize-arrows.cxx...
Compiling resize-example2.cxx...
Compiling resize-example3a.cxx...
Compiling resize-example3b.cxx...
Compiling resize-example3c.cxx...
Compiling resize-example4a.cxx...
Compiling resize-example4b.cxx...
Compiling resize-example5a.cxx...
Compiling resize-example5b.cxx...
Compiling resize-example5c.cxx...
Compiling rotated_text.cxx...
Compiling scroll.cxx...
Compiling subwindow.cxx...
Compiling sudoku.cxx...
Compiling symbols.cxx...
Compiling table.cxx...
Compiling threads.cxx...
Compiling tile.cxx...
Compiling tiled_image.cxx...
Compiling twowin.cxx...
Compiling utf8.cxx...
Compiling windowfocus.cxx...
Compiling wizard.cxx...
Compiling cube.cxx...
Compiling fractals.cxx...
Compiling fracviewer.cxx...
Compiling fullscreen.cxx...
Compiling gl_overlay.cxx...
Compiling glpuzzle.cxx...
Compiling glut_test.cxx...
Compiling shape.cxx...
Compiling unittests.cxx...
Compiling unittest_about.cxx...
Compiling unittest_points.cxx...
Compiling unittest_complex_shapes.cxx...
Compiling unittest_fast_shapes.cxx...
Compiling unittest_circles.cxx...
Compiling unittest_text.cxx...
Compiling unittest_unicode.cxx...
Compiling unittest_symbol.cxx...
Compiling unittest_images.cxx...
Compiling unittest_viewport.cxx...
Compiling unittest_scrollbarsize.cxx...
Compiling unittest_schemes.cxx...
Compiling unittest_terminal.cxx...
Compiling unittest_core.cxx...
Linking animated...
Linking adjuster...
Linking arc...
Linking ask...
Linking bitmap...
Linking blocks...
Linking boxtype...
Linking browser...
Linking button...
Linking buttons...
Linking cairo_test...
Linking clipboard...
Linking clock...
Linking colbrowser...
Linking color_chooser...
Linking contrast...
Linking cursor...
Linking curve...
Linking demo...
Linking device...
Linking doublebuffer...
Linking editor...
Linking file_chooser...
Linking flex_demo...
Linking flex_login...
Linking fltk-versions...
Linking fonts...
Linking forms...
Linking grid_alignment...
Linking grid_buttons...
Linking grid_dialog...
Linking grid_login...
Linking hello...
Linking help_dialog...
Linking icon...
Linking iconize...
Linking image...
Linking input...
Linking input_choice...
Linking label...
Linking line_style...
Linking line_style_docs...
Linking list_visuals...
Linking menubar...
Linking message...
Linking minimum...
Linking native-filechooser...
Linking navigation...
Linking offscreen...
Linking output...
Linking overlay...
Linking pack...
Linking pixmap...
Linking pixmap_browser...
Linking resizebox...
Linking resize-example1...
Linking resize-example2...
Linking resize-example3a...
Linking resize-example3b...
Linking resize-example3c...
Linking resize-example4a...
Linking resize-example4b...
Linking resize-example5a...
Linking resize-example5b...
Linking resize-example5c...
Linking rotated_text...
Linking scroll...
Linking subwindow...
Linking sudoku...
Linking symbols...
Linking table...
Linking threads...
Linking tile...
Linking tiled_image...
Linking twowin...
Linking utf8...
Linking windowfocus...
Linking wizard...
Linking cube...
Linking fractals...
Linking fullscreen...
Linking gl_overlay...
Linking glpuzzle...
Linking glut_test...
Linking shape...
Linking unittests...
make[2]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/test'
make[2]: warning: -j24 forced in submake: resetting jobserver mode.
Generating checkers_pieces.h and header from checkers_pieces.fl...
Generating inactive.cxx and header from inactive.fl...
Generating checkers_pieces.cxx and header from checkers_pieces.fl...
Generating fast_slow.cxx and header from fast_slow.fl...
Generating fast_slow.h and header from fast_slow.fl...
Generating inactive.h and header from inactive.fl...
Generating keyboard_ui.cxx and header from keyboard_ui.fl...
Generating keyboard_ui.h and header from keyboard_ui.fl...
Generating mandelbrot_ui.h and header from mandelbrot_ui.fl...
Generating mandelbrot_ui.cxx and header from mandelbrot_ui.fl...
Generating preferences.cxx and header from preferences.fl...
Generating preferences.h and header from preferences.fl...
Generating radio.cxx and header from radio.fl...
Generating radio.h and header from radio.fl...
Generating resize.cxx and header from resize.fl...
Generating resize.h and header from resize.fl...
Generating tabs.cxx and header from tabs.fl...
Generating tabs.h and header from tabs.fl...
Generating terminal.cxx and header from terminal.fl...
Generating terminal.h and header from terminal.fl...
Generating tree.cxx and header from tree.fl...
Generating tree.h and header from tree.fl...
Generating valuators.cxx and header from valuators.fl...
Generating valuators.h and header from valuators.fl...
Generating CubeViewUI.h and header from CubeViewUI.fl...
Generating CubeViewUI.cxx and header from CubeViewUI.fl...
Compiling CubeView.cxx...
Compiling checkers.cxx...
Compiling checkers_pieces.cxx...
Compiling inactive.cxx...
Compiling keyboard_ui.cxx...
Compiling keyboard.cxx...
Compiling mandelbrot_ui.cxx...
Compiling mandelbrot.cxx...
Compiling preferences.cxx...
Compiling radio.cxx...
Compiling resize.cxx...
Compiling tabs.cxx...
Compiling terminal.cxx...
Compiling tree.cxx...
Compiling valuators.cxx...
Compiling CubeMain.cxx...
Compiling CubeViewUI.cxx...
Compiling fast_slow.cxx...
Linking radio...
Linking resize...
Linking inactive...
Linking fast_slow...
Linking preferences...
Linking tabs...
Linking mandelbrot...
Linking keyboard...
Linking valuators...
Linking CubeView...
Linking checkers...
Linking terminal...
Linking tree...
make[2]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/test'
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/test'
=== making documentation ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/documentation'
Formatting src/fltk.man...
Formatting src/sudoku.man...
Formatting src/fltk-config.man...
Formatting src/checkers.man...
Formatting src/fluid.man...
Formatting src/blocks.man...
Formatting src/fltk-options.man...
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/documentation'
=== installing FL ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/FL'
Installing include files in /tmp/fltk-1.4.3/include...
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/FL'
=== installing libdecor/build ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/libdecor/build'
Nothing to install
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/libdecor/build'
=== installing src ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/src'
Installing libraries in /tmp/fltk-1.4.3/lib...
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/src'
=== installing fluid ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/fluid'
Installing FLUID in /tmp/fltk-1.4.3/bin...
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/fluid'
=== installing fltk-options ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/fltk-options'
Installing fltk-options in /tmp/fltk-1.4.3/bin...
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/fltk-options'
=== installing test ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/test'
make[2]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/test'
make[2]: warning: -j24 forced in submake: resetting jobserver mode.
make[2]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/test'
Installing example programs to /tmp/fltk-1.4.3/share/doc/fltk/examples...
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/test'
=== installing documentation ===
make[1]: warning: -j24 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/documentation'
Installing documentation files in /tmp/fltk-1.4.3/share/doc/fltk ...
Installing man pages in /tmp/fltk-1.4.3/share/man ...
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/fltk-1.4.3/documentation'
patching file src/ui/textedit.cpp
fatal: not a git repository (or any parent up to mount point /tmp/SBo/repo.GOkgGK)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /tmp/SBo/repo.GOkgGK)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
configure.ac:19: installing './compile'
configure.ac:13: installing './config.guess'
configure.ac:13: installing './config.sub'
configure.ac:14: installing './install-sh'
configure.ac:14: installing './missing'
Makefile.am: installing './INSTALL'
src/common/Makefile.am: installing './depcomp'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/libexec/repo/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether byte ordering is bigendian... no
checking for pcre-config... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking if debug mode is enabled... no
checking if profile generate is enabled... no
checking if profile use is enabled... no
checking for strlcpy... no
checking for strlcat... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/common/Makefile
config.status: creating src/platform/android/Makefile
config.status: creating src/platform/console/Makefile
config.status: creating src/platform/emcc/Makefile
config.status: creating src/platform/sdl/Makefile
config.status: creating src/platform/web/Makefile
config.status: creating src/platform/fltk/Makefile
config.status: creating src/platform/teensy/Makefile
config.status: creating config.h
config.status: executing depfiles commands

Building Unix console version.
CFLAGS=-O2 -fPIC -std=gnu11
CXXFLAGS=-O2 -fPIC
PACKAGE_LIBS= -lm -ldl -lpthread -L/usr/lib64 -lpcre

make  all-recursive
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33'
Making all in src/common
make[2]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/common'
depbase=`echo bc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT bc.o -MD -MP -MF $depbase.Tpo -c -o bc.o bc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo blib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT blib.o -MD -MP -MF $depbase.Tpo -c -o blib.o blib.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo blib_db.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT blib_db.o -MD -MP -MF $depbase.Tpo -c -o blib_db.o blib_db.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo blib_func.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT blib_func.o -MD -MP -MF $depbase.Tpo -c -o blib_func.o blib_func.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo blib_graph.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT blib_graph.o -MD -MP -MF $depbase.Tpo -c -o blib_graph.o blib_graph.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo blib_math.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT blib_math.o -MD -MP -MF $depbase.Tpo -c -o blib_math.o blib_math.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo blib_sound.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT blib_sound.o -MD -MP -MF $depbase.Tpo -c -o blib_sound.o blib_sound.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo brun.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT brun.o -MD -MP -MF $depbase.Tpo -c -o brun.o brun.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ceval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT ceval.o -MD -MP -MF $depbase.Tpo -c -o ceval.o ceval.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo device.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT device.o -MD -MP -MF $depbase.Tpo -c -o device.o device.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo screen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT screen.o -MD -MP -MF $depbase.Tpo -c -o screen.o screen.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo system.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT system.o -MD -MP -MF $depbase.Tpo -c -o system.o system.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo random.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT random.o -MD -MP -MF $depbase.Tpo -c -o random.o random.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT eval.o -MD -MP -MF $depbase.Tpo -c -o eval.o eval.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo plugins.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT plugins.o -MD -MP -MF $depbase.Tpo -c -o plugins.o plugins.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT file.o -MD -MP -MF $depbase.Tpo -c -o file.o file.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ffill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT ffill.o -MD -MP -MF $depbase.Tpo -c -o ffill.o ffill.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT fmt.o -MD -MP -MF $depbase.Tpo -c -o fmt.o fmt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fs_serial.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT fs_serial.o -MD -MP -MF $depbase.Tpo -c -o fs_serial.o fs_serial.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fs_socket_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT fs_socket_client.o -MD -MP -MF $depbase.Tpo -c -o fs_socket_client.o fs_socket_client.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fs_stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT fs_stream.o -MD -MP -MF $depbase.Tpo -c -o fs_stream.o fs_stream.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo g_line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT g_line.o -MD -MP -MF $depbase.Tpo -c -o g_line.o g_line.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo geom.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT geom.o -MD -MP -MF $depbase.Tpo -c -o geom.o geom.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo inet.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT inet.o -MD -MP -MF $depbase.Tpo -c -o inet.o inet.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo kw.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT kw.o -MD -MP -MF $depbase.Tpo -c -o kw.o kw.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sberr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT sberr.o -MD -MP -MF $depbase.Tpo -c -o sberr.o sberr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo proc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT proc.o -MD -MP -MF $depbase.Tpo -c -o proc.o proc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo str.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT str.o -MD -MP -MF $depbase.Tpo -c -o str.o str.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT scan.o -MD -MP -MF $depbase.Tpo -c -o scan.o scan.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo plot.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT plot.o -MD -MP -MF $depbase.Tpo -c -o plot.o plot.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pfill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT pfill.o -MD -MP -MF $depbase.Tpo -c -o pfill.o pfill.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tasks.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT tasks.o -MD -MP -MF $depbase.Tpo -c -o tasks.o tasks.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo hashmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT hashmap.o -MD -MP -MF $depbase.Tpo -c -o hashmap.o hashmap.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo var_map.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT var_map.o -MD -MP -MF $depbase.Tpo -c -o var_map.o var_map.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo var_eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT var_eval.o -MD -MP -MF $depbase.Tpo -c -o var_eval.o var_eval.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo keymap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT keymap.o -MD -MP -MF $depbase.Tpo -c -o keymap.o keymap.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo units.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT units.o -MD -MP -MF $depbase.Tpo -c -o units.o units.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo var.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT var.o -MD -MP -MF $depbase.Tpo -c -o var.o var.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/match.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT ../lib/match.o -MD -MP -MF $depbase.Tpo -c -o ../lib/match.o ../lib/match.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/str.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT ../lib/str.o -MD -MP -MF $depbase.Tpo -c -o ../lib/str.o ../lib/str.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/matrix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT ../lib/matrix.o -MD -MP -MF $depbase.Tpo -c -o ../lib/matrix.o ../lib/matrix.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/xpm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -I/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src -DPACKAGE_LIB_DIR=\""/usr/local/lib/smallbasic"\"  -Wall -Werror -Wno-unused-result -O2 -fPIC -std=gnu11 -MT ../lib/xpm.o -MD -MP -MF $depbase.Tpo -c -o ../lib/xpm.o ../lib/xpm.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f libsb_common.a
ar cr libsb_common.a ../lib/match.o ../lib/str.o ../lib/matrix.o ../lib/xpm.o bc.o blib.o blib_db.o blib_func.o blib_graph.o blib_math.o blib_sound.o brun.o ceval.o device.o screen.o system.o random.o eval.o plugins.o file.o ffill.o fmt.o fs_serial.o fs_socket_client.o fs_stream.o g_line.o geom.o inet.o kw.o pfill.o plot.o proc.o sberr.o scan.o str.o tasks.o hashmap.o var_map.o var_eval.o keymap.o units.o var.o 
ranlib libsb_common.a
make[2]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/common'
Making all in src/platform/console
make[2]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/platform/console'
depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I.  -Wall -Werror -Wno-unused-result   -O2 -fPIC -MT main.o -MD -MP -MF $depbase.Tpo -c -o main.o main.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo input.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I.  -Wall -Werror -Wno-unused-result   -O2 -fPIC -MT input.o -MD -MP -MF $depbase.Tpo -c -o input.o input.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo device.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I.  -Wall -Werror -Wno-unused-result   -O2 -fPIC -MT device.o -MD -MP -MF $depbase.Tpo -c -o device.o device.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo image.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I.  -Wall -Werror -Wno-unused-result   -O2 -fPIC -MT image.o -MD -MP -MF $depbase.Tpo -c -o image.o image.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo decomp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I.  -Wall -Werror -Wno-unused-result   -O2 -fPIC -std=gnu11 -MT decomp.o -MD -MP -MF $depbase.Tpo -c -o decomp.o decomp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../../lib/lodepng/lodepng.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I.  -Wall -Werror -Wno-unused-result   -O2 -fPIC -MT ../../lib/lodepng/lodepng.o -MD -MP -MF $depbase.Tpo -c -o ../../lib/lodepng/lodepng.o ../../lib/lodepng/lodepng.cpp &&\
mv -f $depbase.Tpo $depbase.Po
g++  -O2 -fPIC   -o sbasic ../../lib/lodepng/lodepng.o main.o input.o device.o image.o decomp.o -L../../../src/common -lsb_common  -lm -ldl -lpthread -L/usr/lib64 -lpcre -ldl 
make[2]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/platform/console'
make[2]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33'
make[2]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33'
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33'
Making install in src/common
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/common'
make[2]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/common'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/common'
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/common'
Making install in src/platform/console
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/platform/console'
make[2]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/platform/console'
 /usr/libexec/repo/mkdir -p '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/package-SmallBASIC/usr/local/bin'
 /usr/libexec/repo/mkdir -p '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/package-SmallBASIC/usr/local/share/icons/hicolor/128x128/apps'
 /usr/libexec/repo/mkdir -p '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/package-SmallBASIC/usr/local/share/applications'
 /usr/bin/ginstall -c -m 644 ../../../images/sb-desktop-128x128.png '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/package-SmallBASIC/usr/local/share/icons/hicolor/128x128/apps'
 /usr/bin/ginstall -c -m 644 io.github.smallbasic.desktop '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/package-SmallBASIC/usr/local/share/applications'
  /usr/bin/ginstall -c sbasic '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/package-SmallBASIC/usr/local/bin'
make[2]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/platform/console'
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/platform/console'
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33'
make[2]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33'
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33'
Making clean in src/common
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/common'
test -z "libsb_common.a" || rm -f libsb_common.a
rm -f *.o
rm -f ../lib/*.o
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/common'
Making clean in src/platform/console
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/platform/console'
test -z "sbasic" || rm -f sbasic
rm -f *.o
rm -f ../../lib/lodepng/*.o
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33/src/platform/console'
make[1]: Entering directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33'
make[1]: Nothing to be done for 'clean-am'.
make[1]: Leaving directory '/tmp/SBo/repo.GOkgGK/build_SmallBASIC/SmallBASIC-12_33'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/libexec/repo/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checkidevelopment/SmallBASIC: SmallBASIC.SlackBuild failed (status 1)         20:53:34
Unmounting chroot ... 
:-( development/SmallBASIC FAILED )-:

ng whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for sdl3... no
configure: error: Package requirements (sdl3) were not met:

No package 'sdl3' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables SDL3_CFLAGS
and SDL3_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

@antonioleal antonioleal closed this Mar 6, 2026
@antonioleal antonioleal deleted the SmallBASIC branch March 6, 2026 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant