microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
23.41k stars 6.47k forks source link

[gettext] build failure #30708

Closed akhilperincherry closed 1 year ago

akhilperincherry commented 1 year ago

Operating system

CentOS Linux release 7.9.2009 (Core)

Compiler

GCC 7.5.0

Steps to reproduce the behavior

./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install opencv

Failure logs

Computing installation plan... The following packages will be built and installed:

Call Stack (most recent call first): scripts/cmake/vcpkg_build_make.cmake:151 (vcpkg_execute_build_process) scripts/cmake/vcpkg_install_make.cmake:2 (vcpkg_build_make) ports/gettext/portfile.cmake:69 (vcpkg_install_make) ports/gettext/portfile.cmake:99 (build_libintl_and_tools) scripts/ports.cmake:150 (include)

error: building gettext:x64-linux failed with: BUILD_FAILED Please ensure you're using the latest port files with git pull and vcpkg update. Then check for known issues at: https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+gettext You can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?title=[gettext]+Build+error&body=Copy+issue+body+from+%2Fnfs%2Fhpc%2Fshare%2Fperincha%2Fvcpkg-debug%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md

build-x64-linux-rel-err (1).log

Additional context

No response

akhilperincherry commented 1 year ago

I also added below lines to ports.cmake after looking at other related issues but that didn't fix it either.

set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED ON)
dg0yt commented 1 year ago

ports.cmake is used in script mode, not project mode. It knows nothing about C. https://learn.microsoft.com/en-us/vcpkg/contributing/maintainer-guide#portfiles-are-run-in-script-mode

I don't think linux should see windows macros. Check your environment variables. config logs might have more hints,

akhilperincherry commented 1 year ago

Hmm, I don't see how it picks out windows macros either. I am using a mac to ssh into an HPC cluster where I am running these commands via CLI, so I don't know how it can have any reference to windows.

FrankXie05 commented 1 year ago

Please run the command env in bash to display your environment variables.

akhilperincherry commented 1 year ago

@FrankXie05 Hello, so I got through the previous issue by using GCC 7.3.0. However, now it fails while building Glib. My vcpkg/buildtrees/glib/config-x64-linux-dbg-err.log shows:

Traceback (most recent call last):
  File "/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/tools/meson/meson.py", line 26, in <module>
    from mesonbuild import mesonmain
  File "/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/tools/meson/mesonbuild/mesonmain.py", line 28, in <module>
    from . import mesonlib
  File "/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/tools/meson/mesonbuild/mesonlib/__init__.py", line 21, in <module>
    from .universal import *
  File "/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/tools/meson/mesonbuild/mesonlib/universal.py", line 17
    from __future__ import annotations
    ^
SyntaxError: future feature annotations is not defined

My terminal windows shows -

