Skip to content

Conversation

@sbo-bot
Copy link

@sbo-bot sbo-bot bot commented Jan 15, 2026

No description provided.

@sbo-bot sbo-bot bot added the submission-form Changes submitted via the website submission form label Jan 15, 2026
@github-actions
Copy link

reverse dependencies - gis/viking

None

@github-actions
Copy link

✅ sbolint - gis/viking ✅

sbolint: viking checks out OK

@sbo-bot
Copy link
Author

sbo-bot bot commented Jan 15, 2026

@sbo-bot: build gis/viking

@sbo-bot
Copy link
Author

sbo-bot bot commented Jan 15, 2026

buildpkg i586 gis/viking

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:     Thu Jan 15 02:53:43 GMT 2026
revision: 8a108beaa11c8bee3f5ec53b7b787550cd4389a5
title:    Merge 2d83b3ec91110e51ff4282c65a72465a52585189 into 025fc8f2d13a6c442b42df058e6e76bb3a62bc95

================================================================================
gis/viking                                                              03:08:16
================================================================================

Calculating dependencies ... 
Hints for system/geoclue2:
  OPTIONS="AVAHI=yes"
  ADDREQUIRES="avahi"
Hints for network/avahi:
  GROUPADD="214:avahi"
  USERADD="214:avahi"
Dependency tree:
gis/viking (update for version 1.11)
  system/geoclue2 (ok)
    network/avahi (ok)
      libraries/libdaemon (ok)
  libraries/liboauth (ok)
  libraries/libnova (ok)
  gis/gpsd (ok)

Building gis/viking (update for version 1.11) ------------------------- 03:08:19
Testing SlackBuild files ... done.
Downloading source files ...

#=#=#                                                                          
######################################################################## 100.0%
##O#-#                                                                         
##=O#- #                                                                       
#-#O=#  #                                                                      
                                                                           0.3%
                                                                           0.6%
                                                                           0.8%
#                                                                          1.7%
##                                                                         3.7%
######                                                                     8.4%
###########                                                               16.5%
#######################                                                   32.2%
#############################################                             63.8%
###############################################################           88.1%
###############################################################           88.5%
###############################################################           88.7%
###############################################################           88.8%
################################################################          89.2%
################################################################          89.6%
################################################################          90.3%
#################################################################         91.0%
######################################################################## 100.0%
Verifying source files ... done.
Installing dependencies ...
gpsd-3.25-i586-1_SBo: GPS service daemon ............................... [ 5.5M]
libnova-0.15.0-i586-2_SBo: celestial mechanics, astrometry and astrodyna [ 9.3M]
liboauth-1.0.3-i586-8_SBo: C library implementing OAuth Core RFC 5849 .. [ 110K]
libdaemon-0.14-i586-1_SBo: Unix daemonizing library .................... [ 110K]
Adding groups and users:
  groupadd -g 214 avahi; 
  useradd  -u 214 -g avahi -c avahi -d /dev/null -s /bin/false  avahi; 
avahi-20240306_709e60f-i586-1_SBo: service discovery aka Zeroconf ...... [ 2.6M]
Reloading system message bus configuration...
geoclue2-2.6.0-i586-2_SBo: location information service ................ [ 1.1M]
Running viking.SlackBuild ...                                       ETA 03:09:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./viking.SlackBuild
Built ok:  viking-1.11-i586-1_SBo.txz                                   03:08:46
Testing package viking-1.11-i586-1_SBo.txz ... done.
Test installing viking-1.11-i586-1_SBo.txz ...
viking-1.11-i586-1_SBo: gps data management software ................... [ 6.8M]
Unmounting chroot ... done.
Backed up: viking-1.10-i586-3_SBo.txz
✅ gis/viking Updated for version 1.11 ✅

================================================================================
SUMMARY                                                                 03:08:48
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-01-15_03:08:15.log
Runtime:     0h 0m 33s
Updated:     1
  gis/viking/viking-1.11-i586-1_SBo.txz

Snipped Build Log

Details
:
vikgeocluelayer.c:401:9: warning: ‘gtk_image_menu_item_new_with_mnemonic’ is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations]
  401 |         item = gtk_image_menu_item_new_with_mnemonic ( vgl->tracking ?
      |         ^~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:269,
                 from viklayer.h:26,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here
   82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar      *label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:404:9: warning: ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations]
  404 |         gtk_image_menu_item_set_image ( (GtkImageMenuItem*)item, vgl->tracking ?
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:269,
                 from viklayer.h:26,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem *image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:405:73: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  405 |                                                                         gtk_image_new_from_stock (GTK_STOCK_MEDIA_STOP, GTK_ICON_SIZE_MENU) :
      |                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42,
                 from /usr/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /usr/include/gtk-3.0/gtk/gtk.h:42,
                 from viklayer.h:26,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:405:73: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  405 |                                                                         gtk_image_new_from_stock (GTK_STOCK_MEDIA_STOP, GTK_ICON_SIZE_MENU) :
      |                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:406:73: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  406 |                                                                         gtk_image_new_from_stock (GTK_STOCK_MEDIA_PLAY, GTK_ICON_SIZE_MENU) );
      |                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42,
                 from /usr/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /usr/include/gtk-3.0/gtk/gtk.h:42,
                 from viklayer.h:26,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:406:73: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  406 |                                                                         gtk_image_new_from_stock (GTK_STOCK_MEDIA_PLAY, GTK_ICON_SIZE_MENU) );
      |                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:415:9: warning: ‘gtk_image_menu_item_new_with_mnemonic’ is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations]
  415 |         item = gtk_image_menu_item_new_with_mnemonic ( _("_Empty") );
      |         ^~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:269,
                 from viklayer.h:26,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here
   82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar      *label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:416:9: warning: ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations]
  416 |         gtk_image_menu_item_set_image ( (GtkImageMenuItem*)item, gtk_image_new_from_stock (GTK_STOCK_REMOVE, GTK_ICON_SIZE_MENU) );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:269,
                 from viklayer.h:26,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem *image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:416:9: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  416 |         gtk_image_menu_item_set_image ( (GtkImageMenuItem*)item, gtk_image_new_from_stock (GTK_STOCK_REMOVE, GTK_ICON_SIZE_MENU) );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42,
                 from /usr/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /usr/include/gtk-3.0/gtk/gtk.h:42,
                 from viklayer.h:26,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:416:9: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  416 |         gtk_image_menu_item_set_image ( (GtkImageMenuItem*)item, gtk_image_new_from_stock (GTK_STOCK_REMOVE, GTK_ICON_SIZE_MENU) );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c: In function ‘create_trackpoint’:
vikgeocluelayer.c:500:17: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  500 |                 GTimeVal tv = { 0 };
      |                 ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from viklayer.h:25,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  547 | struct _GTimeVal
      |        ^~~~~~~~~
Generating and caching the translation database
Merging translations into viking.desktop.
viktrwlayer_geotag.c:782:41: warning: ‘%02d’ directive output may be truncated writing between 2 and 10 bytes into a region of size between 0 and 4 [-Wformat-truncation=]
  782 |         snprintf (tmp_string, 7, "%+02d:%02d", default_values.TimeZoneHours, abs (default_values.TimeZoneMins) );
      |                                         ^~~~
viktrwlayer_geotag.c:782:34: note: directive argument in the range [0, 2147483647]
  782 |         snprintf (tmp_string, 7, "%+02d:%02d", default_values.TimeZoneHours, abs (default_values.TimeZoneMins) );
      |                                  ^~~~~~~~~~~~
viktrwlayer_geotag.c:782:9: note: ‘snprintf’ output between 6 and 23 bytes into a destination of size 7
  782 |         snprintf (tmp_string, 7, "%+02d:%02d", default_values.TimeZoneHours, abs (default_values.TimeZoneMins) );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rm -f libviking.a
