------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=5.9 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- ===> The following configuration options are available for tomboy-1.15.7_2: EVOLUTION=off: Build evolution addin ===> Use 'make config' to modify these settings SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- MAKE=gmake GTKDOC="false" MONO_SHARED_DIR="/construction/deskutils/tomboy" PKG_CONFIG=pkgconf XDG_DATA_HOME=/construction/deskutils/tomboy XDG_CONFIG_HOME=/construction/deskutils/tomboy HOME=/construction/deskutils/tomboy TMPDIR="/tmp" PATH=/construction/deskutils/tomboy/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 CONFIG_SITE=/xports/Templates/config.site lt_cv_sys_max_cmd_len=262144 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- --disable-evolution --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 MONO_SHARED_DIR="/construction/deskutils/tomboy" TZ=UTC XDG_DATA_HOME=/construction/deskutils/tomboy XDG_CONFIG_HOME=/construction/deskutils/tomboy HOME=/construction/deskutils/tomboy TMPDIR="/tmp" PATH=/construction/deskutils/tomboy/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- DESTDIR=/construction/deskutils/tomboy/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- EVOLUTION="@comment " GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" OSREL=5.9 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/tomboy" EXAMPLESDIR="share/examples/tomboy" DATADIR="share/tomboy" WWWDIR="www/tomboy" ETCDIR="etc/tomboy" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/tomboy DOCSDIR=/usr/local/share/doc/tomboy EXAMPLESDIR=/usr/local/share/examples/tomboy WWWDIR=/usr/local/www/tomboy ETCDIR=/usr/local/etc/tomboy SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_SUFX=.txz DEVELOPER=1 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500908 OSVERSION=9999999 OSREL=5.9 _OSRELEASE=5.9-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=10 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libinotify-20180201_2.txz ===== Message from libinotify-20180201_2: -- Libinotify functionality on FreeBSD is missing support for - detecting a file being moved into or out of a directory within the same filesystem - certain modifications to a symbolic link (rather than the file it points to.) in addition to the known limitations on all platforms using kqueue(2) where various open and close notifications are unimplemented. This means the following regression tests will fail: Directory notifications: IN_MOVED_FROM IN_MOVED_TO Open/close notifications: IN_OPEN IN_CLOSE_NOWRITE IN_CLOSE_WRITE Symbolic Link notifications: IN_DONT_FOLLOW IN_ATTRIB IN_MOVE_SELF IN_DELETE_SELF Kernel patches to address the missing directory and symbolic link notifications are available from: https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches You might want to consider increasing the kern.maxfiles tunable if you plan to use this library for applications that need to monitor activity of a lot of files. Installing /packages/All/libiconv-1.16.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/png-1.6.37_1.txz Installing /packages/All/freetype2-2.10.4.txz ===== Message from freetype2-2.10.4: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.6.txz Installing /packages/All/tiff-4.2.0.txz Installing /packages/All/lcms2-2.12.txz Installing /packages/All/openjpeg-2.4.0.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.2.0.txz Installing /packages/All/expat-2.2.10.txz Installing /packages/All/fontconfig-2.13.93,1.txz Installing /packages/All/tcl86-8.6.11_1.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.14_1.txz Installing /packages/All/libX11-1.6.12,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/libXScrnSaver-1.2.3_2.txz Installing /packages/All/tk86-8.6.11_2.txz Installing /packages/All/libffi-3.3_1.txz Installing /packages/All/ncurses-6.2.20210213.txz Installing /packages/All/readline-8.1.0.txz Installing /packages/All/openssl-1.1.1j_1,1.txz Installing /packages/All/python37-3.7.9_1.txz ===== Message from python37-3.7.9_1: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-olefile-0.46.txz Installing /packages/All/py37-tkinter-3.7.9_6.txz Installing /packages/All/py37-pillow-7.0.0.txz Installing /packages/All/ca_root_nss-3.61.txz ===== Message from ca_root_nss-3.61: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/mono-5.10.1.57_3.txz ===== Message from mono-5.10.1.57_3: -- If you have build/runtime errors with Mono and Gtk# apps please try the following first: * Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the default FreeBSD CFLAGS ('-O2 -fno-strict-aliasing -pipe') as Mono has been known to expose compiler bugs. * Try building and running Mono with the GENERIC kernel. - Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the GENERIC kernel. - Removing kernel options or changing defaults to use experimental options can adversely affect Mono's ability to build and run. * Remove leftover semaphores / increase semaphore limits. - Close apps which use Mono and run `ipcs -sbt`. Remove the semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1) - _OR_ simply reboot which is the safest method. - On multi-user systems the semaphore limits may need to be increased from the defaults. The following should comfortably support 30 users. # echo "kern.ipc.semmni=40" >> /boot/loader.conf # echo "kern.ipc.semmns=300" >> /boot/loader.conf * If you are in a jailed environment, ensure System V IPC are enabled. You can rely on the security.jail.sysvipc_allowed sysctl to check this status. The following enables this feature on the host system: # echo "jail_sysvipc_allow=\"YES\"" >> /etc/rc.conf * Some process information are accessed through /proc (e.g. when using NUnit) and procfs(5) has to be mounted for these features to work: # echo "proc /proc procfs rw 0 0" >> /etc/fstab Installing /packages/All/dbus-sharp-0.8.1_1,1.txz Installing /packages/All/dbus-sharp-glib-0.6.txz Installing /packages/All/libxml2-2.9.10_3.txz Installing /packages/All/py37-libxml2-2.9.10_3.txz Installing /packages/All/itstool-2.0.6.txz Installing /packages/All/pcre-8.44.txz Installing /packages/All/glib-2.66.7,1.txz No schema files found: doing nothing. Installing /packages/All/atk-2.36.0.txz Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/dbus-1.12.20_3.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.19.txz Installing /packages/All/libevent-2.1.12.txz Installing /packages/All/gnome_subr-1.0.txz Installing /packages/All/avahi-app-0.8.txz ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.1.txz Installing /packages/All/nettle-3.6.txz Installing /packages/All/libtasn1-4.16.0_1.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/bash-5.1.4_1.txz Installing /packages/All/bash-completion-2.11,2.txz ===== Message from bash-completion-2.11,2: -- To enable the bash completion library, add the following to your .bashrc file: [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] && \ source /usr/local/share/bash-completion/bash_completion.sh See /usr/local/share/doc/bash-completion/README.md for more information. Installing /packages/All/p11-kit-0.23.22.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_3.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_3: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.15.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.3.3op2.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/shared-mime-info-2.0.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.7.4.txz Installing /packages/All/fribidi-1.0.10.txz Installing /packages/All/pixman-0.40.0_1.txz Installing /packages/All/cairo-1.16.0_1,3.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.4.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/dejavu-2.37_1.txz ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.txz Installing /packages/All/pango-1.42.4_5.txz Installing /packages/All/hicolor-icon-theme-0.17.txz Installing /packages/All/gtk-update-icon-cache-3.24.24.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXcomposite-0.4.5,1.txz Installing /packages/All/gtk2-2.24.33.txz Installing /packages/All/xmlcatmgr-2.2_2.txz + Creating /usr/local/share/sgml/catalog + Registering CATALOG catalog.ports (SGML) + Creating /usr/local/share/sgml/catalog.ports + Creating /usr/local/share/xml/catalog + Registering nextCatalog catalog.ports (XML) + Creating /usr/local/share/xml/catalog.ports ===== Message from xmlcatmgr-2.2_2: -- The following catalogs are installed: 1) /usr/local/share/sgml/catalog The top level catalog for SGML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 2) /usr/local/share/sgml/catalog.ports This catalog is for handling SGML stuff installed under /usr/local/share/sgml. It is changed by ports/packages. 3) /usr/local/share/xml/catalog The top level catalog for XML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 4) /usr/local/share/xml/catalog.ports This catalog is for handling XML stuff installed under /usr/local/share/xml. It is changed by ports/packages. Installing /packages/All/libglade2-2.6.4_10.txz Installing /packages/All/perl5-5.32.1_1.txz Installing /packages/All/p5-XML-NamespaceSupport-1.12.txz Installing /packages/All/p5-XML-SAX-Base-1.09.txz Installing /packages/All/p5-XML-SAX-1.02.txz could not find ParserDetails.ini in /usr/local/lib/perl5/site_perl/XML/SAX Installing /packages/All/p5-XML-LibXML-2.0206,1.txz Installing /packages/All/gtk-sharp20-2.12.45_1.txz Installing /packages/All/mono-addins-1.3_1.txz Installing /packages/All/libtextstyle-0.21.txz Installing /packages/All/gettext-tools-0.21.txz Installing /packages/All/gmake-4.3_2.txz Installing /packages/All/gnome-mime-data-2.18.0_5.txz Installing /packages/All/popt-1.18_1.txz Installing /packages/All/icu-68.2,1.txz Installing /packages/All/nspr-4.29.txz Installing /packages/All/spidermonkey78-78.7.0_1.txz Installing /packages/All/polkit-0.118.txz ===> Creating groups. Creating group 'polkitd' with gid '565'. ===> Creating users Creating user 'polkitd' with uid '565'. Installing /packages/All/dconf-0.38.0.txz Installing /packages/All/libIDL-0.8.14_5.txz Installing /packages/All/ORBit2-2.14.19_2.txz Installing /packages/All/gconf2-3.2.6_5.txz Installing /packages/All/gamin-0.1.10_10.txz ===== Message from gamin-0.1.10_10: -- Gamin will only provide realtime notification of changes for at most n files, where n is the minimum value between (kern.maxfiles * 0.7) and (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. If you often open several large folders with Nautilus, you might want to increase the kern.maxfiles tunable (you do not need to set kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). The behavior of gamin can be controlled via the various gaminrc files. See http://www.gnome.org/~veillard/gamin/config.html on how to create these files. In particular, if you find gam_server is taking up too much CPU time polling for changes, something like the following may help in one of the gaminrc files: # reduce polling frequency to once per 10 seconds # for UFS file systems in order to lower CPU load fsset ufs poll 10 -- ===> NOTICE: The gamin port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/gnome-vfs-2.24.4_12.txz Installing /packages/All/libart_lgpl-2.3.21_3,1.txz Installing /packages/All/libbonobo-2.32.1.txz Installing /packages/All/libogg-1.3.4,4.txz Installing /packages/All/libvorbis-1.3.7_2,3.txz Installing /packages/All/libltdl-2.4.6.txz Installing /packages/All/libcanberra-0.30_5.txz Installing /packages/All/libgpg-error-1.41.txz Installing /packages/All/libgcrypt-1.9.2.txz Installing /packages/All/libxslt-1.1.34_1.txz Installing /packages/All/getopt-1.1.6.txz Installing /packages/All/iso8879-1986_3.txz Installing /packages/All/docbook-sgml-4.5_1.txz Installing /packages/All/xmlcharent-0.3_2.txz Installing /packages/All/docbook-xml-5.0_3.txz Installing /packages/All/sdocbook-xml-1.1_2,2.txz Installing /packages/All/docbook-1.5.txz Installing /packages/All/docbook-xsl-1.79.1_1,1.txz Installing /packages/All/rarian-0.8.1_6.txz Installing /packages/All/libXt-1.2.1,1.txz Installing /packages/All/libXpm-3.5.13.txz Installing /packages/All/libgnome-2.32.1.txz Installing /packages/All/libgnomecanvas-2.30.3_4.txz Installing /packages/All/libbonoboui-2.24.5_1.txz Installing /packages/All/libgnome-keyring-3.12.0_2.txz Installing /packages/All/xcb-util-0.4.0_2,1.txz Installing /packages/All/startup-notification-0.12_4.txz Installing /packages/All/gnome-icon-theme-symbolic-3.12.0.txz Installing /packages/All/gnome-icon-theme-3.12.0_1.txz Installing /packages/All/libgnomeui-2.24.5_1.txz Installing /packages/All/libgsf-1.14.47_1.txz Installing /packages/All/libcroco-0.6.13.txz Installing /packages/All/librsvg2-2.40.21.txz Installing /packages/All/gnome-pty-helper-0.40.2.txz Installing /packages/All/vte-0.28.2_3.txz Installing /packages/All/gnome-sharp-2.24.4_4.txz Installing /packages/All/p5-XML-Parser-2.44.txz Installing /packages/All/intltool-0.51.0_1.txz Installing /packages/All/pkgconf-1.7.3,1.txz Installing /packages/All/hunspell-1.7.0_2.txz Installing /packages/All/enchant-1.6.0_9.txz Installing /packages/All/gtkspell-2.0.16_6.txz Installing /packages/All/libpsl-0.21.1_1.txz Installing /packages/All/libedit-3.1.20191231,1.txz Installing /packages/All/sqlite3-3.34.1,1.txz Installing /packages/All/libproxy-0.4.15.txz Installing /packages/All/gsettings-desktop-schemas-3.38.0.txz Installing /packages/All/glib-networking-2.66.0_1.txz Installing /packages/All/libsoup-2.72.0.txz Installing /packages/All/iso-codes-4.2.txz Installing /packages/All/gtkhtml3-3.32.1_5.txz ===== Message from gtkhtml3-3.32.1_5: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Obsolete by upstream, doesn't build with recent versions of pango. It is scheduled to be removed on or after 2021-03-31. SUCCEEDED 00:02:27 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Unmaintained and dead upstream, depends on deprecated libraries such as www/gtkhtml3. Upstream project is now called tomboy-ng.. It is scheduled to be removed on or after 2021-03-31. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> tomboy-1.15.7_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Unmaintained and dead upstream, depends on deprecated libraries such as www/gtkhtml3. Upstream project is now called tomboy-ng.. It is scheduled to be removed on or after 2021-03-31. ===> tomboy-1.15.7_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tomboy-1.15.7_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Unmaintained and dead upstream, depends on deprecated libraries such as www/gtkhtml3. Upstream project is now called tomboy-ng.. It is scheduled to be removed on or after 2021-03-31. ===> tomboy-1.15.7_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tomboy-1.15.7_2 for building => SHA256 Checksum OK for gnome2/tomboy-1.15.7.tar.xz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Unmaintained and dead upstream, depends on deprecated libraries such as www/gtkhtml3. Upstream project is now called tomboy-ng.. It is scheduled to be removed on or after 2021-03-31. ===> tomboy-1.15.7_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tomboy-1.15.7_2 for building ===> Extracting for tomboy-1.15.7_2 => SHA256 Checksum OK for gnome2/tomboy-1.15.7.tar.xz. Extracted Memory Use: 23.28M SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for tomboy-1.15.7_2 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/dbus-sharp-glib-2.0.pc - found ===> tomboy-1.15.7_2 depends on executable: itstool - found ===> tomboy-1.15.7_2 depends on executable: mautil - found ===> tomboy-1.15.7_2 depends on executable: msgfmt - found ===> tomboy-1.15.7_2 depends on package: gmake>=4.3 - found ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/gnome-sharp-2.0.pc - found ===> tomboy-1.15.7_2 depends on executable: gtk-update-icon-cache - found ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/gtk-sharp-2.0.pc - found ===> tomboy-1.15.7_2 depends on file: /usr/local/bin/intltool-extract - found ===> tomboy-1.15.7_2 depends on executable: mono - found ===> tomboy-1.15.7_2 depends on package: pkgconf>=1.3.0_1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> tomboy-1.15.7_2 depends on shared library: libgtkspell.so - found (/usr/local/lib/libgtkspell.so) ===> tomboy-1.15.7_2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> tomboy-1.15.7_2 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> tomboy-1.15.7_2 depends on shared library: libgconf-2.so - found (/usr/local/lib/libgconf-2.so) ===> tomboy-1.15.7_2 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> tomboy-1.15.7_2 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> tomboy-1.15.7_2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> tomboy-1.15.7_2 depends on shared library: libgnomevfs-2.so - found (/usr/local/lib/libgnomevfs-2.so) ===> tomboy-1.15.7_2 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> tomboy-1.15.7_2 depends on shared library: libgtkhtml-3.14.so - found (/usr/local/lib/libgtkhtml-3.14.so) ===> tomboy-1.15.7_2 depends on shared library: libglade-2.0.so - found (/usr/local/lib/libglade-2.0.so) ===> tomboy-1.15.7_2 depends on shared library: libgsf-1.so - found (/usr/local/lib/libgsf-1.so) ===> tomboy-1.15.7_2 depends on shared library: libIDL-2.so - found (/usr/local/lib/libIDL-2.so) ===> tomboy-1.15.7_2 depends on shared library: librsvg-2.so - found (/usr/local/lib/librsvg-2.so) ===> tomboy-1.15.7_2 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> tomboy-1.15.7_2 depends on shared library: libORBit-2.so - found (/usr/local/lib/libORBit-2.so) ===> tomboy-1.15.7_2 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> tomboy-1.15.7_2 depends on shared library: libvte.so - found (/usr/local/lib/libvte.so) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/dbus-sharp-glib-2.0.pc - found ===> tomboy-1.15.7_2 depends on executable: itstool - found ===> tomboy-1.15.7_2 depends on executable: mautil - found ===> tomboy-1.15.7_2 depends on executable: msgfmt - found ===> tomboy-1.15.7_2 depends on package: gmake>=4.3 - found ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/gnome-sharp-2.0.pc - found ===> tomboy-1.15.7_2 depends on executable: gtk-update-icon-cache - found ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/gtk-sharp-2.0.pc - found ===> tomboy-1.15.7_2 depends on file: /usr/local/bin/intltool-extract - found ===> tomboy-1.15.7_2 depends on executable: mono - found ===> tomboy-1.15.7_2 depends on package: pkgconf>=1.3.0_1 - found ===> tomboy-1.15.7_2 depends on shared library: libgtkspell.so - found (/usr/local/lib/libgtkspell.so) ===> tomboy-1.15.7_2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> tomboy-1.15.7_2 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> tomboy-1.15.7_2 depends on shared library: libgconf-2.so - found (/usr/local/lib/libgconf-2.so) ===> tomboy-1.15.7_2 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> tomboy-1.15.7_2 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> tomboy-1.15.7_2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> tomboy-1.15.7_2 depends on shared library: libgnomevfs-2.so - found (/usr/local/lib/libgnomevfs-2.so) ===> tomboy-1.15.7_2 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> tomboy-1.15.7_2 depends on shared library: libgtkhtml-3.14.so - found (/usr/local/lib/libgtkhtml-3.14.so) ===> tomboy-1.15.7_2 depends on shared library: libglade-2.0.so - found (/usr/local/lib/libglade-2.0.so) ===> tomboy-1.15.7_2 depends on shared library: libgsf-1.so - found (/usr/local/lib/libgsf-1.so) ===> tomboy-1.15.7_2 depends on shared library: libIDL-2.so - found (/usr/local/lib/libIDL-2.so) ===> tomboy-1.15.7_2 depends on shared library: librsvg-2.so - found (/usr/local/lib/librsvg-2.so) ===> tomboy-1.15.7_2 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> tomboy-1.15.7_2 depends on shared library: libORBit-2.so - found (/usr/local/lib/libORBit-2.so) ===> tomboy-1.15.7_2 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> tomboy-1.15.7_2 depends on shared library: libvte.so - found (/usr/local/lib/libvte.so) ===> Configuring for tomboy-1.15.7_2 configure: WARNING: unrecognized options: --with-html-dir, --disable-gtk-doc configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... (cached) /usr/bin/tar checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking for itstool... itstool checking for xmllint... xmllint checking whether NLS is requested... yes checking for intltool >= 0.35... 0.51.0 found checking for intltool-update... /usr/local/bin/intltool-update checking for intltool-merge... /usr/local/bin/intltool-merge checking for intltool-extract... /usr/local/bin/intltool-extract checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for perl... /usr/local/bin/perl checking for perl >= 5.8.1... 5.32.1 checking for XML::Parser... ok checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking for library containing strerror... none required checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... (cached) 262144 checking how to convert x86_64-portbld-dragonfly5.9 file names to x86_64-portbld-dragonfly5.9 format... func_convert_file_noop checking how to convert x86_64-portbld-dragonfly5.9 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... dragonfly5.9 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for locale.h... (cached) yes checking for LC_MESSAGES... yes checking libintl.h usability... no checking libintl.h presence... no checking for libintl.h... no checking for gconftool-2... /usr/local/bin/gconftool-2 Using config source xml:merged:/usr/local/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files checking for mcs... /usr/local/bin/mcs checking pkg-config is at least version 0.9.0... yes checking for MONO... yes checking for LIBTOMBOY... yes checking for GTKSPELL... yes checking for update-mime-database... /usr/local/bin/update-mime-database checking for DBUS... no checking for DBUS... yes checking for MONO_ADDINS... yes checking for GNOME... yes checking for GTKSHARP... yes checking for Mono GAC for Mono.Cairo.dll... found checking for EVOLUTION... no checking for GALAGO... no checking for X... libraries /usr/local/lib, headers /usr/local/include checking whether -R must be followed by a space... no checking for gethostbyname... (cached) yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating pot-update config.status: creating Makefile config.status: creating tomboy.spec config.status: WARNING: tomboy.spec contains a reference to the variable `datarootdir' which seems to be undefined. Please make sure it is defined config.status: creating data/Makefile config.status: creating data/tomboy-addins.pc config.status: creating data/icons/Makefile config.status: creating help/Makefile config.status: creating libtomboy/Makefile config.status: creating Tomboy/Makefile config.status: creating Tomboy/Addins/Makefile config.status: creating Tomboy/Addins/Backlinks/Makefile config.status: creating Tomboy/Addins/Bugzilla/Makefile config.status: creating Tomboy/Addins/Evolution/Makefile config.status: creating Tomboy/Addins/ExportToHtml/Makefile config.status: creating Tomboy/Addins/FileSystemSyncService/Makefile config.status: creating Tomboy/Addins/FixedWidth/Makefile config.status: creating Tomboy/Addins/GalagoPresence/Makefile config.status: creating Tomboy/Addins/InsertTimestamp/Makefile config.status: creating Tomboy/Addins/NoteOfTheDay/Makefile config.status: creating Tomboy/Addins/PrintNotes/Makefile config.status: creating Tomboy/Addins/RemoveBrokenLinks/Makefile config.status: creating Tomboy/Addins/Sketching/Makefile config.status: creating Tomboy/Addins/SshSyncService/Makefile config.status: creating Tomboy/Addins/StickyNoteImport/Makefile config.status: creating Tomboy/Addins/Tasque/Makefile config.status: creating Tomboy/Addins/Underline/Makefile config.status: creating Tomboy/Addins/WebDavSyncService/Makefile config.status: creating Tomboy/Addins/WebSyncService/Makefile config.status: creating Tomboy/Addins/NoteDirectoryWatcher/Makefile config.status: creating Tomboy/Addins/AdvancedPreferences/Makefile config.status: creating test/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --with-html-dir, --disable-gtk-doc tomboy-1.15.7 Install Prefix: /usr/local GNOME Support: yes Mac OS X Support: no Windows Support: no UNIT Test Support: no GNOME Panel Applet Support: no Evolution Add-in: no Galago Add-in: no Sketching Add-in: no SUCCEEDED 00:00:12 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for tomboy-1.15.7_2 gmake[1]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7' gmake all-recursive gmake[2]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7' Making all in data gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/data' Making all in icons gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/data/icons' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/data/icons' gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/data' sed -e "s|\@bindir\@|/usr/local/bin|g" \ -e "s|\@wrapper\@|tomboy|g" \ < org.gnome.Tomboy.service.in > org.gnome.Tomboy.service LC_ALL=C /usr/local/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po tomboy.desktop.in tomboy.desktop Generating and caching the translation database Merging translations into tomboy.desktop. LC_ALL=C /usr/local/bin/intltool-merge -s -u -c ../po/.intltool-merge-cache ../po tomboy.schemas.in tomboy.schemas Found cached translation database Merging translations into tomboy.schemas. gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/data' gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/data' Making all in libtomboy gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/libtomboy' /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"libtomboy\" -DEGG_COMPILATION -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DHAS_GTK_2_20 -DGSEAL_ENABLE -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT libtomboy_la-tomboykeybinder.lo -MD -MP -MF .deps/libtomboy_la-tomboykeybinder.Tpo -c -o libtomboy_la-tomboykeybinder.lo `test -f 'tomboykeybinder.c' || echo './'`tomboykeybinder.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"libtomboy\" -DEGG_COMPILATION -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DHAS_GTK_2_20 -DGSEAL_ENABLE -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT libtomboy_la-tomboykeybinder.lo -MD -MP -MF .deps/libtomboy_la-tomboykeybinder.Tpo -c tomboykeybinder.c -fPIC -DPIC -o .libs/libtomboy_la-tomboykeybinder.o In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from eggaccelerators.h:23, from tomboykeybinder.c:29: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:24, from /usr/local/include/glib-2.0/gobject/gbinding.h:29, from /usr/local/include/glib-2.0/glib-object.h:22, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from tomboykeybinder.c:25: /usr/local/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from eggaccelerators.h:23, from tomboykeybinder.c:29: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:32, from /usr/local/include/glib-2.0/glib.h:30, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:22, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from tomboykeybinder.c:25: /usr/local/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ mv -f .deps/libtomboy_la-tomboykeybinder.Tpo .deps/libtomboy_la-tomboykeybinder.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"libtomboy\" -DEGG_COMPILATION -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DHAS_GTK_2_20 -DGSEAL_ENABLE -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT libtomboy_la-tomboyutil.lo -MD -MP -MF .deps/libtomboy_la-tomboyutil.Tpo -c -o libtomboy_la-tomboyutil.lo `test -f 'tomboyutil.c' || echo './'`tomboyutil.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"libtomboy\" -DEGG_COMPILATION -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DHAS_GTK_2_20 -DGSEAL_ENABLE -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT libtomboy_la-tomboyutil.lo -MD -MP -MF .deps/libtomboy_la-tomboyutil.Tpo -c tomboyutil.c -fPIC -DPIC -o .libs/libtomboy_la-tomboyutil.o In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from tomboyutil.c:26: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:24, from /usr/local/include/glib-2.0/gobject/gbinding.h:29, from /usr/local/include/glib-2.0/glib-object.h:22, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from tomboyutil.c:24: /usr/local/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from tomboyutil.c:26: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:32, from /usr/local/include/glib-2.0/glib.h:30, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:22, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from tomboyutil.c:24: /usr/local/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from tomboyutil.c:32: tomboyutil.h:32: warning: "GTK_WIDGET_REALIZED" redefined #define GTK_WIDGET_REALIZED(wid) (gtk_widget_get_realized (wid)) In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from tomboyutil.c:26: /usr/local/include/gtk-2.0/gtk/gtkwidget.h:240: note: this is the location of the previous definition #define GTK_WIDGET_REALIZED(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_REALIZED) != 0) In file included from tomboyutil.c:32: tomboyutil.h:33: warning: "GTK_WIDGET_VISIBLE" redefined #define GTK_WIDGET_VISIBLE(wid) (gtk_widget_get_visible (wid)) In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from tomboyutil.c:26: /usr/local/include/gtk-2.0/gtk/gtkwidget.h:264: note: this is the location of the previous definition #define GTK_WIDGET_VISIBLE(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_VISIBLE) != 0) mv -f .deps/libtomboy_la-tomboyutil.Tpo .deps/libtomboy_la-tomboyutil.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"libtomboy\" -DEGG_COMPILATION -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DHAS_GTK_2_20 -DGSEAL_ENABLE -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT libtomboy_la-eggaccelerators.lo -MD -MP -MF .deps/libtomboy_la-eggaccelerators.Tpo -c -o libtomboy_la-eggaccelerators.lo `test -f 'eggaccelerators.c' || echo './'`eggaccelerators.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"libtomboy\" -DEGG_COMPILATION -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DHAS_GTK_2_20 -DGSEAL_ENABLE -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT libtomboy_la-eggaccelerators.lo -MD -MP -MF .deps/libtomboy_la-eggaccelerators.Tpo -c eggaccelerators.c -fPIC -DPIC -o .libs/libtomboy_la-eggaccelerators.o In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:33, from eggaccelerators.h:23, from eggaccelerators.c:20: /usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /usr/local/include/glib-2.0/gobject/gobject.h:24, from /usr/local/include/glib-2.0/gobject/gbinding.h:29, from /usr/local/include/glib-2.0/glib-object.h:22, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from eggaccelerators.h:23, from eggaccelerators.c:20: /usr/local/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:126, from eggaccelerators.h:23, from eggaccelerators.c:20: /usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:32, from /usr/local/include/glib-2.0/glib.h:30, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:22, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from eggaccelerators.h:23, from eggaccelerators.c:20: /usr/local/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ mv -f .deps/libtomboy_la-eggaccelerators.Tpo .deps/libtomboy_la-eggaccelerators.Plo /bin/sh ../libtool --tag=CC --mode=link cc -I/usr/local/include -pipe -O2 -fno-strict-aliasing -export-dynamic -module -avoid-version -o libtomboy.la -rpath /usr/local/lib/tomboy libtomboy_la-tomboykeybinder.lo libtomboy_la-tomboyutil.lo libtomboy_la-eggaccelerators.lo -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -latk-1.0 -lgobject-2.0 -lglib-2.0 -lintl -L/usr/local/lib -R/usr/local/lib -lSM -lICE -lX11 libtool: link: cc -shared -fPIC -DPIC .libs/libtomboy_la-tomboykeybinder.o .libs/libtomboy_la-tomboyutil.o .libs/libtomboy_la-eggaccelerators.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -latk-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lSM -lICE -lX11 -O2 -Wl,-soname -Wl,libtomboy.so -o .libs/libtomboy.so libtool: link: ( cd ".libs" && rm -f "libtomboy.la" && ln -s "../libtomboy.la" "libtomboy.la" ) gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/libtomboy' Making all in Tomboy gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy' Making all in . gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy' mkdir -p `dirname tomboy` && \ sed -e "s|\@prefix\@|/usr/local|g" \ -e "s|\@pkglibdir\@|/usr/local/lib/tomboy|g" \ -e "s|\@bindir\@|/usr/local/bin|g" \ -e "s|\@target\@|Tomboy.exe|g" \ -e "s|\@wrapper\@|tomboy|g" \ -e "s|\@extragac\@||g" \ -e "s|\@srcdir\@|/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy|g" \ < tomboy.in > tomboy chmod +x tomboy sed -e "s|\@version\@|1.15.7|" \ -e "s|\@datadir\@|/usr/local/share|" \ -e "s|\@pkglibdir\@|/usr/local/lib/tomboy|" \ < Defines.cs.in > Defines.cs mkdir -p `dirname ../bin/Tomboy.exe` && /usr/local/bin/mcs -debug -target:exe -out:../bin/Tomboy.exe -debug -define:DEBUG -define:NET_2_0 -unsafe -target:exe -define:ENABLE_DBUS -define:FIXED_GTKSPELL -define:HAS_GTK_2_16 Tomboy.cs Search.cs AbstractAddin.cs ActionManager.cs AddinManager.cs AddinPreferenceFactory.cs ApplicationAddin.cs Contrast.cs ExportAllApplicationAddin.cs Keybinder.cs Logger.cs NativeApplication.cs Note.cs NoteAddin.cs NoteEditor.cs NoteManager.cs NoteWindow.cs NoteBuffer.cs NoteRenameDialog.cs NoteTag.cs PlatformFactory.cs Preferences.cs PreferencesClient.cs PreferencesDialog.cs PreferenceTabAddin.cs PrefsKeybinder.cs RecentChanges.cs RecentTreeView.cs Services.cs Tag.cs TagButton.cs TagManager.cs Tray.cs Trie.cs Undo.cs Utils.cs Watchers.cs Notebooks/CreateNotebookDialog.cs Notebooks/Notebook.cs Notebooks/NotebookApplicationAddin.cs Notebooks/NotebookManager.cs Notebooks/NotebookMenuItem.cs Notebooks/NotebookNewNoteMenuItem.cs Notebooks/NotebookNoteAddin.cs Notebooks/NotebooksTreeView.cs Synchronization/FileSystemSyncServer.cs Synchronization/FuseSyncServiceAddin.cs Synchronization/ISyncUI.cs Synchronization/SilentUI.cs Synchronization/SyncDialog.cs Synchronization/SyncManager.cs Synchronization/SyncServiceAddin.cs Synchronization/SyncUtils.cs Synchronization/TomboySyncClient.cs Hyena/XdgBaseDirectorySpec.cs System.Web/HttpUtility.cs GConf.PropertyEditors/PropertyEditor.cs GConf.PropertyEditors/PropertyEditorBool.cs GConf.PropertyEditors/PropertyEditorEntry.cs GConf.PropertyEditors/PropertyEditorToggleButton.cs GConfPreferencesClient.cs GnomeApplication.cs GnomeFactory.cs GnomeSession.cs XKeybinder.cs gtk-sharp-beans/Global.cs gtk-sharp-beans/ImageMenuItem.cs Gnome.Keyring/AccessRights.cs Gnome.Keyring/AttributeType.cs Gnome.Keyring/GenericItemData.cs Gnome.Keyring/ItemACL.cs Gnome.Keyring/ItemData.cs Gnome.Keyring/ItemType.cs Gnome.Keyring/KeyringException.cs Gnome.Keyring/KeyringInfo.cs Gnome.Keyring/NetItemData.cs Gnome.Keyring/NoteItemData.cs Gnome.Keyring/Operation.cs Gnome.Keyring/RequestMessage.cs Gnome.Keyring/ResponseMessage.cs Gnome.Keyring/ResultCode.cs Gnome.Keyring/Ring.cs IRemoteControl.cs RemoteControl.cs RemoteControlProxy.cs Defines.cs -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gconf-sharp.dll -r:Mono.Posix -r:/usr/local/lib/mono/dbus-sharp-glib-2.0/dbus-sharp-glib.dll -r:/usr/local/lib/mono/dbus-sharp-2.0/dbus-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -resource:../data/GNOME_TomboyApplet.xml,GNOME_TomboyApplet.xml -resource:../data/UIManagerLayout.xml -resource:../data/tomboy-note-clipboard-html.xsl,tomboy-note-clipboard-html.xsl -resource:../data/icons/hicolor_apps_48x48_tomboy.png,tomboy.png -resource:../data/icons/hicolor_places_22x22_note.png,note.png -resource:../data/icons/hicolor_actions_16x16_note-new.png,note-new.png -resource:../data/icons/hicolor_actions_22x22_filter-note-all.png,filter-note-all.png -resource:../data/icons/hicolor_actions_22x22_filter-note-unfiled.png,filter-note-unfiled.png -resource:../data/icons/hicolor_places_22x22_notebook.png,notebook.png -resource:../data/icons/hicolor_actions_48x48_notebook-new.png,notebook-new.png -resource:../data/icons/hicolor_status_16x16_pin-down.png,pin-down.png -resource:../data/icons/hicolor_status_16x16_pin-up.png,pin-up.png -resource:../data/icons/hicolor_status_16x16_pin-active.png,pin-active.png -resource:./Tomboy.addin.xml NoteWindow.cs(16,7): warning CS0612: `Gtk.Tooltips' is obsolete NoteBuffer.cs(81,18): warning CS0618: `System.Xml.Xsl.XslTransform' is obsolete: `This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' Tomboy.cs(425,10): warning CS0618: `Gtk.AboutDialog.Name' is obsolete: `Use ProgramName instead' ExportAllApplicationAddin.cs(510,11): warning CS0219: The variable `title_from' is assigned but its value is never used ExportAllApplicationAddin.cs(538,25): warning CS0168: The variable `ex' is declared but never used ExportAllApplicationAddin.cs(543,25): warning CS0168: The variable `ex' is declared but never used NoteWindow.cs(437,27): warning CS0612: `Gtk.Tooltips' is obsolete NoteBuffer.cs(85,27): warning CS0618: `System.Xml.Xsl.XslTransform' is obsolete: `This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' Notebooks/NotebookNoteAddin.cs(55,8): warning CS0612: `Gtk.Tooltips' is obsolete Notebooks/NotebookNoteAddin.cs(55,39): warning CS0612: `Gtk.Tooltips' is obsolete Synchronization/SyncDialog.cs(74,16): warning CS0612: `Gtk.ProgressBar.BarStyle' is obsolete Synchronization/SyncDialog.cs(75,16): warning CS0612: `Gtk.ProgressBar.ActivityBlocks' is obsolete GConf.PropertyEditors/PropertyEditor.cs(46,32): warning CS0168: The variable `e' is declared but never used GConf.PropertyEditors/PropertyEditor.cs(53,33): warning CS0168: The variable `e' is declared but never used GnomeApplication.cs(96,11): warning CS0618: `Mono.Unix.Native.Stdlib.signal(Mono.Unix.Native.Signum, Mono.Unix.Native.SignalHandler)' is obsolete: `This is not safe; use Mono.Unix.UnixSignal for signal delivery or SetSignalAction()' GnomeApplication.cs(97,11): warning CS0618: `Mono.Unix.Native.Stdlib.signal(Mono.Unix.Native.Signum, Mono.Unix.Native.SignalHandler)' is obsolete: `This is not safe; use Mono.Unix.UnixSignal for signal delivery or SetSignalAction()' NoteBuffer.cs(1149,7): warning CS0649: Field `Tomboy.InsertBulletEventArgs.line' is never assigned to, and will always have its default value `0' NoteRenameDialog.cs(43,23): warning CS0414: The private field `Tomboy.NoteRenameDialog.notes' is assigned but its value is never used Tray.cs(143,24): warning CS0414: The private field `Tomboy.TomboyTrayIcon.keybinder' is assigned but its value is never used Synchronization/SyncManager.cs(126,46): warning CS0414: The private field `Tomboy.Sync.SyncManager.conflictResolution' is assigned but its value is never used Compilation succeeded - 20 warning(s) sed -e "s|\@pkglibdir\@|/usr/local/lib/tomboy|" \ < Tomboy.exe.config.in > ../bin/Tomboy.exe.config gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy' Making all in Addins gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins' Making all in AdvancedPreferences gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/AdvancedPreferences' mkdir -p `dirname ../../../bin/addins/AdvancedPreferences.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/AdvancedPreferences.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./AdvancedPreferencesAddin.cs ./MenuMinMaxNoteCountPreference.cs ./EnableStartupNotesPreference.cs -resource:./AdvancedPreferences.addin.xml gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/AdvancedPreferences' Making all in Backlinks gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Backlinks' mkdir -p `dirname ../../../bin/addins/Backlinks.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/Backlinks.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./BacklinkMenuItem.cs ./BacklinksNoteAddin.cs -resource:./Backlinks.addin.xml gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Backlinks' Making all in Bugzilla gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Bugzilla' mkdir -p `dirname ../../../bin/addins/Bugzilla.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/Bugzilla.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./BugzillaLink.cs ./BugzillaNoteAddin.cs ./BugzillaPreferences.cs ./BugzillaPreferencesFactory.cs ./InsertBugAction.cs -resource:./Bugzilla.addin.xml -resource:./bug.png,bug.png gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Bugzilla' Making all in Evolution gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Evolution' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Evolution' Making all in ExportToHtml gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/ExportToHtml' mkdir -p `dirname ../../../bin/addins/ExportToHtml.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/ExportToHtml.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./ExportToHtmlDialog.cs ./ExportToHtmlNoteAddin.cs ./ExportToHtmlApplicationAddin.cs -resource:./ExportToHtml.addin.xml -resource:./ExportToHtml.xsl ./ExportToHtmlNoteAddin.cs(18,10): warning CS0618: `System.Xml.Xsl.XslTransform' is obsolete: `This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' ./ExportToHtmlApplicationAddin.cs(19,10): warning CS0618: `System.Xml.Xsl.XslTransform' is obsolete: `This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' ./ExportToHtmlNoteAddin.cs(30,16): warning CS0618: `System.Xml.Xsl.XslTransform' is obsolete: `This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' ./ExportToHtmlApplicationAddin.cs(31,16): warning CS0618: `System.Xml.Xsl.XslTransform' is obsolete: `This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' ./ExportToHtmlApplicationAddin.cs(21,21): warning CS0169: The private field `Tomboy.ExportToHtml.ExportToHtmlApplicationAddin.item' is never used Compilation succeeded - 5 warning(s) gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/ExportToHtml' Making all in FileSystemSyncService gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/FileSystemSyncService' mkdir -p `dirname ../../../bin/addins/FileSystemSyncService.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/FileSystemSyncService.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./FileSystemSyncServiceAddin.cs -resource:./FileSystemSyncService.addin.xml ./FileSystemSyncServiceAddin.cs(166,9): warning CS0642: Possible mistaken empty statement ./FileSystemSyncServiceAddin.cs(169,5): warning CS0642: Possible mistaken empty statement Compilation succeeded - 2 warning(s) gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/FileSystemSyncService' Making all in FixedWidth gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/FixedWidth' mkdir -p `dirname ../../../bin/addins/FixedWidth.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/FixedWidth.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./FixedWidthMenuItem.cs ./FixedWidthNoteAddin.cs ./FixedWidthTag.cs -resource:./FixedWidth.addin.xml gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/FixedWidth' Making all in GalagoPresence gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/GalagoPresence' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/GalagoPresence' Making all in InsertTimestamp gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/InsertTimestamp' mkdir -p `dirname ../../../bin/addins/InsertTimestamp.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/InsertTimestamp.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./InsertTimestampNoteAddin.cs ./InsertTimestampPreferences.cs ./InsertTimestampPreferencesFactory.cs -resource:./InsertTimestamp.addin.xml gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/InsertTimestamp' Making all in NoteOfTheDay gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/NoteOfTheDay' mkdir -p `dirname ../../../bin/addins/NoteOfTheDay.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/NoteOfTheDay.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./NoteOfTheDay.cs ./NoteOfTheDayApplicationAddin.cs ./NoteOfTheDayPreferences.cs ./NoteOfTheDayPreferencesFactory.cs -resource:./NoteOfTheDay.addin.xml gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/NoteOfTheDay' Making all in PrintNotes gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/PrintNotes' mkdir -p `dirname ../../../bin/addins/PrintNotes.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/PrintNotes.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix -r:Mono.Cairo ./PrintNotesNoteAddin.cs -resource:./PrintNotes.addin.xml gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/PrintNotes' Making all in RemoveBrokenLinks gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/RemoveBrokenLinks' mkdir -p `dirname ../../../bin/addins/RemoveBrokenLinks.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/RemoveBrokenLinks.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./RemoveBrokenLinksAddin.cs ./RemoveBrokenLinksApplicationAddin.cs ./RemoveBrokenLinksUtils.cs -resource:./RemoveBrokenLinks.addin.xml gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/RemoveBrokenLinks' Making all in Sketching gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Sketching' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Sketching' Making all in SshSyncService gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/SshSyncService' mkdir -p `dirname ../../../bin/addins/SshSyncServiceAddin.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/SshSyncServiceAddin.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./SshSyncServiceAddin.cs -resource:./SshSyncService.addin.xml gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/SshSyncService' Making all in StickyNoteImport gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/StickyNoteImport' mkdir -p `dirname ../../../bin/addins/StickyNoteImport.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/StickyNoteImport.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./StickyNoteImportNoteAddin.cs -resource:./StickyNoteImport.addin.xml ./StickyNoteImportNoteAddin.cs(90,12): warning CS0618: `Tomboy.Logger.Log(string, params object[])' is obsolete: `Loger.Log is deprecated and should be replaced with calls to the level specific log methods' Compilation succeeded - 1 warning(s) gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/StickyNoteImport' Making all in Tasque gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Tasque' mkdir -p `dirname ../../../bin/addins/Tasque.Addin.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/Tasque.Addin.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:/usr/local/lib/mono/dbus-sharp-glib-2.0/dbus-sharp-glib.dll -r:/usr/local/lib/mono/dbus-sharp-2.0/dbus-sharp.dll -r:Mono.Posix ./TasqueNoteAddin.cs ./RemoteControl.cs -resource:./Tasque.addin.xml -resource:./tasque-22.png,tasque.png gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Tasque' Making all in NoteDirectoryWatcher gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/NoteDirectoryWatcher' mkdir -p `dirname ../../../bin/addins/NoteDirectoryWatcher.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/NoteDirectoryWatcher.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./NoteDirectoryWatcherApplicationAddin.cs -resource:./NoteDirectoryWatcher.addin.xml gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/NoteDirectoryWatcher' Making all in Underline gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Underline' mkdir -p `dirname ../../../bin/addins/Underline.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/Underline.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./UnderlineMenuItem.cs ./UnderlineNoteAddin.cs ./UnderlineTag.cs -resource:./Underline.addin.xml gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Underline' Making all in WebDavSyncService gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/WebDavSyncService' mkdir -p `dirname ../../../bin/addins/WebDavSyncService.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/WebDavSyncService.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./WebDavSyncServiceAddin.cs -resource:./WebDavSyncService.addin.xml gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/WebDavSyncService' Making all in WebSyncService gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/WebSyncService' mkdir -p `dirname ../../../bin/addins/WebSyncServiceAddin.dll` && /usr/local/bin/mcs -debug -target:exe -out:../../../bin/addins/WebSyncServiceAddin.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:Mono.Posix ./NoteConvert.cs ./WebSyncPreferencesWidget.cs ./WebSyncServer.cs ./WebSyncServiceAddin.cs ./Tests/*.cs ./Api/*.cs ./Api/Tests/*.cs ./Hyena.Json/*.cs ./Hyena.Json/Tests/*.cs ./LibProxy/*.cs ./OAuth/*.cs ./OAuth/Mono.Rocks/*.cs -resource:./WebSyncService.addin.xml ./WebSyncPreferencesWidget.cs(176,18): warning CS0219: The variable `result' is assigned but its value is never used ./Api/AnonymousConnection.cs(70,24): warning CS0618: `System.Net.ServicePointManager.CertificatePolicy' is obsolete: `Use ServerCertificateValidationCallback instead' ./Api/OAuth.cs(234,24): warning CS0618: `System.Net.ServicePointManager.CertificatePolicy' is obsolete: `Use ServerCertificateValidationCallback instead' Compilation succeeded - 3 warning(s) gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/WebSyncService' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins' gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy' Making all in test gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/test' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/test' Making all in po gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/po' file=`echo af | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file af.po file=`echo ar | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ar.po file=`echo as | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file as.po file=`echo ast | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ast.po file=`echo be | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file be.po file=`echo be@latin | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file be@latin.po file=`echo bg | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file bg.po file=`echo bn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file bn.po file=`echo bn_IN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file bn_IN.po file=`echo br | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file br.po file=`echo bs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file bs.po file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ca.po file=`echo ca@valencia | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ca@valencia.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo dz | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file dz.po file=`echo el | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file el.po file=`echo en_CA | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_CA.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_GB.po file=`echo en@shaw | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en@shaw.po file=`echo eo | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file eo.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo et | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file et.po file=`echo eu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file eu.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo ga | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ga.po file=`echo gl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file gl.po file=`echo gu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file gu.po file=`echo he | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file he.po file=`echo hi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hi.po file=`echo hu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hu.po file=`echo id | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file id.po file=`echo is | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file is.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file it.po file=`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ja.po file=`echo kn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file kn.po file=`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ko.po file=`echo ku | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ku.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo lv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lv.po file=`echo mai | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file mai.po file=`echo mk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file mk.po file=`echo ml | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ml.po file=`echo mr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file mr.po file=`echo ms | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ms.po file=`echo nb | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nb.po file=`echo ne | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ne.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=`echo nn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nn.po file=`echo oc | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file oc.po file=`echo or | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file or.po file=`echo pa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pa.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo ro | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ro.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po file=`echo rw | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file rw.po file=`echo si | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file si.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sk.po file=`echo sl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sl.po file=`echo sq | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sq.po file=`echo sr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sr.po file=`echo sr@latin | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sr@latin.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo ta | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ta.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file te.po file=`echo th | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file th.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo ug | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ug.po file=`echo uk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file uk.po file=`echo vi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file vi.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po file=`echo zh_HK | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_HK.po file=`echo zh_TW | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_TW.po gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/po' Making all in help gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/help' if ! test -d "ca/"; then mkdir "ca/"; fi msgfmt -o "ca/ca.mo" "ca/ca.po" if ! test -d "ca/"; then mkdir "ca/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="ca/ca.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "ca/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "ca/ca.stamp" if ! test -d "cs/"; then mkdir "cs/"; fi msgfmt -o "cs/cs.mo" "cs/cs.po" if ! test -d "cs/"; then mkdir "cs/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="cs/cs.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "cs/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "cs/cs.stamp" if ! test -d "de/"; then mkdir "de/"; fi msgfmt -o "de/de.mo" "de/de.po" if ! test -d "de/"; then mkdir "de/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="de/de.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "de/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "de/de.stamp" if ! test -d "el/"; then mkdir "el/"; fi msgfmt -o "el/el.mo" "el/el.po" if ! test -d "el/"; then mkdir "el/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="el/el.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "el/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "el/el.stamp" if ! test -d "en_GB/"; then mkdir "en_GB/"; fi msgfmt -o "en_GB/en_GB.mo" "en_GB/en_GB.po" if ! test -d "en_GB/"; then mkdir "en_GB/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="en_GB/en_GB.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "en_GB/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "en_GB/en_GB.stamp" if ! test -d "es/"; then mkdir "es/"; fi msgfmt -o "es/es.mo" "es/es.po" if ! test -d "es/"; then mkdir "es/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="es/es.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "es/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "es/es.stamp" if ! test -d "eu/"; then mkdir "eu/"; fi msgfmt -o "eu/eu.mo" "eu/eu.po" if ! test -d "eu/"; then mkdir "eu/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="eu/eu.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "eu/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "eu/eu.stamp" if ! test -d "fr/"; then mkdir "fr/"; fi msgfmt -o "fr/fr.mo" "fr/fr.po" if ! test -d "fr/"; then mkdir "fr/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="fr/fr.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "fr/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "fr/fr.stamp" Warning: Could not merge fr translation for msgid: To download more add-ins from the internet, from the Tomboy Preferences window, in the Add-ins tab, click on Get More Add-Ins…. if ! test -d "gl/"; then mkdir "gl/"; fi msgfmt -o "gl/gl.mo" "gl/gl.po" if ! test -d "gl/"; then mkdir "gl/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="gl/gl.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "gl/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "gl/gl.stamp" if ! test -d "hu/"; then mkdir "hu/"; fi msgfmt -o "hu/hu.mo" "hu/hu.po" if ! test -d "hu/"; then mkdir "hu/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="hu/hu.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "hu/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "hu/hu.stamp" if ! test -d "it/"; then mkdir "it/"; fi msgfmt -o "it/it.mo" "it/it.po" if ! test -d "it/"; then mkdir "it/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="it/it.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "it/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "it/it.stamp" if ! test -d "lt/"; then mkdir "lt/"; fi msgfmt -o "lt/lt.mo" "lt/lt.po" if ! test -d "lt/"; then mkdir "lt/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="lt/lt.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "lt/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "lt/lt.stamp" if ! test -d "lv/"; then mkdir "lv/"; fi msgfmt -o "lv/lv.mo" "lv/lv.po" if ! test -d "lv/"; then mkdir "lv/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="lv/lv.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "lv/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "lv/lv.stamp" if ! test -d "oc/"; then mkdir "oc/"; fi msgfmt -o "oc/oc.mo" "oc/oc.po" if ! test -d "oc/"; then mkdir "oc/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="oc/oc.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "oc/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "oc/oc.stamp" if ! test -d "pl/"; then mkdir "pl/"; fi msgfmt -o "pl/pl.mo" "pl/pl.po" if ! test -d "pl/"; then mkdir "pl/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="pl/pl.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "pl/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "pl/pl.stamp" if ! test -d "pt_BR/"; then mkdir "pt_BR/"; fi msgfmt -o "pt_BR/pt_BR.mo" "pt_BR/pt_BR.po" if ! test -d "pt_BR/"; then mkdir "pt_BR/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="pt_BR/pt_BR.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "pt_BR/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "pt_BR/pt_BR.stamp" if ! test -d "ro/"; then mkdir "ro/"; fi msgfmt -o "ro/ro.mo" "ro/ro.po" if ! test -d "ro/"; then mkdir "ro/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="ro/ro.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "ro/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "ro/ro.stamp" Warning: Could not merge ro translation for msgid: To use Fixed Width font in your Tomboy notes: Warning: Could not merge ro translation for msgid: Select EditPreferencesAdvanced. Warning: Could not merge ro translation for msgid: Select EditPreferencesAdd-ins. if ! test -d "ru/"; then mkdir "ru/"; fi msgfmt -o "ru/ru.mo" "ru/ru.po" if ! test -d "ru/"; then mkdir "ru/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="ru/ru.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "ru/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "ru/ru.stamp" if ! test -d "sl/"; then mkdir "sl/"; fi msgfmt -o "sl/sl.mo" "sl/sl.po" if ! test -d "sl/"; then mkdir "sl/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="sl/sl.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "sl/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "sl/sl.stamp" if ! test -d "sv/"; then mkdir "sv/"; fi msgfmt -o "sv/sv.mo" "sv/sv.po" if ! test -d "sv/"; then mkdir "sv/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="sv/sv.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "sv/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "sv/sv.stamp" if ! test -d "uk/"; then mkdir "uk/"; fi msgfmt -o "uk/uk.mo" "uk/uk.po" if ! test -d "uk/"; then mkdir "uk/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="uk/uk.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "uk/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "uk/uk.stamp" if ! test -d "vi/"; then mkdir "vi/"; fi msgfmt -o "vi/vi.mo" "vi/vi.po" if ! test -d "vi/"; then mkdir "vi/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="vi/vi.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "vi/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "vi/vi.stamp" if ! test -d "zh_CN/"; then mkdir "zh_CN/"; fi msgfmt -o "zh_CN/zh_CN.mo" "zh_CN/zh_CN.po" if ! test -d "zh_CN/"; then mkdir "zh_CN/"; fi if test -d "C"; then d="../"; else d="/construction/deskutils/tomboy/tomboy-1.15.7/help/"; fi; \ mo="zh_CN/zh_CN.mo"; \ if test -f "${mo}"; then mo="../${mo}"; else mo="/construction/deskutils/tomboy/tomboy-1.15.7/help/${mo}"; fi; \ (cd "zh_CN/" && itstool -m "${mo}" ${d}/C/addins-desktop-bugzilla.page ${d}/C/addins-desktop-printing.page ${d}/C/addins-formatting-fixed-width.page ${d}/C/addins-formatting-underline.page ${d}/C/addins-preferences.page ${d}/C/addins-sync-local.page ${d}/C/addins-sync-ssh.page ${d}/C/addins-sync-webdav.page ${d}/C/addins-sync-webservice.page ${d}/C/addins-tools-backlinks.page ${d}/C/addins-tools-html-export.page ${d}/C/addins-tools-note-of-day.page ${d}/C/addins-tools-timestamp.page ${d}/C/addins.page ${d}/C/create-note.page ${d}/C/create-notebook.page ${d}/C/delete-notes.page ${d}/C/edit-note.page ${d}/C/hotkeys.page ${d}/C/index.page ${d}/C/introduction.page ${d}/C/legal.xml ${d}/C/note-edit-prefs.page ${d}/C/pin-notes.page ${d}/C/prefs.page ${d}/C/search.page ${d}/C/sync-setup.page ${d}/C/sync.page ${d}/C/whatsnew.page) && \ touch "zh_CN/zh_CN.stamp" gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/help' gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7' gmake[2]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7' gmake[1]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7' SUCCEEDED 00:01:33 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/dbus-sharp-glib-2.0.pc - found ===> tomboy-1.15.7_2 depends on executable: mautil - found ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/gnome-sharp-2.0.pc - found ===> tomboy-1.15.7_2 depends on executable: gtk-update-icon-cache - found ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/gtk-sharp-2.0.pc - found ===> tomboy-1.15.7_2 depends on executable: mono - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for tomboy-1.15.7_2 ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/dbus-sharp-glib-2.0.pc - found ===> tomboy-1.15.7_2 depends on executable: mautil - found ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/gnome-sharp-2.0.pc - found ===> tomboy-1.15.7_2 depends on executable: gtk-update-icon-cache - found ===> tomboy-1.15.7_2 depends on file: /usr/local/libdata/pkgconfig/gtk-sharp-2.0.pc - found ===> tomboy-1.15.7_2 depends on executable: mono - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7' Making install in data gmake[2]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/data' Making install in icons gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/data/icons' gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/data/icons' gmake[4]: Nothing to be done for 'install-exec-am'. for icon in hicolor_apps_16x16_tomboy.png hicolor_apps_22x22_tomboy.png hicolor_apps_24x24_tomboy.png hicolor_apps_32x32_tomboy.png hicolor_apps_48x48_tomboy.png hicolor_apps_256x256_tomboy.png hicolor_apps_scalable_tomboy.svg hicolor_mimetypes_16x16_application-x-note.png hicolor_mimetypes_22x22_application-x-note.png hicolor_mimetypes_48x48_application-x-note.png ; do \ THEME=`echo $icon | cut -d_ -f1`; \ CONTEXT=`echo $icon | cut -d_ -f2`; \ SIZE=`echo $icon | cut -d_ -f3`; \ ICONFILE=`echo $icon | cut -d_ -f4`; \ mkdir -p /construction/deskutils/tomboy/stage/usr/local/share/icons/$THEME/$SIZE/$CONTEXT; \ install -m 0644 ./$icon /construction/deskutils/tomboy/stage/usr/local/share/icons/$THEME/$SIZE/$CONTEXT/$ICONFILE; \ done; \ for icon in hicolor_actions_16x16_notebook-new.png hicolor_actions_16x16_note-new.png hicolor_actions_22x22_filter-note-all.png hicolor_actions_22x22_filter-note-unfiled.png hicolor_actions_22x22_notebook-new.png hicolor_actions_22x22_note-new.png hicolor_actions_24x24_filter-note-all.png hicolor_actions_24x24_filter-note-unfiled.png hicolor_actions_24x24_notebook-new.png hicolor_actions_24x24_note-new.png hicolor_actions_48x48_notebook-new.png hicolor_actions_scalable_notebook-new.svg hicolor_places_16x16_notebook.png hicolor_places_16x16_note.png hicolor_places_22x22_notebook.png hicolor_places_22x22_note.png hicolor_places_24x24_notebook.png hicolor_places_24x24_note.png hicolor_status_16x16_pin-active.png hicolor_status_16x16_pin-down.png hicolor_status_16x16_pin-up.png ; do \ THEME=`echo $icon | cut -d_ -f1`; \ CONTEXT=`echo $icon | cut -d_ -f2`; \ SIZE=`echo $icon | cut -d_ -f3`; \ ICONFILE=`echo $icon | cut -d_ -f4`; \ mkdir -p /construction/deskutils/tomboy/stage/usr/local/share/tomboy/icons/$THEME/$SIZE/$CONTEXT; \ install -m 0644 ./$icon /construction/deskutils/tomboy/stage/usr/local/share/tomboy/icons/$THEME/$SIZE/$CONTEXT/$ICONFILE; \ done *** Icon cache not updated. After (un)install, run this: *** gtk-update-icon-cache -f -t /usr/local/share/icons/hicolor gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/data/icons' gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/data/icons' gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/data' gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/data' gmake[4]: Nothing to be done for 'install-exec-am'. GCONF_CONFIG_SOURCE=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults \ /usr/local/bin/gconftool-2 --makefile-install-rule tomboy.schemas GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/share/dbus-1/services' install -m 0644 org.gnome.Tomboy.service '/construction/deskutils/tomboy/stage/usr/local/share/dbus-1/services' /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/share/applications' install -m 0644 tomboy.desktop '/construction/deskutils/tomboy/stage/usr/local/share/applications' /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/man/man1' install -m 0644 tomboy.1 '/construction/deskutils/tomboy/stage/usr/local/man/man1' /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/share/mime/packages' install -m 0644 tomboy.xml '/construction/deskutils/tomboy/stage/usr/local/share/mime/packages' /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/libdata/pkgconfig' install -m 0644 tomboy-addins.pc '/construction/deskutils/tomboy/stage/usr/local/libdata/pkgconfig' /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/etc/gconf/schemas' install -m 0644 tomboy.schemas '/construction/deskutils/tomboy/stage/usr/local/etc/gconf/schemas' gmake install-data-hook gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/data' /usr/local/bin/update-mime-database "/construction/deskutils/tomboy/stage/usr/local/share/mime" Note that '/construction/deskutils/tomboy/stage/usr/local/share' is not in the search path set by the XDG_DATA_HOME and XDG_DATA_DIRS environment variables, so applications may not be able to find it until you set them. The directories currently searched are: - /construction/deskutils/tomboy - /usr/local/share/ - /usr/share/ gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/data' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/data' gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/data' gmake[2]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/data' Making install in libtomboy gmake[2]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/libtomboy' gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/libtomboy' gmake[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy' /bin/sh ../libtool --mode=install /usr/bin/install -c libtomboy.la '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy' libtool: install: /usr/bin/install -c .libs/libtomboy.so /construction/deskutils/tomboy/stage/usr/local/lib/tomboy/libtomboy.so libtool: install: /usr/bin/install -c .libs/libtomboy.lai /construction/deskutils/tomboy/stage/usr/local/lib/tomboy/libtomboy.la libtool: warning: remember to run 'libtool --finish /usr/local/lib/tomboy' gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/libtomboy' gmake[2]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/libtomboy' Making install in Tomboy gmake[2]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy' Making install in . gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy' gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy' /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/bin' install -m 555 tomboy '/construction/deskutils/tomboy/stage/usr/local/bin' /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy' install -m 0644 ../bin/Tomboy.exe ../bin/Tomboy.exe.config ../bin/Tomboy.exe.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy' gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy' Making install in Addins gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins' Making install in AdvancedPreferences gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/AdvancedPreferences' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/AdvancedPreferences' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/AdvancedPreferences.dll ../../../bin/addins/AdvancedPreferences.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/AdvancedPreferences' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/AdvancedPreferences' Making install in Backlinks gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Backlinks' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Backlinks' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/Backlinks.dll ../../../bin/addins/Backlinks.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Backlinks' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Backlinks' Making install in Bugzilla gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Bugzilla' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Bugzilla' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/Bugzilla.dll ../../../bin/addins/Bugzilla.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Bugzilla' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Bugzilla' Making install in Evolution gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Evolution' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Evolution' gmake[5]: Nothing to be done for 'install-exec-am'. gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Evolution' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Evolution' Making install in ExportToHtml gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/ExportToHtml' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/ExportToHtml' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/ExportToHtml.dll ../../../bin/addins/ExportToHtml.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/ExportToHtml' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/ExportToHtml' Making install in FileSystemSyncService gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/FileSystemSyncService' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/FileSystemSyncService' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/FileSystemSyncService.dll ../../../bin/addins/FileSystemSyncService.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/FileSystemSyncService' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/FileSystemSyncService' Making install in FixedWidth gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/FixedWidth' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/FixedWidth' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/FixedWidth.dll ../../../bin/addins/FixedWidth.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/FixedWidth' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/FixedWidth' Making install in GalagoPresence gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/GalagoPresence' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/GalagoPresence' gmake[5]: Nothing to be done for 'install-exec-am'. gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/GalagoPresence' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/GalagoPresence' Making install in InsertTimestamp gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/InsertTimestamp' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/InsertTimestamp' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/InsertTimestamp.dll ../../../bin/addins/InsertTimestamp.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/InsertTimestamp' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/InsertTimestamp' Making install in NoteOfTheDay gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/NoteOfTheDay' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/NoteOfTheDay' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/NoteOfTheDay.dll ../../../bin/addins/NoteOfTheDay.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/NoteOfTheDay' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/NoteOfTheDay' Making install in PrintNotes gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/PrintNotes' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/PrintNotes' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/PrintNotes.dll '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/PrintNotes' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/PrintNotes' Making install in RemoveBrokenLinks gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/RemoveBrokenLinks' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/RemoveBrokenLinks' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/RemoveBrokenLinks.dll ../../../bin/addins/RemoveBrokenLinks.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/RemoveBrokenLinks' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/RemoveBrokenLinks' Making install in Sketching gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Sketching' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Sketching' gmake[5]: Nothing to be done for 'install-exec-am'. gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Sketching' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Sketching' Making install in SshSyncService gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/SshSyncService' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/SshSyncService' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/SshSyncServiceAddin.dll ../../../bin/addins/SshSyncServiceAddin.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/SshSyncService' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/SshSyncService' Making install in StickyNoteImport gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/StickyNoteImport' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/StickyNoteImport' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/StickyNoteImport.dll ../../../bin/addins/StickyNoteImport.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/StickyNoteImport' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/StickyNoteImport' Making install in Tasque gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Tasque' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Tasque' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/Tasque.Addin.dll ../../../bin/addins/Tasque.Addin.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Tasque' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Tasque' Making install in NoteDirectoryWatcher gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/NoteDirectoryWatcher' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/NoteDirectoryWatcher' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/NoteDirectoryWatcher.dll ../../../bin/addins/NoteDirectoryWatcher.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/NoteDirectoryWatcher' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/NoteDirectoryWatcher' Making install in Underline gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Underline' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Underline' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/Underline.dll ../../../bin/addins/Underline.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Underline' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/Underline' Making install in WebDavSyncService gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/WebDavSyncService' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/WebDavSyncService' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/WebDavSyncService.dll ../../../bin/addins/WebDavSyncService.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/WebDavSyncService' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/WebDavSyncService' Making install in WebSyncService gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/WebSyncService' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/WebSyncService' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' install -m 0644 ../../../bin/addins/WebSyncServiceAddin.dll ../../../bin/addins/WebSyncServiceAddin.dll.mdb '/construction/deskutils/tomboy/stage/usr/local/lib/tomboy/addins' gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/WebSyncService' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins/WebSyncService' gmake[4]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins' gmake[5]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins' gmake[5]: Nothing to be done for 'install-exec-am'. gmake[5]: Nothing to be done for 'install-data-am'. gmake[5]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins' gmake[4]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins' gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy/Addins' gmake[2]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/Tomboy' Making install in test gmake[2]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/test' gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/test' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/test' gmake[2]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/test' Making install in po gmake[2]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/po' linguas="af ar as ast be be@latin bg bn bn_IN br bs ca ca@valencia cs da de dz el en_CA en_GB en@shaw eo es et eu fa fi fr ga gl gu he hi hu id is it ja kn ko ku lt lv mai mk ml mr ms nb ne nl nn oc or pa pl pt pt_BR ro ru rw si sk sl sq sr sr@latin sv ta te th tr ug uk vi zh_CN zh_HK zh_TW "; \ for lang in $linguas; do \ dir=/construction/deskutils/tomboy/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ /bin/sh /construction/deskutils/tomboy/tomboy-1.15.7/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/tomboy.mo; \ echo "installing $lang.gmo as $dir/tomboy.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/tomboy.mo; \ echo "installing ./$lang.gmo as" \ "$dir/tomboy.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/tomboy.mo.m; \ echo "installing $lang.gmo.m as $dir/tomboy.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/tomboy.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/tomboy.mo.m"; \ else \ true; \ fi; \ fi; \ done installing af.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/af/LC_MESSAGES/tomboy.mo installing ar.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ar/LC_MESSAGES/tomboy.mo installing as.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/as/LC_MESSAGES/tomboy.mo installing ast.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ast/LC_MESSAGES/tomboy.mo installing be.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/be/LC_MESSAGES/tomboy.mo installing be@latin.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/be@latin/LC_MESSAGES/tomboy.mo installing bg.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/bg/LC_MESSAGES/tomboy.mo installing bn.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/bn/LC_MESSAGES/tomboy.mo installing bn_IN.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/bn_IN/LC_MESSAGES/tomboy.mo installing br.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/br/LC_MESSAGES/tomboy.mo installing bs.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/bs/LC_MESSAGES/tomboy.mo installing ca.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ca/LC_MESSAGES/tomboy.mo installing ca@valencia.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ca@valencia/LC_MESSAGES/tomboy.mo installing cs.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/cs/LC_MESSAGES/tomboy.mo installing da.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/da/LC_MESSAGES/tomboy.mo installing de.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/de/LC_MESSAGES/tomboy.mo installing dz.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/dz/LC_MESSAGES/tomboy.mo installing el.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/el/LC_MESSAGES/tomboy.mo installing en_CA.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/en_CA/LC_MESSAGES/tomboy.mo installing en_GB.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/en_GB/LC_MESSAGES/tomboy.mo installing en@shaw.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/en@shaw/LC_MESSAGES/tomboy.mo installing eo.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/eo/LC_MESSAGES/tomboy.mo installing es.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/es/LC_MESSAGES/tomboy.mo installing et.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/et/LC_MESSAGES/tomboy.mo installing eu.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/eu/LC_MESSAGES/tomboy.mo installing fa.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/fa/LC_MESSAGES/tomboy.mo installing fi.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/fi/LC_MESSAGES/tomboy.mo installing fr.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/fr/LC_MESSAGES/tomboy.mo installing ga.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ga/LC_MESSAGES/tomboy.mo installing gl.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/gl/LC_MESSAGES/tomboy.mo installing gu.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/gu/LC_MESSAGES/tomboy.mo installing he.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/he/LC_MESSAGES/tomboy.mo installing hi.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/hi/LC_MESSAGES/tomboy.mo installing hu.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/hu/LC_MESSAGES/tomboy.mo installing id.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/id/LC_MESSAGES/tomboy.mo installing is.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/is/LC_MESSAGES/tomboy.mo installing it.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/it/LC_MESSAGES/tomboy.mo installing ja.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ja/LC_MESSAGES/tomboy.mo installing kn.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/kn/LC_MESSAGES/tomboy.mo installing ko.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ko/LC_MESSAGES/tomboy.mo installing ku.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ku/LC_MESSAGES/tomboy.mo installing lt.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/lt/LC_MESSAGES/tomboy.mo installing lv.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/lv/LC_MESSAGES/tomboy.mo installing mai.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/mai/LC_MESSAGES/tomboy.mo installing mk.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/mk/LC_MESSAGES/tomboy.mo installing ml.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ml/LC_MESSAGES/tomboy.mo installing mr.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/mr/LC_MESSAGES/tomboy.mo installing ms.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ms/LC_MESSAGES/tomboy.mo installing nb.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/nb/LC_MESSAGES/tomboy.mo installing ne.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ne/LC_MESSAGES/tomboy.mo installing nl.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/nl/LC_MESSAGES/tomboy.mo installing nn.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/nn/LC_MESSAGES/tomboy.mo installing oc.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/oc/LC_MESSAGES/tomboy.mo installing or.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/or/LC_MESSAGES/tomboy.mo installing pa.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/pa/LC_MESSAGES/tomboy.mo installing pl.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/pl/LC_MESSAGES/tomboy.mo installing pt.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/pt/LC_MESSAGES/tomboy.mo installing pt_BR.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/tomboy.mo installing ro.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ro/LC_MESSAGES/tomboy.mo installing ru.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ru/LC_MESSAGES/tomboy.mo installing rw.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/rw/LC_MESSAGES/tomboy.mo installing si.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/si/LC_MESSAGES/tomboy.mo installing sk.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/sk/LC_MESSAGES/tomboy.mo installing sl.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/sl/LC_MESSAGES/tomboy.mo installing sq.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/sq/LC_MESSAGES/tomboy.mo installing sr.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/sr/LC_MESSAGES/tomboy.mo installing sr@latin.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/sr@latin/LC_MESSAGES/tomboy.mo installing sv.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/sv/LC_MESSAGES/tomboy.mo installing ta.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ta/LC_MESSAGES/tomboy.mo installing te.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/te/LC_MESSAGES/tomboy.mo installing th.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/th/LC_MESSAGES/tomboy.mo installing tr.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/tr/LC_MESSAGES/tomboy.mo installing ug.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/ug/LC_MESSAGES/tomboy.mo installing uk.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/uk/LC_MESSAGES/tomboy.mo installing vi.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/vi/LC_MESSAGES/tomboy.mo installing zh_CN.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/tomboy.mo installing zh_HK.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/zh_HK/LC_MESSAGES/tomboy.mo installing zh_TW.gmo as /construction/deskutils/tomboy/stage/usr/local/share/locale/zh_TW/LC_MESSAGES/tomboy.mo gmake[2]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/po' Making install in help gmake[2]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/help' gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7/help' gmake[3]: Nothing to be done for 'install-exec-am'. install -m 0644 C/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/addins-desktop-bugzilla.page install -m 0644 C/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/addins-desktop-printing.page install -m 0644 C/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/addins-formatting-fixed-width.page install -m 0644 C/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/addins-formatting-underline.page install -m 0644 C/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/addins-preferences.page install -m 0644 C/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/addins-sync-local.page install -m 0644 C/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/addins-sync-ssh.page install -m 0644 C/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/addins-sync-webdav.page install -m 0644 C/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/addins-sync-webservice.page install -m 0644 C/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/addins-tools-backlinks.page install -m 0644 C/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/addins-tools-html-export.page install -m 0644 C/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/addins-tools-note-of-day.page install -m 0644 C/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/addins-tools-timestamp.page install -m 0644 C/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/addins.page install -m 0644 C/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/create-note.page install -m 0644 C/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/create-notebook.page install -m 0644 C/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/delete-notes.page install -m 0644 C/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/edit-note.page install -m 0644 C/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/hotkeys.page install -m 0644 C/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/index.page install -m 0644 C/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/introduction.page install -m 0644 C/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/legal.xml install -m 0644 C/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/note-edit-prefs.page install -m 0644 C/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/pin-notes.page install -m 0644 C/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/prefs.page install -m 0644 C/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/search.page install -m 0644 C/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/sync-setup.page install -m 0644 C/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/sync.page install -m 0644 C/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/whatsnew.page install -m 0644 ca/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/addins-desktop-bugzilla.page install -m 0644 ca/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/addins-desktop-printing.page install -m 0644 ca/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/addins-formatting-fixed-width.page install -m 0644 ca/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/addins-formatting-underline.page install -m 0644 ca/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/addins-preferences.page install -m 0644 ca/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/addins-sync-local.page install -m 0644 ca/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/addins-sync-ssh.page install -m 0644 ca/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/addins-sync-webdav.page install -m 0644 ca/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/addins-sync-webservice.page install -m 0644 ca/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/addins-tools-backlinks.page install -m 0644 ca/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/addins-tools-html-export.page install -m 0644 ca/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/addins-tools-note-of-day.page install -m 0644 ca/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/addins-tools-timestamp.page install -m 0644 ca/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/addins.page install -m 0644 ca/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/create-note.page install -m 0644 ca/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/create-notebook.page install -m 0644 ca/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/delete-notes.page install -m 0644 ca/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/edit-note.page install -m 0644 ca/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/hotkeys.page install -m 0644 ca/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/index.page install -m 0644 ca/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/introduction.page install -m 0644 ca/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/legal.xml install -m 0644 ca/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/note-edit-prefs.page install -m 0644 ca/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/pin-notes.page install -m 0644 ca/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/prefs.page install -m 0644 ca/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/search.page install -m 0644 ca/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/sync-setup.page install -m 0644 ca/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/sync.page install -m 0644 ca/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/whatsnew.page install -m 0644 cs/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/addins-desktop-bugzilla.page install -m 0644 cs/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/addins-desktop-printing.page install -m 0644 cs/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/addins-formatting-fixed-width.page install -m 0644 cs/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/addins-formatting-underline.page install -m 0644 cs/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/addins-preferences.page install -m 0644 cs/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/addins-sync-local.page install -m 0644 cs/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/addins-sync-ssh.page install -m 0644 cs/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/addins-sync-webdav.page install -m 0644 cs/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/addins-sync-webservice.page install -m 0644 cs/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/addins-tools-backlinks.page install -m 0644 cs/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/addins-tools-html-export.page install -m 0644 cs/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/addins-tools-note-of-day.page install -m 0644 cs/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/addins-tools-timestamp.page install -m 0644 cs/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/addins.page install -m 0644 cs/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/create-note.page install -m 0644 cs/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/create-notebook.page install -m 0644 cs/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/delete-notes.page install -m 0644 cs/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/edit-note.page install -m 0644 cs/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/hotkeys.page install -m 0644 cs/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/index.page install -m 0644 cs/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/introduction.page install -m 0644 cs/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/legal.xml install -m 0644 cs/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/note-edit-prefs.page install -m 0644 cs/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/pin-notes.page install -m 0644 cs/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/prefs.page install -m 0644 cs/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/search.page install -m 0644 cs/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/sync-setup.page install -m 0644 cs/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/sync.page install -m 0644 cs/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/whatsnew.page install -m 0644 de/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/addins-desktop-bugzilla.page install -m 0644 de/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/addins-desktop-printing.page install -m 0644 de/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/addins-formatting-fixed-width.page install -m 0644 de/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/addins-formatting-underline.page install -m 0644 de/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/addins-preferences.page install -m 0644 de/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/addins-sync-local.page install -m 0644 de/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/addins-sync-ssh.page install -m 0644 de/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/addins-sync-webdav.page install -m 0644 de/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/addins-sync-webservice.page install -m 0644 de/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/addins-tools-backlinks.page install -m 0644 de/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/addins-tools-html-export.page install -m 0644 de/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/addins-tools-note-of-day.page install -m 0644 de/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/addins-tools-timestamp.page install -m 0644 de/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/addins.page install -m 0644 de/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/create-note.page install -m 0644 de/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/create-notebook.page install -m 0644 de/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/delete-notes.page install -m 0644 de/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/edit-note.page install -m 0644 de/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/hotkeys.page install -m 0644 de/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/index.page install -m 0644 de/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/introduction.page install -m 0644 de/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/legal.xml install -m 0644 de/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/note-edit-prefs.page install -m 0644 de/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/pin-notes.page install -m 0644 de/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/prefs.page install -m 0644 de/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/search.page install -m 0644 de/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/sync-setup.page install -m 0644 de/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/sync.page install -m 0644 de/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/whatsnew.page install -m 0644 el/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/addins-desktop-bugzilla.page install -m 0644 el/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/addins-desktop-printing.page install -m 0644 el/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/addins-formatting-fixed-width.page install -m 0644 el/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/addins-formatting-underline.page install -m 0644 el/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/addins-preferences.page install -m 0644 el/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/addins-sync-local.page install -m 0644 el/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/addins-sync-ssh.page install -m 0644 el/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/addins-sync-webdav.page install -m 0644 el/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/addins-sync-webservice.page install -m 0644 el/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/addins-tools-backlinks.page install -m 0644 el/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/addins-tools-html-export.page install -m 0644 el/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/addins-tools-note-of-day.page install -m 0644 el/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/addins-tools-timestamp.page install -m 0644 el/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/addins.page install -m 0644 el/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/create-note.page install -m 0644 el/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/create-notebook.page install -m 0644 el/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/delete-notes.page install -m 0644 el/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/edit-note.page install -m 0644 el/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/hotkeys.page install -m 0644 el/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/index.page install -m 0644 el/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/introduction.page install -m 0644 el/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/legal.xml install -m 0644 el/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/note-edit-prefs.page install -m 0644 el/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/pin-notes.page install -m 0644 el/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/prefs.page install -m 0644 el/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/search.page install -m 0644 el/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/sync-setup.page install -m 0644 el/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/sync.page install -m 0644 el/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/whatsnew.page install -m 0644 en_GB/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/addins-desktop-bugzilla.page install -m 0644 en_GB/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/addins-desktop-printing.page install -m 0644 en_GB/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/addins-formatting-fixed-width.page install -m 0644 en_GB/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/addins-formatting-underline.page install -m 0644 en_GB/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/addins-preferences.page install -m 0644 en_GB/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/addins-sync-local.page install -m 0644 en_GB/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/addins-sync-ssh.page install -m 0644 en_GB/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/addins-sync-webdav.page install -m 0644 en_GB/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/addins-sync-webservice.page install -m 0644 en_GB/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/addins-tools-backlinks.page install -m 0644 en_GB/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/addins-tools-html-export.page install -m 0644 en_GB/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/addins-tools-note-of-day.page install -m 0644 en_GB/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/addins-tools-timestamp.page install -m 0644 en_GB/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/addins.page install -m 0644 en_GB/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/create-note.page install -m 0644 en_GB/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/create-notebook.page install -m 0644 en_GB/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/delete-notes.page install -m 0644 en_GB/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/edit-note.page install -m 0644 en_GB/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/hotkeys.page install -m 0644 en_GB/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/index.page install -m 0644 en_GB/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/introduction.page install -m 0644 en_GB/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/legal.xml install -m 0644 en_GB/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/note-edit-prefs.page install -m 0644 en_GB/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/pin-notes.page install -m 0644 en_GB/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/prefs.page install -m 0644 en_GB/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/search.page install -m 0644 en_GB/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/sync-setup.page install -m 0644 en_GB/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/sync.page install -m 0644 en_GB/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/whatsnew.page install -m 0644 es/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/addins-desktop-bugzilla.page install -m 0644 es/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/addins-desktop-printing.page install -m 0644 es/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/addins-formatting-fixed-width.page install -m 0644 es/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/addins-formatting-underline.page install -m 0644 es/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/addins-preferences.page install -m 0644 es/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/addins-sync-local.page install -m 0644 es/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/addins-sync-ssh.page install -m 0644 es/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/addins-sync-webdav.page install -m 0644 es/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/addins-sync-webservice.page install -m 0644 es/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/addins-tools-backlinks.page install -m 0644 es/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/addins-tools-html-export.page install -m 0644 es/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/addins-tools-note-of-day.page install -m 0644 es/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/addins-tools-timestamp.page install -m 0644 es/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/addins.page install -m 0644 es/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/create-note.page install -m 0644 es/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/create-notebook.page install -m 0644 es/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/delete-notes.page install -m 0644 es/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/edit-note.page install -m 0644 es/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/hotkeys.page install -m 0644 es/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/index.page install -m 0644 es/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/introduction.page install -m 0644 es/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/legal.xml install -m 0644 es/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/note-edit-prefs.page install -m 0644 es/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/pin-notes.page install -m 0644 es/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/prefs.page install -m 0644 es/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/search.page install -m 0644 es/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/sync-setup.page install -m 0644 es/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/sync.page install -m 0644 es/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/whatsnew.page install -m 0644 eu/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/addins-desktop-bugzilla.page install -m 0644 eu/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/addins-desktop-printing.page install -m 0644 eu/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/addins-formatting-fixed-width.page install -m 0644 eu/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/addins-formatting-underline.page install -m 0644 eu/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/addins-preferences.page install -m 0644 eu/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/addins-sync-local.page install -m 0644 eu/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/addins-sync-ssh.page install -m 0644 eu/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/addins-sync-webdav.page install -m 0644 eu/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/addins-sync-webservice.page install -m 0644 eu/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/addins-tools-backlinks.page install -m 0644 eu/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/addins-tools-html-export.page install -m 0644 eu/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/addins-tools-note-of-day.page install -m 0644 eu/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/addins-tools-timestamp.page install -m 0644 eu/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/addins.page install -m 0644 eu/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/create-note.page install -m 0644 eu/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/create-notebook.page install -m 0644 eu/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/delete-notes.page install -m 0644 eu/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/edit-note.page install -m 0644 eu/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/hotkeys.page install -m 0644 eu/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/index.page install -m 0644 eu/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/introduction.page install -m 0644 eu/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/legal.xml install -m 0644 eu/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/note-edit-prefs.page install -m 0644 eu/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/pin-notes.page install -m 0644 eu/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/prefs.page install -m 0644 eu/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/search.page install -m 0644 eu/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/sync-setup.page install -m 0644 eu/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/sync.page install -m 0644 eu/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/whatsnew.page install -m 0644 fr/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/addins-desktop-bugzilla.page install -m 0644 fr/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/addins-desktop-printing.page install -m 0644 fr/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/addins-formatting-fixed-width.page install -m 0644 fr/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/addins-formatting-underline.page install -m 0644 fr/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/addins-preferences.page install -m 0644 fr/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/addins-sync-local.page install -m 0644 fr/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/addins-sync-ssh.page install -m 0644 fr/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/addins-sync-webdav.page install -m 0644 fr/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/addins-sync-webservice.page install -m 0644 fr/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/addins-tools-backlinks.page install -m 0644 fr/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/addins-tools-html-export.page install -m 0644 fr/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/addins-tools-note-of-day.page install -m 0644 fr/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/addins-tools-timestamp.page install -m 0644 fr/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/addins.page install -m 0644 fr/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/create-note.page install -m 0644 fr/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/create-notebook.page install -m 0644 fr/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/delete-notes.page install -m 0644 fr/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/edit-note.page install -m 0644 fr/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/hotkeys.page install -m 0644 fr/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/index.page install -m 0644 fr/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/introduction.page install -m 0644 fr/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/legal.xml install -m 0644 fr/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/note-edit-prefs.page install -m 0644 fr/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/pin-notes.page install -m 0644 fr/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/prefs.page install -m 0644 fr/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/search.page install -m 0644 fr/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/sync-setup.page install -m 0644 fr/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/sync.page install -m 0644 fr/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/whatsnew.page install -m 0644 gl/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/addins-desktop-bugzilla.page install -m 0644 gl/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/addins-desktop-printing.page install -m 0644 gl/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/addins-formatting-fixed-width.page install -m 0644 gl/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/addins-formatting-underline.page install -m 0644 gl/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/addins-preferences.page install -m 0644 gl/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/addins-sync-local.page install -m 0644 gl/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/addins-sync-ssh.page install -m 0644 gl/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/addins-sync-webdav.page install -m 0644 gl/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/addins-sync-webservice.page install -m 0644 gl/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/addins-tools-backlinks.page install -m 0644 gl/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/addins-tools-html-export.page install -m 0644 gl/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/addins-tools-note-of-day.page install -m 0644 gl/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/addins-tools-timestamp.page install -m 0644 gl/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/addins.page install -m 0644 gl/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/create-note.page install -m 0644 gl/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/create-notebook.page install -m 0644 gl/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/delete-notes.page install -m 0644 gl/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/edit-note.page install -m 0644 gl/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/hotkeys.page install -m 0644 gl/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/index.page install -m 0644 gl/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/introduction.page install -m 0644 gl/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/legal.xml install -m 0644 gl/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/note-edit-prefs.page install -m 0644 gl/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/pin-notes.page install -m 0644 gl/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/prefs.page install -m 0644 gl/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/search.page install -m 0644 gl/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/sync-setup.page install -m 0644 gl/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/sync.page install -m 0644 gl/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/whatsnew.page install -m 0644 hu/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/addins-desktop-bugzilla.page install -m 0644 hu/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/addins-desktop-printing.page install -m 0644 hu/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/addins-formatting-fixed-width.page install -m 0644 hu/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/addins-formatting-underline.page install -m 0644 hu/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/addins-preferences.page install -m 0644 hu/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/addins-sync-local.page install -m 0644 hu/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/addins-sync-ssh.page install -m 0644 hu/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/addins-sync-webdav.page install -m 0644 hu/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/addins-sync-webservice.page install -m 0644 hu/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/addins-tools-backlinks.page install -m 0644 hu/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/addins-tools-html-export.page install -m 0644 hu/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/addins-tools-note-of-day.page install -m 0644 hu/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/addins-tools-timestamp.page install -m 0644 hu/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/addins.page install -m 0644 hu/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/create-note.page install -m 0644 hu/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/create-notebook.page install -m 0644 hu/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/delete-notes.page install -m 0644 hu/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/edit-note.page install -m 0644 hu/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/hotkeys.page install -m 0644 hu/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/index.page install -m 0644 hu/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/introduction.page install -m 0644 hu/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/legal.xml install -m 0644 hu/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/note-edit-prefs.page install -m 0644 hu/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/pin-notes.page install -m 0644 hu/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/prefs.page install -m 0644 hu/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/search.page install -m 0644 hu/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/sync-setup.page install -m 0644 hu/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/sync.page install -m 0644 hu/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/whatsnew.page install -m 0644 it/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/addins-desktop-bugzilla.page install -m 0644 it/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/addins-desktop-printing.page install -m 0644 it/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/addins-formatting-fixed-width.page install -m 0644 it/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/addins-formatting-underline.page install -m 0644 it/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/addins-preferences.page install -m 0644 it/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/addins-sync-local.page install -m 0644 it/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/addins-sync-ssh.page install -m 0644 it/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/addins-sync-webdav.page install -m 0644 it/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/addins-sync-webservice.page install -m 0644 it/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/addins-tools-backlinks.page install -m 0644 it/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/addins-tools-html-export.page install -m 0644 it/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/addins-tools-note-of-day.page install -m 0644 it/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/addins-tools-timestamp.page install -m 0644 it/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/addins.page install -m 0644 it/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/create-note.page install -m 0644 it/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/create-notebook.page install -m 0644 it/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/delete-notes.page install -m 0644 it/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/edit-note.page install -m 0644 it/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/hotkeys.page install -m 0644 it/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/index.page install -m 0644 it/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/introduction.page install -m 0644 it/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/legal.xml install -m 0644 it/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/note-edit-prefs.page install -m 0644 it/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/pin-notes.page install -m 0644 it/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/prefs.page install -m 0644 it/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/search.page install -m 0644 it/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/sync-setup.page install -m 0644 it/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/sync.page install -m 0644 it/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/whatsnew.page install -m 0644 lt/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/addins-desktop-bugzilla.page install -m 0644 lt/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/addins-desktop-printing.page install -m 0644 lt/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/addins-formatting-fixed-width.page install -m 0644 lt/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/addins-formatting-underline.page install -m 0644 lt/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/addins-preferences.page install -m 0644 lt/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/addins-sync-local.page install -m 0644 lt/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/addins-sync-ssh.page install -m 0644 lt/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/addins-sync-webdav.page install -m 0644 lt/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/addins-sync-webservice.page install -m 0644 lt/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/addins-tools-backlinks.page install -m 0644 lt/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/addins-tools-html-export.page install -m 0644 lt/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/addins-tools-note-of-day.page install -m 0644 lt/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/addins-tools-timestamp.page install -m 0644 lt/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/addins.page install -m 0644 lt/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/create-note.page install -m 0644 lt/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/create-notebook.page install -m 0644 lt/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/delete-notes.page install -m 0644 lt/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/edit-note.page install -m 0644 lt/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/hotkeys.page install -m 0644 lt/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/index.page install -m 0644 lt/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/introduction.page install -m 0644 lt/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/legal.xml install -m 0644 lt/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/note-edit-prefs.page install -m 0644 lt/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/pin-notes.page install -m 0644 lt/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/prefs.page install -m 0644 lt/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/search.page install -m 0644 lt/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/sync-setup.page install -m 0644 lt/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/sync.page install -m 0644 lt/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/whatsnew.page install -m 0644 lv/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/addins-desktop-bugzilla.page install -m 0644 lv/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/addins-desktop-printing.page install -m 0644 lv/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/addins-formatting-fixed-width.page install -m 0644 lv/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/addins-formatting-underline.page install -m 0644 lv/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/addins-preferences.page install -m 0644 lv/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/addins-sync-local.page install -m 0644 lv/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/addins-sync-ssh.page install -m 0644 lv/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/addins-sync-webdav.page install -m 0644 lv/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/addins-sync-webservice.page install -m 0644 lv/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/addins-tools-backlinks.page install -m 0644 lv/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/addins-tools-html-export.page install -m 0644 lv/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/addins-tools-note-of-day.page install -m 0644 lv/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/addins-tools-timestamp.page install -m 0644 lv/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/addins.page install -m 0644 lv/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/create-note.page install -m 0644 lv/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/create-notebook.page install -m 0644 lv/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/delete-notes.page install -m 0644 lv/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/edit-note.page install -m 0644 lv/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/hotkeys.page install -m 0644 lv/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/index.page install -m 0644 lv/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/introduction.page install -m 0644 lv/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/legal.xml install -m 0644 lv/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/note-edit-prefs.page install -m 0644 lv/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/pin-notes.page install -m 0644 lv/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/prefs.page install -m 0644 lv/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/search.page install -m 0644 lv/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/sync-setup.page install -m 0644 lv/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/sync.page install -m 0644 lv/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/whatsnew.page install -m 0644 oc/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/addins-desktop-bugzilla.page install -m 0644 oc/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/addins-desktop-printing.page install -m 0644 oc/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/addins-formatting-fixed-width.page install -m 0644 oc/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/addins-formatting-underline.page install -m 0644 oc/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/addins-preferences.page install -m 0644 oc/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/addins-sync-local.page install -m 0644 oc/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/addins-sync-ssh.page install -m 0644 oc/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/addins-sync-webdav.page install -m 0644 oc/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/addins-sync-webservice.page install -m 0644 oc/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/addins-tools-backlinks.page install -m 0644 oc/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/addins-tools-html-export.page install -m 0644 oc/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/addins-tools-note-of-day.page install -m 0644 oc/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/addins-tools-timestamp.page install -m 0644 oc/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/addins.page install -m 0644 oc/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/create-note.page install -m 0644 oc/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/create-notebook.page install -m 0644 oc/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/delete-notes.page install -m 0644 oc/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/edit-note.page install -m 0644 oc/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/hotkeys.page install -m 0644 oc/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/index.page install -m 0644 oc/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/introduction.page install -m 0644 oc/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/legal.xml install -m 0644 oc/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/note-edit-prefs.page install -m 0644 oc/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/pin-notes.page install -m 0644 oc/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/prefs.page install -m 0644 oc/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/search.page install -m 0644 oc/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/sync-setup.page install -m 0644 oc/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/sync.page install -m 0644 oc/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/whatsnew.page install -m 0644 pl/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/addins-desktop-bugzilla.page install -m 0644 pl/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/addins-desktop-printing.page install -m 0644 pl/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/addins-formatting-fixed-width.page install -m 0644 pl/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/addins-formatting-underline.page install -m 0644 pl/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/addins-preferences.page install -m 0644 pl/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/addins-sync-local.page install -m 0644 pl/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/addins-sync-ssh.page install -m 0644 pl/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/addins-sync-webdav.page install -m 0644 pl/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/addins-sync-webservice.page install -m 0644 pl/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/addins-tools-backlinks.page install -m 0644 pl/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/addins-tools-html-export.page install -m 0644 pl/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/addins-tools-note-of-day.page install -m 0644 pl/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/addins-tools-timestamp.page install -m 0644 pl/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/addins.page install -m 0644 pl/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/create-note.page install -m 0644 pl/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/create-notebook.page install -m 0644 pl/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/delete-notes.page install -m 0644 pl/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/edit-note.page install -m 0644 pl/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/hotkeys.page install -m 0644 pl/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/index.page install -m 0644 pl/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/introduction.page install -m 0644 pl/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/legal.xml install -m 0644 pl/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/note-edit-prefs.page install -m 0644 pl/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/pin-notes.page install -m 0644 pl/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/prefs.page install -m 0644 pl/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/search.page install -m 0644 pl/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/sync-setup.page install -m 0644 pl/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/sync.page install -m 0644 pl/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/whatsnew.page install -m 0644 pt_BR/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/addins-desktop-bugzilla.page install -m 0644 pt_BR/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/addins-desktop-printing.page install -m 0644 pt_BR/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/addins-formatting-fixed-width.page install -m 0644 pt_BR/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/addins-formatting-underline.page install -m 0644 pt_BR/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/addins-preferences.page install -m 0644 pt_BR/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/addins-sync-local.page install -m 0644 pt_BR/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/addins-sync-ssh.page install -m 0644 pt_BR/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/addins-sync-webdav.page install -m 0644 pt_BR/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/addins-sync-webservice.page install -m 0644 pt_BR/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/addins-tools-backlinks.page install -m 0644 pt_BR/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/addins-tools-html-export.page install -m 0644 pt_BR/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/addins-tools-note-of-day.page install -m 0644 pt_BR/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/addins-tools-timestamp.page install -m 0644 pt_BR/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/addins.page install -m 0644 pt_BR/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/create-note.page install -m 0644 pt_BR/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/create-notebook.page install -m 0644 pt_BR/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/delete-notes.page install -m 0644 pt_BR/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/edit-note.page install -m 0644 pt_BR/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/hotkeys.page install -m 0644 pt_BR/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/index.page install -m 0644 pt_BR/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/introduction.page install -m 0644 pt_BR/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/legal.xml install -m 0644 pt_BR/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/note-edit-prefs.page install -m 0644 pt_BR/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/pin-notes.page install -m 0644 pt_BR/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/prefs.page install -m 0644 pt_BR/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/search.page install -m 0644 pt_BR/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/sync-setup.page install -m 0644 pt_BR/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/sync.page install -m 0644 pt_BR/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/whatsnew.page install -m 0644 ro/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/addins-desktop-bugzilla.page install -m 0644 ro/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/addins-desktop-printing.page install -m 0644 ro/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/addins-formatting-fixed-width.page install -m 0644 ro/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/addins-formatting-underline.page install -m 0644 ro/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/addins-preferences.page install -m 0644 ro/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/addins-sync-local.page install -m 0644 ro/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/addins-sync-ssh.page install -m 0644 ro/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/addins-sync-webdav.page install -m 0644 ro/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/addins-sync-webservice.page install -m 0644 ro/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/addins-tools-backlinks.page install -m 0644 ro/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/addins-tools-html-export.page install -m 0644 ro/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/addins-tools-note-of-day.page install -m 0644 ro/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/addins-tools-timestamp.page install -m 0644 ro/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/addins.page install -m 0644 ro/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/create-note.page install -m 0644 ro/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/create-notebook.page install -m 0644 ro/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/delete-notes.page install -m 0644 ro/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/edit-note.page install -m 0644 ro/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/hotkeys.page install -m 0644 ro/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/index.page install -m 0644 ro/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/introduction.page install -m 0644 ro/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/legal.xml install -m 0644 ro/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/note-edit-prefs.page install -m 0644 ro/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/pin-notes.page install -m 0644 ro/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/prefs.page install -m 0644 ro/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/search.page install -m 0644 ro/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/sync-setup.page install -m 0644 ro/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/sync.page install -m 0644 ro/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/whatsnew.page install -m 0644 ru/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/addins-desktop-bugzilla.page install -m 0644 ru/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/addins-desktop-printing.page install -m 0644 ru/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/addins-formatting-fixed-width.page install -m 0644 ru/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/addins-formatting-underline.page install -m 0644 ru/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/addins-preferences.page install -m 0644 ru/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/addins-sync-local.page install -m 0644 ru/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/addins-sync-ssh.page install -m 0644 ru/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/addins-sync-webdav.page install -m 0644 ru/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/addins-sync-webservice.page install -m 0644 ru/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/addins-tools-backlinks.page install -m 0644 ru/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/addins-tools-html-export.page install -m 0644 ru/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/addins-tools-note-of-day.page install -m 0644 ru/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/addins-tools-timestamp.page install -m 0644 ru/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/addins.page install -m 0644 ru/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/create-note.page install -m 0644 ru/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/create-notebook.page install -m 0644 ru/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/delete-notes.page install -m 0644 ru/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/edit-note.page install -m 0644 ru/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/hotkeys.page install -m 0644 ru/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/index.page install -m 0644 ru/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/introduction.page install -m 0644 ru/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/legal.xml install -m 0644 ru/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/note-edit-prefs.page install -m 0644 ru/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/pin-notes.page install -m 0644 ru/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/prefs.page install -m 0644 ru/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/search.page install -m 0644 ru/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/sync-setup.page install -m 0644 ru/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/sync.page install -m 0644 ru/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/whatsnew.page install -m 0644 sl/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/addins-desktop-bugzilla.page install -m 0644 sl/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/addins-desktop-printing.page install -m 0644 sl/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/addins-formatting-fixed-width.page install -m 0644 sl/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/addins-formatting-underline.page install -m 0644 sl/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/addins-preferences.page install -m 0644 sl/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/addins-sync-local.page install -m 0644 sl/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/addins-sync-ssh.page install -m 0644 sl/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/addins-sync-webdav.page install -m 0644 sl/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/addins-sync-webservice.page install -m 0644 sl/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/addins-tools-backlinks.page install -m 0644 sl/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/addins-tools-html-export.page install -m 0644 sl/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/addins-tools-note-of-day.page install -m 0644 sl/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/addins-tools-timestamp.page install -m 0644 sl/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/addins.page install -m 0644 sl/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/create-note.page install -m 0644 sl/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/create-notebook.page install -m 0644 sl/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/delete-notes.page install -m 0644 sl/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/edit-note.page install -m 0644 sl/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/hotkeys.page install -m 0644 sl/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/index.page install -m 0644 sl/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/introduction.page install -m 0644 sl/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/legal.xml install -m 0644 sl/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/note-edit-prefs.page install -m 0644 sl/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/pin-notes.page install -m 0644 sl/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/prefs.page install -m 0644 sl/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/search.page install -m 0644 sl/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/sync-setup.page install -m 0644 sl/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/sync.page install -m 0644 sl/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/whatsnew.page install -m 0644 sv/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/addins-desktop-bugzilla.page install -m 0644 sv/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/addins-desktop-printing.page install -m 0644 sv/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/addins-formatting-fixed-width.page install -m 0644 sv/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/addins-formatting-underline.page install -m 0644 sv/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/addins-preferences.page install -m 0644 sv/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/addins-sync-local.page install -m 0644 sv/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/addins-sync-ssh.page install -m 0644 sv/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/addins-sync-webdav.page install -m 0644 sv/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/addins-sync-webservice.page install -m 0644 sv/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/addins-tools-backlinks.page install -m 0644 sv/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/addins-tools-html-export.page install -m 0644 sv/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/addins-tools-note-of-day.page install -m 0644 sv/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/addins-tools-timestamp.page install -m 0644 sv/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/addins.page install -m 0644 sv/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/create-note.page install -m 0644 sv/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/create-notebook.page install -m 0644 sv/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/delete-notes.page install -m 0644 sv/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/edit-note.page install -m 0644 sv/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/hotkeys.page install -m 0644 sv/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/index.page install -m 0644 sv/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/introduction.page install -m 0644 sv/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/legal.xml install -m 0644 sv/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/note-edit-prefs.page install -m 0644 sv/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/pin-notes.page install -m 0644 sv/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/prefs.page install -m 0644 sv/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/search.page install -m 0644 sv/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/sync-setup.page install -m 0644 sv/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/sync.page install -m 0644 sv/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/whatsnew.page install -m 0644 uk/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/addins-desktop-bugzilla.page install -m 0644 uk/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/addins-desktop-printing.page install -m 0644 uk/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/addins-formatting-fixed-width.page install -m 0644 uk/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/addins-formatting-underline.page install -m 0644 uk/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/addins-preferences.page install -m 0644 uk/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/addins-sync-local.page install -m 0644 uk/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/addins-sync-ssh.page install -m 0644 uk/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/addins-sync-webdav.page install -m 0644 uk/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/addins-sync-webservice.page install -m 0644 uk/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/addins-tools-backlinks.page install -m 0644 uk/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/addins-tools-html-export.page install -m 0644 uk/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/addins-tools-note-of-day.page install -m 0644 uk/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/addins-tools-timestamp.page install -m 0644 uk/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/addins.page install -m 0644 uk/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/create-note.page install -m 0644 uk/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/create-notebook.page install -m 0644 uk/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/delete-notes.page install -m 0644 uk/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/edit-note.page install -m 0644 uk/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/hotkeys.page install -m 0644 uk/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/index.page install -m 0644 uk/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/introduction.page install -m 0644 uk/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/legal.xml install -m 0644 uk/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/note-edit-prefs.page install -m 0644 uk/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/pin-notes.page install -m 0644 uk/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/prefs.page install -m 0644 uk/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/search.page install -m 0644 uk/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/sync-setup.page install -m 0644 uk/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/sync.page install -m 0644 uk/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/whatsnew.page install -m 0644 vi/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/addins-desktop-bugzilla.page install -m 0644 vi/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/addins-desktop-printing.page install -m 0644 vi/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/addins-formatting-fixed-width.page install -m 0644 vi/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/addins-formatting-underline.page install -m 0644 vi/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/addins-preferences.page install -m 0644 vi/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/addins-sync-local.page install -m 0644 vi/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/addins-sync-ssh.page install -m 0644 vi/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/addins-sync-webdav.page install -m 0644 vi/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/addins-sync-webservice.page install -m 0644 vi/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/addins-tools-backlinks.page install -m 0644 vi/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/addins-tools-html-export.page install -m 0644 vi/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/addins-tools-note-of-day.page install -m 0644 vi/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/addins-tools-timestamp.page install -m 0644 vi/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/addins.page install -m 0644 vi/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/create-note.page install -m 0644 vi/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/create-notebook.page install -m 0644 vi/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/delete-notes.page install -m 0644 vi/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/edit-note.page install -m 0644 vi/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/hotkeys.page install -m 0644 vi/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/index.page install -m 0644 vi/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/introduction.page install -m 0644 vi/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/legal.xml install -m 0644 vi/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/note-edit-prefs.page install -m 0644 vi/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/pin-notes.page install -m 0644 vi/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/prefs.page install -m 0644 vi/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/search.page install -m 0644 vi/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/sync-setup.page install -m 0644 vi/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/sync.page install -m 0644 vi/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/whatsnew.page install -m 0644 zh_CN/addins-desktop-bugzilla.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/addins-desktop-bugzilla.page install -m 0644 zh_CN/addins-desktop-printing.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/addins-desktop-printing.page install -m 0644 zh_CN/addins-formatting-fixed-width.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/addins-formatting-fixed-width.page install -m 0644 zh_CN/addins-formatting-underline.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/addins-formatting-underline.page install -m 0644 zh_CN/addins-preferences.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/addins-preferences.page install -m 0644 zh_CN/addins-sync-local.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/addins-sync-local.page install -m 0644 zh_CN/addins-sync-ssh.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/addins-sync-ssh.page install -m 0644 zh_CN/addins-sync-webdav.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/addins-sync-webdav.page install -m 0644 zh_CN/addins-sync-webservice.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/addins-sync-webservice.page install -m 0644 zh_CN/addins-tools-backlinks.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/addins-tools-backlinks.page install -m 0644 zh_CN/addins-tools-html-export.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/addins-tools-html-export.page install -m 0644 zh_CN/addins-tools-note-of-day.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/addins-tools-note-of-day.page install -m 0644 zh_CN/addins-tools-timestamp.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/addins-tools-timestamp.page install -m 0644 zh_CN/addins.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/addins.page install -m 0644 zh_CN/create-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/create-note.page install -m 0644 zh_CN/create-notebook.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/create-notebook.page install -m 0644 zh_CN/delete-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/delete-notes.page install -m 0644 zh_CN/edit-note.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/edit-note.page install -m 0644 zh_CN/hotkeys.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/hotkeys.page install -m 0644 zh_CN/index.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/index.page install -m 0644 zh_CN/introduction.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/introduction.page install -m 0644 zh_CN/legal.xml /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/legal.xml install -m 0644 zh_CN/note-edit-prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/note-edit-prefs.page install -m 0644 zh_CN/pin-notes.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/pin-notes.page install -m 0644 zh_CN/prefs.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/prefs.page install -m 0644 zh_CN/search.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/search.page install -m 0644 zh_CN/sync-setup.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/sync-setup.page install -m 0644 zh_CN/sync.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/sync.page install -m 0644 zh_CN/whatsnew.page /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/whatsnew.page install -m 0644 ./C/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/add-notebook-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/add-notebook-search.png install -m 0644 ./cs/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/add-notebook-search.png install -m 0644 ./de/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/add-notebook-search.png install -m 0644 ./el/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/add-notebook-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/add-notebook-search.png install -m 0644 ./es/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/add-notebook-search.png install -m 0644 ./eu/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/add-notebook-search.png install -m 0644 ./fr/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/add-notebook-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/add-notebook-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/add-notebook-search.png install -m 0644 ./it/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/add-notebook-search.png install -m 0644 ./lt/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/add-notebook-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/add-notebook-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/add-notebook-search.png install -m 0644 ./pl/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/add-notebook-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/add-notebook-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/add-notebook-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/add-notebook-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/add-notebook-search.png install -m 0644 ./sv/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/add-notebook-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/add-notebook-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/add-notebook-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-notebook-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/add-notebook-search.png install -m 0644 ./C/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/add-to-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/add-to-notebook.png install -m 0644 ./cs/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/add-to-notebook.png install -m 0644 ./de/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/add-to-notebook.png install -m 0644 ./el/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/add-to-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/add-to-notebook.png install -m 0644 ./es/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/add-to-notebook.png install -m 0644 ./eu/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/add-to-notebook.png install -m 0644 ./fr/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/add-to-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/add-to-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/add-to-notebook.png install -m 0644 ./it/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/add-to-notebook.png install -m 0644 ./lt/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/add-to-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/add-to-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/add-to-notebook.png install -m 0644 ./pl/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/add-to-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/add-to-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/add-to-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/add-to-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/add-to-notebook.png install -m 0644 ./sv/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/add-to-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/add-to-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/add-to-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/add-to-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/add-to-notebook.png install -m 0644 ./C/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/delete-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/delete-notebook.png install -m 0644 ./cs/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/delete-notebook.png install -m 0644 ./de/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/delete-notebook.png install -m 0644 ./el/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/delete-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/delete-notebook.png install -m 0644 ./es/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/delete-notebook.png install -m 0644 ./eu/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/delete-notebook.png install -m 0644 ./fr/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/delete-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/delete-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/delete-notebook.png install -m 0644 ./it/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/delete-notebook.png install -m 0644 ./lt/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/delete-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/delete-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/delete-notebook.png install -m 0644 ./pl/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/delete-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/delete-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/delete-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/delete-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/delete-notebook.png install -m 0644 ./sv/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/delete-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/delete-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/delete-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/delete-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/delete-notebook.png install -m 0644 ./C/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/icon.png install -m 0644 ./C/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/move-notes-search.png install -m 0644 ./de/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/move-notes-search.png install -m 0644 ./es/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/move-notes-search.png install -m 0644 ./eu/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/move-notes-search.png install -m 0644 ./it/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/move-notes-search.png install -m 0644 ./pl/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/move-notes-search.png install -m 0644 ./sv/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/move-notes-search.png ln -s -f /usr/local/share/help/C/tomboy/figures/move-notes-search.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/move-notes-search.png install -m 0644 ./C/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/new-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/new-notebook.png install -m 0644 ./cs/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/new-notebook.png install -m 0644 ./de/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/new-notebook.png install -m 0644 ./el/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/new-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/new-notebook.png install -m 0644 ./es/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/new-notebook.png install -m 0644 ./eu/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/new-notebook.png install -m 0644 ./fr/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/new-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/new-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/new-notebook.png install -m 0644 ./it/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/new-notebook.png install -m 0644 ./lt/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/new-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/new-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/new-notebook.png install -m 0644 ./pl/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/new-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/new-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/new-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/new-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/new-notebook.png install -m 0644 ./sv/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/new-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/new-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/new-notebook.png ln -s -f /usr/local/share/help/C/tomboy/figures/new-notebook.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/new-notebook.png install -m 0644 ./C/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/notebook-icon.png install -m 0644 ./es/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/notebook-icon.png install -m 0644 ./eu/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/notebook-icon.png install -m 0644 ./it/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/notebook-icon.png install -m 0644 ./pl/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/notebook-icon.png install -m 0644 ./sv/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/notebook-icon.png ln -s -f /usr/local/share/help/C/tomboy/figures/notebook-icon.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/notebook-icon.png install -m 0644 ./C/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/note-template.png ln -s -f /usr/local/share/help/C/tomboy/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/note-template.png install -m 0644 ./cs/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/note-template.png install -m 0644 ./de/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/note-template.png install -m 0644 ./el/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/note-template.png ln -s -f /usr/local/share/help/C/tomboy/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/note-template.png install -m 0644 ./es/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/note-template.png install -m 0644 ./eu/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/note-template.png install -m 0644 ./fr/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/note-template.png ln -s -f /usr/local/share/help/C/tomboy/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/note-template.png ln -s -f /usr/local/share/help/C/tomboy/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/note-template.png install -m 0644 ./it/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/note-template.png install -m 0644 ./lt/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/note-template.png ln -s -f /usr/local/share/help/C/tomboy/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/note-template.png ln -s -f /usr/local/share/help/C/tomboy/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/note-template.png install -m 0644 ./pl/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/note-template.png ln -s -f /usr/local/share/help/C/tomboy/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/note-template.png ln -s -f /usr/local/share/help/C/tomboy/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/note-template.png ln -s -f /usr/local/share/help/C/tomboy/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/note-template.png ln -s -f /usr/local/share/help/C/tomboy/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/note-template.png install -m 0644 ./sv/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/note-template.png ln -s -f /usr/local/share/help/C/tomboy/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/note-template.png ln -s -f /usr/local/share/help/C/tomboy/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/note-template.png ln -s -f /usr/local/share/help/C/tomboy/figures/note-template.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/note-template.png install -m 0644 ./C/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/tomboy-main-menu.png install -m 0644 ./cs/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/tomboy-main-menu.png install -m 0644 ./de/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/tomboy-main-menu.png install -m 0644 ./el/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/tomboy-main-menu.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/tomboy-main-menu.png install -m 0644 ./es/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/tomboy-main-menu.png install -m 0644 ./eu/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/tomboy-main-menu.png install -m 0644 ./fr/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/tomboy-main-menu.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/tomboy-main-menu.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/tomboy-main-menu.png install -m 0644 ./it/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/tomboy-main-menu.png install -m 0644 ./lt/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/tomboy-main-menu.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/tomboy-main-menu.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/tomboy-main-menu.png install -m 0644 ./pl/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/tomboy-main-menu.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/tomboy-main-menu.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/tomboy-main-menu.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/tomboy-main-menu.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/tomboy-main-menu.png install -m 0644 ./sv/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/tomboy-main-menu.png install -m 0644 ./uk/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/tomboy-main-menu.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/tomboy-main-menu.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/tomboy-main-menu.png install -m 0644 ./C/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/tomboy-new-note.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/tomboy-new-note.png install -m 0644 ./cs/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/tomboy-new-note.png install -m 0644 ./de/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/tomboy-new-note.png install -m 0644 ./el/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/tomboy-new-note.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/tomboy-new-note.png install -m 0644 ./es/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/tomboy-new-note.png install -m 0644 ./eu/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/tomboy-new-note.png install -m 0644 ./fr/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/tomboy-new-note.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/tomboy-new-note.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/tomboy-new-note.png install -m 0644 ./it/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/tomboy-new-note.png install -m 0644 ./lt/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/tomboy-new-note.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/tomboy-new-note.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/tomboy-new-note.png install -m 0644 ./pl/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/tomboy-new-note.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/tomboy-new-note.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/tomboy-new-note.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/tomboy-new-note.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/tomboy-new-note.png install -m 0644 ./sv/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/tomboy-new-note.png install -m 0644 ./uk/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/tomboy-new-note.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/tomboy-new-note.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-new-note.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/tomboy-new-note.png install -m 0644 ./C/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/tomboy-panel.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/tomboy-panel.png install -m 0644 ./cs/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/tomboy-panel.png install -m 0644 ./de/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/tomboy-panel.png install -m 0644 ./el/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/tomboy-panel.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/tomboy-panel.png install -m 0644 ./es/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/tomboy-panel.png install -m 0644 ./eu/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/tomboy-panel.png install -m 0644 ./fr/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/tomboy-panel.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/tomboy-panel.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/tomboy-panel.png install -m 0644 ./it/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/tomboy-panel.png install -m 0644 ./lt/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/tomboy-panel.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/tomboy-panel.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/tomboy-panel.png install -m 0644 ./pl/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/tomboy-panel.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/tomboy-panel.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/tomboy-panel.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/tomboy-panel.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/tomboy-panel.png install -m 0644 ./sv/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/tomboy-panel.png install -m 0644 ./uk/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/tomboy-panel.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/tomboy-panel.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-panel.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/tomboy-panel.png install -m 0644 ./C/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/tomboy-pindown.png install -m 0644 ./es/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/tomboy-pindown.png install -m 0644 ./eu/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/tomboy-pindown.png install -m 0644 ./it/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/tomboy-pindown.png install -m 0644 ./pl/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/tomboy-pindown.png install -m 0644 ./sv/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/tomboy-pindown.png install -m 0644 ./uk/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/tomboy-pindown.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pindown.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/tomboy-pindown.png install -m 0644 ./C/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/tomboy-pinup.png install -m 0644 ./es/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/tomboy-pinup.png install -m 0644 ./eu/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/tomboy-pinup.png install -m 0644 ./it/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/tomboy-pinup.png install -m 0644 ./pl/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/tomboy-pinup.png install -m 0644 ./sv/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/tomboy-pinup.png install -m 0644 ./uk/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/tomboy-pinup.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-pinup.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/tomboy-pinup.png install -m 0644 ./C/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/tomboy.png install -m 0644 ./cs/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/tomboy.png install -m 0644 ./de/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/tomboy.png install -m 0644 ./fr/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/tomboy.png install -m 0644 ./ro/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/tomboy.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/tomboy.png install -m 0644 ./C/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/tomboy-preferences-add-ins.png install -m 0644 ./cs/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/tomboy-preferences-add-ins.png install -m 0644 ./de/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/tomboy-preferences-add-ins.png install -m 0644 ./el/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/tomboy-preferences-add-ins.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/tomboy-preferences-add-ins.png install -m 0644 ./es/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/tomboy-preferences-add-ins.png install -m 0644 ./eu/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/tomboy-preferences-add-ins.png install -m 0644 ./fr/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/tomboy-preferences-add-ins.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/tomboy-preferences-add-ins.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/tomboy-preferences-add-ins.png install -m 0644 ./it/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/tomboy-preferences-add-ins.png install -m 0644 ./lt/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/tomboy-preferences-add-ins.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/tomboy-preferences-add-ins.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/tomboy-preferences-add-ins.png install -m 0644 ./pl/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/tomboy-preferences-add-ins.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/tomboy-preferences-add-ins.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/tomboy-preferences-add-ins.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/tomboy-preferences-add-ins.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/tomboy-preferences-add-ins.png install -m 0644 ./sv/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/tomboy-preferences-add-ins.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/tomboy-preferences-add-ins.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/tomboy-preferences-add-ins.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/tomboy-preferences-add-ins.png install -m 0644 ./C/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/tomboy-preferences-editing.png install -m 0644 ./cs/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/tomboy-preferences-editing.png install -m 0644 ./de/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/tomboy-preferences-editing.png install -m 0644 ./el/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/tomboy-preferences-editing.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/tomboy-preferences-editing.png install -m 0644 ./es/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/tomboy-preferences-editing.png install -m 0644 ./eu/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/tomboy-preferences-editing.png install -m 0644 ./fr/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/tomboy-preferences-editing.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/tomboy-preferences-editing.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/tomboy-preferences-editing.png install -m 0644 ./it/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/tomboy-preferences-editing.png install -m 0644 ./lt/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/tomboy-preferences-editing.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/tomboy-preferences-editing.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/tomboy-preferences-editing.png install -m 0644 ./pl/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/tomboy-preferences-editing.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/tomboy-preferences-editing.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/tomboy-preferences-editing.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/tomboy-preferences-editing.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/tomboy-preferences-editing.png install -m 0644 ./sv/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/tomboy-preferences-editing.png install -m 0644 ./uk/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/tomboy-preferences-editing.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/tomboy-preferences-editing.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/tomboy-preferences-editing.png install -m 0644 ./C/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/tomboy-preferences-hotkeys.png install -m 0644 ./cs/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/tomboy-preferences-hotkeys.png install -m 0644 ./de/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/tomboy-preferences-hotkeys.png install -m 0644 ./el/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/tomboy-preferences-hotkeys.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/tomboy-preferences-hotkeys.png install -m 0644 ./es/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/tomboy-preferences-hotkeys.png install -m 0644 ./eu/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/tomboy-preferences-hotkeys.png install -m 0644 ./fr/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/tomboy-preferences-hotkeys.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/tomboy-preferences-hotkeys.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/tomboy-preferences-hotkeys.png install -m 0644 ./it/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/tomboy-preferences-hotkeys.png install -m 0644 ./lt/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/tomboy-preferences-hotkeys.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/tomboy-preferences-hotkeys.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/tomboy-preferences-hotkeys.png install -m 0644 ./pl/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/tomboy-preferences-hotkeys.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/tomboy-preferences-hotkeys.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/tomboy-preferences-hotkeys.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/tomboy-preferences-hotkeys.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/tomboy-preferences-hotkeys.png install -m 0644 ./sv/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/tomboy-preferences-hotkeys.png install -m 0644 ./uk/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/tomboy-preferences-hotkeys.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/tomboy-preferences-hotkeys.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/tomboy-preferences-hotkeys.png install -m 0644 ./C/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/tomboy-preferences-synchronization.png install -m 0644 ./cs/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/tomboy-preferences-synchronization.png install -m 0644 ./de/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/tomboy-preferences-synchronization.png install -m 0644 ./el/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/tomboy-preferences-synchronization.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/tomboy-preferences-synchronization.png install -m 0644 ./es/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/tomboy-preferences-synchronization.png install -m 0644 ./eu/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/tomboy-preferences-synchronization.png install -m 0644 ./fr/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/tomboy-preferences-synchronization.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/tomboy-preferences-synchronization.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/tomboy-preferences-synchronization.png install -m 0644 ./it/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/tomboy-preferences-synchronization.png install -m 0644 ./lt/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/tomboy-preferences-synchronization.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/tomboy-preferences-synchronization.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/tomboy-preferences-synchronization.png install -m 0644 ./pl/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/tomboy-preferences-synchronization.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/tomboy-preferences-synchronization.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/tomboy-preferences-synchronization.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/tomboy-preferences-synchronization.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/tomboy-preferences-synchronization.png install -m 0644 ./sv/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/tomboy-preferences-synchronization.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/tomboy-preferences-synchronization.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/tomboy-preferences-synchronization.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/tomboy-preferences-synchronization.png install -m 0644 ./C/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/C/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/ca/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/cs/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/de/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/el/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/en_GB/tomboy/figures/tomboy-tools.png install -m 0644 ./es/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/es/tomboy/figures/tomboy-tools.png install -m 0644 ./eu/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/eu/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/fr/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/gl/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/hu/tomboy/figures/tomboy-tools.png install -m 0644 ./it/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/it/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/lt/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/lv/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/oc/tomboy/figures/tomboy-tools.png install -m 0644 ./pl/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/pl/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/pt_BR/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/ro/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/ru/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/sl/tomboy/figures/tomboy-tools.png install -m 0644 ./sv/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/sv/tomboy/figures/tomboy-tools.png install -m 0644 ./uk/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/uk/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/vi/tomboy/figures/tomboy-tools.png ln -s -f /usr/local/share/help/C/tomboy/figures/tomboy-tools.png /construction/deskutils/tomboy/stage/usr/local/share/help/zh_CN/tomboy/figures/tomboy-tools.png gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/help' gmake[2]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7/help' gmake[2]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7' gmake[3]: Entering directory '/construction/deskutils/tomboy/tomboy-1.15.7' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7' gmake[2]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7' gmake[1]: Leaving directory '/construction/deskutils/tomboy/tomboy-1.15.7' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/tomboy-preferences-add-ins.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/tomboy-preferences-hotkeys.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/tomboy-main-menu.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/tomboy-preferences-editing.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/tomboy-preferences-synchronization.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/add-to-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-to-notebook.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/delete-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/delete-notebook.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/tomboy-panel.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-panel.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/new-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/new-notebook.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/tomboy-new-note.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-new-note.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/note-template.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/note-template.png' Warning: Bad symlink '/usr/local/share/help/gl/tomboy/figures/add-notebook-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-notebook-search.png' Warning: Bad symlink '/usr/local/share/help/it/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/it/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/fr/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/fr/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/fr/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/fr/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/fr/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/fr/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/tomboy-preferences-synchronization.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/tomboy-main-menu.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/tomboy-preferences-add-ins.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/tomboy-panel.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-panel.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/tomboy-preferences-editing.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/tomboy-new-note.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-new-note.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/tomboy-preferences-hotkeys.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/delete-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/delete-notebook.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/new-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/new-notebook.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/add-to-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-to-notebook.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/note-template.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/note-template.png' Warning: Bad symlink '/usr/local/share/help/lv/tomboy/figures/add-notebook-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-notebook-search.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/add-to-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-to-notebook.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/new-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/new-notebook.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/delete-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/delete-notebook.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/tomboy-preferences-hotkeys.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/tomboy-preferences-add-ins.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/tomboy-preferences-editing.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/note-template.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/note-template.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/tomboy-new-note.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-new-note.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/tomboy-preferences-synchronization.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/tomboy-main-menu.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/tomboy-panel.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-panel.png' Warning: Bad symlink '/usr/local/share/help/hu/tomboy/figures/add-notebook-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-notebook-search.png' Warning: Bad symlink '/usr/local/share/help/lt/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/lt/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/lt/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/lt/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/lt/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/lt/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/lt/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/tomboy-preferences-synchronization.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/add-to-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-to-notebook.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/tomboy-preferences-editing.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/tomboy-panel.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-panel.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/tomboy-new-note.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-new-note.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/tomboy-preferences-add-ins.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/note-template.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/note-template.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/new-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/new-notebook.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/tomboy-preferences-hotkeys.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/delete-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/delete-notebook.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/tomboy-main-menu.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/en_GB/tomboy/figures/add-notebook-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-notebook-search.png' Warning: Bad symlink '/usr/local/share/help/el/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/el/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/el/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/el/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/el/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/el/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/el/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/es/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/es/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/add-to-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-to-notebook.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/tomboy-preferences-add-ins.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/tomboy-main-menu.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/delete-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/delete-notebook.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/tomboy-preferences-synchronization.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/tomboy-panel.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-panel.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/new-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/new-notebook.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/note-template.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/note-template.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/tomboy-new-note.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-new-note.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/tomboy-preferences-editing.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/tomboy-preferences-hotkeys.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/ru/tomboy/figures/add-notebook-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-notebook-search.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/tomboy-new-note.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-new-note.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/new-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/new-notebook.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/add-to-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-to-notebook.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/delete-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/delete-notebook.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/tomboy-preferences-add-ins.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/tomboy-main-menu.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/tomboy-preferences-synchronization.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/tomboy-panel.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-panel.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/note-template.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/note-template.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/tomboy-preferences-hotkeys.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/tomboy-preferences-editing.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/zh_CN/tomboy/figures/add-notebook-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-notebook-search.png' Warning: Bad symlink '/usr/local/share/help/sv/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/sv/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/add-to-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-to-notebook.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/tomboy-panel.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-panel.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/tomboy-new-note.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-new-note.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/delete-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/delete-notebook.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/add-notebook-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-notebook-search.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/tomboy-main-menu.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/new-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/new-notebook.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/tomboy-preferences-synchronization.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/tomboy-preferences-hotkeys.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/note-template.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/note-template.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/tomboy-preferences-add-ins.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/tomboy-preferences-editing.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png' Warning: Bad symlink '/usr/local/share/help/vi/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/pl/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/pl/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/add-to-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-to-notebook.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/new-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/new-notebook.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/tomboy-preferences-editing.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/tomboy-preferences-add-ins.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/tomboy-preferences-hotkeys.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/tomboy-panel.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-panel.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/note-template.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/note-template.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/delete-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/delete-notebook.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/tomboy-main-menu.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/tomboy-new-note.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-new-note.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/tomboy-preferences-synchronization.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/ro/tomboy/figures/add-notebook-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-notebook-search.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/tomboy-preferences-hotkeys.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/tomboy-preferences-editing.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/note-template.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/note-template.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/new-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/new-notebook.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/add-to-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-to-notebook.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/tomboy-new-note.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-new-note.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/tomboy-panel.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-panel.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/tomboy-preferences-synchronization.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/tomboy-main-menu.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/tomboy-preferences-add-ins.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/delete-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/delete-notebook.png' Warning: Bad symlink '/usr/local/share/help/oc/tomboy/figures/add-notebook-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-notebook-search.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/add-to-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-to-notebook.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/tomboy-preferences-editing.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/tomboy-preferences-hotkeys.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/tomboy-new-note.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-new-note.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/tomboy-preferences-add-ins.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/delete-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/delete-notebook.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/tomboy-preferences-synchronization.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/tomboy-panel.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-panel.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/note-template.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/note-template.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/new-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/new-notebook.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/tomboy-main-menu.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png' Warning: Bad symlink '/usr/local/share/help/pt_BR/tomboy/figures/add-notebook-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-notebook-search.png' Warning: Bad symlink '/usr/local/share/help/eu/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/eu/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/tomboy-preferences-editing.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/tomboy-preferences-hotkeys.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/note-template.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/note-template.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/tomboy-new-note.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-new-note.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/tomboy-main-menu.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/delete-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/delete-notebook.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/tomboy-preferences-synchronization.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/tomboy-panel.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-panel.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/add-to-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-to-notebook.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/tomboy-preferences-add-ins.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/new-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/new-notebook.png' Warning: Bad symlink '/usr/local/share/help/ca/tomboy/figures/add-notebook-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-notebook-search.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/add-to-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-to-notebook.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/tomboy-panel.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-panel.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/tomboy-preferences-hotkeys.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-hotkeys.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/tomboy-new-note.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-new-note.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/tomboy-preferences-synchronization.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/new-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/new-notebook.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/tomboy-main-menu.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-main-menu.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/add-notebook-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-notebook-search.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/note-template.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/note-template.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/tomboy-preferences-add-ins.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/tomboy-preferences-editing.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-editing.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/delete-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/delete-notebook.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/sl/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/de/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/de/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/de/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/de/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/de/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/uk/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/uk/tomboy/figures/add-notebook-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-notebook-search.png' Warning: Bad symlink '/usr/local/share/help/uk/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: Bad symlink '/usr/local/share/help/uk/tomboy/figures/delete-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/delete-notebook.png' Warning: Bad symlink '/usr/local/share/help/uk/tomboy/figures/tomboy-preferences-synchronization.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-synchronization.png' Warning: Bad symlink '/usr/local/share/help/uk/tomboy/figures/note-template.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/note-template.png' Warning: Bad symlink '/usr/local/share/help/uk/tomboy/figures/tomboy.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy.png' Warning: Bad symlink '/usr/local/share/help/uk/tomboy/figures/tomboy-preferences-add-ins.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-preferences-add-ins.png' Warning: Bad symlink '/usr/local/share/help/uk/tomboy/figures/new-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/new-notebook.png' Warning: Bad symlink '/usr/local/share/help/uk/tomboy/figures/add-to-notebook.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/add-to-notebook.png' Warning: Bad symlink '/usr/local/share/help/uk/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/cs/tomboy/figures/icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/icon.png' Warning: Bad symlink '/usr/local/share/help/cs/tomboy/figures/notebook-icon.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/notebook-icon.png' Warning: Bad symlink '/usr/local/share/help/cs/tomboy/figures/tomboy-pindown.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pindown.png' Warning: Bad symlink '/usr/local/share/help/cs/tomboy/figures/tomboy-pinup.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-pinup.png' Warning: Bad symlink '/usr/local/share/help/cs/tomboy/figures/tomboy-tools.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/tomboy-tools.png' Warning: Bad symlink '/usr/local/share/help/cs/tomboy/figures/move-notes-search.png' pointing to an absolute pathname '/usr/local/share/help/C/tomboy/figures/move-notes-search.png' Warning: 'lib/tomboy/libtomboy.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: you need USES=shared-mime-info Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libcairo.so.2 from graphics/cairo but it is not declared as a dependency Warning: you need USE_GNOME+=cairo Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libfontconfig.so.1 from x11-fonts/fontconfig but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfontconfig.so:x11-fonts/fontconfig Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libfreetype.so.6 from print/freetype2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfreetype.so:print/freetype2 Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libSM.so.6 from x11/libSM but it is not declared as a dependency Warning: you need USE_XORG+=sm Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libICE.so.6 from x11/libICE but it is not declared as a dependency Warning: you need USE_XORG+=ice Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libXrender.so.1 from x11/libXrender but it is not declared as a dependency Warning: you need USE_XORG+=xrender Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libXinerama.so.1 from x11/libXinerama but it is not declared as a dependency Warning: you need USE_XORG+=xinerama Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libXi.so.6 from x11/libXi but it is not declared as a dependency Warning: you need USE_XORG+=xi Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libXrandr.so.2 from x11/libXrandr but it is not declared as a dependency Warning: you need USE_XORG+=xrandr Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libXcursor.so.1 from x11/libXcursor but it is not declared as a dependency Warning: you need USE_XORG+=xcursor Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libXcomposite.so.1 from x11/libXcomposite but it is not declared as a dependency Warning: you need USE_XORG+=xcomposite Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libXdamage.so.1 from x11/libXdamage but it is not declared as a dependency Warning: you need USE_XORG+=xdamage Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libXfixes.so.3 from x11/libXfixes but it is not declared as a dependency Warning: you need USE_XORG+=xfixes Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libpixman-1.so.0 from x11/pixman but it is not declared as a dependency Warning: you need USE_XORG+=pixman Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libpng16.so.16 from graphics/png but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpng16.so:graphics/png Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libxcb-shm.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libxcb.so.1 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libxcb-render.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libharfbuzz.so.0 from print/harfbuzz but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libharfbuzz.so:print/harfbuzz Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libfribidi.so.0 from converters/fribidi but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfribidi.so:converters/fribidi Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libexpat.so.1 from textproc/expat2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libexpat.so:textproc/expat2 Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libffi.so.7 from devel/libffi but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libffi.so:devel/libffi Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libpcre.so.1 from devel/pcre but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpcre.so:devel/pcre Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libiconv.so.2 from converters/libiconv but it is not declared as a dependency Warning: you need USES+=iconv, USES+=iconv:wchar_t, or USES+=iconv:translit depending on needs Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libXau.so.6 from x11/libXau but it is not declared as a dependency Warning: you need USE_XORG+=xau Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libXdmcp.so.6 from x11/libXdmcp but it is not declared as a dependency Warning: you need USE_XORG+=xdmcp Error: /usr/local/lib/tomboy/libtomboy.so is linked to /usr/local/lib/libgraphite2.so.3 from graphics/graphite2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgraphite2.so:graphics/graphite2 Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues: - - REINPLACE_CMD ran, but did not modify file contents: Tomboy/tomboy-panel.in - - REINPLACE_CMD ran, but did not modify file contents: Tomboy/tomboy.in - - REINPLACE_CMD ran, but did not modify file contents: Tomboy/Makefile.in SUCCEEDED 00:00:19 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for tomboy-1.15.7_2 file sizes/checksums [1306]: 0% file sizes/checksums [1306]: 7% file sizes/checksums [1306]: 15% file sizes/checksums [1306]: 22% file sizes/checksums [1306]: 30% file sizes/checksums [1306]: 38% file sizes/checksums [1306]: 45% file sizes/checksums [1306]: 53% file sizes/checksums [1306]: 61% file sizes/checksums [1306]: 68% file sizes/checksums [1306]: 76% file sizes/checksums [1306]: 84% file sizes/checksums [1306]: 91% file sizes/checksums [1306]: 99% file sizes/checksums [1306]: 100% packing files [1306]: 0% packing files [1306]: 7% packing files [1306]: 15% packing files [1306]: 22% packing files [1306]: 30% packing files [1306]: 38% packing files [1306]: 45% packing files [1306]: 53% packing files [1306]: 61% packing files [1306]: 68% packing files [1306]: 76% packing files [1306]: 84% packing files [1306]: 91% packing files [1306]: 99% packing files [1306]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:15 TOTAL TIME 00:04:52