(mp3d-sim-localconda) optimus //nfs/hpc/share/perincha/vcpkg-new/vcpkg 696$ ./vcpkg install opencv
Computing installation plan...
The following packages will be built and installed:
  * at-spi2-atk[core]:x64-linux -> 2.38.0
  * at-spi2-core[core]:x64-linux -> 2.44.1#1
  * atk[core]:x64-linux -> 2.38.0#5
  * brotli[core]:x64-linux -> 1.0.9#5
  * bzip2[core,tool]:x64-linux -> 1.0.8#3
  * cairo[core,fontconfig,freetype,gobject,x11]:x64-linux -> 1.17.8
  * dirent[core]:x64-linux -> 1.23.2#1
  * egl-registry[core]:x64-linux -> 2022-09-20
  * expat[core]:x64-linux -> 2.5.0#3
  * fontconfig[core]:x64-linux -> 2.14.1#2
  * freetype[brotli,bzip2,core,png,zlib]:x64-linux -> 2.12.1#3
  * fribidi[core]:x64-linux -> 1.0.12
  * gdk-pixbuf[core]:x64-linux -> 2.42.9#5
  * getopt[core]:x64-linux -> 0#2
  * gettext[core,tools]:x64-linux -> 0.21.1
  * glib[core]:x64-linux -> 2.76.0#1
  * gperf[core]:x64-linux -> 3.1#4
  * gtk3[core]:x64-linux -> 3.24.34#2
  * harfbuzz[core]:x64-linux -> 7.0.0
  * libepoxy[core]:x64-linux -> 1.5.10#1
  * libffi[core]:x64-linux -> 3.4.4#1
  * libiconv[core]:x64-linux -> 1.17#1
  * libjpeg-turbo[core]:x64-linux -> 2.1.5.1
  * liblzma[core]:x64-linux -> 5.4.1#1
  * libpng[core]:x64-linux -> 1.6.39#1
  * libuuid[core]:x64-linux -> 1.0.3#12
  * libwebp[core,libwebpmux,nearlossless,simd]:x64-linux -> 1.3.0
  * libxml2[core,iconv,lzma,zlib]:x64-linux -> 2.10.3#1
  * lzo[core]:x64-linux -> 2.10#8
    opencv[core,default-features]:x64-linux -> 4.7.0#1
  * opencv4[core,default-features,dnn,gtk,jpeg,png,quirc,tiff,webp]:x64-linux -> 4.7.0#3
  * pango[core]:x64-linux -> 1.50.12#2
  * pcre2[core]:x64-linux -> 10.40#1
  * pixman[core]:x64-linux -> 0.42.2#2
  * protobuf[core]:x64-linux -> 3.21.12
  * pthread[core]:x64-linux -> 3.0.0#1
  * pthreads[core]:x64-linux -> 3.0.0#13
  * quirc[core]:x64-linux -> 1.1#3
  * tiff[core,jpeg,lzma,zip]:x64-linux -> 4.5.0#2
  * vcpkg-get-python-packages[core]:x64-linux -> 2022-06-30
  * vcpkg-tool-meson[core]:x64-linux -> 0.63
  * zlib[core]:x64-linux -> 1.2.13
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-linux...
Restored 0 package(s) from /nfs/stak/users/perincha/.cache/vcpkg/archives in 67.1 ms. Use --debug to see more details.
Installing 1/42 dirent:x64-linux...
Building dirent[core]:x64-linux...
-- Performing post-build validation
Stored binaries in 1 destinations.
Elapsed time to handle dirent:x64-linux: 127 ms
Installing 2/42 libiconv:x64-linux...
Building libiconv[core]:x64-linux...
-- Performing post-build validation
Stored binaries in 1 destinations.
Elapsed time to handle libiconv:x64-linux: 386 ms
Installing 3/42 gettext:x64-linux...
Building gettext[core,tools]:x64-linux...
-- Downloading https://ftp.gnu.org/pub/gnu/gettext/gettext-0.21.1.tar.gz;https://www.mirrorservice.org/sites/ftp.gnu.org/gnu/gettext/gettext-0.21.1.tar.gz -> gettext-0.21.1.tar.gz...
-- Extracting source /nfs/hpc/share/perincha/vcpkg-new/vcpkg/downloads/gettext-0.21.1.tar.gz
-- Applying patch android.patch
-- Applying patch uwp.patch
-- Applying patch win-gethostname.patch
-- Applying patch 0003-Fix-win-unicode-paths.patch
-- Applying patch rel_path.patch
-- Using source at /nfs/hpc/share/perincha/vcpkg-new/vcpkg/buildtrees/gettext/src/gettext-0-de39ca5451.clean
-- Getting CMake variables for x64-linux-rel
-- Configuring x64-linux-rel
-- Building x64-linux-rel
-- Installing x64-linux-rel
-- Performing post-build validation
Stored binaries in 1 destinations.
Elapsed time to handle gettext:x64-linux: 6.1 min
Building libffi[core]:x64-linux...
-- Downloading https://github.com/libffi/libffi/archive/v3.4.4.tar.gz -> libffi-libffi-v3.4.4.tar.gz...
-- Extracting source /nfs/hpc/share/perincha/vcpkg-new/vcpkg/downloads/libffi-libffi-v3.4.4.tar.gz
-- Using source at /nfs/hpc/share/perincha/vcpkg-new/vcpkg/buildtrees/libffi/src/v3.4.4-a89b9495cd.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/libffi_x64-linux/lib/pkgconfig/libffi.pc
-- Fixing pkgconfig file: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/libffi_x64-linux/debug/lib/pkgconfig/libffi.pc
-- Installing: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/libffi_x64-linux/share/libffi/copyright
-- Performing post-build validation
Stored binaries in 1 destinations.
Elapsed time to handle libffi:x64-linux: 5.4 s
Installing 5/42 bzip2:x64-linux...
Building bzip2[core,tool]:x64-linux...
-- Downloading https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz -> bzip2-1.0.8.tar.gz...
-- Extracting source /nfs/hpc/share/perincha/vcpkg-new/vcpkg/downloads/bzip2-1.0.8.tar.gz
-- Applying patch fix-import-export-macros.patch
-- Using source at /nfs/hpc/share/perincha/vcpkg-new/vcpkg/buildtrees/bzip2/src/bzip2-1-336d4794a3.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/bzip2_x64-linux/lib/pkgconfig/bzip2.pc
-- Fixing pkgconfig file: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/bzip2_x64-linux/debug/lib/pkgconfig/bzip2.pc
-- Installing: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/bzip2_x64-linux/share/bzip2/copyright
-- Performing post-build validation
Stored binaries in 1 destinations.
Elapsed time to handle bzip2:x64-linux: 5.3 s
Installing 6/42 zlib:x64-linux...
Building zlib[core]:x64-linux...
-- Downloading https://github.com/madler/zlib/archive/v1.2.13.tar.gz -> madler-zlib-v1.2.13.tar.gz...
-- Extracting source /nfs/hpc/share/perincha/vcpkg-new/vcpkg/downloads/madler-zlib-v1.2.13.tar.gz
-- Applying patch 0001-Prevent-invalid-inclusions-when-HAVE_-is-set-to-0.patch
-- Applying patch 0002-skip-building-examples.patch
-- Applying patch 0003-build-static-or-shared-not-both.patch
-- Applying patch 0004-android-and-mingw-fixes.patch
-- Using source at /nfs/hpc/share/perincha/vcpkg-new/vcpkg/buildtrees/zlib/src/v1.2.13-f30d2a168d.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/zlib_x64-linux/share/zlib/vcpkg-cmake-wrapper.cmake
-- Fixing pkgconfig file: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/zlib_x64-linux/lib/pkgconfig/zlib.pc
-- Fixing pkgconfig file: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/zlib_x64-linux/debug/lib/pkgconfig/zlib.pc
-- Installing: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/zlib_x64-linux/share/zlib/copyright
-- Performing post-build validation
Stored binaries in 1 destinations.
Elapsed time to handle zlib:x64-linux: 5.5 s
Installing 7/42 pcre2:x64-linux...
Building pcre2[core]:x64-linux...
-- Downloading https://github.com/PCRE2Project/pcre2/archive/pcre2-10.40.tar.gz -> PCRE2Project-pcre2-pcre2-10.40.tar.gz...
-- Extracting source /nfs/hpc/share/perincha/vcpkg-new/vcpkg/downloads/PCRE2Project-pcre2-pcre2-10.40.tar.gz
-- Applying patch pcre2-10.35_fix-uwp.patch
-- Applying patch no-static-suffix.patch
-- Using source at /nfs/hpc/share/perincha/vcpkg-new/vcpkg/buildtrees/pcre2/src/cre2-10.40-42fc341438.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/pcre2_x64-linux/lib/pkgconfig/libpcre2-16.pc
-- Fixing pkgconfig file: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/pcre2_x64-linux/lib/pkgconfig/libpcre2-32.pc
-- Fixing pkgconfig file: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/pcre2_x64-linux/lib/pkgconfig/libpcre2-8.pc
-- Fixing pkgconfig file: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/pcre2_x64-linux/lib/pkgconfig/libpcre2-posix.pc
-- Fixing pkgconfig file: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/pcre2_x64-linux/debug/lib/pkgconfig/libpcre2-16.pc
-- Fixing pkgconfig file: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/pcre2_x64-linux/debug/lib/pkgconfig/libpcre2-32.pc
-- Fixing pkgconfig file: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/pcre2_x64-linux/debug/lib/pkgconfig/libpcre2-8.pc
-- Fixing pkgconfig file: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/pcre2_x64-linux/debug/lib/pkgconfig/libpcre2-posix.pc
-- Installing: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/pcre2_x64-linux/share/pcre2/copyright
-- Performing post-build validation
Stored binaries in 1 destinations.
Elapsed time to handle pcre2:x64-linux: 26 s
Installing 8/42 vcpkg-tool-meson:x64-linux...
Building vcpkg-tool-meson[core]:x64-linux...
-- Downloading https://github.com/mesonbuild/meson/archive/bb91cea0d66d8d036063dedec1f194d663399cdf.tar.gz -> meson-bb91cea0d66d8d036063dedec1f194d663399cdf.tar.gz...
-- Applying patch meson-intl.patch
-- Using meson: //nfs/stak/users/perincha/miniconda3/envs/mp3d-sim-localconda/bin/python3;//nfs/hpc/s
hare/perincha/vcpkg-new/vcpkg/packages/vcpkg-tool-meson_x64-linux/tools/meson/meson.py
-- Performing post-build validation
Stored binaries in 1 destinations.
Elapsed time to handle vcpkg-tool-meson:x64-linux: 35 s
Installing 9/42 glib:x64-linux...
Building glib[core]:x64-linux...
-- Downloading https://download.gnome.org/sources/glib/2.76/glib-2.76.0.tar.xz -> glib-2.76.0.tar.xz...
-- Extracting source /nfs/hpc/share/perincha/vcpkg-new/vcpkg/downloads/glib-2.76.0.tar.xz
-- Applying patch use-libiconv-on-windows.patch
-- Applying patch libintl.patch
-- Using source at /nfs/hpc/share/perincha/vcpkg-new/vcpkg/buildtrees/glib/src/glib-2-572622187a.clean
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Configuring x64-linux-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
    Command failed: //nfs/stak/users/perincha/miniconda3/envs/mp3d-sim-localconda/bin/python3 /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/tools/meson/meson.py -Dselinux=disabled -Dlibmount=disabled -Dgtk_doc=false -Dinstalled_tests=false -Dlibelf=disabled -Dman=false -Dtests=false -Dxattr=false --buildtype plain --backend ninja --wrap-mode nodownload --libdir lib --native /nfs/hpc/share/perincha/vcpkg-new/vcpkg/buildtrees/glib/meson-x64-linux-dbg.log -Ddebug=true --prefix /nfs/hpc/share/perincha/vcpkg-new/vcpkg/packages/glib_x64-linux/debug --includedir ../include -Dcmake_prefix_path=['/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug','/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux'] /nfs/hpc/share/perincha/vcpkg-new/vcpkg/buildtrees/glib/src/glib-2-572622187a.clean
    Working Directory: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/buildtrees/glib/x64-linux-dbg
    Error code: 1
    See logs for more information:
      /nfs/hpc/share/perincha/vcpkg-new/vcpkg/buildtrees/glib/config-x64-linux-dbg-err.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_configure_meson.cmake:431 (vcpkg_execute_required_process)
  ports/glib/portfile.cmake:38 (vcpkg_configure_meson)
  scripts/ports.cmake:147 (include)