ar cr libviking.a astronomy.o modules.o curl_download.o compression.o degrees_converters.o globals.o viktrwlayer.o vik_compat.o viktrack.o vikwaypoint.o clipboard.o coords.o gpsmapper.o gpspoint.o geojson.o dir.o file.o fileutils.o file_magic.o dialog.o util.o ui_util.o download.o jpg.o vikenumtypes.o viktreeview.o viklayer.o viklayerspanel.o vikcoordlayer.o vikstatus.o vikwindow.o vikviewport.o vikaggregatelayer.o vikgobjectbuilder.o vikgpslayer.o vikgeoreflayer.o vikfileentry.o vikgototool.o vikgotoxmltool.o vikgoto.o viktrwlayer_export.o viktrwlayer_tpwin.o viktrwlayer_wpwin.o viktrwlayer_propwin.o viktrwlayer_analysis.o viktrwlayer_tracklist.o viktrwlayer_waypointlist.o vikrouting.o vikroutingengine.o vikroutingwebengine.o vikutils.o toolbar.o thumbnails.o md5_hash.o background.o logging.o vikradiogroup.o vikcoord.o mapcache.o maputils.o vikmapsource.o vikmapsourcedefault.o vikmapslayer.o vikmapslayer_compat.o vikmaptype.o vikslippymapsource.o vikwmscmapsource.o viktmsmapsource.o metatile.o fit.o gpx.o tcx.o garminsymbols.o acquire.o babel.o babel_ui.o datasource_file.o datasource_geojson.o datasource_gps.o datasource_routing.o datasource_gc.o datasource_bfilter.o datasource_wikipedia.o datasource_url.o googlesearch.o dem.o vikdemlayer.o vikdatetime_edit_dialog.o vikfilelist.o vikexttool.o vikexttools.o vikwebtool.o vikwebtoolcenter.o vikwebtoolbounds.o vikwebtoolformat.o vikexttool_datasources.o vikwebtool_datasource.o dems.o srtm_continent.o uibuilder.o print-preview.o print.o kml.o kmz.o viklayer_defaults.o settings.o socket.o preferences.o misc/heatmap.o misc/fpconv.o misc/strtod.o misc/kdtree.o misc/gtkhtml.o bingmapsource.o bing.o google.o   osm.o osm-traces.o datasource_osm_my_traces.o datasource_osm.o bluemarble.o geonames.o geonamessearch.o datasource_geotag.o geotag_exif.o viktrwlayer_geotag.o   vikgeocluelayer.o libgeoclue.o 
ranlib libviking.a
gcc -Wall -g -D_GNU_SOURCE -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/libgeoclue-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=i586 -mtune=i686   -o viking main.o icons/libicons.a libviking.a -lgthread-2.0 -pthread -lgdk_pixbuf-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lexpat -lcurl  -lnova -lnettle -llzma -lzip -lsqlite3 -lmagic -lbz2 -lgps -lgexiv2 -lgeoclue-2 -lX11 -lz -lm 
make[3]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src'
make[2]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src'
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src'
Making all in test
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/test'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/test'
Making all in data
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/data'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/data'
Making all in po
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/po'
file=`echo ast | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ast.po
file=`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ca.po
file=`echo cs | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo da | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo el | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file el.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
file=`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo eu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file eu.po
file=`echo fi | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file fi.po
file=`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file fr.po
file=`echo he | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file he.po
file=`echo hu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file hu.po
file=`echo id | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file id.po
file=`echo it | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=`echo jv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file jv.po
file=`echo ko | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ko.po
file=`echo ku | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ku.po
file=`echo lt | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file lt.po
file=`echo lv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file lv.po
file=`echo nb | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nb.po
file=`echo nl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nl.po
file=`echo pl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pl.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
file=`echo ru | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ru.po
file=`echo sk | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sk.po
file=`echo sl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sl.po
file=`echo sv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sv.po
file=`echo tr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file tr.po
file=`echo uk | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file uk.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/po'
Making all in windows
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows'
Making all in installer
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer'
Making all in pixmaps
make[3]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer/pixmaps'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer/pixmaps'
Making all in translations
make[3]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer/translations'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer/translations'
make[3]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer'
make[2]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer'
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows'
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows'
Making all in tools
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/tools'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/tools'
Making all in doc
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc'
Making all in examples
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc/examples'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc/examples'
Making all in reference
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc/reference'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc/reference'
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc'
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc'
Making all in help
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/help'
/usr/bin/xsltproc --nonet --xinclude -o viking.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl viking.xml
ERROR: xref linking to open_external has no generated link text.
Error: no ID for constraint linkend: "open_external".
ERROR: xref linking to prefs has no generated link text.
Error: no ID for constraint linkend: "prefs".
Note: Writing viking.1
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/help'
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11'
Making install in src
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src'
make  install-recursive
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src'
Making install in icons
make[3]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src/icons'
make  install-am
make[4]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src/icons'
make[5]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src/icons'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/libexec/repo/mkdir -p '/tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/icons/hicolor/48x48/apps'
 /usr/bin/ginstall -c -m 644 viking.png '/tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/icons/hicolor/48x48/apps'
make  install-data-hook
make[6]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src/icons'
*** Icon cache not updated.  After install, run this:
***   gtk-update-icon-cache -f -t /usr/share/icons/hicolor
make[6]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src/icons'
make[5]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src/icons'
make[4]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src/icons'
make[3]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src/icons'
make[3]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src'
make[4]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src'
 /usr/libexec/repo/mkdir -p '/tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/applications'
 /usr/bin/ginstall -c -m 644 viking.desktop '/tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/applications'
 /usr/libexec/repo/mkdir -p '/tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/bin'
  /usr/bin/ginstall -c viking '/tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/bin'
make[4]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src'
make[3]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src'
make[2]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src'
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/src'
Making install in test
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/test'
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/test'
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.ALBBr9/build_viking/viking-1.11/test'
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/test'
Making install in data
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/data'
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/data'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/libexec/repo/mkdir -p '/tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/viking'
 /usr/bin/ginstall -c -m 644 maps.xml external_tools.xml goto_tools.xml datasources.xml routing.xml unreachable_tiles.txt latlontz.txt '/tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/viking'
make[2]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/data'
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/data'
Making install in po
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/po'
linguas="ast ca cs da de el en_GB es eu fi fr he hu id it ja jv ko ku lt lv nb nl pl pt_BR ru sk sl sv tr uk zh_CN zh_TW "; \
for lang in $linguas; do \
  dir=/tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/$lang/LC_MESSAGES; \
  /bin/sh /tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/install-sh -d $dir; \
  if test -r $lang.gmo; then \
    /usr/bin/ginstall -c -m 644 $lang.gmo $dir/viking.mo; \
    echo "installing $lang.gmo as $dir/viking.mo"; \
  else \
    /usr/bin/ginstall -c -m 644 ./$lang.gmo $dir/viking.mo; \
    echo "installing ./$lang.gmo as" \
	 "$dir/viking.mo"; \
  fi; \
  if test -r $lang.gmo.m; then \
    /usr/bin/ginstall -c -m 644 $lang.gmo.m $dir/viking.mo.m; \
    echo "installing $lang.gmo.m as $dir/viking.mo.m"; \
  else \
    if test -r ./$lang.gmo.m ; then \
      /usr/bin/ginstall -c -m 644 ./$lang.gmo.m \
	$dir/viking.mo.m; \
      echo "installing ./$lang.gmo.m as" \
	   "$dir/viking.mo.m"; \
    else \
      true; \
    fi; \
  fi; \
done
installing ast.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/ast/LC_MESSAGES/viking.mo
installing ca.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/ca/LC_MESSAGES/viking.mo
installing cs.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/cs/LC_MESSAGES/viking.mo
installing da.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/da/LC_MESSAGES/viking.mo
installing de.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/de/LC_MESSAGES/viking.mo
installing el.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/el/LC_MESSAGES/viking.mo
installing en_GB.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/en_GB/LC_MESSAGES/viking.mo
installing es.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/es/LC_MESSAGES/viking.mo
installing eu.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/eu/LC_MESSAGES/viking.mo
installing fi.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/fi/LC_MESSAGES/viking.mo
installing fr.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/fr/LC_MESSAGES/viking.mo
installing he.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/he/LC_MESSAGES/viking.mo
installing hu.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/hu/LC_MESSAGES/viking.mo
installing id.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/id/LC_MESSAGES/viking.mo
installing it.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/it/LC_MESSAGES/viking.mo
installing ja.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/ja/LC_MESSAGES/viking.mo
installing jv.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/jv/LC_MESSAGES/viking.mo
installing ko.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/ko/LC_MESSAGES/viking.mo
installing ku.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/ku/LC_MESSAGES/viking.mo
installing lt.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/lt/LC_MESSAGES/viking.mo
installing lv.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/lv/LC_MESSAGES/viking.mo
installing nb.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/nb/LC_MESSAGES/viking.mo
installing nl.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/nl/LC_MESSAGES/viking.mo
installing pl.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/pl/LC_MESSAGES/viking.mo
installing pt_BR.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/pt_BR/LC_MESSAGES/viking.mo
installing ru.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/ru/LC_MESSAGES/viking.mo
installing sk.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/sk/LC_MESSAGES/viking.mo
installing sl.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/sl/LC_MESSAGES/viking.mo
installing sv.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/sv/LC_MESSAGES/viking.mo
installing tr.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/tr/LC_MESSAGES/viking.mo
installing uk.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/uk/LC_MESSAGES/viking.mo
installing zh_CN.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/zh_CN/LC_MESSAGES/viking.mo
installing zh_TW.gmo as /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/locale/zh_TW/LC_MESSAGES/viking.mo
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/po'
Making install in windows
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows'
Making install in installer
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer'
Making install in pixmaps
make[3]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer/pixmaps'
make[4]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer/pixmaps'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer/pixmaps'
make[3]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer/pixmaps'
Making install in translations
make[3]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer/translations'
make[4]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer/translations'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer/translations'
make[3]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer/translations'
make[3]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer'
make[4]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer'
make[3]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer'
make[2]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows/installer'
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows'
make[3]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows'
make[2]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows'
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/windows'
Making install in tools
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/tools'
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/tools'
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.ALBBr9/build_viking/viking-1.11/tools'
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/tools'
Making install in doc
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc'
Making install in examples
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc/examples'
make[3]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc/examples'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc/examples'
make[2]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc/examples'
Making install in reference
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc/reference'
make[3]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc/reference'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc/reference'
make[2]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc/reference'
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc'
make[3]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc'
make[2]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc'
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/doc'
Making install in help
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/help'
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/help'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/libexec/repo/mkdir -p '/tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/man/man1'
mkdir -p -- /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking
 /usr/bin/ginstall -c -m 644 viking.1 '/tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/man/man1'
