------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 FLAVOR=gtk2 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 ru-emkatic-gtk2-0.38_4: DOCS=on: Build and/or install documentation PORTAUDIO=on: PortAudio library support ===> Use 'make config' to modify these settings SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/russian/emkatic XDG_CONFIG_HOME=/construction/russian/emkatic HOME=/construction/russian/emkatic TMPDIR="/tmp" PATH=/construction/russian/emkatic/.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 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/russian/emkatic XDG_CONFIG_HOME=/construction/russian/emkatic HOME=/construction/russian/emkatic TMPDIR="/tmp" PATH=/construction/russian/emkatic/.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/russian/emkatic/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- PORTDOCS="" 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/emkatic" EXAMPLESDIR="share/examples/emkatic" DATADIR="share/emkatic" WWWDIR="www/emkatic" ETCDIR="etc/emkatic" SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/emkatic DOCSDIR=/usr/local/share/doc/emkatic EXAMPLESDIR=/usr/local/share/examples/emkatic WWWDIR=/usr/local/www/emkatic ETCDIR=/usr/local/etc/emkatic 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=500906 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 ------------------------------------------------------------------------------- UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gmp-6.2.1.txz Installing /packages/All/mpfr-4.1.0.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/gmake-4.3_2.txz Installing /packages/All/ncurses-6.2.20210116.txz Installing /packages/All/libtextstyle-0.21.txz Installing /packages/All/gettext-tools-0.21.txz Installing /packages/All/binutils-2.33.1_4,1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-3.2.0_1.txz ===== Message from fpc-3.2.0_1: -- 1) Add lib paths to /usr/local/etc/fpc.cfg # searchpath for libraries -Fl/usr/local/lib This is necessary for correct linking of libraries. 2) You can install additional units from: * lang/fpc-units 3) If you want to see all documentation about FreePascal, you can install * lang/fpc-docs 4) Optionally, you can install textmode IDE with Delphi support * editors/fpc-ide 5) This port add support to fp compiler to get value from FPC_LDPATH environment variable. By default fp compiler use /usr/local/bin/ld.bfd for linking binaries. If you want change this, just must be define FPC_LDPATH with path to ld tool that will be used by fp compiler. Take on mind that fpc only works with binutils on this moment but could work with another ld tool later on next versions of freepascal 6) Enjoy it ;) Installing /packages/All/png-1.6.37.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/expat-2.2.10.txz Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/pcre-8.44.txz Installing /packages/All/libffi-3.3_1.txz Installing /packages/All/libxml2-2.9.10_2.txz Installing /packages/All/libiconv-1.16.txz Installing /packages/All/readline-8.0.4_1.txz Installing /packages/All/openssl-1.1.1i,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/glib-2.66.4_1,1.txz No schema files found: doing nothing. Installing /packages/All/pixman-0.40.0_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/cairo-1.16.0_1,3.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-cairo-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-chm-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-fcl-base-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-fcl-image-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-fcl-json-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-fcl-registry-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-fcl-res-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-rtl-objpas-3.2.0_2.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-iconvenc-3.2.0_1.txz Installing /packages/All/fpc-fcl-xml-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-pasjpeg-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-regexpr-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-rtl-extra-3.2.0_2.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/libXfont-1.5.4_2,2.txz Installing /packages/All/libXxf86dga-1.1.5.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/libxkbfile-1.1.0.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libXres-1.2.0_2.txz Installing /packages/All/libXv-1.0.11_2,1.txz Installing /packages/All/fpc-x11-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-utils-3.2.0_1.txz 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/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/ca_root_nss-3.58.txz ===== Message from ca_root_nss-3.58: -- 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/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.3_1.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. 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/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/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/libXft-2.3.3.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/libXdamage-1.1.5.txz Installing /packages/All/libXcomposite-0.4.5,1.txz Installing /packages/All/gtk2-2.24.33.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-gtk2-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-source-3.2.0.txz UNFLAVORED devel/gdb -> use devel/gdb@py37 Installing /packages/All/icu-68.2,1.txz Installing /packages/All/boost-libs-1.72.0_3.txz ===== Message from boost-libs-1.72.0_3: -- You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Installing /packages/All/source-highlight-3.1.9_1.txz Installing /packages/All/gdb-10.1_1.txz Installing /packages/All/desktop-file-utils-0.26.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-dblib-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-fcl-db-3.2.0_2.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-fcl-fpcunit-3.2.0_2.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-fcl-net-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-fcl-web-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-fppkg-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-ibase-3.2.0_1.txz Installing /packages/All/libnghttp2-1.42.0.txz Installing /packages/All/curl-7.74.0.txz Installing /packages/All/liblz4-1.9.3,1.txz Installing /packages/All/protobuf-3.13.0,1.txz Installing /packages/All/cyrus-sasl-2.1.27_1.txz *** Added group `cyrus' (id 60) *** Added user `cyrus' (id 60) ===== Message from cyrus-sasl-2.1.27_1: -- You can use sasldb2 for authentication, to add users use: saslpasswd2 -c username If you want to enable SMTP AUTH with the system Sendmail, read Sendmail.README NOTE: This port has been compiled with a default pwcheck_method of auxprop. If you want to authenticate your user by /etc/passwd, PAM or LDAP, install ports/security/cyrus-sasl2-saslauthd and set sasl_pwcheck_method to saslauthd after installing the Cyrus-IMAPd 2.X port. You should also check the /usr/local/lib/sasl2/*.conf files for the correct pwcheck_method. If you want to use GSSAPI mechanism, install ports/security/cyrus-sasl2-gssapi. If you want to use SRP mechanism, install ports/security/cyrus-sasl2-srp. If you want to use LDAP auxprop plugin, install ports/security/cyrus-sasl2-ldapdb. Installing /packages/All/libedit-3.1.20191231,1.txz Installing /packages/All/uchardet-0.0.7.txz Installing /packages/All/psutils-1.17_5.txz Installing /packages/All/perl5-5.32.0_1.txz Installing /packages/All/groff-1.22.4_3.txz ===== Message from groff-1.22.4_3: -- In order to be able to use the html driver, you need to install the following packages: - ghostscript - netpbm Installing /packages/All/mysql57-client-5.7.32.txz ===== Message from mysql57-client-5.7.32: -- This is the mysql CLIENT without the server. for complete server and client, please install databases/mysql57-server UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-mysql-3.2.0_2.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-numlib-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-odbc-3.2.0_1.txz Installing /packages/All/wayland-1.18.0.txz Installing /packages/All/zstd-1.4.5_1.txz Installing /packages/All/pciids-20201127.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/libunwind-20200331_1.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/mesa-libs-20.2.3.txz Installing /packages/All/libGLU-9.0.1.txz Installing /packages/All/freeglut-3.0.0_2.txz ===== Message from freeglut-3.0.0_2: -- Joystick support is untested and it is unknown if it works. Do not hesitate to contact x11@FreeBSD.org if this causes issues. UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-opengl-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-openssl-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-oracle-3.2.0_1.txz Installing /packages/All/postgresql12-client-12.5.txz ===== Message from postgresql12-client-12.5: -- The PostgreSQL port has a collection of "side orders": postgresql-docs For all of the html documentation p5-Pg A perl5 API for client access to PostgreSQL databases. postgresql-tcltk If you want tcl/tk client support. postgresql-jdbc For Java JDBC support. postgresql-odbc For client access from unix applications using ODBC as access method. Not needed to access unix PostgreSQL servers from Win32 using ODBC. See below. ruby-postgres, py-psycopg2 For client access to PostgreSQL databases using the ruby & python languages. postgresql-plperl, postgresql-pltcl & postgresql-plruby For using perl5, tcl & ruby as procedural languages. postgresql-contrib Lots of contributed utilities, postgresql functions and datatypes. There you find pg_standby, pgcrypto and many other cool things. etc... UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-postgres-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-rtl-generics-3.2.0_1.txz Installing /packages/All/sqlite3-3.34.0,1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-sqlite-3.2.0_2.txz Installing /packages/All/lazarus-gtk2-2.0.10_1.txz ===== Message from lazarus-gtk2-2.0.10_1: -- The Lazarus RAD was installed 1) You can run it using: # lazarus 2) The first time that lazarus is running, you should set the path to fpc source directory at lazarus configuration environment. Also it could be setting later. 3) Now you can obtain freepascal source installing lang/fpc-source port or package It will be extracted to /usr/local/share/fpc-source-X.X.X 4) You can use /usr/local/bin/gdb debugger instead of gdb installed debugger installed from base system. Lazarus works better with this version. 5) The lazbuild.cfg file has been removed, it is not necessary anymore. Now we can use the following ports for aplications that depend of lazarus and these can be built with an interface different than lazarus has compiled by default: editors/lazarus editors/lazarus-qt5 You can added those ports if you want support for gtk2, or qt5 interfaces. Please look at net-p2p/transmission-remote-gui like a example of how use it 6) Enjoy it ;) Installing /packages/All/portaudio-19.6.0_5,1.txz UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/gdb -> use devel/gdb@py37 UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native SUCCEEDED 00:02:43 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ru-emkatic-gtk2-0.38_4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ru-emkatic-gtk2-0.38_4 for building => SHA256 Checksum OK for emkatic-0.38-src.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ru-emkatic-gtk2-0.38_4 for building ===> Extracting for ru-emkatic-gtk2-0.38_4 ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ru-emkatic-gtk2-0.38_4 for building => SHA256 Checksum OK for emkatic-0.38-src.tar.gz. Extracted Memory Use: 1.69M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ru-emkatic-gtk2-0.38_4 ===> Applying ports patches for ru-emkatic-gtk2-0.38_4 from /xports/russian/emkatic/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/bin/as - found ===> ru-emkatic-gtk2-0.38_4 depends on executable: ppcx64 - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/cairo.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/chm.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-base.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-image.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-json.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-registry.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-xml.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/pasjpeg.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/regexpr.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/rtl-extra.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/x11.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/chm.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/bin/as - found ===> ru-emkatic-gtk2-0.38_4 depends on executable: fpcres - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/gtk2.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/share/lazarus-2.0.10/lcl/units/x86_64-dragonfly/gtk2/interfaces.ppu - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> ru-emkatic-gtk2-0.38_4 depends on shared library: libportaudio.so - found (/usr/local/lib/libportaudio.so) ===> ru-emkatic-gtk2-0.38_4 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> ru-emkatic-gtk2-0.38_4 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> ru-emkatic-gtk2-0.38_4 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> ru-emkatic-gtk2-0.38_4 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> ru-emkatic-gtk2-0.38_4 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> ru-emkatic-gtk2-0.38_4 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/bin/as - found ===> ru-emkatic-gtk2-0.38_4 depends on executable: ppcx64 - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/cairo.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/chm.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-base.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-image.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-json.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-registry.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-xml.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/pasjpeg.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/regexpr.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/rtl-extra.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/x11.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/chm.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/bin/as - found ===> ru-emkatic-gtk2-0.38_4 depends on executable: fpcres - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/gtk2.fpm - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/share/lazarus-2.0.10/lcl/units/x86_64-dragonfly/gtk2/interfaces.ppu - found ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> ru-emkatic-gtk2-0.38_4 depends on shared library: libportaudio.so - found (/usr/local/lib/libportaudio.so) ===> ru-emkatic-gtk2-0.38_4 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> ru-emkatic-gtk2-0.38_4 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> ru-emkatic-gtk2-0.38_4 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> ru-emkatic-gtk2-0.38_4 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> ru-emkatic-gtk2-0.38_4 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> ru-emkatic-gtk2-0.38_4 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so) ===> Configuring for ru-emkatic-gtk2-0.38_4 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ru-emkatic-gtk2-0.38_4 SetPrimaryConfigPath NewValue="/construction/russian/emkatic/emkatic-0.38-src/tmppcp" -> "/construction/russian/emkatic/emkatic-0.38-src/tmppcp" SetupCompilerFilename: Searching compiler ... SearchCompilerCandidates Value=fpc File=/usr/local/bin/fpc Hint: (lazarus) [RunTool] "/usr/local/bin/fpc" "-iWTOTP" Hint: (lazarus) [RunTool] "/usr/local/bin/fpc" "-va" "compilertest.pas" SetupCompilerFilename: using /usr/local/bin/fpc Hint: (lazarus) storing Lazarus directory "/usr/local/share/lazarus-2.0.10/" Compiler path "/usr/local/bin/fpc" in "/construction/russian/emkatic/emkatic-0.38-src/tmppcp/environmentoptions.xml" TProject.DoLoadStateFile Statefile not found: /construction/russian/emkatic/emkatic-0.38-src/lib/emkatic.compiled Info: (lazarus) Execute Title="Compile Project, Mode: SrcDist, Target: emkatic" Info: (lazarus) Working Directory="/construction/russian/emkatic/emkatic-0.38-src/" Info: (lazarus) Executable="/usr/local/bin/fpc" Info: (lazarus) Param[0]="-B" Info: (lazarus) Param[1]="-MObjFPC" Info: (lazarus) Param[2]="-Scghi" Info: (lazarus) Param[3]="-CX" Info: (lazarus) Param[4]="-Cg" Info: (lazarus) Param[5]="-O3" Info: (lazarus) Param[6]="-Xs" Info: (lazarus) Param[7]="-XX" Info: (lazarus) Param[8]="-l" Info: (lazarus) Param[9]="-vewnhibq" Info: (lazarus) Param[10]="-vm5024,4081,4080,4079" Info: (lazarus) Param[11]="-Fi/construction/russian/emkatic/emkatic-0.38-src/lib" Info: (lazarus) Param[12]="-Fu/usr/local/share/lazarus-2.0.10/components/synedit/units/x86_64-dragonfly/gtk2" Info: (lazarus) Param[13]="-Fu/usr/local/share/lazarus-2.0.10/components/lazcontrols/lib/x86_64-dragonfly/gtk2" Info: (lazarus) Param[14]="-Fu/usr/local/share/lazarus-2.0.10/lcl/units/x86_64-dragonfly/gtk2" Info: (lazarus) Param[15]="-Fu/usr/local/share/lazarus-2.0.10/lcl/units/x86_64-dragonfly" Info: (lazarus) Param[16]="-Fu/usr/local/share/lazarus-2.0.10/components/lazutils/lib/x86_64-dragonfly" Info: (lazarus) Param[17]="-Fu/usr/local/share/lazarus-2.0.10/packager/units/x86_64-dragonfly" Info: (lazarus) Param[18]="-Fu/construction/russian/emkatic/emkatic-0.38-src/" Info: (lazarus) Param[19]="-FU/construction/russian/emkatic/emkatic-0.38-src/lib/" Info: (lazarus) Param[20]="-FE/construction/russian/emkatic/emkatic-0.38-src/" Info: (lazarus) Param[21]="-o/construction/russian/emkatic/emkatic-0.38-src/emkatic" Info: (lazarus) Param[22]="-dLCL" Info: (lazarus) Param[23]="-dLCLgtk2" Info: (lazarus) Param[24]="-FcUTF8" Info: (lazarus) Param[25]="emkatic.lpr" Hint: (11030) Start of reading config file /usr/local/etc/fpc.cfg Hint: (11031) End of reading config file /usr/local/etc/fpc.cfg Free Pascal Compiler version 3.2.0 [2021/02/09] for x86_64 Copyright (c) 1993-2020 by Florian Klaempfl and others (1002) Target OS: DragonFly for x86-64 (3104) Compiling emkatic.lpr (3104) Compiling potranslator.pas (3104) Compiling battery.pas (3104) Compiling beeper.pas (3104) Compiling portaudio.pas (3104) Compiling globe.pas (3104) Compiling instrset.pas (3104) Compiling main.pas (3104) Compiling service.pas (3104) Compiling srcedit.pas (3104) Compiling globe.pas (3104) Compiling decnorm.pas (3104) Compiling emkaticipc.pas /construction/russian/emkatic/emkatic-0.38-src/emkaticipc.pas(324,22) Note: (6058) Call to subroutine "function FpWrite(fd:LongInt;const buf:;nbytes:QWord):Int64;" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/emkaticipc.pas(267,20) Hint: (5057) Local variable "Rec" does not seem to be initialized /construction/russian/emkatic/emkatic-0.38-src/emkaticipc.pas(408,22) Note: (6058) Call to subroutine "procedure ReadWriteBarrier;" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/emkaticipc.pas(430,5) Note: (6058) Call to subroutine "procedure WriteBarrier;" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/emkaticipc.pas(439,35) Note: (6058) Call to subroutine "procedure ReadWriteBarrier;" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/emkaticipc.pas(592,36) Note: (6058) Call to subroutine "procedure WriteBarrier;" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/emkaticipc.pas(630,5) Note: (6058) Call to subroutine "procedure WriteBarrier;" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/emkaticipc.pas(649,5) Note: (6058) Call to subroutine "procedure WriteBarrier;" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/emkaticipc.pas(725,5) Note: (6058) Call to subroutine "procedure WriteBarrier;" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/emkaticipc.pas(743,5) Note: (6058) Call to subroutine "procedure WriteBarrier;" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/emkaticipc.pas(1026,35) Note: (6058) Call to subroutine "procedure WriteBarrier;" marked as inline is not inlined (3104) Compiling resstr.pas (1010) Writing Resource String Table file: resstr.rsj (3104) Compiling main.pas (3104) Compiling service.pas (3104) Compiling srcedit.pas (3104) Compiling service.pas (3104) Compiling emukbd.pas (3104) Compiling btnimages.pas (3104) Compiling display.pas (3104) Compiling chargen.pas (3104) Compiling main.pas (3104) Compiling service.pas (3104) Compiling emukbd.pas (3104) Compiling sysgui.pas (3104) Compiling mk_dos.pas (3104) Compiling service.pas (3104) Compiling emukbd.pas (3104) Compiling sysgui.pas (3104) Compiling emukbd.pas (3104) Compiling beeper.pas (3104) Compiling main.pas (3104) Compiling service.pas (3104) Compiling emukbd.pas (3104) Compiling main.pas (3104) Compiling service.pas (3104) Compiling exportimg.pas (3104) Compiling imgpreview.pas (3104) Compiling main.pas (3104) Compiling debug.pas (3104) Compiling language.pas (3104) Compiling setfont.pas (3104) Compiling grui.pas /construction/russian/emkatic/emkatic-0.38-src/main.pas(1079,47) Hint: (5057) Local variable "BB" does not seem to be initialized /construction/russian/emkatic/emkatic-0.38-src/service.pas(423,24) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/beeper.pas(29,40) Hint: (5023) Unit "BaseUnix" not used in Beeper /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(75,3) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(82,3) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(95,3) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(186,3) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(190,31) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(208,5) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(255,5) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(258,5) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(267,38) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(272,3) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(350,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(374,32) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(375,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(378,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(382,11) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(383,11) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(406,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(420,9) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(426,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(427,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(428,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(432,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(433,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(434,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(438,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(439,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(440,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(444,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(446,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(447,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(451,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(452,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(453,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(477,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(479,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(481,7) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(482,46) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(483,27) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(287,4) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/sysgui.pas(290,4) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/mk_dos.pas(280,55) Hint: (5058) Variable "Rec" does not seem to be initialized /construction/russian/emkatic/emkatic-0.38-src/mk_dos.pas(289,65) Hint: (5058) Variable "Dest" does not seem to be initialized /construction/russian/emkatic/emkatic-0.38-src/display.pas(329,3) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/display.pas(392,3) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/display.pas(401,5) Note: (6058) Call to subroutine "procedure SetX0Y0(DC:TDrawContext;X:LongInt;Y:LongInt);" marked as inline is not inlined /construction/russian/emkatic/emkatic-0.38-src/srcedit.pas(163,48) Hint: (5057) Local variable "Y" does not seem to be initialized /construction/russian/emkatic/emkatic-0.38-src/srcedit.pas(163,41) Hint: (5057) Local variable "X" does not seem to be initialized /construction/russian/emkatic/emkatic-0.38-src/srcedit.pas(389,52) Hint: (5057) Local variable "Y" does not seem to be initialized /construction/russian/emkatic/emkatic-0.38-src/srcedit.pas(389,45) Hint: (5057) Local variable "X" does not seem to be initialized /construction/russian/emkatic/emkatic-0.38-src/srcedit.pas(420,52) Hint: (5057) Local variable "Y" does not seem to be initialized /construction/russian/emkatic/emkatic-0.38-src/srcedit.pas(420,45) Hint: (5057) Local variable "X" does not seem to be initialized /construction/russian/emkatic/emkatic-0.38-src/srcedit.pas(500,33) Hint: (5057) Local variable "X" does not seem to be initialized (3104) Compiling funcregs.pas /construction/russian/emkatic/emkatic-0.38-src/funcregs.pas(62,35) Hint: (5057) Local variable "Buf" does not seem to be initialized /construction/russian/emkatic/emkatic-0.38-src/emkatic.lpr(65,55) Warning: (5089) Local variable "so" of a managed type does not seem to be initialized /construction/russian/emkatic/emkatic-0.38-src/emkatic.lpr(28,14) Hint: (5023) Unit "Battery" not used in eMKatic /construction/russian/emkatic/emkatic-0.38-src/emkatic.lpr(28,29) Hint: (5023) Unit "BtnImages" not used in eMKatic /construction/russian/emkatic/emkatic-0.38-src/emkatic.lpr(28,39) Hint: (5023) Unit "CharGen" not used in eMKatic /construction/russian/emkatic/emkatic-0.38-src/emkatic.lpr(28,47) Hint: (5023) Unit "Display" not used in eMKatic /construction/russian/emkatic/emkatic-0.38-src/emkatic.lpr(28,62) Hint: (5023) Unit "FuncRegs" not used in eMKatic /construction/russian/emkatic/emkatic-0.38-src/emkatic.lpr(29,8) Hint: (5023) Unit "InstrSet" not used in eMKatic /construction/russian/emkatic/emkatic-0.38-src/emkatic.lpr(29,37) Hint: (5023) Unit "SysGUI" not used in eMKatic /construction/russian/emkatic/emkatic-0.38-src/emkatic.lpr(29,65) Hint: (5023) Unit "ResStr" not used in eMKatic /construction/russian/emkatic/emkatic-0.38-src/emkatic.lpr(30,28) Hint: (5023) Unit "DecNorm" not used in eMKatic (9022) Compiling resource /construction/russian/emkatic/emkatic-0.38-src/lib/emkatic.or (9015) Linking /construction/russian/emkatic/emkatic-0.38-src/emkatic (1008) 14391 lines compiled, 16.0 sec (1021) 1 warning(s) issued (1022) 24 hint(s) issued (1023) 54 note(s) issued SUCCEEDED 00:00:17 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ru-emkatic-gtk2-0.38_4 ===> ru-emkatic-gtk2-0.38_4 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Generating temporary packing list install -s -m 555 /construction/russian/emkatic/emkatic-0.38-src/emkatic /construction/russian/emkatic/stage/usr/local/bin install -m 0644 /construction/russian/emkatic/emkatic-0.38-src/CHANGELOG.*.txt /construction/russian/emkatic/emkatic-0.38-src/README.*.txt /construction/russian/emkatic/stage/usr/local/share/doc/emkatic ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: '/usr/local/bin/emkatic' is 'ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /libexec/ld-elf.so.2, stripped' unknown OS specific binary file. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ru-emkatic-gtk2-0.38_4 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:14 TOTAL TIME 00:03:20