error: building glib:x64-linux failed with: BUILD_FAILED
Please ensure you're using the latest port files with `git pull` and `vcpkg update`.
Then check for known issues at:
    https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+glib
You can submit a new issue at:
    https://github.com/microsoft/vcpkg/issues/new?title=[glib]+Build+error&body=Copy+issue+body+from+%2Fnfs%2Fhpc%2Fshare%2Fperincha%2Fvcpkg-new%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md

Is this to do with the python version?

dg0yt commented 1 year ago

Is this to do with the python version?

Yes. You need a more recent python3 for meson.

akhilperincherry commented 1 year ago

Gotcha, I upgraded to python 3.10 and now I get this.

[1/37] /usr/local/apps/gcc/7.5/bin/gcc -Idroute/libdroute.a.p -Idroute -I../src/ATK_2_38_0-a131295237.clean/droute -I. -I../src/ATK_2_38_0-a131295237.clean -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ droute/libdroute.a.p/droute-pairhash.c.o -MF droute/libdroute.a.p/droute-pairhash.c.o.d -o droute/libdroute.a.p/droute-pairhash.c.o -c ../src/ATK_2_38_0-a131295237.clean/droute/droute-pairhash.c
[2/37] /usr/local/apps/gcc/7.5/bin/gcc -Idroute/libdroute.a.p -Idroute -I../src/ATK_2_38_0-a131295237.clean/droute -I. -I../src/ATK_2_38_0-a131295237.clean -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ droute/libdroute.a.p/droute-variant.c.o -MF droute/libdroute.a.p/droute-variant.c.o.d -o droute/libdroute.a.p/droute-variant.c.o -c ../src/ATK_2_38_0-a131295237.clean/droute/droute-variant.c
[3/37] /usr/local/apps/gcc/7.5/bin/gcc -Idroute/libdroute.a.p -Idroute -I../src/ATK_2_38_0-a131295237.clean/droute -I. -I../src/ATK_2_38_0-a131295237.clean -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ droute/libdroute.a.p/droute.c.o -MF droute/libdroute.a.p/droute.c.o.d -o droute/libdroute.a.p/droute.c.o -c ../src/ATK_2_38_0-a131295237.clean/droute/droute.c
[4/37] /usr/local/apps/gcc/7.5/bin/gcc -Idroute/droute-test.p -Idroute -I../src/ATK_2_38_0-a131295237.clean/droute -I. -I../src/ATK_2_38_0-a131295237.clean -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -pthread -MD -MQ droute/droute-test.p/droute-test.c.o -MF droute/droute-test.p/droute-test.c.o.d -o droute/droute-test.p/droute-test.c.o -c ../src/ATK_2_38_0-a131295237.clean/droute/droute-test.c
[5/37] rm -f droute/libdroute.a && /usr/bin/ar csrDT droute/libdroute.a droute/libdroute.a.p/droute.c.o droute/libdroute.a.p/droute-variant.c.o droute/libdroute.a.p/droute-pairhash.c.o
[6/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/libatk-bridge-2.0.a.p -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -Idroute -I../src/ATK_2_38_0-a131295237.clean/droute -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/libatk-bridge-2.0.a.p/accessible-cache.c.o -MF atk-adaptor/libatk-bridge-2.0.a.p/accessible-cache.c.o.d -o atk-adaptor/libatk-bridge-2.0.a.p/accessible-cache.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-cache.c
[7/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/accessible-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/accessible-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/accessible-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/accessible-adaptor.c
[8/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/application-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/application-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/application-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/application-adaptor.c
[9/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/action-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/action-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/action-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/action-adaptor.c
[10/37] /usr/local/apps/gcc/7.5/bin/gcc  -o droute/droute-test droute/droute-test.p/droute-test.c.o -L/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib -Wl,--as-needed -Wl,--no-undefined -Wl,--start-group droute/libdroute.a -pthread /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libglib-2.0.a -lm /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libpcre2-8.a /usr/lib64/libdbus-1.so /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libatspi.a /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libgobject-2.0.a /usr/lib64/libX11.so /usr/lib64/libXtst.so /usr/lib64/libXi.so /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libffi.a -Wl,--end-group
[11/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/cache-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/cache-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/cache-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/cache-adaptor.c
[12/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/collection-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/collection-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/collection-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/collection-adaptor.c
[13/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/component-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/component-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/component-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/component-adaptor.c
[14/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/editabletext-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/editabletext-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/editabletext-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/editabletext-adaptor.c
[15/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/hyperlink-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/hyperlink-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/hyperlink-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/hyperlink-adaptor.c
[16/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/document-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/document-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/document-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/document-adaptor.c
[17/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/hypertext-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/hypertext-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/hypertext-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/hypertext-adaptor.c
[18/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/image-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/image-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/image-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/image-adaptor.c
[19/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/selection-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/selection-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/selection-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/selection-adaptor.c
[20/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/socket-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/socket-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/socket-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/socket-adaptor.c
[21/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/table-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/table-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/table-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/table-adaptor.c
[22/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/table-cell-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/table-cell-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/table-cell-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/table-cell-adaptor.c
[23/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/libatk-bridge-2.0.a.p -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -Idroute -I../src/ATK_2_38_0-a131295237.clean/droute -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/libatk-bridge-2.0.a.p/introspection.c.o -MF atk-adaptor/libatk-bridge-2.0.a.p/introspection.c.o.d -o atk-adaptor/libatk-bridge-2.0.a.p/introspection.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/introspection.c
[24/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/libatk-bridge-2.0.a.p -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -Idroute -I../src/ATK_2_38_0-a131295237.clean/droute -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/libatk-bridge-2.0.a.p/accessible-leasing.c.o -MF atk-adaptor/libatk-bridge-2.0.a.p/accessible-leasing.c.o.d -o atk-adaptor/libatk-bridge-2.0.a.p/accessible-leasing.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c
../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c: In function 'expiry_func':
../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c:109:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   GTimeVal t;
   ^~~~~~~~
In file included from /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib/galloca.h:34:0,
                 from /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib.h:32,
                 from ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.h:27,
                 from ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c:27:
/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib/gtypes.h:580:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c:111:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
   g_get_current_time (&t);
   ^~~~~~~~~~~~~~~~~~
In file included from /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib/giochannel.h:35:0,
                 from /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib.h:56,
                 from ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.h:27,
                 from ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c:27:
/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib/gmain.h:728:8: note: declared here
 void   g_get_current_time                 (GTimeVal       *result);
        ^~~~~~~~~~~~~~~~~~
../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c: In function 'add_expiry_timeout':
../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c:152:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   GTimeVal t;
   ^~~~~~~~
In file included from /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib/galloca.h:34:0,
                 from /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib.h:32,
                 from ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.h:27,
                 from ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c:27:
/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib/gtypes.h:580:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c:163:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
   g_get_current_time (&t);
   ^~~~~~~~~~~~~~~~~~
In file included from /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib/giochannel.h:35:0,
                 from /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib.h:56,
                 from ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.h:27,
                 from ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c:27:
/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib/gmain.h:728:8: note: declared here
 void   g_get_current_time                 (GTimeVal       *result);
        ^~~~~~~~~~~~~~~~~~
../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c: In function 'spi_leasing_take':
../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c:191:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   GTimeVal t;
   ^~~~~~~~
In file included from /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib/galloca.h:34:0,
                 from /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib.h:32,
                 from ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.h:27,
                 from ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c:27:
/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib/gtypes.h:580:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c:196:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
   g_get_current_time (&t);
   ^~~~~~~~~~~~~~~~~~
In file included from /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib/giochannel.h:35:0,
                 from /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib.h:56,
                 from ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.h:27,
                 from ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-leasing.c:27:
/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0/glib/gmain.h:728:8: note: declared here
 void   g_get_current_time                 (GTimeVal       *result);
        ^~~~~~~~~~~~~~~~~~
[25/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/value-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/value-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/value-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/value-adaptor.c
[26/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/adaptors/libatk-bridge-adaptors.a.p -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/text-adaptor.c.o -MF atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/text-adaptor.c.o.d -o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/text-adaptor.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors/text-adaptor.c
[27/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/libatk-bridge-2.0.a.p -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -Idroute -I../src/ATK_2_38_0-a131295237.clean/droute -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/libatk-bridge-2.0.a.p/accessible-register.c.o -MF atk-adaptor/libatk-bridge-2.0.a.p/accessible-register.c.o.d -o atk-adaptor/libatk-bridge-2.0.a.p/accessible-register.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-register.c
[28/37] rm -f atk-adaptor/adaptors/libatk-bridge-adaptors.a && /usr/bin/ar csrDT atk-adaptor/adaptors/libatk-bridge-adaptors.a atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/accessible-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/action-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/application-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/cache-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/collection-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/component-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/document-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/editabletext-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/hyperlink-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/hypertext-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/image-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/selection-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/socket-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/table-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/table-cell-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/text-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/value-adaptor.c.o
[29/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/libatk-bridge-2.0.a.p -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -Idroute -I../src/ATK_2_38_0-a131295237.clean/droute -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/libatk-bridge-2.0.a.p/accessible-stateset.c.o -MF atk-adaptor/libatk-bridge-2.0.a.p/accessible-stateset.c.o.d -o atk-adaptor/libatk-bridge-2.0.a.p/accessible-stateset.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/accessible-stateset.c
[30/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/libatk-bridge-2.0.a.p -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -Idroute -I../src/ATK_2_38_0-a131295237.clean/droute -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/libatk-bridge-2.0.a.p/object.c.o -MF atk-adaptor/libatk-bridge-2.0.a.p/object.c.o.d -o atk-adaptor/libatk-bridge-2.0.a.p/object.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/object.c
[31/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/libatk-bridge.so.p -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I. -I../src/ATK_2_38_0-a131295237.clean -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/libatk-bridge.so.p/gtk-2.0_module.c.o -MF atk-adaptor/libatk-bridge.so.p/gtk-2.0_module.c.o.d -o atk-adaptor/libatk-bridge.so.p/gtk-2.0_module.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/gtk-2.0/module.c
[32/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/libatk-bridge-2.0.a.p -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -Idroute -I../src/ATK_2_38_0-a131295237.clean/droute -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/libatk-bridge-2.0.a.p/bridge.c.o -MF atk-adaptor/libatk-bridge-2.0.a.p/bridge.c.o.d -o atk-adaptor/libatk-bridge-2.0.a.p/bridge.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/bridge.c
[33/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/libatk-bridge-2.0.a.p -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -Idroute -I../src/ATK_2_38_0-a131295237.clean/droute -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/libatk-bridge-2.0.a.p/event.c.o -MF atk-adaptor/libatk-bridge-2.0.a.p/event.c.o.d -o atk-adaptor/libatk-bridge-2.0.a.p/event.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/event.c
[34/37] /usr/local/apps/gcc/7.5/bin/gcc -Iatk-adaptor/libatk-bridge-2.0.a.p -Iatk-adaptor -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor -I. -I../src/ATK_2_38_0-a131295237.clean -Iatk-adaptor/adaptors -I../src/ATK_2_38_0-a131295237.clean/atk-adaptor/adaptors -Idroute -I../src/ATK_2_38_0-a131295237.clean/droute -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/at-spi-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/glib-2.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/glib-2.0/include -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/atk-1.0 -I/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O0 -g -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -fPIC -g -fPIC -pthread -MD -MQ atk-adaptor/libatk-bridge-2.0.a.p/spi-dbus.c.o -MF atk-adaptor/libatk-bridge-2.0.a.p/spi-dbus.c.o.d -o atk-adaptor/libatk-bridge-2.0.a.p/spi-dbus.c.o -c ../src/ATK_2_38_0-a131295237.clean/atk-adaptor/spi-dbus.c
[35/37] rm -f atk-adaptor/libatk-bridge-2.0.a && /usr/bin/ar csrD atk-adaptor/libatk-bridge-2.0.a atk-adaptor/libatk-bridge-2.0.a.p/accessible-leasing.c.o atk-adaptor/libatk-bridge-2.0.a.p/accessible-cache.c.o atk-adaptor/libatk-bridge-2.0.a.p/accessible-register.c.o atk-adaptor/libatk-bridge-2.0.a.p/accessible-stateset.c.o atk-adaptor/libatk-bridge-2.0.a.p/introspection.c.o atk-adaptor/libatk-bridge-2.0.a.p/bridge.c.o atk-adaptor/libatk-bridge-2.0.a.p/object.c.o atk-adaptor/libatk-bridge-2.0.a.p/event.c.o atk-adaptor/libatk-bridge-2.0.a.p/spi-dbus.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/accessible-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/action-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/application-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/cache-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/collection-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/component-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/document-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/editabletext-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/hyperlink-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/hypertext-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/image-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/selection-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/socket-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/table-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/table-cell-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/text-adaptor.c.o atk-adaptor/adaptors/libatk-bridge-adaptors.a.p/value-adaptor.c.o droute/libdroute.a.p/droute.c.o droute/libdroute.a.p/droute-variant.c.o droute/libdroute.a.p/droute-pairhash.c.o
[36/37] /usr/local/apps/gcc/7.5/bin/gcc  -o atk-adaptor/libatk-bridge.so atk-adaptor/libatk-bridge.so.p/gtk-2.0_module.c.o -L/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib -Wl,--as-needed -Wl,--allow-shlib-undefined -shared -fPIC -Wl,--start-group atk-adaptor/libatk-bridge-2.0.a atk-adaptor/adaptors/libatk-bridge-adaptors.a droute/libdroute.a /usr/lib64/libdbus-1.so -pthread /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libatk-1.0.a /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libgobject-2.0.a /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libglib-2.0.a -lm /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libffi.a /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libpcre2-8.a /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libatspi.a /usr/lib64/libX11.so /usr/lib64/libXtst.so /usr/lib64/libXi.so -Wl,--export-dynamic /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libgmodule-2.0.a -ldl -Wl,--end-group
FAILED: atk-adaptor/libatk-bridge.so 
/usr/local/apps/gcc/7.5/bin/gcc  -o atk-adaptor/libatk-bridge.so atk-adaptor/libatk-bridge.so.p/gtk-2.0_module.c.o -L/nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib -Wl,--as-needed -Wl,--allow-shlib-undefined -shared -fPIC -Wl,--start-group atk-adaptor/libatk-bridge-2.0.a atk-adaptor/adaptors/libatk-bridge-adaptors.a droute/libdroute.a /usr/lib64/libdbus-1.so -pthread /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libatk-1.0.a /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libgobject-2.0.a /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libglib-2.0.a -lm /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libffi.a /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libpcre2-8.a /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libatspi.a /usr/lib64/libX11.so /usr/lib64/libXtst.so /usr/lib64/libXi.so -Wl,--export-dynamic /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libgmodule-2.0.a -ldl -Wl,--end-group
/usr/bin/ld: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libffi.a(unix64.S.o): relocation R_X86_64_PC32 against symbol `abort@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.

My terminal console output is:

./vcpkg install opencv
Computing installation plan...
The following packages will be built and installed:
  * at-spi2-atk[core]:x64-linux -> 2.38.0
  * brotli[core]:x64-linux -> 1.0.9#5
  * cairo[core,fontconfig,freetype,gobject,x11]:x64-linux -> 1.17.8
  * egl-registry[core]:x64-linux -> 2022-09-20
  * expat[core]:x64-linux -> 2.5.0#3
  * fontconfig[core]:x64-linux -> 2.14.1#2
  * freetype[brotli,bzip2,core,png,zlib]:x64-linux -> 2.12.1#3
  * fribidi[core]:x64-linux -> 1.0.12
  * gdk-pixbuf[core]:x64-linux -> 2.42.9#5
  * getopt[core]:x64-linux -> 0#2
  * gperf[core]:x64-linux -> 3.1#4
  * gtk3[core]:x64-linux -> 3.24.34#2
  * harfbuzz[core]:x64-linux -> 7.0.0
  * libepoxy[core]:x64-linux -> 1.5.10#1
  * libjpeg-turbo[core]:x64-linux -> 2.1.5.1
  * libpng[core]:x64-linux -> 1.6.39#1
  * libuuid[core]:x64-linux -> 1.0.3#12
  * libwebp[core,libwebpmux,nearlossless,simd]:x64-linux -> 1.3.0
  * lzo[core]:x64-linux -> 2.10#8
    opencv[core,default-features]:x64-linux -> 4.7.0#1
  * opencv4[core,default-features,dnn,gtk,jpeg,png,quirc,tiff,webp]:x64-linux -> 4.7.0#3
  * pango[core]:x64-linux -> 1.50.12#2
  * pixman[core]:x64-linux -> 0.42.2#2
  * protobuf[core]:x64-linux -> 3.21.12
  * pthread[core]:x64-linux -> 3.0.0#1
  * pthreads[core]:x64-linux -> 3.0.0#13
  * quirc[core]:x64-linux -> 1.1#3
  * tiff[core,jpeg,lzma,zip]:x64-linux -> 4.5.0#2
  * vcpkg-get-python-packages[core]:x64-linux -> 2022-06-30
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-linux...
Restored 0 package(s) from /nfs/stak/users/perincha/.cache/vcpkg/archives in 11.1 ms. Use --debug to see more details.
Installing 1/29 at-spi2-atk:x64-linux...
Building at-spi2-atk[core]:x64-linux...
-- at-spi2-atk currently requires the following libraries from the system package manager:
    libdbus-1

These can be installed on Ubuntu systems via apt-get install libdbus-1-dev
-- Using cached GNOME-at-spi2-atk-AT_SPI2_ATK_2_38_0.tar.gz.
-- Cleaning sources at /nfs/hpc/share/perincha/vcpkg-new/vcpkg/buildtrees/at-spi2-atk/src/ATK_2_38_0-a131295237.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /nfs/hpc/share/perincha/vcpkg-new/vcpkg/downloads/GNOME-at-spi2-atk-AT_SPI2_ATK_2_38_0.tar.gz
-- Using source at /nfs/hpc/share/perincha/vcpkg-new/vcpkg/buildtrees/at-spi2-atk/src/ATK_2_38_0-a131295237.clean
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Configuring x64-linux-dbg
-- Configuring x64-linux-dbg done
-- Configuring x64-linux-rel
-- Configuring x64-linux-rel done
-- Package x64-linux-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
    Command failed: /nfs/stak/users/perincha/hpc-share/vcpkg-new/vcpkg/downloads/tools/ninja/1.10.2-linux/ninja install -v
    Working Directory: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/buildtrees/at-spi2-atk/x64-linux-dbg
    Error code: 1
    See logs for more information:
      /nfs/hpc/share/perincha/vcpkg-new/vcpkg/buildtrees/at-spi2-atk/package-x64-linux-dbg-out.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_install_meson.cmake:33 (vcpkg_execute_required_process)
  ports/at-spi2-atk/portfile.cmake:19 (vcpkg_install_meson)
  scripts/ports.cmake:147 (include)

Should I just be adding -fpic?.

dg0yt commented 1 year ago

There is -fPIC in the current build. Even static vcpkg triplets use it. I wonder if this worked also for the mentioned object (libffi.a(unix64.S.o)).

FrankXie05 commented 1 year ago
-- at-spi2-atk currently requires the following libraries from the system package manager:
    libdbus-1

These can be installed on Ubuntu systems via apt-get install libdbus-1-dev
dg0yt commented 1 year ago

@FrankXie05 This is not the error.

jimwang118 commented 1 year ago

You run the command sudo apt install libdbus-1, then recompile vcpkg.

dg0yt commented 1 year ago

@jimwang118 Why do you think that libdbus-1 is missing? That warning is always printed on Linux.

I think I pointed at the right spot:

/usr/bin/ld: /nfs/hpc/share/perincha/vcpkg-new/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libffi.a(unix64.S.o): relocation R_X86_64_PC32 against symbol `abort@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC

IMO vcpkg got it wrong in two regards:

The result is that -fPIC is not applied when running the C compiler on ASM sources (unix64.S), fitting exactly to the error message. This changes immediately when I add set(CMAKE_POSITION_INDEPENDENT_CODE 1) to the sources. Now the question is what changes to make:

CC @Neumann-A

jimwang118 commented 1 year ago

You run the command sudo apt install libdbus-1, then recompile vcpkg.

Building at-spi2-atk[core]:x64-linux...
-- at-spi2-atk currently requires the following libraries from the system package manager:
    libdbus-1

These can be installed on Ubuntu systems via apt-get install libdbus-1-dev

I saw the above prompt in the terminal output, and it also failed to install at-spi2-atk. I just want to offer a possibility, you can try to see if it can solve your problem.

dg0yt commented 1 year ago

@jimwang118 Your proposal is worse than the "prompt". There is a difference between libdbus-1-dev and libdbus-1. And @FrankXie05 already pointed at that message. But why ignore the logs that the user provided? This is just annoying.

akhilperincherry commented 1 year ago

Hello, I got through the issue with at-spi2-atk by first adding set(CMAKE_POSITION_INDEPENDENT_CODE ON) to ports/libffi/CMakeLists.txt, then removing libffi and re-installing libffi like this user. Now I have an issue with gtk3. I have attached the output log here. Also, my console terminal output is:

./vcpkg install opencv
Computing installation plan...
The following packages will be built and installed:
  * gtk3[core]:x64-linux -> 3.24.36
  * libwebp[core,libwebpmux,nearlossless,simd]:x64-linux -> 1.3.0
    opencv[core,default-features]:x64-linux -> 4.7.0#1
  * opencv4[core,default-features,dnn,gtk,jpeg,png,quirc,tiff,webp]:x64-linux -> 4.7.0#6
  * protobuf[core]:x64-linux -> 3.21.12
  * quirc[core]:x64-linux -> 1.1#3
  * vcpkg-get-python-packages[core]:x64-linux -> 2022-06-30
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-linux...
Restored 0 package(s) from /nfs/hpc/sw/perincha/ in 1 ms. Use --debug to see more details.
Installing 1/7 gtk3:x64-linux...
Building gtk3[core]:x64-linux...
-- Using cached GNOME-gtk-3.24.36.tar.gz.
-- Cleaning sources at /nfs/hpc/share/perincha/vcpkg-Apr29/vcpkg/buildtrees/gtk3/src/3.24.36-4cf901097d.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /nfs/hpc/share/perincha/vcpkg-Apr29/vcpkg/downloads/GNOME-gtk-3.24.36.tar.gz
-- Applying patch 0001-build.patch
-- Applying patch cairo-cpp-linkage.patch
-- Using source at /nfs/hpc/share/perincha/vcpkg-Apr29/vcpkg/buildtrees/gtk3/src/3.24.36-4cf901097d.clean
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Configuring x64-linux-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
    Command failed: /usr/local/apps/python/3.10/bin/python3 /nfs/stak/users/perincha/hpc-share/vcpkg-Apr29/vcpkg/installed/x64-linux/tools/meson/meson.py -Dintrospection=false -Dwayland_backend=false -Ddemos=false -Dexamples=false -Dtests=false -Dgtk_doc=false -Dman=false -Dxinerama=no -Dcloudproviders=false -Dprofiler=false -Dtracker3=false -Dcolord=no --buildtype plain --backend ninja --wrap-mode nodownload --libdir lib --native /nfs/hpc/share/perincha/vcpkg-Apr29/vcpkg/buildtrees/gtk3/meson-x64-linux-dbg.log -Ddebug=true --prefix /nfs/hpc/share/perincha/vcpkg-Apr29/vcpkg/packages/gtk3_x64-linux/debug --includedir ../include -Dcmake_prefix_path=['/nfs/hpc/share/perincha/vcpkg-Apr29/vcpkg/installed/x64-linux/debug','/nfs/hpc/share/perincha/vcpkg-Apr29/vcpkg/installed/x64-linux'] /nfs/hpc/share/perincha/vcpkg-Apr29/vcpkg/buildtrees/gtk3/src/3.24.36-4cf901097d.clean
    Working Directory: /nfs/hpc/share/perincha/vcpkg-Apr29/vcpkg/buildtrees/gtk3/x64-linux-dbg
    Error code: 1
    See logs for more information:
      /nfs/hpc/share/perincha/vcpkg-Apr29/vcpkg/buildtrees/gtk3/config-x64-linux-dbg-meson-log.txt.log
      /nfs/hpc/share/perincha/vcpkg-Apr29/vcpkg/buildtrees/gtk3/config-x64-linux-dbg-out.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_configure_meson.cmake:431 (vcpkg_execute_required_process)
  ports/gtk3/portfile.cmake:45 (vcpkg_configure_meson)
  scripts/ports.cmake:147 (include)

error: building gtk3:x64-linux failed with: BUILD_FAILED

config-x64-linux-dbg-meson-log.txt.log

akhilperincherry commented 1 year ago

Also, wanted to add that commit ID from Apr 10, 2023 (dafff8267e0685baa86140e5a5dcf4d9d7383592) does not give me build issues, so something seems to have changed since then that creates the above issue.

jimwang118 commented 1 year ago

Also, wanted to add that commit ID from Apr 10, 2023 (dafff8267e0685baa86140e5a5dcf4d9d7383592) does not give me build issues, so something seems to have changed since then that creates the above issue.

With the latest vcpkg version, is your installation fine now?

jimwang118 commented 1 year ago

Thanks for posting this issue. Please reopen this issue if this is still a problem for you.