/usr/bin/ginstall -c -m 644 C/index.docbook /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/index.docbook
/usr/bin/ginstall -c -m 644 C/legal.xml /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/legal.xml
/usr/bin/ginstall -c -m 644 C/attribution.xml /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/attribution.xml
/usr/bin/ginstall -c -m 644 C/commandline.xml /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/commandline.xml
/usr/bin/ginstall -c -m 644 C/commandline_details.xml /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/commandline_details.xml
/usr/bin/ginstall -c -m 644 C/edit_view_menus.xml /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/edit_view_menus.xml
/usr/bin/ginstall -c -m 644 C/extending.xml /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/extending.xml
/usr/bin/ginstall -c -m 644 C/dem_layer.xml /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/dem_layer.xml
/usr/bin/ginstall -c -m 644 C/geoclue_layer.xml /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/geoclue_layer.xml
/usr/bin/ginstall -c -m 644 C/georef_layer.xml /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/georef_layer.xml
/usr/bin/ginstall -c -m 644 C/mapnik_rendering_layer.xml /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/mapnik_rendering_layer.xml
/usr/bin/ginstall -c -m 644 C/recommends.xml /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/recommends.xml
/usr/bin/ginstall -c -m 644 C/refsynopsis.xml /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/refsynopsis.xml
/usr/bin/ginstall -c -m 644 C/userconfig.xml /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/userconfig.xml
mkdir -p -- /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures
/usr/bin/ginstall -c -m 644 ./C/figures/Aggregate_heatmap.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Aggregate_heatmap.png
/usr/bin/ginstall -c -m 644 ./C/figures/Aggregate_statistics.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Aggregate_statistics.png
/usr/bin/ginstall -c -m 644 ./C/figures/Aggregate_statistics_years.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Aggregate_statistics_years.png
/usr/bin/ginstall -c -m 644 ./C/figures/addtr_18.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/addtr_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/addwp_18.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/addwp_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/demdl_18.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/demdl_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/edtr_18.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/edtr_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/edwp_18.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/edwp_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/geomove_18.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/geomove_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/geozoom_18.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/geozoom_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/LayersTracksList.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/LayersTracksList.png
/usr/bin/ginstall -c -m 644 ./C/figures/LayersTracksStatistics.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/LayersTracksStatistics.png
/usr/bin/ginstall -c -m 644 ./C/figures/Maps_download_region_dialog.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Maps_download_region_dialog.png
/usr/bin/ginstall -c -m 644 ./C/figures/Maps_Cache_Status_Overlay.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Maps_Cache_Status_Overlay.png
/usr/bin/ginstall -c -m 644 ./C/figures/map_tile_info_dialog.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/map_tile_info_dialog.png
/usr/bin/ginstall -c -m 644 ./C/figures/mapdl_18.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/mapdl_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/mover_22.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/mover_22.png
/usr/bin/ginstall -c -m 644 ./C/figures/properties_degree.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/properties_degree.png
/usr/bin/ginstall -c -m 644 ./C/figures/properties_units.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/properties_units.png
/usr/bin/ginstall -c -m 644 ./C/figures/route_finder_18.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/route_finder_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/ruler_18.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/ruler_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/select_18.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/select_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/showpic_18.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/showpic_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/DEM_Example.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/DEM_Example.png
/usr/bin/ginstall -c -m 644 ./C/figures/GeoRefLayer_Properties.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/GeoRefLayer_Properties.png
/usr/bin/ginstall -c -m 644 ./C/figures/Goto_Main_Window.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Goto_Main_Window.png
/usr/bin/ginstall -c -m 644 ./C/figures/Panel_Stats_Tab.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Panel_Stats_Tab.png
/usr/bin/ginstall -c -m 644 ./C/figures/Trackpoint_edit_dialog.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Trackpoint_edit_dialog.png
/usr/bin/ginstall -c -m 644 ./C/figures/Track_elevation_graph.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Track_elevation_graph.png
/usr/bin/ginstall -c -m 644 ./C/figures/Track_speed_time_graph_WinterSolstice2021.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Track_speed_time_graph_WinterSolstice2021.png
/usr/bin/ginstall -c -m 644 ./C/figures/Track_properties.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Track_properties.png
/usr/bin/ginstall -c -m 644 ./C/figures/Track_statistics.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Track_statistics.png
/usr/bin/ginstall -c -m 644 ./C/figures/Track_time_splits.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Track_time_splits.png
/usr/bin/ginstall -c -m 644 ./C/figures/trw_statusbar.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/trw_statusbar.png
/usr/bin/ginstall -c -m 644 ./C/figures/vik_new_route_18.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/vik_new_route_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/WaypointProperties.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/WaypointProperties.png
/usr/bin/ginstall -c -m 644 ./C/figures/WaypointProperties-Extra.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/WaypointProperties-Extra.png
/usr/bin/ginstall -c -m 644 ./C/figures/WaypointsList.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/WaypointsList.png
/usr/bin/ginstall -c -m 644 ./C/figures/zoom_18.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/zoom_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/zoom_status_popup.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/zoom_status_popup.png
/usr/bin/ginstall -c -m 644 ./C/figures/Viking-OSM-CycleMap-ManyTracks.jpg /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Viking-OSM-CycleMap-ManyTracks.jpg
/usr/bin/ginstall -c -m 644 ./C/figures/Viking-TAC.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Viking-TAC.png
/usr/bin/ginstall -c -m 644 ./C/figures/Viking-TAC-Lines.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/Viking-TAC-Lines.png
/usr/bin/ginstall -c -m 644 ./C/figures/DEM_file_info_dialog.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/DEM_file_info_dialog.png
/usr/bin/ginstall -c -m 644 ./C/figures/customize_toolbar_dialog.png /tmp/SBo/repo.ALBBr9/build_viking/package-viking/usr/share/help/C/viking/figures/customize_toolbar_dialog.png
make[2]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/help'
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11/help'
make[1]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11'
make[2]: Entering directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11'
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.ALBBr9/build_viking/viking-1.11'
make[1]: Leaving directory '/tmp/SBo/repo.ALBBr9/build_viking/viking-1.11'

