------------------------------------------------------------------------------- -- 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 ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- MAKE=gmake XDG_DATA_HOME=/construction/editors/wxhexeditor XDG_CONFIG_HOME=/construction/editors/wxhexeditor HOME=/construction/editors/wxhexeditor TMPDIR="/tmp" PATH=/construction/editors/wxhexeditor/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 WX_CONFIG=/usr/local/bin/wxgtk3u-3.0-config SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/editors/wxhexeditor XDG_CONFIG_HOME=/construction/editors/wxhexeditor HOME=/construction/editors/wxhexeditor TMPDIR="/tmp" PATH=/construction/editors/wxhexeditor/.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 WX_CONFIG=/usr/local/bin/wxgtk3u-3.0-config 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 ------------------------------------------------------------------------------- WXCONFIG="/usr/local/bin/wxgtk3u-3.0-config" DESTDIR=/construction/editors/wxhexeditor/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- OSREL=5.9 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/wxhexeditor" EXAMPLESDIR="share/examples/wxhexeditor" DATADIR="share/wxhexeditor" WWWDIR="www/wxhexeditor" ETCDIR="etc/wxhexeditor" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/wxhexeditor DOCSDIR=/usr/local/share/doc/wxhexeditor EXAMPLESDIR=/usr/local/share/examples/wxhexeditor WWWDIR=/usr/local/www/wxhexeditor ETCDIR=/usr/local/etc/wxhexeditor 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 ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.2.20210116.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libtextstyle-0.21.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/gettext-tools-0.21.txz Installing /packages/All/gmake-4.3_2.txz Installing /packages/All/udis86-1.7.2_4.txz ===== Message from udis86-1.7.2_4: -- ===> NOTICE: The udis86 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/mhash-0.9.9.9_5.txz ===== Message from mhash-0.9.9.9_5: -- ===> NOTICE: The mhash 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/expat-2.2.10.txz 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/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/libgpg-error-1.41.txz Installing /packages/All/libgcrypt-1.8.7.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/libpsl-0.21.1_1.txz 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/libedit-3.1.20191231,1.txz Installing /packages/All/sqlite3-3.34.0,1.txz 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/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/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,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/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/libproxy-0.4.15.txz Installing /packages/All/gsettings-desktop-schemas-3.38.0.txz Installing /packages/All/glib-networking-2.66.0.txz Installing /packages/All/libsoup-2.72.0.txz 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/libmspack-0.10.1.txz Installing /packages/All/perl5-5.32.0_1.txz Installing /packages/All/hunspell-1.7.0_2.txz Installing /packages/All/enchant2-2.2.3_4.txz Installing /packages/All/fribidi-1.0.10.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/libsecret-0.20.4.txz Installing /packages/All/shared-mime-info-2.0.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz Installing /packages/All/libnotify-0.7.9_1.txz Installing /packages/All/hyphen-2.8.8.txz Installing /packages/All/icu-68.2,1.txz Installing /packages/All/lcms2-2.11_1.txz Installing /packages/All/openjpeg-2.4.0.txz Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.7.4.txz Installing /packages/All/harfbuzz-icu-2.7.4_1.txz Installing /packages/All/brotli-1.0.9,1.txz Installing /packages/All/woff2-1.0.2_4.txz Installing /packages/All/wayland-1.18.0.txz Installing /packages/All/xkeyboard-config-2.31.txz Installing /packages/All/libxkbcommon-1.0.3.txz ===== Message from libxkbcommon-1.0.3: -- If arrow keys don't work under X11 switch to legacy rules e.g., For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: export XKB_DEFAULT_RULES=xorg For csh/tcsh run and (optionally) add into ~/.login: setenv XKB_DEFAULT_RULES xorg Installing /packages/All/liblz4-1.9.3,1.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/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/mesa-libs-20.2.3.txz Installing /packages/All/libwpe-1.4.0.1.txz Installing /packages/All/wpebackend-fdo-1.4.1.txz Installing /packages/All/atk-2.36.0.txz Installing /packages/All/pixman-0.40.0_1.txz Installing /packages/All/cairo-1.16.0_1,3.txz Installing /packages/All/libepoxy-1.5.4.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXtst-1.2.3_2.txz Installing /packages/All/at-spi2-core-2.36.0.txz Installing /packages/All/at-spi2-atk-2.34.2.txz Installing /packages/All/libdaemon-0.14_1.txz 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/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/libgsf-1.14.47_1.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/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/adwaita-icon-theme-3.38.0.txz Installing /packages/All/wayland-protocols-1.20.txz Installing /packages/All/libcroco-0.6.13.txz Installing /packages/All/librsvg2-2.40.21.txz Installing /packages/All/libXcomposite-0.4.5,1.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/gtk3-3.24.24.txz Installing /packages/All/libxslt-1.1.34_1.txz Installing /packages/All/gstreamer1-1.16.2.txz Installing /packages/All/gobject-introspection-1.66.1,1.txz Installing /packages/All/json-glib-1.6.0.txz Installing /packages/All/geoclue-2.5.5.txz Installing /packages/All/orc-0.4.31.txz Installing /packages/All/iso-codes-4.2.txz Installing /packages/All/gstreamer1-plugins-1.16.2_2.txz Installing /packages/All/gstreamer1-plugins-bad-1.16.2.txz Installing /packages/All/pygobject3-common-3.28.3_3.txz Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-cairo-1.18.1_1,1.txz Installing /packages/All/py37-gobject3-3.28.3_3.txz Installing /packages/All/graphene-1.10.2.txz Installing /packages/All/libGLU-9.0.1.txz Installing /packages/All/gstreamer1-plugins-gl-1.16.2_1.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/webkit2-gtk3-2.30.2.txz Installing /packages/All/wx30-gtk3-3.0.5.1.txz SUCCEEDED 00:01:36 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> wxhexeditor-0.24_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> wxhexeditor-0.24_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wxhexeditor-0.24_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> wxhexeditor-0.24_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wxhexeditor-0.24_3 for building => SHA256 Checksum OK for wxHexEditor-v0.24-src.tar.xz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> wxhexeditor-0.24_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wxhexeditor-0.24_3 for building ===> Extracting for wxhexeditor-0.24_3 => SHA256 Checksum OK for wxHexEditor-v0.24-src.tar.xz. Extracted Memory Use: 8.68M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for wxhexeditor-0.24_3 ===> Applying ports patches for wxhexeditor-0.24_3 from /xports/editors/wxhexeditor/files ===> Applying dragonfly patches for wxhexeditor-0.24_3 from /xports/editors/wxhexeditor/dragonfly SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> wxhexeditor-0.24_3 depends on executable: msgfmt - found ===> wxhexeditor-0.24_3 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> wxhexeditor-0.24_3 depends on shared library: libudis86.so - found (/usr/local/lib/libudis86.so) ===> wxhexeditor-0.24_3 depends on shared library: libmhash.so - found (/usr/local/lib/libmhash.so) ===> wxhexeditor-0.24_3 depends on shared library: libwx_baseu-3.0.so - found (/usr/local/lib/libwx_baseu-3.0.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> wxhexeditor-0.24_3 depends on executable: msgfmt - found ===> wxhexeditor-0.24_3 depends on package: gmake>=4.3 - found ===> wxhexeditor-0.24_3 depends on shared library: libudis86.so - found (/usr/local/lib/libudis86.so) ===> wxhexeditor-0.24_3 depends on shared library: libmhash.so - found (/usr/local/lib/libmhash.so) ===> wxhexeditor-0.24_3 depends on shared library: libwx_baseu-3.0.so - found (/usr/local/lib/libwx_baseu-3.0.so) ===> Configuring for wxhexeditor-0.24_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for wxhexeditor-0.24_3 gmake[1]: Entering directory '/construction/editors/wxhexeditor/wxHexEditor' Makefile:58: warning: ignoring prerequisites on suffix rule definition c++ -c `/usr/local/bin/wxgtk3u-3.0-config --cxxflags` -MMD -Wall -I/usr/local/include -pipe -O2 -fno-strict-aliasing src/HexEditorGui.cpp -o src/HexEditorGui.o c++ -c `/usr/local/bin/wxgtk3u-3.0-config --cxxflags` -MMD -Wall -I/usr/local/include -pipe -O2 -fno-strict-aliasing src/FAL.cpp -o src/FAL.o c++ -c `/usr/local/bin/wxgtk3u-3.0-config --cxxflags` -MMD -Wall -I/usr/local/include -pipe -O2 -fno-strict-aliasing src/HexDialogs.cpp -o src/HexDialogs.o c++ -c `/usr/local/bin/wxgtk3u-3.0-config --cxxflags` -MMD -Wall -I/usr/local/include -pipe -O2 -fno-strict-aliasing src/HexPanels.cpp -o src/HexPanels.o c++ -c `/usr/local/bin/wxgtk3u-3.0-config --cxxflags` -MMD -Wall -I/usr/local/include -pipe -O2 -fno-strict-aliasing src/HexEditorApp.cpp -o src/HexEditorApp.o c++ -c `/usr/local/bin/wxgtk3u-3.0-config --cxxflags` -MMD -Wall -I/usr/local/include -pipe -O2 -fno-strict-aliasing src/HexEditor.cpp -o src/HexEditor.o c++ -c `/usr/local/bin/wxgtk3u-3.0-config --cxxflags` -MMD -Wall -I/usr/local/include -pipe -O2 -fno-strict-aliasing src/HexEditorCtrl/HexEditorCtrl.cpp -o src/HexEditorCtrl/HexEditorCtrl.o c++ -c `/usr/local/bin/wxgtk3u-3.0-config --cxxflags` -MMD -Wall -I/usr/local/include -pipe -O2 -fno-strict-aliasing src/HexEditorCtrl/wxHexCtrl/TagDialogGui.cpp -o src/HexEditorCtrl/wxHexCtrl/TagDialogGui.o c++ -c `/usr/local/bin/wxgtk3u-3.0-config --cxxflags` -MMD -Wall -I/usr/local/include -pipe -O2 -fno-strict-aliasing src/HexEditorCtrl/wxHexCtrl/wxHexCtrl.cpp -o src/HexEditorCtrl/wxHexCtrl/wxHexCtrl.o c++ -c `/usr/local/bin/wxgtk3u-3.0-config --cxxflags` -MMD -Wall -I/usr/local/include -pipe -O2 -fno-strict-aliasing src/HexEditorCtrl/wxHexCtrl/Tag.cpp -o src/HexEditorCtrl/wxHexCtrl/Tag.o src/HexDialogs.cpp:888: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] #pragma omp parallel sections src/HexDialogs.cpp:891: warning: ignoring #pragma omp section [-Wunknown-pragmas] #pragma omp section src/HexDialogs.cpp:898: warning: ignoring #pragma omp section [-Wunknown-pragmas] #pragma omp section src/HexDialogs.cpp:2317: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] #pragma omp parallel sections src/HexDialogs.cpp:2322: warning: ignoring #pragma omp section [-Wunknown-pragmas] #pragma omp section src/HexDialogs.cpp:2331: warning: ignoring #pragma omp section [-Wunknown-pragmas] #pragma omp section src/HexDialogs.cpp:2769: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] #pragma omp parallel shared(myhash) private(i) src/HexDialogs.cpp:2772: warning: ignoring #pragma omp for [-Wunknown-pragmas] #pragma omp for schedule(dynamic) nowait src/HexDialogs.cpp:2778: warning: ignoring #pragma omp single [-Wunknown-pragmas] #pragma omp single c++ -c `/usr/local/bin/wxgtk3u-3.0-config --cxxflags` -MMD -Wall -I/usr/local/include -pipe -O2 -fno-strict-aliasing src/HexEditorCtrl/HexEditorCtrlGui.cpp -o src/HexEditorCtrl/HexEditorCtrlGui.o src/FAL.cpp: In member function 'bool FAL::Apply()': src/FAL.cpp:560:17: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] while (wr < rd_size) { ~~~^~~~~~~~~ src/FAL.cpp:566:14: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] success*=true; ~~~~~~~^~~~~~ src/FAL.cpp: In member function 'wxFileOffset FAL::Length(int)': src/FAL.cpp:706:24: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] for( unsigned i=0 ; i < PatchIndice; i++ ) ~~^~~~~~~~~~~~~ In file included from src/HexEditorFrame.h:33, from src/HexPanels.cpp:24: src/../resources/wxhex.xpm:2:21: warning: 'wxhex_xpm' defined but not used [-Wunused-variable] static const char * wxhex_xpm[] = { ^~~~~~~~~ src/HexDialogs.cpp: In function 'bool HexVerifyAndPrepare(wxString&, wxString, wxWindow*)': src/HexDialogs.cpp:72:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] while( hexval.find(' ') != -1 ) ~~~~~~~~~~~~~~~~~^~~~~ src/HexDialogs.cpp: In member function 'uint64_t FindDialog::FindBinaryForward(wxMemoryBuffer, uint64_t, uint64_t, unsigned int, wxProgressDialog*, wxString&, uint64_t&)': src/HexDialogs.cpp:800:10: warning: statement has no effect [-Wunused-value] buffer == NULL; ^ src/HexDialogs.cpp:961:6: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] if (! options & SEARCH_FINDALL) ^~~~~~~~~ src/HexDialogs.cpp:783:7: warning: unused variable 'first_run' [-Wunused-variable] bool first_run=true; ^~~~~~~~~ src/HexDialogs.cpp:807:11: warning: unused variable 'read_speed' [-Wunused-variable] unsigned read_speed=0,percentage=0; ^~~~~~~~~~ src/HexDialogs.cpp: In member function 'uint64_t FindDialog::FindBinaryBackward(wxMemoryBuffer, uint64_t, uint64_t, unsigned int, wxProgressDialog*, wxString&, uint64_t&)': src/HexDialogs.cpp:1099:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( ! progress_gauge->Update( percentage) ); // update progress and break on abort ^~ src/HexDialogs.cpp:1100:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' break; ^~~~~ src/HexDialogs.cpp:1097:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if( progress_gauge != NULL) ^ src/HexDialogs.cpp:991:7: warning: unused variable 'first_search' [-Wunused-variable] bool first_search=true; ^~~~~~~~~~~~ src/HexDialogs.cpp:1011:11: warning: unused variable 'read_speed_offset' [-Wunused-variable] uint64_t read_speed_offset=0,processfootprint=0; ^~~~~~~~~~~~~~~~~ src/HexDialogs.cpp: In member function 'int FindDialog::SearchAtBuffer(char*, int, char*, int, unsigned int, std::vector*)': src/HexDialogs.cpp:24:16: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] #define NANINT 0xFFFFFFFFFFFFFFFFLL ^~~~~~~~~~~~~~~~~~~~ src/HexDialogs.cpp:1629:9: note: in expansion of macro 'NANINT' return NANINT; ^~~~~~ src/HexDialogs.cpp: In member function 'virtual void ChecksumDialog::EventHandler(wxCommandEvent&)': src/HexDialogs.cpp:2689:11: warning: deleting object of polymorphic class type 'FAL' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] delete F; ^ In file included from src/HexEditorFrame.h:33, from src/HexEditorApp.h:54, from src/HexEditorApp.cpp:41: src/../resources/wxhex.xpm:2:21: warning: 'wxhex_xpm' defined but not used [-Wunused-variable] static const char * wxhex_xpm[] = { ^~~~~~~~~ c++ -c `/usr/local/bin/wxgtk3u-3.0-config --cxxflags` -MMD -Wall -I/usr/local/include -pipe -O2 -fno-strict-aliasing src/HexEditorFrame.cpp -o src/HexEditorFrame.o msgfmt locale/ar/wxHexEditor.po -o locale/ar/wxHexEditor.mo msgfmt locale/cs/wxHexEditor.po -o locale/cs/wxHexEditor.mo src/HexEditor.cpp: In member function 'bool HexEditor::FileClose(bool)': src/HexEditor.cpp:488:10: warning: deleting object of polymorphic class type 'FAL' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] delete myfile; ^~~~~~ msgfmt locale/de/wxHexEditor.po -o locale/de/wxHexEditor.mo msgfmt locale/es/wxHexEditor.po -o locale/es/wxHexEditor.mo msgfmt locale/fr/wxHexEditor.po -o locale/fr/wxHexEditor.mo msgfmt locale/hu/wxHexEditor.po -o locale/hu/wxHexEditor.mo msgfmt locale/it/wxHexEditor.po -o locale/it/wxHexEditor.mo msgfmt locale/ja/wxHexEditor.po -o locale/ja/wxHexEditor.mo msgfmt locale/nl/wxHexEditor.po -o locale/nl/wxHexEditor.mo msgfmt locale/pl/wxHexEditor.po -o locale/pl/wxHexEditor.mo msgfmt locale/pt_BR/wxHexEditor.po -o locale/pt_BR/wxHexEditor.mo msgfmt locale/ro/wxHexEditor.po -o locale/ro/wxHexEditor.mo msgfmt locale/ru/wxHexEditor.po -o locale/ru/wxHexEditor.mo msgfmt locale/tr/wxHexEditor.po -o locale/tr/wxHexEditor.mo msgfmt locale/zh_CN/wxHexEditor.po -o locale/zh_CN/wxHexEditor.mo In file included from src/HexEditorFrame.h:33, from src/HexPanels.h:27, from src/HexEditor.h:38, from src/HexEditor.cpp:25: src/../resources/wxhex.xpm: At global scope: src/../resources/wxhex.xpm:2:21: warning: 'wxhex_xpm' defined but not used [-Wunused-variable] static const char * wxhex_xpm[] = { ^~~~~~~~~ src/HexEditorFrame.cpp: In member function 'virtual void HexEditorFrame::OnMenuEvent(wxCommandEvent&)': src/HexEditorFrame.cpp:568:72: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] else if( event.GetId() >= MyFileHistory->GetBaseId() && event.GetId() <= MyFileHistory->GetBaseId()+MyFileHistory->GetCount()-1){ ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/HexEditorGui.h:17, from src/HexEditorFrame.h:28, from src/HexEditorFrame.cpp:24: /usr/local/include/wx-3.0/wx/menu.h: In member function 'virtual void HexEditorFrame::OnUpdateUI(wxUpdateUIEvent&)': /usr/local/include/wx-3.0/wx/menu.h:67:82: warning: 'nm' may be used uninitialized in this function [-Wmaybe-uninitialized] return DoAppend(wxMenuItem::New((wxMenu *)this, itemid, text, help, kind)); ^ src/HexEditorFrame.cpp:896:11: note: 'nm' was declared here wxMenu *nm; ^~ c++ src/HexEditorGui.o src/FAL.o src/HexDialogs.o src/HexPanels.o src/HexEditorApp.o src/HexEditor.o src/HexEditorCtrl/HexEditorCtrl.o src/HexEditorCtrl/wxHexCtrl/TagDialogGui.o src/HexEditorCtrl/wxHexCtrl/wxHexCtrl.o src/HexEditorCtrl/wxHexCtrl/Tag.o src/HexEditorCtrl/HexEditorCtrlGui.o src/HexEditorFrame.o -ludis86 -lmhash -pipe -O2 -fno-strict-aliasing `/usr/local/bin/wxgtk3u-3.0-config --libs` `/usr/local/bin/wxgtk3u-3.0-config --libs aui` `/usr/local/bin/wxgtk3u-3.0-config --libs core` -o wxHexEditor gmake[1]: Leaving directory '/construction/editors/wxhexeditor/wxHexEditor' SUCCEEDED 00:00:27 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for wxhexeditor-0.24_3 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/editors/wxhexeditor/wxHexEditor' Makefile:58: warning: ignoring prerequisites on suffix rule definition install -m 755 wxHexEditor /construction/editors/wxhexeditor/stage/usr/local/bin/wxHexEditor install -m 644 resources/wxHexEditor.png /construction/editors/wxhexeditor/stage/usr/local/share/pixmaps/wxHexEditor.png install -m 644 resources/wxHexEditor.desktop /construction/editors/wxhexeditor/stage/usr/local/share/applications/wxHexEditor.desktop install -m 644 locale/ar/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/ar/LC_MESSAGES/wxHexEditor.mo install -m 644 locale/cs/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/cs/LC_MESSAGES/wxHexEditor.mo install -m 644 locale/de/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/de/LC_MESSAGES/wxHexEditor.mo install -m 644 locale/es/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/es/LC_MESSAGES/wxHexEditor.mo install -m 644 locale/fr/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/fr/LC_MESSAGES/wxHexEditor.mo install -m 644 locale/hu/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/hu/LC_MESSAGES/wxHexEditor.mo install -m 644 locale/it/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/it/LC_MESSAGES/wxHexEditor.mo install -m 644 locale/ja/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/ja/LC_MESSAGES/wxHexEditor.mo install -m 644 locale/nl/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/nl/LC_MESSAGES/wxHexEditor.mo install -m 644 locale/pl/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/pl/LC_MESSAGES/wxHexEditor.mo install -m 644 locale/pt_BR/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/wxHexEditor.mo install -m 644 locale/ro/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/ro/LC_MESSAGES/wxHexEditor.mo install -m 644 locale/ru/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/ru/LC_MESSAGES/wxHexEditor.mo install -m 644 locale/tr/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/tr/LC_MESSAGES/wxHexEditor.mo install -m 644 locale/zh_CN/wxHexEditor.mo /construction/editors/wxhexeditor/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/wxHexEditor.mo gmake[1]: Leaving directory '/construction/editors/wxhexeditor/wxHexEditor' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'bin/wxHexEditor' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for wxhexeditor-0.24_3 file sizes/checksums [18]: 0% file sizes/checksums [18]: 100% packing files [18]: 0% packing files [18]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:02:08