Slackware package maker, version 3.14159265.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.ALBBr9/output_viking/viking-1.11-i586-1_SBo.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/bin/
usr/bin/viking
usr/doc/
usr/doc/viking-1.11/
usr/doc/viking-1.11/AUTHORS
usr/doc/viking-1.11/COPYING
usr/doc/viking-1.11/ChangeLog
usr/doc/viking-1.11/NEWS
usr/doc/viking-1.11/README
usr/doc/viking-1.11/TODO
usr/doc/viking-1.11/viking.SlackBuild
usr/share/
usr/share/applications/
usr/share/applications/viking.desktop
usr/share/help/
usr/share/help/C/
usr/share/help/C/viking/
usr/share/help/C/viking/attribution.xml
usr/share/help/C/viking/commandline.xml
usr/share/help/C/viking/commandline_details.xml
usr/share/help/C/viking/dem_layer.xml
usr/share/help/C/viking/edit_view_menus.xml
usr/share/help/C/viking/extending.xml
usr/share/help/C/viking/figures/
usr/share/help/C/viking/figures/Aggregate_heatmap.png
usr/share/help/C/viking/figures/Aggregate_statistics.png
usr/share/help/C/viking/figures/Aggregate_statistics_years.png
usr/share/help/C/viking/figures/DEM_Example.png
usr/share/help/C/viking/figures/DEM_file_info_dialog.png
usr/share/help/C/viking/figures/GeoRefLayer_Properties.png
usr/share/help/C/viking/figures/Goto_Main_Window.png
usr/share/help/C/viking/figures/LayersTracksList.png
usr/share/help/C/viking/figures/LayersTracksStatistics.png
usr/share/help/C/viking/figures/Maps_Cache_Status_Overlay.png
usr/share/help/C/viking/figures/Maps_download_region_dialog.png
usr/share/help/C/viking/figures/Panel_Stats_Tab.png
usr/share/help/C/viking/figures/Track_elevation_graph.png
usr/share/help/C/viking/figures/Track_properties.png
usr/share/help/C/viking/figures/Track_speed_time_graph_WinterSolstice2021.png
usr/share/help/C/viking/figures/Track_statistics.png
usr/share/help/C/viking/figures/Track_time_splits.png
usr/share/help/C/viking/figures/Trackpoint_edit_dialog.png
usr/share/help/C/viking/figures/Viking-OSM-CycleMap-ManyTracks.jpg
usr/share/help/C/viking/figures/Viking-TAC-Lines.png
usr/share/help/C/viking/figures/Viking-TAC.png
usr/share/help/C/viking/figures/WaypointProperties-Extra.png
usr/share/help/C/viking/figures/WaypointProperties.png
usr/share/help/C/viking/figures/WaypointsList.png
usr/share/help/C/viking/figures/addtr_18.png
usr/share/help/C/viking/figures/addwp_18.png
usr/share/help/C/viking/figures/customize_toolbar_dialog.png
usr/share/help/C/viking/figures/demdl_18.png
usr/share/help/C/viking/figures/edtr_18.png
usr/share/help/C/viking/figures/edwp_18.png
usr/share/help/C/viking/figures/geomove_18.png
usr/share/help/C/viking/figures/geozoom_18.png
usr/share/help/C/viking/figures/map_tile_info_dialog.png
usr/share/help/C/viking/figures/mapdl_18.png
usr/share/help/C/viking/figures/mover_22.png
usr/share/help/C/viking/figures/properties_degree.png
usr/share/help/C/viking/figures/properties_units.png
usr/share/help/C/viking/figures/route_finder_18.png
usr/share/help/C/viking/figures/ruler_18.png
usr/share/help/C/viking/figures/select_18.png
usr/share/help/C/viking/figures/showpic_18.png
usr/share/help/C/viking/figures/trw_statusbar.png
usr/share/help/C/viking/figures/vik_new_route_18.png
usr/share/help/C/viking/figures/zoom_18.png
usr/share/help/C/viking/figures/zoom_status_popup.png
usr/share/help/C/viking/geoclue_layer.xml
usr/share/help/C/viking/georef_layer.xml
usr/share/help/C/viking/index.docbook
usr/share/help/C/viking/legal.xml
usr/share/help/C/viking/mapnik_rendering_layer.xml
usr/share/help/C/viking/recommends.xml
usr/share/help/C/viking/refsynopsis.xml
usr/share/help/C/viking/userconfig.xml
usr/share/icons/
usr/share/icons/hicolor/
usr/share/icons/hicolor/48x48/
usr/share/icons/hicolor/48x48/apps/
usr/share/icons/hicolor/48x48/apps/viking.png
usr/share/locale/
usr/share/locale/ast/
usr/share/locale/ast/LC_MESSAGES/
usr/share/locale/ast/LC_MESSAGES/viking.mo
usr/share/locale/ca/
usr/share/locale/ca/LC_MESSAGES/
usr/share/locale/ca/LC_MESSAGES/viking.mo
usr/share/locale/cs/
usr/share/locale/cs/LC_MESSAGES/
usr/share/locale/cs/LC_MESSAGES/viking.mo
usr/share/locale/da/
usr/share/locale/da/LC_MESSAGES/
usr/share/locale/da/LC_MESSAGES/viking.mo
usr/share/locale/de/
usr/share/locale/de/LC_MESSAGES/
usr/share/locale/de/LC_MESSAGES/viking.mo
usr/share/locale/el/
usr/share/locale/el/LC_MESSAGES/
usr/share/locale/el/LC_MESSAGES/viking.mo
usr/share/locale/en_GB/
usr/share/locale/en_GB/LC_MESSAGES/
usr/share/locale/en_GB/LC_MESSAGES/viking.mo
usr/share/locale/es/
usr/share/locale/es/LC_MESSAGES/
usr/share/locale/es/LC_MESSAGES/viking.mo
usr/share/locale/eu/
usr/share/locale/eu/LC_MESSAGES/
usr/share/locale/eu/LC_MESSAGES/viking.mo
usr/share/locale/fi/
usr/share/locale/fi/LC_MESSAGES/
usr/share/locale/fi/LC_MESSAGES/viking.mo
usr/share/locale/fr/
usr/share/locale/fr/LC_MESSAGES/
usr/share/locale/fr/LC_MESSAGES/viking.mo
usr/share/locale/he/
usr/share/locale/he/LC_MESSAGES/
usr/share/locale/he/LC_MESSAGES/viking.mo
usr/share/locale/hu/
usr/share/locale/hu/LC_MESSAGES/
usr/share/locale/hu/LC_MESSAGES/viking.mo
usr/share/locale/id/
usr/share/locale/id/LC_MESSAGES/
usr/share/locale/id/LC_MESSAGES/viking.mo
usr/share/locale/it/
usr/share/locale/it/LC_MESSAGES/
usr/share/locale/it/LC_MESSAGES/viking.mo
usr/share/locale/ja/
usr/share/locale/ja/LC_MESSAGES/
usr/share/locale/ja/LC_MESSAGES/viking.mo
usr/share/locale/jv/
usr/share/locale/jv/LC_MESSAGES/
usr/share/locale/jv/LC_MESSAGES/viking.mo
usr/share/locale/ko/
usr/share/locale/ko/LC_MESSAGES/
usr/share/locale/ko/LC_MESSAGES/viking.mo
usr/share/locale/ku/
usr/share/locale/ku/LC_MESSAGES/
usr/share/locale/ku/LC_MESSAGES/viking.mo
usr/share/locale/lt/
usr/share/locale/lt/LC_MESSAGES/
usr/share/locale/lt/LC_MESSAGES/viking.mo
usr/share/locale/lv/
usr/share/locale/lv/LC_MESSAGES/
usr/share/locale/lv/LC_MESSAGES/viking.mo
usr/share/locale/nb/
usr/share/locale/nb/LC_MESSAGES/
usr/share/locale/nb/LC_MESSAGES/viking.mo
usr/share/locale/nl/
usr/share/locale/nl/LC_MESSAGES/
usr/share/locale/nl/LC_MESSAGES/viking.mo
usr/share/locale/pl/
usr/share/locale/pl/LC_MESSAGES/
usr/share/locale/pl/LC_MESSAGES/viking.mo
usr/share/locale/pt_BR/
usr/share/locale/pt_BR/LC_MESSAGES/
usr/share/locale/pt_BR/LC_MESSAGES/viking.mo
usr/share/locale/ru/
usr/share/locale/ru/LC_MESSAGES/
usr/share/locale/ru/LC_MESSAGES/viking.mo
usr/share/locale/sk/
usr/share/locale/sk/LC_MESSAGES/
usr/share/locale/sk/LC_MESSAGES/viking.mo
usr/share/locale/sl/
usr/share/locale/sl/LC_MESSAGES/
usr/share/locale/sl/LC_MESSAGES/viking.mo
usr/share/locale/sv/
usr/share/locale/sv/LC_MESSAGES/
usr/share/locale/sv/LC_MESSAGES/viking.mo
usr/share/locale/tr/
usr/share/locale/tr/LC_MESSAGES/
usr/share/locale/tr/LC_MESSAGES/viking.mo
usr/share/locale/uk/
usr/share/locale/uk/LC_MESSAGES/
usr/share/locale/uk/LC_MESSAGES/viking.mo
usr/share/locale/zh_CN/
usr/share/locale/zh_CN/LC_MESSAGES/
usr/share/locale/zh_CN/LC_MESSAGES/viking.mo
usr/share/locale/zh_TW/
usr/share/locale/zh_TW/LC_MESSAGES/
usr/share/locale/zh_TW/LC_MESSAGES/viking.mo
usr/share/viking/
usr/share/viking/datasources.xml
usr/share/viking/external_tools.xml
usr/share/viking/goto_tools.xml
usr/share/viking/latlontz.txt
usr/share/viking/maps.xml
usr/share/viking/routing.xml
usr/share/viking/unreachable_tiles.txt

Slackware package /tmp/SBo/repo.ALBBr9/output_viking/viking-1.11-i586-1_SBo.txz created.

Built ok:  viking-1.11-i586-1_SBo.txz                                   03:08:46
Testing package viking-1.11-i586-1_SBo.txz ... 
Test installing viking-1.11-i586-1_SBo.txz ...
viking-1.11-i586-1_SBo: gps data management software ................... [ 6.8M]
Unmounting chroot ... 
Backed up: viking-1.10-i586-3_SBo.txz
:-) gis/viking Updated for version 1.11 (-:

@sbo-bot
Copy link
Author

sbo-bot bot commented Jan 15, 2026

sbopkglint i586 gis/viking

Installing dependency: gpsd
gpsd-3.25-i586-1_SBo: GPS service daemon ............................... [ 5.5M]

Installing dependency: libnova
libnova-0.15.0-i586-2_SBo: celestial mechanics, astrometry and astrodyna [ 9.3M]

Installing dependency: liboauth
liboauth-1.0.3-i586-8_SBo: C library implementing OAuth Core RFC 5849 .. [ 110K]

Installing dependency: libdaemon
libdaemon-0.14-i586-1_SBo: Unix daemonizing library .................... [ 110K]

Installing dependency: avahi
avahi-20240306_709e60f-i586-1_SBo: service discovery aka Zeroconf ...... [ 2.6M]

Installing dependency: geoclue2
geoclue2-2.6.0-i586-2_SBo: location information service ................ [ 1.1M]

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/i586/gis/viking/viking-1.11-i586-1_SBo.txz to /tmp/SBo/sbopkglint.3DMdj8 ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/i586/gis/viking/viking-1.11-i586-1_SBo.txz to /tmp/SBo/sbopkglint.3DMdj8 ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...usr/share/applications/viking.desktop: hint: value "GTK;Science;Maps;Geography;Education;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu
OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
✅ === viking-1.11-i586-1_SBo.txz: All tests passed ✅

@sbo-bot
Copy link
Author

sbo-bot bot commented Jan 15, 2026

buildpkg x86_64 gis/viking

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:     Thu Jan 15 02:53:43 GMT 2026
revision: 8a108beaa11c8bee3f5ec53b7b787550cd4389a5
title:    Merge 2d83b3ec91110e51ff4282c65a72465a52585189 into 025fc8f2d13a6c442b42df058e6e76bb3a62bc95

================================================================================
gis/viking                                                              03:09:51
================================================================================

Calculating dependencies ... 
Hints for system/geoclue2:
  OPTIONS="AVAHI=yes"
  ADDREQUIRES="avahi"
Hints for network/avahi:
  GROUPADD="214:avahi"
  USERADD="214:avahi"
Dependency tree:
gis/viking (update for version 1.11)
  system/geoclue2 (ok)
    network/avahi (ok)
      libraries/libdaemon (ok)
  libraries/liboauth (ok)
  libraries/libnova (ok)
  gis/gpsd (ok)

Building gis/viking (update for version 1.11) ------------------------- 03:09:54
Testing SlackBuild files ... done.
Downloading source files ...

#=#=#                                                                          
######################################################################## 100.0%
##O#-#                                                                         
##=O#- #                                                                       
#-#O=#  #                                                                      
                                                                           0.3%
                                                                           0.8%
#                                                                          1.8%
##                                                                         3.2%
###                                                                        4.3%
######                                                                     8.6%
##########                                                                15.2%
###################                                                       27.7%
########################                                                  34.5%
#########################################                                 57.0%
###################################################################       94.2%
####################################################################      95.0%
####################################################################      95.2%
####################################################################      95.6%
#####################################################################     96.6%
######################################################################## 100.0%
Verifying source files ... done.
Installing dependencies ...
gpsd-3.25-x86_64-1_SBo: GPS service daemon ............................. [ 5.2M]
libnova-0.15.0-x86_64-2_SBo: celestial mechanics, astrometry and astrody [ 9.7M]
liboauth-1.0.3-x86_64-8_SBo: C library implementing OAuth Core RFC 5849  [ 110K]
libdaemon-0.14-x86_64-1_SBo: Unix daemonizing library .................. [ 120K]
Adding groups and users:
  groupadd -g 214 avahi; 
  useradd  -u 214 -g avahi -c avahi -d /dev/null -s /bin/false  avahi; 
avahi-20240306_709e60f-x86_64-1_SBo: service discovery aka Zeroconf .... [ 2.7M]
Reloading system message bus configuration...
geoclue2-2.6.0-x86_64-2_SBo: location information service .............. [ 1.2M]
Running viking.SlackBuild ...                                       ETA 03:10:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./viking.SlackBuild
Built ok:  viking-1.11-x86_64-1_SBo.txz                                 03:10:19
Testing package viking-1.11-x86_64-1_SBo.txz ... done.
Test installing viking-1.11-x86_64-1_SBo.txz ...
viking-1.11-x86_64-1_SBo: gps data management software ................. [ 6.8M]
Unmounting chroot ... done.
Backed up: viking-1.10-x86_64-3_SBo.txz
✅ gis/viking Updated for version 1.11 ✅

================================================================================
SUMMARY                                                                 03:10:21
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-01-15_03:09:51.log
Runtime:     0h 0m 31s
Updated:     1
  gis/viking/viking-1.11-x86_64-1_SBo.txz

Snipped Build Log

Details
:
vikgeocluelayer.c:401:9: warning: ‘gtk_image_menu_item_new_with_mnemonic’ is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations]
  401 |         item = gtk_image_menu_item_new_with_mnemonic ( vgl->tracking ?
      |         ^~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:269,
                 from viklayer.h:26,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here
   82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar      *label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:404:9: warning: ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations]
  404 |         gtk_image_menu_item_set_image ( (GtkImageMenuItem*)item, vgl->tracking ?
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:269,
                 from viklayer.h:26,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem *image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:405:73: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  405 |                                                                         gtk_image_new_from_stock (GTK_STOCK_MEDIA_STOP, GTK_ICON_SIZE_MENU) :
      |                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42,
                 from /usr/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /usr/include/gtk-3.0/gtk/gtk.h:42,
                 from viklayer.h:26,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:405:73: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  405 |                                                                         gtk_image_new_from_stock (GTK_STOCK_MEDIA_STOP, GTK_ICON_SIZE_MENU) :
      |                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:406:73: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  406 |                                                                         gtk_image_new_from_stock (GTK_STOCK_MEDIA_PLAY, GTK_ICON_SIZE_MENU) );
      |                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42,
                 from /usr/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /usr/include/gtk-3.0/gtk/gtk.h:42,
                 from viklayer.h:26,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:406:73: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  406 |                                                                         gtk_image_new_from_stock (GTK_STOCK_MEDIA_PLAY, GTK_ICON_SIZE_MENU) );
      |                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:415:9: warning: ‘gtk_image_menu_item_new_with_mnemonic’ is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations]
  415 |         item = gtk_image_menu_item_new_with_mnemonic ( _("_Empty") );
      |         ^~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:269,
                 from viklayer.h:26,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here
   82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar      *label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:416:9: warning: ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations]
  416 |         gtk_image_menu_item_set_image ( (GtkImageMenuItem*)item, gtk_image_new_from_stock (GTK_STOCK_REMOVE, GTK_ICON_SIZE_MENU) );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:269,
                 from viklayer.h:26,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem *image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:416:9: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  416 |         gtk_image_menu_item_set_image ( (GtkImageMenuItem*)item, gtk_image_new_from_stock (GTK_STOCK_REMOVE, GTK_ICON_SIZE_MENU) );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42,
                 from /usr/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /usr/include/gtk-3.0/gtk/gtk.h:42,
                 from viklayer.h:26,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c:416:9: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  416 |         gtk_image_menu_item_set_image ( (GtkImageMenuItem*)item, gtk_image_new_from_stock (GTK_STOCK_REMOVE, GTK_ICON_SIZE_MENU) );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vikgeocluelayer.c: In function ‘create_trackpoint’:
vikgeocluelayer.c:500:17: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  500 |                 GTimeVal tv = { 0 };
      |                 ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from viklayer.h:25,
                 from vikgeocluelayer.h:25,
                 from vikgeocluelayer.c:22:
/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  547 | struct _GTimeVal
      |        ^~~~~~~~~
Generating and caching the translation database
Merging translations into viking.desktop.
viktrwlayer_geotag.c:782:41: warning: ‘%02d’ directive output may be truncated writing between 2 and 10 bytes into a region of size between 0 and 4 [-Wformat-truncation=]
  782 |         snprintf (tmp_string, 7, "%+02d:%02d", default_values.TimeZoneHours, abs (default_values.TimeZoneMins) );
      |                                         ^~~~
viktrwlayer_geotag.c:782:34: note: directive argument in the range [0, 2147483647]
  782 |         snprintf (tmp_string, 7, "%+02d:%02d", default_values.TimeZoneHours, abs (default_values.TimeZoneMins) );
      |                                  ^~~~~~~~~~~~
viktrwlayer_geotag.c:782:9: note: ‘snprintf’ output between 6 and 23 bytes into a destination of size 7
  782 |         snprintf (tmp_string, 7, "%+02d:%02d", default_values.TimeZoneHours, abs (default_values.TimeZoneMins) );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rm -f libviking.a
ar cr libviking.a astronomy.o modules.o curl_download.o compression.o degrees_converters.o globals.o viktrwlayer.o vik_compat.o viktrack.o vikwaypoint.o clipboard.o coords.o gpsmapper.o gpspoint.o geojson.o dir.o file.o fileutils.o file_magic.o dialog.o util.o ui_util.o download.o jpg.o vikenumtypes.o viktreeview.o viklayer.o viklayerspanel.o vikcoordlayer.o vikstatus.o vikwindow.o vikviewport.o vikaggregatelayer.o vikgobjectbuilder.o vikgpslayer.o vikgeoreflayer.o vikfileentry.o vikgototool.o vikgotoxmltool.o vikgoto.o viktrwlayer_export.o viktrwlayer_tpwin.o viktrwlayer_wpwin.o viktrwlayer_propwin.o viktrwlayer_analysis.o viktrwlayer_tracklist.o viktrwlayer_waypointlist.o vikrouting.o vikroutingengine.o vikroutingwebengine.o vikutils.o toolbar.o thumbnails.o md5_hash.o background.o logging.o vikradiogroup.o vikcoord.o mapcache.o maputils.o vikmapsource.o vikmapsourcedefault.o vikmapslayer.o vikmapslayer_compat.o vikmaptype.o vikslippymapsource.o vikwmscmapsource.o viktmsmapsource.o metatile.o fit.o gpx.o tcx.o garminsymbols.o acquire.o babel.o babel_ui.o datasource_file.o datasource_geojson.o datasource_gps.o datasource_routing.o datasource_gc.o datasource_bfilter.o datasource_wikipedia.o datasource_url.o googlesearch.o dem.o vikdemlayer.o vikdatetime_edit_dialog.o vikfilelist.o vikexttool.o vikexttools.o vikwebtool.o vikwebtoolcenter.o vikwebtoolbounds.o vikwebtoolformat.o vikexttool_datasources.o vikwebtool_datasource.o dems.o srtm_continent.o uibuilder.o print-preview.o print.o kml.o kmz.o viklayer_defaults.o settings.o socket.o preferences.o misc/heatmap.o misc/fpconv.o misc/strtod.o misc/kdtree.o misc/gtkhtml.o bingmapsource.o bing.o google.o   osm.o osm-traces.o datasource_osm_my_traces.o datasource_osm.o bluemarble.o geonames.o geonamessearch.o datasource_geotag.o geotag_exif.o viktrwlayer_geotag.o   vikgeocluelayer.o libgeoclue.o 
ranlib libviking.a
gcc -Wall -g -D_GNU_SOURCE -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/json-glib-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libgeoclue-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC   -o viking main.o icons/libicons.a libviking.a -lgthread-2.0 -pthread -lgdk_pixbuf-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lexpat -lcurl  -lnova -lnettle -llzma -lzip -lsqlite3 -lmagic -lbz2 -lgps -lgexiv2 -lgeoclue-2 -lX11 -lz -lm 
make[3]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src'
make[2]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src'
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src'
Making all in test
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/test'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/test'
Making all in data
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/data'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/data'
Making all in po
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/po'
file=`echo ast | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ast.po
file=`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ca.po
file=`echo cs | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo da | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo el | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file el.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
file=`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo eu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file eu.po
file=`echo fi | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file fi.po
file=`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file fr.po
file=`echo he | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file he.po
file=`echo hu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file hu.po
file=`echo id | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file id.po
file=`echo it | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=`echo jv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file jv.po
file=`echo ko | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ko.po
file=`echo ku | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ku.po
file=`echo lt | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file lt.po
file=`echo lv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file lv.po
file=`echo nb | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nb.po
file=`echo nl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nl.po
file=`echo pl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pl.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
file=`echo ru | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ru.po
file=`echo sk | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sk.po
file=`echo sl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sl.po
file=`echo sv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sv.po
file=`echo tr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file tr.po
file=`echo uk | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file uk.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/po'
Making all in windows
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows'
Making all in installer
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer'
Making all in pixmaps
make[3]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer/pixmaps'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer/pixmaps'
Making all in translations
make[3]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer/translations'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer/translations'
make[3]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer'
make[2]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer'
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows'
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows'
Making all in tools
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/tools'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/tools'
Making all in doc
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc'
Making all in examples
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc/examples'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc/examples'
Making all in reference
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc/reference'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc/reference'
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc'
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc'
Making all in help
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/help'
/usr/bin/xsltproc --nonet --xinclude -o viking.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl viking.xml
ERROR: xref linking to open_external has no generated link text.
Error: no ID for constraint linkend: "open_external".
ERROR: xref linking to prefs has no generated link text.
Error: no ID for constraint linkend: "prefs".
Note: Writing viking.1
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/help'
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11'
Making install in src
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src'
make  install-recursive
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src'
Making install in icons
make[3]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src/icons'
make  install-am
make[4]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src/icons'
make[5]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src/icons'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/libexec/repo/mkdir -p '/tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/icons/hicolor/48x48/apps'
 /usr/bin/ginstall -c -m 644 viking.png '/tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/icons/hicolor/48x48/apps'
make  install-data-hook
make[6]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src/icons'
*** Icon cache not updated.  After install, run this:
***   gtk-update-icon-cache -f -t /usr/share/icons/hicolor
make[6]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src/icons'
make[5]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src/icons'
make[4]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src/icons'
make[3]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src/icons'
make[3]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src'
make[4]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src'
 /usr/libexec/repo/mkdir -p '/tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/applications'
 /usr/bin/ginstall -c -m 644 viking.desktop '/tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/applications'
 /usr/libexec/repo/mkdir -p '/tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/bin'
  /usr/bin/ginstall -c viking '/tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/bin'
make[4]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src'
make[3]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src'
make[2]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src'
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/src'
Making install in test
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/test'
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/test'
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.EbE4GD/build_viking/viking-1.11/test'
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/test'
Making install in data
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/data'
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/data'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/libexec/repo/mkdir -p '/tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/viking'
 /usr/bin/ginstall -c -m 644 maps.xml external_tools.xml goto_tools.xml datasources.xml routing.xml unreachable_tiles.txt latlontz.txt '/tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/viking'
make[2]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/data'
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/data'
Making install in po
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/po'
linguas="ast ca cs da de el en_GB es eu fi fr he hu id it ja jv ko ku lt lv nb nl pl pt_BR ru sk sl sv tr uk zh_CN zh_TW "; \
for lang in $linguas; do \
  dir=/tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/$lang/LC_MESSAGES; \
  /bin/sh /tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/install-sh -d $dir; \
  if test -r $lang.gmo; then \
    /usr/bin/ginstall -c -m 644 $lang.gmo $dir/viking.mo; \
    echo "installing $lang.gmo as $dir/viking.mo"; \
  else \
    /usr/bin/ginstall -c -m 644 ./$lang.gmo $dir/viking.mo; \
    echo "installing ./$lang.gmo as" \
	 "$dir/viking.mo"; \
  fi; \
  if test -r $lang.gmo.m; then \
    /usr/bin/ginstall -c -m 644 $lang.gmo.m $dir/viking.mo.m; \
    echo "installing $lang.gmo.m as $dir/viking.mo.m"; \
  else \
    if test -r ./$lang.gmo.m ; then \
      /usr/bin/ginstall -c -m 644 ./$lang.gmo.m \
	$dir/viking.mo.m; \
      echo "installing ./$lang.gmo.m as" \
	   "$dir/viking.mo.m"; \
    else \
      true; \
    fi; \
  fi; \
done
installing ast.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/ast/LC_MESSAGES/viking.mo
installing ca.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/ca/LC_MESSAGES/viking.mo
installing cs.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/cs/LC_MESSAGES/viking.mo
installing da.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/da/LC_MESSAGES/viking.mo
installing de.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/de/LC_MESSAGES/viking.mo
installing el.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/el/LC_MESSAGES/viking.mo
installing en_GB.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/en_GB/LC_MESSAGES/viking.mo
installing es.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/es/LC_MESSAGES/viking.mo
installing eu.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/eu/LC_MESSAGES/viking.mo
installing fi.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/fi/LC_MESSAGES/viking.mo
installing fr.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/fr/LC_MESSAGES/viking.mo
installing he.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/he/LC_MESSAGES/viking.mo
installing hu.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/hu/LC_MESSAGES/viking.mo
installing id.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/id/LC_MESSAGES/viking.mo
installing it.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/it/LC_MESSAGES/viking.mo
installing ja.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/ja/LC_MESSAGES/viking.mo
installing jv.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/jv/LC_MESSAGES/viking.mo
installing ko.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/ko/LC_MESSAGES/viking.mo
installing ku.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/ku/LC_MESSAGES/viking.mo
installing lt.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/lt/LC_MESSAGES/viking.mo
installing lv.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/lv/LC_MESSAGES/viking.mo
installing nb.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/nb/LC_MESSAGES/viking.mo
installing nl.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/nl/LC_MESSAGES/viking.mo
installing pl.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/pl/LC_MESSAGES/viking.mo
installing pt_BR.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/pt_BR/LC_MESSAGES/viking.mo
installing ru.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/ru/LC_MESSAGES/viking.mo
installing sk.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/sk/LC_MESSAGES/viking.mo
installing sl.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/sl/LC_MESSAGES/viking.mo
installing sv.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/sv/LC_MESSAGES/viking.mo
installing tr.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/tr/LC_MESSAGES/viking.mo
installing uk.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/uk/LC_MESSAGES/viking.mo
installing zh_CN.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/zh_CN/LC_MESSAGES/viking.mo
installing zh_TW.gmo as /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/locale/zh_TW/LC_MESSAGES/viking.mo
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/po'
Making install in windows
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows'
Making install in installer
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer'
Making install in pixmaps
make[3]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer/pixmaps'
make[4]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer/pixmaps'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer/pixmaps'
make[3]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer/pixmaps'
Making install in translations
make[3]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer/translations'
make[4]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer/translations'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer/translations'
make[3]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer/translations'
make[3]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer'
make[4]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer'
make[3]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer'
make[2]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows/installer'
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows'
make[3]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows'
make[2]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows'
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/windows'
Making install in tools
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/tools'
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/tools'
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.EbE4GD/build_viking/viking-1.11/tools'
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/tools'
Making install in doc
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc'
Making install in examples
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc/examples'
make[3]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc/examples'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc/examples'
make[2]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc/examples'
Making install in reference
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc/reference'
make[3]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc/reference'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc/reference'
make[2]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc/reference'
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc'
make[3]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc'
make[2]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc'
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/doc'
Making install in help
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/help'
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/help'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/libexec/repo/mkdir -p '/tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/man/man1'
mkdir -p -- /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking
 /usr/bin/ginstall -c -m 644 viking.1 '/tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/man/man1'
/usr/bin/ginstall -c -m 644 C/index.docbook /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/index.docbook
/usr/bin/ginstall -c -m 644 C/legal.xml /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/legal.xml
/usr/bin/ginstall -c -m 644 C/attribution.xml /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/attribution.xml
/usr/bin/ginstall -c -m 644 C/commandline.xml /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/commandline.xml
/usr/bin/ginstall -c -m 644 C/commandline_details.xml /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/commandline_details.xml
/usr/bin/ginstall -c -m 644 C/edit_view_menus.xml /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/edit_view_menus.xml
/usr/bin/ginstall -c -m 644 C/extending.xml /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/extending.xml
/usr/bin/ginstall -c -m 644 C/dem_layer.xml /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/dem_layer.xml
/usr/bin/ginstall -c -m 644 C/geoclue_layer.xml /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/geoclue_layer.xml
/usr/bin/ginstall -c -m 644 C/georef_layer.xml /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/georef_layer.xml
/usr/bin/ginstall -c -m 644 C/mapnik_rendering_layer.xml /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/mapnik_rendering_layer.xml
/usr/bin/ginstall -c -m 644 C/recommends.xml /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/recommends.xml
/usr/bin/ginstall -c -m 644 C/refsynopsis.xml /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/refsynopsis.xml
/usr/bin/ginstall -c -m 644 C/userconfig.xml /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/userconfig.xml
mkdir -p -- /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures
/usr/bin/ginstall -c -m 644 ./C/figures/Aggregate_heatmap.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Aggregate_heatmap.png
/usr/bin/ginstall -c -m 644 ./C/figures/Aggregate_statistics.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Aggregate_statistics.png
/usr/bin/ginstall -c -m 644 ./C/figures/Aggregate_statistics_years.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Aggregate_statistics_years.png
/usr/bin/ginstall -c -m 644 ./C/figures/addtr_18.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/addtr_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/addwp_18.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/addwp_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/demdl_18.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/demdl_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/edtr_18.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/edtr_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/edwp_18.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/edwp_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/geomove_18.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/geomove_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/geozoom_18.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/geozoom_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/LayersTracksList.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/LayersTracksList.png
/usr/bin/ginstall -c -m 644 ./C/figures/LayersTracksStatistics.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/LayersTracksStatistics.png
/usr/bin/ginstall -c -m 644 ./C/figures/Maps_download_region_dialog.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Maps_download_region_dialog.png
/usr/bin/ginstall -c -m 644 ./C/figures/Maps_Cache_Status_Overlay.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Maps_Cache_Status_Overlay.png
/usr/bin/ginstall -c -m 644 ./C/figures/map_tile_info_dialog.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/map_tile_info_dialog.png
/usr/bin/ginstall -c -m 644 ./C/figures/mapdl_18.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/mapdl_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/mover_22.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/mover_22.png
/usr/bin/ginstall -c -m 644 ./C/figures/properties_degree.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/properties_degree.png
/usr/bin/ginstall -c -m 644 ./C/figures/properties_units.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/properties_units.png
/usr/bin/ginstall -c -m 644 ./C/figures/route_finder_18.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/route_finder_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/ruler_18.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/ruler_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/select_18.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/select_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/showpic_18.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/showpic_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/DEM_Example.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/DEM_Example.png
/usr/bin/ginstall -c -m 644 ./C/figures/GeoRefLayer_Properties.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/GeoRefLayer_Properties.png
/usr/bin/ginstall -c -m 644 ./C/figures/Goto_Main_Window.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Goto_Main_Window.png
/usr/bin/ginstall -c -m 644 ./C/figures/Panel_Stats_Tab.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Panel_Stats_Tab.png
/usr/bin/ginstall -c -m 644 ./C/figures/Trackpoint_edit_dialog.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Trackpoint_edit_dialog.png
/usr/bin/ginstall -c -m 644 ./C/figures/Track_elevation_graph.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Track_elevation_graph.png
/usr/bin/ginstall -c -m 644 ./C/figures/Track_speed_time_graph_WinterSolstice2021.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Track_speed_time_graph_WinterSolstice2021.png
/usr/bin/ginstall -c -m 644 ./C/figures/Track_properties.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Track_properties.png
/usr/bin/ginstall -c -m 644 ./C/figures/Track_statistics.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Track_statistics.png
/usr/bin/ginstall -c -m 644 ./C/figures/Track_time_splits.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Track_time_splits.png
/usr/bin/ginstall -c -m 644 ./C/figures/trw_statusbar.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/trw_statusbar.png
/usr/bin/ginstall -c -m 644 ./C/figures/vik_new_route_18.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/vik_new_route_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/WaypointProperties.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/WaypointProperties.png
/usr/bin/ginstall -c -m 644 ./C/figures/WaypointProperties-Extra.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/WaypointProperties-Extra.png
/usr/bin/ginstall -c -m 644 ./C/figures/WaypointsList.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/WaypointsList.png
/usr/bin/ginstall -c -m 644 ./C/figures/zoom_18.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/zoom_18.png
/usr/bin/ginstall -c -m 644 ./C/figures/zoom_status_popup.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/zoom_status_popup.png
/usr/bin/ginstall -c -m 644 ./C/figures/Viking-OSM-CycleMap-ManyTracks.jpg /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Viking-OSM-CycleMap-ManyTracks.jpg
/usr/bin/ginstall -c -m 644 ./C/figures/Viking-TAC.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Viking-TAC.png
/usr/bin/ginstall -c -m 644 ./C/figures/Viking-TAC-Lines.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/Viking-TAC-Lines.png
/usr/bin/ginstall -c -m 644 ./C/figures/DEM_file_info_dialog.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/DEM_file_info_dialog.png
/usr/bin/ginstall -c -m 644 ./C/figures/customize_toolbar_dialog.png /tmp/SBo/repo.EbE4GD/build_viking/package-viking/usr/share/help/C/viking/figures/customize_toolbar_dialog.png
make[2]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/help'
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11/help'
make[1]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11'
make[2]: Entering directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11'
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.EbE4GD/build_viking/viking-1.11'
make[1]: Leaving directory '/tmp/SBo/repo.EbE4GD/build_viking/viking-1.11'

Slackware package maker, version 3.14159265.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.EbE4GD/output_viking/viking-1.11-x86_64-1_SBo.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/bin/
usr/bin/viking
usr/doc/
usr/doc/viking-1.11/
usr/doc/viking-1.11/AUTHORS
usr/doc/viking-1.11/COPYING
usr/doc/viking-1.11/ChangeLog
usr/doc/viking-1.11/NEWS
usr/doc/viking-1.11/README
usr/doc/viking-1.11/TODO
usr/doc/viking-1.11/viking.SlackBuild
usr/share/
usr/share/applications/
usr/share/applications/viking.desktop
usr/share/help/
usr/share/help/C/
usr/share/help/C/viking/
usr/share/help/C/viking/attribution.xml
usr/share/help/C/viking/commandline.xml
usr/share/help/C/viking/commandline_details.xml
usr/share/help/C/viking/dem_layer.xml
usr/share/help/C/viking/edit_view_menus.xml
usr/share/help/C/viking/extending.xml
usr/share/help/C/viking/figures/
usr/share/help/C/viking/figures/Aggregate_heatmap.png
usr/share/help/C/viking/figures/Aggregate_statistics.png
usr/share/help/C/viking/figures/Aggregate_statistics_years.png
usr/share/help/C/viking/figures/DEM_Example.png
usr/share/help/C/viking/figures/DEM_file_info_dialog.png
usr/share/help/C/viking/figures/GeoRefLayer_Properties.png
usr/share/help/C/viking/figures/Goto_Main_Window.png
usr/share/help/C/viking/figures/LayersTracksList.png
usr/share/help/C/viking/figures/LayersTracksStatistics.png
usr/share/help/C/viking/figures/Maps_Cache_Status_Overlay.png
usr/share/help/C/viking/figures/Maps_download_region_dialog.png
usr/share/help/C/viking/figures/Panel_Stats_Tab.png
usr/share/help/C/viking/figures/Track_elevation_graph.png
usr/share/help/C/viking/figures/Track_properties.png
usr/share/help/C/viking/figures/Track_speed_time_graph_WinterSolstice2021.png
usr/share/help/C/viking/figures/Track_statistics.png
usr/share/help/C/viking/figures/Track_time_splits.png
usr/share/help/C/viking/figures/Trackpoint_edit_dialog.png
usr/share/help/C/viking/figures/Viking-OSM-CycleMap-ManyTracks.jpg
usr/share/help/C/viking/figures/Viking-TAC-Lines.png
usr/share/help/C/viking/figures/Viking-TAC.png
usr/share/help/C/viking/figures/WaypointProperties-Extra.png
usr/share/help/C/viking/figures/WaypointProperties.png
usr/share/help/C/viking/figures/WaypointsList.png
usr/share/help/C/viking/figures/addtr_18.png
usr/share/help/C/viking/figures/addwp_18.png
usr/share/help/C/viking/figures/customize_toolbar_dialog.png
usr/share/help/C/viking/figures/demdl_18.png
usr/share/help/C/viking/figures/edtr_18.png
usr/share/help/C/viking/figures/edwp_18.png
usr/share/help/C/viking/figures/geomove_18.png
usr/share/help/C/viking/figures/geozoom_18.png
usr/share/help/C/viking/figures/map_tile_info_dialog.png
usr/share/help/C/viking/figures/mapdl_18.png
usr/share/help/C/viking/figures/mover_22.png
usr/share/help/C/viking/figures/properties_degree.png
usr/share/help/C/viking/figures/properties_units.png
usr/share/help/C/viking/figures/route_finder_18.png
usr/share/help/C/viking/figures/ruler_18.png
usr/share/help/C/viking/figures/select_18.png
usr/share/help/C/viking/figures/showpic_18.png
usr/share/help/C/viking/figures/trw_statusbar.png
usr/share/help/C/viking/figures/vik_new_route_18.png
usr/share/help/C/viking/figures/zoom_18.png
usr/share/help/C/viking/figures/zoom_status_popup.png
usr/share/help/C/viking/geoclue_layer.xml
usr/share/help/C/viking/georef_layer.xml
usr/share/help/C/viking/index.docbook
usr/share/help/C/viking/legal.xml
usr/share/help/C/viking/mapnik_rendering_layer.xml
usr/share/help/C/viking/recommends.xml
usr/share/help/C/viking/refsynopsis.xml
usr/share/help/C/viking/userconfig.xml
usr/share/icons/
usr/share/icons/hicolor/
usr/share/icons/hicolor/48x48/
usr/share/icons/hicolor/48x48/apps/
usr/share/icons/hicolor/48x48/apps/viking.png
usr/share/locale/
usr/share/locale/ast/
usr/share/locale/ast/LC_MESSAGES/
usr/share/locale/ast/LC_MESSAGES/viking.mo
usr/share/locale/ca/
usr/share/locale/ca/LC_MESSAGES/
usr/share/locale/ca/LC_MESSAGES/viking.mo
usr/share/locale/cs/
usr/share/locale/cs/LC_MESSAGES/
usr/share/locale/cs/LC_MESSAGES/viking.mo
usr/share/locale/da/
usr/share/locale/da/LC_MESSAGES/
usr/share/locale/da/LC_MESSAGES/viking.mo
usr/share/locale/de/
usr/share/locale/de/LC_MESSAGES/
usr/share/locale/de/LC_MESSAGES/viking.mo
usr/share/locale/el/
usr/share/locale/el/LC_MESSAGES/
usr/share/locale/el/LC_MESSAGES/viking.mo
usr/share/locale/en_GB/
usr/share/locale/en_GB/LC_MESSAGES/
usr/share/locale/en_GB/LC_MESSAGES/viking.mo
usr/share/locale/es/
usr/share/locale/es/LC_MESSAGES/
usr/share/locale/es/LC_MESSAGES/viking.mo
usr/share/locale/eu/
usr/share/locale/eu/LC_MESSAGES/
usr/share/locale/eu/LC_MESSAGES/viking.mo
usr/share/locale/fi/
usr/share/locale/fi/LC_MESSAGES/
usr/share/locale/fi/LC_MESSAGES/viking.mo
usr/share/locale/fr/
usr/share/locale/fr/LC_MESSAGES/
usr/share/locale/fr/LC_MESSAGES/viking.mo
usr/share/locale/he/
usr/share/locale/he/LC_MESSAGES/
usr/share/locale/he/LC_MESSAGES/viking.mo
usr/share/locale/hu/
usr/share/locale/hu/LC_MESSAGES/
usr/share/locale/hu/LC_MESSAGES/viking.mo
usr/share/locale/id/
usr/share/locale/id/LC_MESSAGES/
usr/share/locale/id/LC_MESSAGES/viking.mo
usr/share/locale/it/
usr/share/locale/it/LC_MESSAGES/
usr/share/locale/it/LC_MESSAGES/viking.mo
usr/share/locale/ja/
usr/share/locale/ja/LC_MESSAGES/
usr/share/locale/ja/LC_MESSAGES/viking.mo
usr/share/locale/jv/
usr/share/locale/jv/LC_MESSAGES/
usr/share/locale/jv/LC_MESSAGES/viking.mo
usr/share/locale/ko/
usr/share/locale/ko/LC_MESSAGES/
usr/share/locale/ko/LC_MESSAGES/viking.mo
usr/share/locale/ku/
usr/share/locale/ku/LC_MESSAGES/
usr/share/locale/ku/LC_MESSAGES/viking.mo
usr/share/locale/lt/
usr/share/locale/lt/LC_MESSAGES/
usr/share/locale/lt/LC_MESSAGES/viking.mo
usr/share/locale/lv/
usr/share/locale/lv/LC_MESSAGES/
usr/share/locale/lv/LC_MESSAGES/viking.mo
usr/share/locale/nb/
usr/share/locale/nb/LC_MESSAGES/
usr/share/locale/nb/LC_MESSAGES/viking.mo
usr/share/locale/nl/
usr/share/locale/nl/LC_MESSAGES/
usr/share/locale/nl/LC_MESSAGES/viking.mo
usr/share/locale/pl/
usr/share/locale/pl/LC_MESSAGES/
usr/share/locale/pl/LC_MESSAGES/viking.mo
usr/share/locale/pt_BR/
usr/share/locale/pt_BR/LC_MESSAGES/
usr/share/locale/pt_BR/LC_MESSAGES/viking.mo
usr/share/locale/ru/
usr/share/locale/ru/LC_MESSAGES/
usr/share/locale/ru/LC_MESSAGES/viking.mo
usr/share/locale/sk/
usr/share/locale/sk/LC_MESSAGES/
usr/share/locale/sk/LC_MESSAGES/viking.mo
usr/share/locale/sl/
usr/share/locale/sl/LC_MESSAGES/
usr/share/locale/sl/LC_MESSAGES/viking.mo
usr/share/locale/sv/
usr/share/locale/sv/LC_MESSAGES/
usr/share/locale/sv/LC_MESSAGES/viking.mo
usr/share/locale/tr/
usr/share/locale/tr/LC_MESSAGES/
usr/share/locale/tr/LC_MESSAGES/viking.mo
usr/share/locale/uk/
usr/share/locale/uk/LC_MESSAGES/
usr/share/locale/uk/LC_MESSAGES/viking.mo
usr/share/locale/zh_CN/
usr/share/locale/zh_CN/LC_MESSAGES/
usr/share/locale/zh_CN/LC_MESSAGES/viking.mo
usr/share/locale/zh_TW/
usr/share/locale/zh_TW/LC_MESSAGES/
usr/share/locale/zh_TW/LC_MESSAGES/viking.mo
usr/share/viking/
usr/share/viking/datasources.xml
usr/share/viking/external_tools.xml
usr/share/viking/goto_tools.xml
usr/share/viking/latlontz.txt
usr/share/viking/maps.xml
usr/share/viking/routing.xml
usr/share/viking/unreachable_tiles.txt

Slackware package /tmp/SBo/repo.EbE4GD/output_viking/viking-1.11-x86_64-1_SBo.txz created.

Built ok:  viking-1.11-x86_64-1_SBo.txz                                 03:10:19
Testing package viking-1.11-x86_64-1_SBo.txz ... 
Test installing viking-1.11-x86_64-1_SBo.txz ...
viking-1.11-x86_64-1_SBo: gps data management software ................. [ 6.8M]
Unmounting chroot ... 
Backed up: viking-1.10-x86_64-3_SBo.txz
:-) gis/viking Updated for version 1.11 (-:

@sbo-bot
Copy link
Author

sbo-bot bot commented Jan 15, 2026

sbopkglint x86_64 gis/viking

Installing dependency: gpsd
gpsd-3.25-x86_64-1_SBo: GPS service daemon ............................. [ 5.2M]

Installing dependency: libnova
libnova-0.15.0-x86_64-2_SBo: celestial mechanics, astrometry and astrody [ 9.7M]

Installing dependency: liboauth
liboauth-1.0.3-x86_64-8_SBo: C library implementing OAuth Core RFC 5849  [ 110K]

Installing dependency: libdaemon
libdaemon-0.14-x86_64-1_SBo: Unix daemonizing library .................. [ 120K]

Installing dependency: avahi
avahi-20240306_709e60f-x86_64-1_SBo: service discovery aka Zeroconf .... [ 2.7M]

Installing dependency: geoclue2
geoclue2-2.6.0-x86_64-2_SBo: location information service .............. [ 1.2M]

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/x86_64/gis/viking/viking-1.11-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.hPmTlK ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/x86_64/gis/viking/viking-1.11-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.hPmTlK ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...usr/share/applications/viking.desktop: hint: value "GTK;Science;Maps;Geography;Education;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu
OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
✅ === viking-1.11-x86_64-1_SBo.txz: All tests passed ✅

@willysr
Copy link
Member

willysr commented Jan 15, 2026

merged

@willysr willysr closed this Jan 15, 2026
@willysr willysr deleted the viking-0f09cbac616b996cb46c4b8c3013cd5b branch January 15, 2026 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

submission-form Changes submitted via the website submission form

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants