ngageoint / hootenanny-ui

Hootenanny UI is a submodule of the Hootennany vector conflation project.
ISC License
29 stars 7 forks source link

Publish New Basemaps or Import Datasets is not working with error #1899

Closed Vladekk closed 3 years ago

Vladekk commented 3 years ago

If you specify Translations Schema of Import File, error is

Error running convert:
Translation file does not exist: /userfiles/customscript/OSM.js

Otherwise, error is

Error: signal 11:
stack trace:
  hoot::SignalCatcher::default_handler(int) +0x2d
  /usr/lib64/libc.so.6 : ()+0x36400
  std::_Sp_counted_ptr_inplace, (__gnu_cxx::_Lock_policy)2>::_M_dispose() +0xa
  /lib/libHootCore.so.1 : ()+0x754537
  /usr/lib64/libc.so.6 : __cxa_finalize()+0x9a
  /lib/libHootCore.so.1 : ()+0x7469b3

Versions I tested are both latest master and v0.2.62

Tests in v0.2.62 fail with

`[vagrant@centos7-hoot hoot]$ make -sj$(nproc) test-all Running services tests... npm WARN hoot-nodejs@0.0.3 license should be a valid SPDX license expression

added 480 packages from 345 contributors and audited 481 packages in 20.721s

40 packages are looking for funding run npm fund for details

found 5 vulnerabilities (3 low, 2 moderate) run npm audit fix to fix them, or npm audit for details

hoot-nodejs@0.0.3 test /home/vagrant/hoot/translations mocha --reporter dot

Skipping translations-local config

․Error: signal 11: stack trace: hoot::SignalCatcher::default_handler(int) +0x2d /usr/lib64/libc.so.6 : ()+0x36400 std::_Sp_counted_ptr_inplace<OGRSpatialReference, std::allocator, (__gnu_cxx::_Lock_policy)2>::_M_dispose() +0xa hoot::MapProjector::_evaluateProjection(OGREnvelope const&, std::shared_ptr const&, double, double&, double&) const +0x96c hoot::MapProjector::createPlanarProjection(OGREnvelope const&, double, double, double, bool) const +0x6e6 hoot::MapProjector::projectToPlanar(std::shared_ptr const&, OGREnvelope const&) +0x9aa hoot::MapProjector::projectToPlanar(std::shared_ptr const&) +0x116 hoot::MapProjectorJs::projectToPlanar(v8::FunctionCallbackInfo const&) +0x108 /usr/lib64/libnode.so.83 : ()+0x10b6ae8 /usr/lib64/libnode.so.83 : ()+0x10b8605 v8::internal::Builtin_HandleApiCall(int, unsigned long, v8::internal::Isolate) +0x19 /usr/lib64/libnode.so.83 : ()+0xcedbb9 npm ERR! Test failed. See above for more details. make[1]: [Makefile.hoot:120: translations-test] Error 1 make[1]: Waiting for unfinished jobs....`

Vladekk commented 3 years ago

More details (from Chrome dev console)


[
   {
      "command":"hoot.bin convert --info -C Import.conf -D hootapi.db.writer.overwrite.map=true -D job.id=8c40fc19-f55c-4f22-8c03-0e5675185c9e -D api.db.email=118676@hootenanny <path>/userfiles/tmp/upload/8c40fc19-f55c-4f22-8c03-0e5675185c9e/e16-lvm.osm hootapidb://${HOOTAPI_DB_USER}:${HOOTAPI_DB_PASSWORD}@${HOOTAPI_DB_HOST}:${HOOTAPI_DB_PORT}/${HOOTAPI_DB_NAME}/e16-lvm",
      "exitCode":-1,
      "finish":1629579468690,
      "id":4,
      "jobId":"8c40fc19-f55c-4f22-8c03-0e5675185c9e",
      "start":1629579467854,
      "stderr":"Error: signal 11:\nstack trace:\n  hoot::SignalCatcher::default_handler(int) +0x2d\n  /usr/lib64/libc.so.6 : ()+0x36400\n  std::_Sp_counted_ptr_inplace<OGRSpatialReference, std::allocator<OGRSpatialReference>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() +0xa\n  <path>/lib/libHootCore.so.1 : ()+0x754537\n  /usr/lib64/libc.so.6 : __cxa_finalize()+0x9a\n  <path>/lib/libHootCore.so.1 : ()+0x7469b3\n",
      "stdout":"20:57:48.113 STATUS 8c40fc19-f55c-4f22-8c03-0e5675185c9e - Convert (0%): Converting ...-8c03-0e5675185c9e/e16-lvm.osm to ...apidb://localhost/hoot/e16-lvm...\n20:57:48.215 STATUS 8c40fc19-f55c-4f22-8c03-0e5675185c9e - Convert (0%): Streaming data conversion from ...<path>/userfiles/tmp/upload/8c40fc19-f55c-4f22-8c03-0e5675185c9e/e16-lvm.osm to ...<hootapidb>/e16-lvm...\n20:57:48.295 INFO   Streaming element I/O took: 00:00.\n20:57:48.295 STATUS 8c40fc19-f55c-4f22-8c03-0e5675185c9e - Convert (100%): Converted ...-8c03-0e5675185c9e/e16-lvm.osm to: ...apidb://localhost/hoot/e16-lvm\n20:57:48.295 STATUS Data conversion completed in 00:00.\n"
   }
]
Vladekk commented 3 years ago

I tried to install Hootenanny on several PCs, error persists. I assume this is error in latest versions that prevents any work with hoot UI. Very unfortunate ;-(

brianhatchl commented 3 years ago

If the data you are importing is already OSM, try leaving the translation script as NONE.

brianhatchl commented 3 years ago

If the second stack trace is the result when not specifying a translation script (leaving it as NONE), can you trying loading one of the osm files from the hoot/test-files folder such as DcOsmRoads.osm to check if it's an input data problem?

Vladekk commented 3 years ago

It does not work with this test file. I can provide more logs if you hint me where they are. Meanwhile, I will try earilier versions.

Vladekk commented 3 years ago

Can't try with much earlier versions, as there are different errors during configure/compilation. Versions approx from 0.2.50 to 0.2.61 have error

default: /tmp/vagrant-shell: line 238: /home/vagrant/hoot/scripts/ruby/rvm-install.sh: No such file or directory

brianhatchl commented 3 years ago

Earlier versions are in limbo right now because the latest vm box images have been updated for the gdal (and other dependency) upgrades.

Is it the same stack trace?

Error: signal 11:\nstack trace:\n hoot::SignalCatcher::default_handler(int) +0x2d\n /usr/lib64/libc.so.6 : ()+0x36400\n std::_Sp_counted_ptr_inplace<OGRSpatialReference, std::allocator, (__gnu_cxx::_Lock_policy)2>::_M_dispose() +0xa\n /lib/libHootCore.so.1 : ()+0x754537\n /usr/lib64/libc.so.6 : __cxa_finalize()+0x9a\n /lib/libHootCore.so.1 : ()+0x7469b3\n"

If you want to test Hoot from an rpm install I have this PR branch that you could test https://github.com/ngageoint/hootenanny/pull/4963

Vladekk commented 3 years ago

Thanks, I will try this branch and RPM release. BTW, does it have JOSM validations integration now or not yet?

Vladekk commented 3 years ago

Tried to check out this PR and provision RPM, but no luck. Note, I don't have much expirience with either linux or checking out PR branches, I might've made a mistake somewhere.

I checked out like this:

git fetch origin pull/4963/head:vagrant_rpm_update

Then run build, but got error:

root@mayer /home/vladekk/var/hoot # vagrant up hoot_centos7_rpm --provision

Bringing machine 'hoot_centos7_rpm' up with 'virtualbox' provider...
==> hoot_centos7_rpm: Checking if box 'hoot/centos7-minimal' version '20210714.0.0' is up to date...
==> hoot_centos7_rpm: Running provisioner: hootrpm (shell)...
    hoot_centos7_rpm: Running: /tmp/vagrant-shell20210824-21660-12sld8a.sh
    hoot_centos7_rpm: HOOT_HOME: /home/vagrant/hoot
    hoot_centos7_rpm: Adding additional software repositories...
    hoot_centos7_rpm: ### Add epel repo and handy packages ###
    hoot_centos7_rpm: Loaded plugins: fastestmirror
    hoot_centos7_rpm: Determining fastest mirrors
    hoot_centos7_rpm:  * base: ftp.rz.uni-frankfurt.de
    hoot_centos7_rpm:  * extras: mirror.ratiokontakt.de
    hoot_centos7_rpm:  * updates: mirror.checkdomain.de
    hoot_centos7_rpm: Package curl-7.29.0-59.el7_9.1.x86_64 already installed and latest version
    hoot_centos7_rpm: Package yum-utils-1.1.31-54.el7_8.noarch already installed and latest version
    hoot_centos7_rpm: Resolving Dependencies
    hoot_centos7_rpm: --> Running transaction check
    hoot_centos7_rpm: ---> Package epel-release.noarch 0:7-11 will be installed
    hoot_centos7_rpm: ---> Package vim-enhanced.x86_64 2:7.4.629-8.el7_9 will be installed
    hoot_centos7_rpm: --> Processing Dependency: vim-common = 2:7.4.629-8.el7_9 for package: 2:vim-enhanced-7.4.629-8.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.629-8.el7_9.x86_64
    hoot_centos7_rpm: ---> Package wget.x86_64 0:1.14-18.el7_6.1 will be installed
    hoot_centos7_rpm: --> Running transaction check
    hoot_centos7_rpm: ---> Package gpm-libs.x86_64 0:1.20.7-6.el7 will be installed
    hoot_centos7_rpm: ---> Package vim-common.x86_64 2:7.4.629-8.el7_9 will be installed
    hoot_centos7_rpm: --> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.629-8.el7_9.x86_64
    hoot_centos7_rpm: --> Running transaction check
    hoot_centos7_rpm: ---> Package vim-filesystem.x86_64 2:7.4.629-8.el7_9 will be installed
    hoot_centos7_rpm: --> Finished Dependency Resolution
    hoot_centos7_rpm:
    hoot_centos7_rpm: Dependencies Resolved
    hoot_centos7_rpm:
    hoot_centos7_rpm: ================================================================================
    hoot_centos7_rpm:  Package              Arch         Version                  Repository     Size
    hoot_centos7_rpm: ================================================================================
    hoot_centos7_rpm: Installing:
    hoot_centos7_rpm:  epel-release         noarch       7-11                     extras         15 k
    hoot_centos7_rpm:  vim-enhanced         x86_64       2:7.4.629-8.el7_9        updates       1.1 M
    hoot_centos7_rpm:  wget                 x86_64       1.14-18.el7_6.1          base          547 k
    hoot_centos7_rpm: Installing for dependencies:
    hoot_centos7_rpm:  gpm-libs             x86_64       1.20.7-6.el7             base           32 k
    hoot_centos7_rpm:  vim-common           x86_64       2:7.4.629-8.el7_9        updates       5.9 M
    hoot_centos7_rpm:  vim-filesystem       x86_64       2:7.4.629-8.el7_9        updates        11 k
    hoot_centos7_rpm:
    hoot_centos7_rpm: Transaction Summary
    hoot_centos7_rpm: ================================================================================
    hoot_centos7_rpm: Install  3 Packages (+3 Dependent packages)
    hoot_centos7_rpm:
    hoot_centos7_rpm: Total download size: 7.6 M
    hoot_centos7_rpm: Installed size: 25 M
    hoot_centos7_rpm: Downloading packages:
    hoot_centos7_rpm: --------------------------------------------------------------------------------
    hoot_centos7_rpm: Total                                              5.7 MB/s | 7.6 MB  00:01
    hoot_centos7_rpm: Running transaction check
    hoot_centos7_rpm: Running transaction test
    hoot_centos7_rpm: Transaction test succeeded
    hoot_centos7_rpm: Running transaction
    hoot_centos7_rpm:   Installing : gpm-libs-1.20.7-6.el7.x86_64                                 1/6
    hoot_centos7_rpm:   Installing : 2:vim-filesystem-7.4.629-8.el7_9.x86_64                      2/6
    hoot_centos7_rpm:   Installing : 2:vim-common-7.4.629-8.el7_9.x86_64                          3/6
    hoot_centos7_rpm:   Installing : 2:vim-enhanced-7.4.629-8.el7_9.x86_64                        4/6
    hoot_centos7_rpm:   Installing : wget-1.14-18.el7_6.1.x86_64                                  5/6
    hoot_centos7_rpm:   Installing : epel-release-7-11.noarch                                     6/6
    hoot_centos7_rpm:   Verifying  : epel-release-7-11.noarch                                     1/6
    hoot_centos7_rpm:   Verifying  : 2:vim-common-7.4.629-8.el7_9.x86_64                          2/6
    hoot_centos7_rpm:   Verifying  : 2:vim-filesystem-7.4.629-8.el7_9.x86_64                      3/6
    hoot_centos7_rpm:   Verifying  : gpm-libs-1.20.7-6.el7.x86_64                                 4/6
    hoot_centos7_rpm:   Verifying  : 2:vim-enhanced-7.4.629-8.el7_9.x86_64                        5/6
    hoot_centos7_rpm:   Verifying  : wget-1.14-18.el7_6.1.x86_64                                  6/6
    hoot_centos7_rpm:
    hoot_centos7_rpm: Installed:
    hoot_centos7_rpm:   epel-release.noarch 0:7-11         vim-enhanced.x86_64 2:7.4.629-8.el7_9
    hoot_centos7_rpm:   wget.x86_64 0:1.14-18.el7_6.1
    hoot_centos7_rpm:
    hoot_centos7_rpm: Dependency Installed:
    hoot_centos7_rpm:   gpm-libs.x86_64 0:1.20.7-6.el7           vim-common.x86_64 2:7.4.629-8.el7_9
    hoot_centos7_rpm:   vim-filesystem.x86_64 2:7.4.629-8.el7_9
    hoot_centos7_rpm:
    hoot_centos7_rpm: Complete!
    hoot_centos7_rpm: ### Add Hoot deps repo ###
    hoot_centos7_rpm: sudo: /home/vagrant/hoot/scripts/yum/hoot-repo.sh: command not found
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
brianhatchl commented 3 years ago

Yeah, that git command didn't actually check out the PR branch. To clean up the vm, do a vagrant destroy hoot_centos7_rpm

You should be able to do a git checkout vagrant_rpm_update

to confirm the PR branch is checked out, do a git status and you should see

On branch vagrant_rpm_update
Your branch is up-to-date with 'origin/vagrant_rpm_update'.

and then vagrant up hoot_centos7_rpm

brianhatchl commented 3 years ago

This PR branch doesn't use the hoot-repo.sh script, but it does use scripts like geoint-repo.sh, so if you see an error message like that on provision it means the shared git folder didn't get mounted to the vm successfully.

bwitham commented 3 years ago

Thanks, I will try this branch and RPM release. BTW, does it have JOSM validations integration now or not yet?

I'm not completely sure, as I haven't installed from RPM, but I think it should be being compiled --with-josm and have the JOSM validators in it now. After installation if you type hoot validate and get back the command help documentation, then it does. If you get an error, then it doesn't.

Vladekk commented 3 years ago

Thanks, tried above, got this error.


PS D:\Docs\Source\hoot> vagrant up hoot_centos7_rpm
Bringing machine 'hoot_centos7_rpm' up with 'virtualbox' provider...
==> hoot_centos7_rpm: Importing base box 'hoot/centos7-minimal'...
==> hoot_centos7_rpm: Matching MAC address for NAT networking...
==> hoot_centos7_rpm: Checking if box 'hoot/centos7-minimal' version '20210714.0.0' is up to date...
==> hoot_centos7_rpm: Setting the name of the VM: hoot_hoot_centos7_rpm_1629820349507_31465
==> hoot_centos7_rpm: Clearing any previously set network interfaces...
==> hoot_centos7_rpm: Preparing network interfaces based on configuration...
    hoot_centos7_rpm: Adapter 1: nat
==> hoot_centos7_rpm: Forwarding ports...
    hoot_centos7_rpm: 8080 (guest) => 8888 (host) (adapter 1)
    hoot_centos7_rpm: 8094 (guest) => 8094 (host) (adapter 1)
    hoot_centos7_rpm: 8096 (guest) => 8096 (host) (adapter 1)
    hoot_centos7_rpm: 8101 (guest) => 8101 (host) (adapter 1)
    hoot_centos7_rpm: 22 (guest) => 2222 (host) (adapter 1)
==> hoot_centos7_rpm: Running 'pre-boot' VM customizations...
==> hoot_centos7_rpm: Booting VM...
==> hoot_centos7_rpm: Waiting for machine to boot. This may take a few minutes...
    hoot_centos7_rpm: SSH address: 127.0.0.1:2222
    hoot_centos7_rpm: SSH username: vagrant
    hoot_centos7_rpm: SSH auth method: private key
    hoot_centos7_rpm: Warning: Connection reset. Retrying...
    hoot_centos7_rpm:
    hoot_centos7_rpm: Vagrant insecure key detected. Vagrant will automatically replace
    hoot_centos7_rpm: this with a newly generated keypair for better security.
    hoot_centos7_rpm:
    hoot_centos7_rpm: Inserting generated public key within guest...
    hoot_centos7_rpm: Removing insecure key from the guest if it's present...
    hoot_centos7_rpm: Key inserted! Disconnecting and reconnecting using new SSH key...
==> hoot_centos7_rpm: Machine booted and ready!
Got different reports about installed GuestAdditions version:
Virtualbox on your host claims:
VBoxService inside the vm claims: 6.1.16
Going on, assuming VBoxService is correct...
[hoot_centos7_rpm] GuestAdditions versions on your host (6.1.26) and guest (6.1.16) do not match.
Got different reports about installed GuestAdditions version:
Virtualbox on your host claims:
VBoxService inside the vm claims: 6.1.16
Going on, assuming VBoxService is correct...
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.cloudhosting.lv
 * extras: mirror.cloudhosting.lv
 * updates: mirror.cloudhosting.lv
Package kernel-devel-3.10.0-1160.31.1.el7.x86_64 already installed and latest version
Package gcc-4.8.5-44.el7.x86_64 already installed and latest version
Package binutils-2.27-44.base.el7.x86_64 already installed and latest version
Package 1:make-3.82-24.el7.x86_64 already installed and latest version
Package 4:perl-5.16.3-299.el7_9.x86_64 already installed and latest version
Package bzip2-1.0.6-13.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package elfutils-libelf-devel.x86_64 0:0.176-5.el7 will be installed
--> Processing Dependency: pkgconfig(zlib) for package: elfutils-libelf-devel-0.176-5.el7.x86_64
---> Package kernel-devel.x86_64 0:3.10.0-1160.36.2.el7 will be installed
--> Running transaction check
---> Package zlib-devel.x86_64 0:1.2.7-19.el7_9 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                  Arch      Version                    Repository  Size
================================================================================
Installing:
 elfutils-libelf-devel    x86_64    0.176-5.el7                base        40 k
 kernel-devel             x86_64    3.10.0-1160.36.2.el7       updates     18 M
Installing for dependencies:
 zlib-devel               x86_64    1.2.7-19.el7_9             updates     50 k

Transaction Summary
================================================================================
Install  2 Packages (+1 Dependent package)

Total download size: 18 M
Installed size: 38 M
Downloading packages:
No Presto metadata available for updates
--------------------------------------------------------------------------------
Total                                              2.6 MB/s |  18 MB  00:06
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : zlib-devel-1.2.7-19.el7_9.x86_64                             1/3
  Installing : elfutils-libelf-devel-0.176-5.el7.x86_64                     2/3
  Installing : kernel-devel-3.10.0-1160.36.2.el7.x86_64                     3/3
  Verifying  : zlib-devel-1.2.7-19.el7_9.x86_64                             1/3
  Verifying  : elfutils-libelf-devel-0.176-5.el7.x86_64                     2/3
  Verifying  : kernel-devel-3.10.0-1160.36.2.el7.x86_64                     3/3

Installed:
  elfutils-libelf-devel.x86_64 0:0.176-5.el7
  kernel-devel.x86_64 0:3.10.0-1160.36.2.el7

Dependency Installed:
  zlib-devel.x86_64 0:1.2.7-19.el7_9

Complete!
Copy iso file C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso
Mounting Virtualbox Guest Additions ISO to: /mnt
mount: /dev/loop0 is write-protected, mounting read-only
Installing Virtualbox Guest Additions 6.1.26 - guest version is 6.1.16
Verifying archive integrity... All good.
Uncompressing VirtualBox 6.1.26 Guest Additions for Linux........
VirtualBox Guest Additions installer
Removing installed version 6.1.16 of VirtualBox Guest Additions...
Copying additional installer modules ...
Installing additional modules ...
VirtualBox Guest Additions: Starting.
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel
modules.  This may take a while.
VirtualBox Guest Additions: To build modules for other installed kernels, run
VirtualBox Guest Additions:   /sbin/rcvboxadd quicksetup <version>
VirtualBox Guest Additions: or
VirtualBox Guest Additions:   /sbin/rcvboxadd quicksetup all
VirtualBox Guest Additions: Building the modules for kernel
3.10.0-1160.31.1.el7.x86_64.
Redirecting to /bin/systemctl start vboxadd.service
Redirecting to /bin/systemctl start vboxadd-service.service
Unmounting Virtualbox Guest Additions ISO from: /mnt
==> hoot_centos7_rpm: Checking for guest additions in VM...
==> hoot_centos7_rpm: Setting hostname...
==> hoot_centos7_rpm: Mounting shared folders...
    hoot_centos7_rpm: /home/vagrant/hoot => D:/Docs/Source/hoot
==> hoot_centos7_rpm: Running provisioner: hootrpm (shell)...
    hoot_centos7_rpm: Running: D:/Temp/vagrant-shell20210824-23152-x91mpc.sh
    hoot_centos7_rpm: HOOT_HOME: /home/vagrant/hoot
    hoot_centos7_rpm: Adding software repositories...
    hoot_centos7_rpm: ### Configuring CentOS to verify repository metadata ###
    hoot_centos7_rpm: ### Add epel repo ###
    hoot_centos7_rpm: Loaded plugins: fastestmirror
    hoot_centos7_rpm: Loading mirror speeds from cached hostfile
    hoot_centos7_rpm:  * base: mirror.cloudhosting.lv
    hoot_centos7_rpm:  * extras: mirror.cloudhosting.lv
    hoot_centos7_rpm:  * updates: mirror.cloudhosting.lv
    hoot_centos7_rpm: Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    hoot_centos7_rpm: Importing GPG key 0xF4A80EB5:
    hoot_centos7_rpm:  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
    hoot_centos7_rpm:  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
    hoot_centos7_rpm:  Package    : centos-release-7-9.2009.1.el7.centos.x86_64 (@updates)
    hoot_centos7_rpm:  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    hoot_centos7_rpm: Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    hoot_centos7_rpm: Importing GPG key 0xF4A80EB5:
    hoot_centos7_rpm:  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
    hoot_centos7_rpm:  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
    hoot_centos7_rpm:  Package    : centos-release-7-9.2009.1.el7.centos.x86_64 (@updates)
    hoot_centos7_rpm:  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    hoot_centos7_rpm: Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    hoot_centos7_rpm: Importing GPG key 0xF4A80EB5:
    hoot_centos7_rpm:  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
    hoot_centos7_rpm:  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
    hoot_centos7_rpm:  Package    : centos-release-7-9.2009.1.el7.centos.x86_64 (@updates)
    hoot_centos7_rpm:  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    hoot_centos7_rpm: Resolving Dependencies
    hoot_centos7_rpm: --> Running transaction check
    hoot_centos7_rpm: ---> Package epel-release.noarch 0:7-11 will be installed
    hoot_centos7_rpm: --> Finished Dependency Resolution
    hoot_centos7_rpm:
    hoot_centos7_rpm: Dependencies Resolved
    hoot_centos7_rpm:
    hoot_centos7_rpm: ================================================================================
    hoot_centos7_rpm:  Package                Arch             Version         Repository        Size
    hoot_centos7_rpm: ================================================================================
    hoot_centos7_rpm: Installing:
    hoot_centos7_rpm:  epel-release           noarch           7-11            extras            15 k
    hoot_centos7_rpm:
    hoot_centos7_rpm: Transaction Summary
    hoot_centos7_rpm: ================================================================================
    hoot_centos7_rpm: Install  1 Package
    hoot_centos7_rpm:
    hoot_centos7_rpm: Total download size: 15 k
    hoot_centos7_rpm: Installed size: 24 k
    hoot_centos7_rpm: Downloading packages:
    hoot_centos7_rpm: Running transaction check
    hoot_centos7_rpm: Running transaction test
    hoot_centos7_rpm: Transaction test succeeded
    hoot_centos7_rpm: Running transaction
    hoot_centos7_rpm:   Installing : epel-release-7-11.noarch                                     1/1
    hoot_centos7_rpm:   Verifying  : epel-release-7-11.noarch                                     1/1
    hoot_centos7_rpm:
    hoot_centos7_rpm: Installed:
    hoot_centos7_rpm:   epel-release.noarch 0:7-11
    hoot_centos7_rpm:
    hoot_centos7_rpm: Complete!
    hoot_centos7_rpm: ### Add geoint-deps repo ###
    hoot_centos7_rpm: ### Add pgdg repo ###
    hoot_centos7_rpm: ### Adding the Hoot release repo ###
    hoot_centos7_rpm: Loaded plugins: fastestmirror
    hoot_centos7_rpm: adding repo from: https://hoot-repo.s3.amazonaws.com/el7/release/hoot.repo
    hoot_centos7_rpm: grabbing file https://hoot-repo.s3.amazonaws.com/el7/release/hoot.repo to /etc/yum.repos.d/hoot.repo
    hoot_centos7_rpm: repo saved to /etc/yum.repos.d/hoot.repo
    hoot_centos7_rpm: ### Installing Hootenanny-autostart ###
    hoot_centos7_rpm: Loaded plugins: fastestmirror
    hoot_centos7_rpm: Loading mirror speeds from cached hostfile
    hoot_centos7_rpm:  * base: mirror.cloudhosting.lv
    hoot_centos7_rpm:  * epel: epel.mirror.serveriai.lt
    hoot_centos7_rpm:  * extras: mirror.cloudhosting.lv
    hoot_centos7_rpm:  * updates: mirror.cloudhosting.lv
    hoot_centos7_rpm: Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-GEOINT
    hoot_centos7_rpm: Importing GPG key 0xE2195F23:
    hoot_centos7_rpm:  Userid     : "FoundationGEOINT Packaging <foundationgeoint-packaging@maxar.com>"
    hoot_centos7_rpm:  Fingerprint: c18f f27a f995 0292 8732 2bc1 c083 6b8c e219 5f23
    hoot_centos7_rpm:  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-GEOINT
    hoot_centos7_rpm: Retrieving key from https://hoot-repo.s3.amazonaws.com/el7/hoot.gpg
    hoot_centos7_rpm: Importing GPG key 0x6767A174:
    hoot_centos7_rpm:  Userid     : "Hootenanny Packaging <hoot-packaging@digitalglobe.com>"
    hoot_centos7_rpm:  Fingerprint: a1bb ea4e 8aac b159 2922 092a 7036 657a 6767 a174
    hoot_centos7_rpm:  From       : https://hoot-repo.s3.amazonaws.com/el7/hoot.gpg
    hoot_centos7_rpm: Retrieving key from https://hoot-repo.s3.amazonaws.com/el7/hoot.gpg
    hoot_centos7_rpm: Importing GPG key 0x6767A174:
    hoot_centos7_rpm:  Userid     : "Hootenanny Packaging <hoot-packaging@digitalglobe.com>"
    hoot_centos7_rpm:  Fingerprint: a1bb ea4e 8aac b159 2922 092a 7036 657a 6767 a174
    hoot_centos7_rpm:  From       : https://hoot-repo.s3.amazonaws.com/el7/hoot.gpg
    hoot_centos7_rpm: Resolving Dependencies
    hoot_centos7_rpm: --> Running transaction check
    hoot_centos7_rpm: ---> Package hootenanny-autostart.noarch 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: hootenanny-services-ui = 0.2.62-1.el7 for package: hootenanny-autostart-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Running transaction check
    hoot_centos7_rpm: ---> Package hootenanny-services-ui.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: hootenanny-core = 0.2.62-1.el7 for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: tomcat8 < 8.6.0 for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: tomcat8 >= 8.5.0 for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-server for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-contrib for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: osmosis for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: liquibase for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: java-1.8.0-openjdk for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: /usr/bin/node for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Running transaction check
    hoot_centos7_rpm: ---> Package hootenanny-core.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: hootenanny-core-deps = 0.2.62-1.el7 for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: perl(XML::LibXML::XPathContext) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: perl(XML::LibXML) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: perl(Digest::MD5) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libQt5Xml.so.5(Qt_5)(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libQt5Sql.so.5(Qt_5)(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libQt5Network.so.5(Qt_5)(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libQt5Gui.so.5(Qt_5)(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libQt5Core.so.5(Qt_5.9)(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libQt5Core.so.5(Qt_5)(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libQt5Concurrent.so.5(Qt_5)(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libstxxl.so.1()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libprotobuf.so.8()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libpostal.so.1()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libphonenumber.so.8()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libopencv_imgproc.so.2.4()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libopencv_core.so.2.4()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: liboauthcpp.so.0()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libnode.so.83()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libicuuc.so.50()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libicutu.so.50()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libiculx.so.50()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libicuio.so.50()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libicui18n.so.50()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libglpk.so.40()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgeos-3.6.2.so()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgeocoding.so.8()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libcppunit-1.12.so.1()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libboost_system.so.1.53.0()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libboost_iostreams.so.1.53.0()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libQt5Xml.so.5()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libQt5Test.so.5()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libQt5Sql.so.5()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libQt5Network.so.5()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libQt5Gui.so.5()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libQt5Core.so.5()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libQt5Concurrent.so.5()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libGL.so.1()(64bit) for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package hootenanny-services-ui.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-server for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-contrib for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.302.b08-0.el7_9 will be installed
    hoot_centos7_rpm: --> Processing Dependency: java-1.8.0-openjdk-headless(x86-64) = 1:1.8.0.302.b08-0.el7_9 for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libjvm.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libjava.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXcomposite(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: gtk2(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: ---> Package liquibase.noarch 0:3.1.0-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: jpackage-utils for package: liquibase-3.1.0-1.el7.noarch
    hoot_centos7_rpm: ---> Package nodejs.x86_64 1:14.16.1-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: openssl11 >= 1:1.1.1 for package: 1:nodejs-14.16.1-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: npm >= 1:6.14.12-1.14.16.1.1.el7 for package: 1:nodejs-14.16.1-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libuv >= 1:1.40.0 for package: 1:nodejs-14.16.1-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libuv.so.1()(64bit) for package: 1:nodejs-14.16.1-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libssl.so.1.1()(64bit) for package: 1:nodejs-14.16.1-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libcrypto.so.1.1()(64bit) for package: 1:nodejs-14.16.1-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libbrotlienc.so.1()(64bit) for package: 1:nodejs-14.16.1-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libbrotlidec.so.1()(64bit) for package: 1:nodejs-14.16.1-1.el7.x86_64
    hoot_centos7_rpm: ---> Package osmosis.noarch 0:0.48.3-1.el7 will be installed
    hoot_centos7_rpm: ---> Package tomcat8.noarch 0:8.5.66-1.el7 will be installed
    hoot_centos7_rpm: --> Running transaction check
    hoot_centos7_rpm: ---> Package alsa-lib.x86_64 0:1.1.8-1.el7 will be installed
    hoot_centos7_rpm: ---> Package boost-iostreams.x86_64 0:1.53.0-28.el7 will be installed
    hoot_centos7_rpm: ---> Package boost-system.x86_64 0:1.53.0-28.el7 will be installed
    hoot_centos7_rpm: ---> Package brotli.x86_64 0:1.0.7-5.el7 will be installed
    hoot_centos7_rpm: ---> Package cppunit.x86_64 0:1.12.1-11.el7 will be installed
    hoot_centos7_rpm: ---> Package fontconfig.x86_64 0:2.13.0-4.3.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.13.0-4.3.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: dejavu-sans-fonts for package: fontconfig-2.13.0-4.3.el7.x86_64
    hoot_centos7_rpm: ---> Package geos.x86_64 0:3.6.2-1.el7 will be installed
    hoot_centos7_rpm: ---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
    hoot_centos7_rpm: ---> Package glpk.x86_64 0:4.64-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libcolamd.so.2()(64bit) for package: glpk-4.64-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libamd.so.2()(64bit) for package: glpk-4.64-1.el7.x86_64
    hoot_centos7_rpm: ---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: pango >= 1.20.0-1 for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libtiff >= 3.6.1 for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: atk >= 1.29.4-2 for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libcups.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libcairo.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libatk-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
    hoot_centos7_rpm: ---> Package hootenanny-core.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package hootenanny-core-deps.noarch 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: hoot-gdal-python = 2.1.4 for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: hoot-gdal-devel = 2.1.4 for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: hoot-gdal = 2.1.4 for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: zip for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: words for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: wget for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: unzip for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: qt5-qtx11extras for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: qt5-qtbase-postgresql for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: python-matplotlib for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: opencv for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: libpostal-data for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: hoot-words for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: FileGDBAPI for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: ---> Package hootenanny-services-ui.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-server for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-contrib for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.302.b08-0.el7_9 will be installed
    hoot_centos7_rpm: --> Processing Dependency: tzdata-java >= 2021a for package: 1:java-1.8.0-openjdk-headless-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: copy-jdk-configs >= 3.3 for package: 1:java-1.8.0-openjdk-headless-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: pcsc-lite-libs(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.302.b08-0.el7_9.x86_64
    hoot_centos7_rpm: ---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-11.el7.noarch
    hoot_centos7_rpm: ---> Package libX11.x86_64 0:1.6.7-3.el7_9 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libX11-common >= 1.6.7-3.el7_9 for package: libX11-1.6.7-3.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.7-3.el7_9.x86_64
    hoot_centos7_rpm: ---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
    hoot_centos7_rpm: ---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
    hoot_centos7_rpm: ---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed
    hoot_centos7_rpm: ---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed
    hoot_centos7_rpm: ---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed
    hoot_centos7_rpm: ---> Package libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libglvnd(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: mesa-libGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64
    hoot_centos7_rpm: ---> Package libicu.x86_64 0:50.2-4.el7_7 will be installed
    hoot_centos7_rpm: ---> Package libjpeg-turbo.x86_64 0:1.2.90-8.el7 will be installed
    hoot_centos7_rpm: ---> Package liboauthcpp.x86_64 0:0.1.0-1.el7 will be installed
    hoot_centos7_rpm: ---> Package libphonenumber.x86_64 0:8.9.16-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: libphonenumber-8.9.16-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libboost_date_time-mt.so.1.53.0()(64bit) for package: libphonenumber-8.9.16-1.el7.x86_64
    hoot_centos7_rpm: ---> Package libpostal.x86_64 0:1.0.0-1.el7 will be installed
    hoot_centos7_rpm: ---> Package libuv.x86_64 1:1.41.0-1.el7 will be installed
    hoot_centos7_rpm: ---> Package nodejs-libs.x86_64 1:14.16.1-1.el7 will be installed
    hoot_centos7_rpm: ---> Package npm.x86_64 1:6.14.12-1.14.16.1.1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: nodejs-docs = 1:14.16.1-1.el7 for package: 1:npm-6.14.12-1.14.16.1.1.el7.x86_64
    hoot_centos7_rpm: ---> Package opencv-core.x86_64 0:2.4.5-3.el7 will be installed
    hoot_centos7_rpm: ---> Package openssl11.x86_64 1:1.1.1g-3.el7 will be installed
    hoot_centos7_rpm: ---> Package openssl11-libs.x86_64 1:1.1.1g-3.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: perl(Digest::base) >= 1.00 for package: perl-Digest-MD5-2.52-3.el7.x86_64
    hoot_centos7_rpm: ---> Package perl-XML-LibXML.x86_64 1:2.0018-5.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: perl(XML::SAX::Exception) for package: 1:perl-XML-LibXML-2.0018-5.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: perl(XML::SAX::DocumentLocator) for package: 1:perl-XML-LibXML-2.0018-5.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: perl(XML::SAX::Base) for package: 1:perl-XML-LibXML-2.0018-5.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: perl(XML::NamespaceSupport) for package: 1:perl-XML-LibXML-2.0018-5.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: perl(Data::Dumper) for package: 1:perl-XML-LibXML-2.0018-5.el7.x86_64
    hoot_centos7_rpm: ---> Package protobuf.x86_64 0:2.5.0-8.el7 will be installed
    hoot_centos7_rpm: ---> Package qt5-qtbase.x86_64 0:5.9.7-5.el7_9 will be installed
    hoot_centos7_rpm: --> Processing Dependency: qt5-qtbase-common = 5.9.7-5.el7_9 for package: qt5-qtbase-5.9.7-5.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libpcre2-16.so.0()(64bit) for package: qt5-qtbase-5.9.7-5.el7_9.x86_64
    hoot_centos7_rpm: ---> Package qt5-qtbase-gui.x86_64 0:5.9.7-5.el7_9 will be installed
    hoot_centos7_rpm: --> Processing Dependency: glx-utils for package: qt5-qtbase-gui-5.9.7-5.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libxcb-render-util.so.0()(64bit) for package: qt5-qtbase-gui-5.9.7-5.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libxcb-keysyms.so.1()(64bit) for package: qt5-qtbase-gui-5.9.7-5.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libxcb-image.so.0()(64bit) for package: qt5-qtbase-gui-5.9.7-5.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libxcb-icccm.so.4()(64bit) for package: qt5-qtbase-gui-5.9.7-5.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libharfbuzz.so.0()(64bit) for package: qt5-qtbase-gui-5.9.7-5.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgbm.so.1()(64bit) for package: qt5-qtbase-gui-5.9.7-5.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libEGL.so.1()(64bit) for package: qt5-qtbase-gui-5.9.7-5.el7_9.x86_64
    hoot_centos7_rpm: ---> Package stxxl.x86_64 0:1.3.1-1.el7 will be installed
    hoot_centos7_rpm: ---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
    hoot_centos7_rpm: --> Running transaction check
    hoot_centos7_rpm: ---> Package FileGDBAPI.x86_64 0:1.5.1-1.el7 will be installed
    hoot_centos7_rpm: ---> Package atk.x86_64 0:2.28.1-2.el7 will be installed
    hoot_centos7_rpm: ---> Package boost-date-time.x86_64 0:1.53.0-28.el7 will be installed
    hoot_centos7_rpm: ---> Package boost-thread.x86_64 0:1.53.0-28.el7 will be installed
    hoot_centos7_rpm: ---> Package cairo.x86_64 0:1.15.12-4.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64
    hoot_centos7_rpm: ---> Package copy-jdk-configs.noarch 0:3.3-10.el7_5 will be installed
    hoot_centos7_rpm: ---> Package cups-libs.x86_64 1:1.6.3-51.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.6.3-51.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.6.3-51.el7.x86_64
    hoot_centos7_rpm: ---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-fonts-2.33-6.el7.noarch
    hoot_centos7_rpm: ---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
    hoot_centos7_rpm: ---> Package gdk-pixbuf2.x86_64 0:2.36.12-3.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64
    hoot_centos7_rpm: ---> Package glx-utils.x86_64 0:8.3.0-10.el7 will be installed
    hoot_centos7_rpm: ---> Package gtk-update-icon-cache.x86_64 0:3.22.30-6.el7 will be installed
    hoot_centos7_rpm: ---> Package harfbuzz.x86_64 0:1.7.5-2.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.7.5-2.el7.x86_64
    hoot_centos7_rpm: ---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
    hoot_centos7_rpm: ---> Package hoot-gdal.x86_64 0:2.1.4-2.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: hoot-gdal-libs(x86-64) = 2.1.4-2.el7 for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: gpsbabel for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libxerces-c-3.1.so()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libwebp.so.4()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libpq.so.5()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libpoppler.so.46()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libopenjp2.so.7()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libogdi.so.3()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libodbcinst.so.2()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libodbc.so.2()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libnetcdf.so.7()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libkmlxsd.so.1()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libkmlregionator.so.1()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libkmlengine.so.1()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libkmldom.so.1()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libkmlbase.so.1()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libhdf5.so.8()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgta.so.0()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgeotiff.so.2()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgdal.so.20()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libfreexl.so.1()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libdapserver.so.7()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libdapclient.so.6()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libdap.so.17()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libcfitsio.so.2()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libarmadillo.so.8()(64bit) for package: hoot-gdal-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: ---> Package hoot-gdal-devel.x86_64 0:2.1.4-2.el7 will be installed
    hoot_centos7_rpm: ---> Package hoot-gdal-python.x86_64 0:2.1.4-2.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: numpy for package: hoot-gdal-python-2.1.4-2.el7.x86_64
    hoot_centos7_rpm: ---> Package hoot-words.noarch 0:1.0.1-1.el7 will be installed
    hoot_centos7_rpm: ---> Package hootenanny-core.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package hootenanny-core-deps.noarch 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: ---> Package hootenanny-services-ui.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-server for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-contrib for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed
    hoot_centos7_rpm: ---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
    hoot_centos7_rpm: ---> Package libX11-common.noarch 0:1.6.7-3.el7_9 will be installed
    hoot_centos7_rpm: ---> Package libXcursor.x86_64 0:1.1.15-1.el7 will be installed
    hoot_centos7_rpm: ---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
    hoot_centos7_rpm: ---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed
    hoot_centos7_rpm: ---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
    hoot_centos7_rpm: ---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed
    hoot_centos7_rpm: ---> Package libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
    hoot_centos7_rpm: ---> Package libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: mesa-libEGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64
    hoot_centos7_rpm: ---> Package libpostal-data.noarch 0:1.0.0-1.el7 will be installed
    hoot_centos7_rpm: ---> Package libtiff.x86_64 0:4.0.3-35.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-35.el7.x86_64
    hoot_centos7_rpm: ---> Package libxcb.x86_64 0:1.13-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.13-1.el7.x86_64
    hoot_centos7_rpm: ---> Package libxslt.x86_64 0:1.1.28-6.el7 will be installed
    hoot_centos7_rpm: ---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed
    hoot_centos7_rpm: ---> Package mesa-libGL.x86_64 0:18.3.4-12.el7_9 will be installed
    hoot_centos7_rpm: --> Processing Dependency: mesa-libglapi = 18.3.4-12.el7_9 for package: mesa-libGL-18.3.4-12.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libGL-18.3.4-12.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-18.3.4-12.el7_9.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-18.3.4-12.el7_9.x86_64
    hoot_centos7_rpm: ---> Package mesa-libgbm.x86_64 0:18.3.4-12.el7_9 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libwayland-server.so.0()(64bit) for package: mesa-libgbm-18.3.4-12.el7_9.x86_64
    hoot_centos7_rpm: ---> Package nodejs-docs.noarch 1:14.16.1-1.el7 will be installed
    hoot_centos7_rpm: ---> Package opencv.x86_64 0:2.4.5-3.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libv4l1.so.0()(64bit) for package: opencv-2.4.5-3.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgstvideo-0.10.so.0()(64bit) for package: opencv-2.4.5-3.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgstreamer-0.10.so.0()(64bit) for package: opencv-2.4.5-3.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgstbase-0.10.so.0()(64bit) for package: opencv-2.4.5-3.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgstapp-0.10.so.0()(64bit) for package: opencv-2.4.5-3.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libImath.so.6()(64bit) for package: opencv-2.4.5-3.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libIlmThread.so.6()(64bit) for package: opencv-2.4.5-3.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libIlmImf.so.7()(64bit) for package: opencv-2.4.5-3.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libIex.so.6()(64bit) for package: opencv-2.4.5-3.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libHalf.so.6()(64bit) for package: opencv-2.4.5-3.el7.x86_64
    hoot_centos7_rpm: ---> Package pango.x86_64 0:1.42.4-4.el7_7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.42.4-4.el7_7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.42.4-4.el7_7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: fribidi(x86-64) >= 1.0 for package: pango-1.42.4-4.el7_7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.42.4-4.el7_7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libfribidi.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.42.4-4.el7_7.x86_64
    hoot_centos7_rpm: ---> Package pcre2-utf16.x86_64 0:10.23-2.el7 will be installed
    hoot_centos7_rpm: ---> Package pcsc-lite-libs.x86_64 0:1.8.8-8.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-XML-NamespaceSupport.noarch 0:1.11-10.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-XML-SAX.noarch 0:0.99-9.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: perl(LWP::UserAgent) for package: perl-XML-SAX-0.99-9.el7.noarch
    hoot_centos7_rpm: ---> Package perl-XML-SAX-Base.noarch 0:1.08-7.el7 will be installed
    hoot_centos7_rpm: ---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-11.el7.noarch
    hoot_centos7_rpm: ---> Package python-matplotlib.x86_64 0:1.2.0-16.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: stix-math-fonts for package: python-matplotlib-1.2.0-16.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: stix-fonts for package: python-matplotlib-1.2.0-16.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: pytz for package: python-matplotlib-1.2.0-16.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: python-dateutil for package: python-matplotlib-1.2.0-16.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: pyparsing for package: python-matplotlib-1.2.0-16.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: pygtk2 for package: python-matplotlib-1.2.0-16.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: pycairo for package: python-matplotlib-1.2.0-16.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: dvipng for package: python-matplotlib-1.2.0-16.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libagg.so.2()(64bit) for package: python-matplotlib-1.2.0-16.el7.x86_64
    hoot_centos7_rpm: ---> Package qt5-qtbase-common.noarch 0:5.9.7-5.el7_9 will be installed
    hoot_centos7_rpm: ---> Package qt5-qtbase-postgresql.x86_64 0:5.9.7-5.el7_9 will be installed
    hoot_centos7_rpm: ---> Package qt5-qtx11extras.x86_64 0:5.9.7-1.el7 will be installed
    hoot_centos7_rpm: ---> Package suitesparse.x86_64 0:4.0.2-10.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libtbbmalloc.so.2()(64bit) for package: suitesparse-4.0.2-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libtbb.so.2()(64bit) for package: suitesparse-4.0.2-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libsatlas.so.3()(64bit) for package: suitesparse-4.0.2-10.el7.x86_64
    hoot_centos7_rpm: ---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed
    hoot_centos7_rpm: ---> Package tzdata-java.noarch 0:2021a-1.el7 will be installed
    hoot_centos7_rpm: ---> Package unzip.x86_64 0:6.0-22.el7_9 will be installed
    hoot_centos7_rpm: ---> Package wget.x86_64 0:1.14-18.el7_6.1 will be installed
    hoot_centos7_rpm: ---> Package words.noarch 0:3.0-22.el7 will be installed
    hoot_centos7_rpm: ---> Package xcb-util-image.x86_64 0:0.4.0-2.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libxcb-util.so.1()(64bit) for package: xcb-util-image-0.4.0-2.el7.x86_64
    hoot_centos7_rpm: ---> Package xcb-util-keysyms.x86_64 0:0.4.0-1.el7 will be installed
    hoot_centos7_rpm: ---> Package xcb-util-renderutil.x86_64 0:0.3.9-3.el7 will be installed
    hoot_centos7_rpm: ---> Package xcb-util-wm.x86_64 0:0.4.1-5.el7 will be installed
    hoot_centos7_rpm: ---> Package xorg-x11-font-utils.x86_64 1:7.5-21.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-21.el7.x86_64
    hoot_centos7_rpm: ---> Package zip.x86_64 0:3.0-11.el7 will be installed
    hoot_centos7_rpm: --> Running transaction check
    hoot_centos7_rpm: ---> Package OpenEXR-libs.x86_64 0:1.7.1-8.el7 will be installed
    hoot_centos7_rpm: ---> Package agg.x86_64 0:2.5-18.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libSDL-1.2.so.0()(64bit) for package: agg-2.5-18.el7.x86_64
    hoot_centos7_rpm: ---> Package armadillo.x86_64 0:8.600.1-2.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libarpack.so.2()(64bit) for package: armadillo-8.600.1-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: liblapack.so.3()(64bit) for package: armadillo-8.600.1-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libopenblaso.so.0()(64bit) for package: armadillo-8.600.1-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libsuperlu.so.5.1()(64bit) for package: armadillo-8.600.1-2.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libsz.so.2()(64bit) for package: armadillo-8.600.1-2.el7.x86_64
    hoot_centos7_rpm: ---> Package atlas.x86_64 0:3.10.1-12.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libgfortran.so.3(GFORTRAN_1.4)(64bit) for package: atlas-3.10.1-12.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgfortran.so.3(GFORTRAN_1.0)(64bit) for package: atlas-3.10.1-12.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgfortran.so.3()(64bit) for package: atlas-3.10.1-12.el7.x86_64
    hoot_centos7_rpm: ---> Package avahi-libs.x86_64 0:0.6.31-20.el7 will be installed
    hoot_centos7_rpm: ---> Package cfitsio.x86_64 0:3.370-10.el7 will be installed
    hoot_centos7_rpm: ---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed
    hoot_centos7_rpm: ---> Package freexl.x86_64 0:1.0.6-1.el7 will be installed
    hoot_centos7_rpm: ---> Package fribidi.x86_64 0:1.0.2-1.el7_7.1 will be installed
    hoot_centos7_rpm: ---> Package gpsbabel.x86_64 0:1.7.0-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libshp.so.1()(64bit) for package: gpsbabel-1.7.0-1.el7.x86_64
    hoot_centos7_rpm: ---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed
    hoot_centos7_rpm: ---> Package gstreamer.x86_64 0:0.10.36-7.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: gstreamer-tools >= 0.10.36 for package: gstreamer-0.10.36-7.el7.x86_64
    hoot_centos7_rpm: ---> Package gstreamer-plugins-base.x86_64 0:0.10.36-10.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libtheoraenc.so.1(libtheoraenc_1.0)(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libtheoradec.so.1(libtheoradec_1.0)(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: iso-codes for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libvorbisenc.so.2()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libvorbis.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libvisual-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libtheoraenc.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libtheoradec.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: liborc-test-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: liborc-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libogg.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libcdda_paranoia.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libcdda_interface.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libXv.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
    hoot_centos7_rpm: ---> Package hdf5.x86_64 0:1.8.12-12.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libquadmath.so.0()(64bit) for package: hdf5-1.8.12-12.el7.x86_64
    hoot_centos7_rpm: ---> Package hoot-gdal-libs.x86_64 0:2.1.4-2.el7 will be installed
    hoot_centos7_rpm: ---> Package hootenanny-core.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package hootenanny-core-deps.noarch 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: ---> Package hootenanny-services-ui.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-server for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-contrib for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package ilmbase.x86_64 0:1.0.3-7.el7 will be installed
    hoot_centos7_rpm: ---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed
    hoot_centos7_rpm: ---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
    hoot_centos7_rpm: ---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
    hoot_centos7_rpm: ---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed
    hoot_centos7_rpm: ---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed
    hoot_centos7_rpm: ---> Package libdap.x86_64 0:3.13.1-2.el7 will be installed
    hoot_centos7_rpm: ---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed
    hoot_centos7_rpm: ---> Package libgeotiff.x86_64 0:1.4.2-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libproj.so.0()(64bit) for package: libgeotiff-1.4.2-1.el7.x86_64
    hoot_centos7_rpm: ---> Package libgta.x86_64 0:1.0.4-1.el7 will be installed
    hoot_centos7_rpm: ---> Package libkml.x86_64 0:1.3.0-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: liburiparser.so.1()(64bit) for package: libkml-1.3.0-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libminizip.so.1()(64bit) for package: libkml-1.3.0-1.el7.x86_64
    hoot_centos7_rpm: ---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
    hoot_centos7_rpm: ---> Package libv4l.x86_64 0:0.9.5-4.el7 will be installed
    hoot_centos7_rpm: ---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed
    hoot_centos7_rpm: ---> Package libwebp.x86_64 0:0.3.0-10.el7_9 will be installed
    hoot_centos7_rpm: ---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
    hoot_centos7_rpm: ---> Package mesa-libEGL.x86_64 0:18.3.4-12.el7_9 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libwayland-client.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64
    hoot_centos7_rpm: ---> Package mesa-libglapi.x86_64 0:18.3.4-12.el7_9 will be installed
    hoot_centos7_rpm: ---> Package netcdf.x86_64 0:4.3.3.1-5.el7 will be installed
    hoot_centos7_rpm: ---> Package numpy.x86_64 1:1.7.1-13.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: python-nose for package: 1:numpy-1.7.1-13.el7.x86_64
    hoot_centos7_rpm: ---> Package ogdi.x86_64 0:3.2.0-0.19.beta2.el7 will be installed
    hoot_centos7_rpm: ---> Package openjpeg2.x86_64 0:2.3.1-3.el7_7 will be installed
    hoot_centos7_rpm: ---> Package perl-libwww-perl.noarch 0:6.05-2.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: perl(WWW::RobotRules) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(URI) >= 1.10 for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(Net::HTTP) >= 6.04 for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(LWP::MediaTypes) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(HTTP::Status) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(HTTP::Response) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(HTTP::Request::Common) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(HTTP::Request) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(HTTP::Negotiate) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(HTTP::Date) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(HTTP::Daemon) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(HTTP::Cookies) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(File::Listing) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(URI::Heuristic) for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(URI::Escape) for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(HTML::HeadParser) for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(HTML::Entities) for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(Encode::Locale) for package: perl-libwww-perl-6.05-2.el7.noarch
    hoot_centos7_rpm: ---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed
    hoot_centos7_rpm: ---> Package poppler.x86_64 0:0.26.5-43.el7.1 will be installed
    hoot_centos7_rpm: --> Processing Dependency: poppler-data >= 0.4.0 for package: poppler-0.26.5-43.el7.1.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libopenjpeg.so.1()(64bit) for package: poppler-0.26.5-43.el7.1.x86_64
    hoot_centos7_rpm: --> Processing Dependency: liblcms2.so.2()(64bit) for package: poppler-0.26.5-43.el7.1.x86_64
    hoot_centos7_rpm: ---> Package postgresql-libs.x86_64 0:9.2.24-7.el7_9 will be installed
    hoot_centos7_rpm: ---> Package pycairo.x86_64 0:1.8.10-8.el7 will be installed
    hoot_centos7_rpm: ---> Package pygtk2.x86_64 0:2.24.0-9.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: pygobject2 for package: pygtk2-2.24.0-9.el7.x86_64
    hoot_centos7_rpm: ---> Package pyparsing.noarch 0:1.5.6-9.el7 will be installed
    hoot_centos7_rpm: ---> Package python-dateutil.noarch 0:1.5-7.el7 will be installed
    hoot_centos7_rpm: ---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
    hoot_centos7_rpm: ---> Package pytz.noarch 0:2016.10-2.el7 will be installed
    hoot_centos7_rpm: ---> Package stix-fonts.noarch 0:1.1.0-5.el7 will be installed
    hoot_centos7_rpm: ---> Package stix-math-fonts.noarch 0:1.1.0-5.el7 will be installed
    hoot_centos7_rpm: ---> Package tbb.x86_64 0:2020.3-1.el7 will be installed
    hoot_centos7_rpm: ---> Package texlive-dvipng-bin.x86_64 2:svn26509.0-45.20130427_r30134.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: texlive-kpathsea-lib = 2:2012-45.20130427_r30134.el7 for package: 2:texlive-dvipng-bin-svn26509.0-45.20130427_r30134.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: texlive-base for package: 2:texlive-dvipng-bin-svn26509.0-45.20130427_r30134.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: tex-dvipng for package: 2:texlive-dvipng-bin-svn26509.0-45.20130427_r30134.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libt1.so.5()(64bit) for package: 2:texlive-dvipng-bin-svn26509.0-45.20130427_r30134.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libkpathsea.so.6()(64bit) for package: 2:texlive-dvipng-bin-svn26509.0-45.20130427_r30134.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: libgd.so.2()(64bit) for package: 2:texlive-dvipng-bin-svn26509.0-45.20130427_r30134.el7.x86_64
    hoot_centos7_rpm: ---> Package unixODBC.x86_64 0:2.3.1-14.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.1-14.el7.x86_64
    hoot_centos7_rpm: ---> Package xcb-util.x86_64 0:0.4.0-2.el7 will be installed
    hoot_centos7_rpm: ---> Package xerces-c.x86_64 0:3.1.1-10.el7_7 will be installed
    hoot_centos7_rpm: --> Running transaction check
    hoot_centos7_rpm: ---> Package SDL.x86_64 0:1.2.15-17.el7 will be installed
    hoot_centos7_rpm: ---> Package SuperLU.x86_64 0:5.2.0-5.el7 will be installed
    hoot_centos7_rpm: ---> Package arpack.x86_64 0:3.1.3-2.el7 will be installed
    hoot_centos7_rpm: ---> Package cdparanoia-libs.x86_64 0:10.2-17.el7 will be installed
    hoot_centos7_rpm: ---> Package gd.x86_64 0:2.0.35-27.el7_9 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libXpm.so.4()(64bit) for package: gd-2.0.35-27.el7_9.x86_64
    hoot_centos7_rpm: ---> Package gstreamer-tools.x86_64 0:0.10.36-7.el7 will be installed
    hoot_centos7_rpm: ---> Package hootenanny-core.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package hootenanny-core-deps.noarch 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: ---> Package hootenanny-services-ui.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-server for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-contrib for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package iso-codes.noarch 0:3.46-2.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: xml-common for package: iso-codes-3.46-2.el7.noarch
    hoot_centos7_rpm: ---> Package lapack.x86_64 0:3.4.2-8.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: libblas.so.3()(64bit) for package: lapack-3.4.2-8.el7.x86_64
    hoot_centos7_rpm: ---> Package lcms2.x86_64 0:2.6-3.el7 will be installed
    hoot_centos7_rpm: ---> Package libXv.x86_64 0:1.0.11-1.el7 will be installed
    hoot_centos7_rpm: ---> Package libaec.x86_64 0:1.0.4-1.el7 will be installed
    hoot_centos7_rpm: ---> Package libgfortran.x86_64 0:4.8.5-44.el7 will be installed
    hoot_centos7_rpm: ---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
    hoot_centos7_rpm: ---> Package libquadmath.x86_64 0:4.8.5-44.el7 will be installed
    hoot_centos7_rpm: ---> Package libtheora.x86_64 1:1.1.1-8.el7 will be installed
    hoot_centos7_rpm: ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
    hoot_centos7_rpm: ---> Package libvisual.x86_64 0:0.4.0-16.el7 will be installed
    hoot_centos7_rpm: ---> Package libvorbis.x86_64 1:1.3.3-8.el7.1 will be installed
    hoot_centos7_rpm: ---> Package libwayland-client.x86_64 0:1.15.0-1.el7 will be installed
    hoot_centos7_rpm: ---> Package minizip.x86_64 0:1.2.7-19.el7_9 will be installed
    hoot_centos7_rpm: ---> Package openblas-openmp.x86_64 0:0.3.3-2.el7 will be installed
    hoot_centos7_rpm: ---> Package openjpeg-libs.x86_64 0:1.5.1-18.el7 will be installed
    hoot_centos7_rpm: ---> Package orc.x86_64 0:0.4.26-1.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-Encode-Locale.noarch 0:1.03-5.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-File-Listing.noarch 0:6.04-7.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-HTML-Parser.x86_64 0:3.71-4.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: perl(HTML::Tagset) >= 3 for package: perl-HTML-Parser-3.71-4.el7.x86_64
    hoot_centos7_rpm: ---> Package perl-HTTP-Cookies.noarch 0:6.01-5.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-HTTP-Daemon.noarch 0:6.01-8.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: perl(IO::Socket::IP) for package: perl-HTTP-Daemon-6.01-8.el7.noarch
    hoot_centos7_rpm: ---> Package perl-HTTP-Date.noarch 0:6.02-8.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: perl(Time::Zone) for package: perl-HTTP-Date-6.02-8.el7.noarch
    hoot_centos7_rpm: ---> Package perl-HTTP-Message.noarch 0:6.06-6.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: perl(IO::Uncompress::Bunzip2) >= 2.021 for package: perl-HTTP-Message-6.06-6.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(IO::Compress::Bzip2) >= 2.021 for package: perl-HTTP-Message-6.06-6.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(IO::Uncompress::RawInflate) for package: perl-HTTP-Message-6.06-6.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(IO::Uncompress::Inflate) for package: perl-HTTP-Message-6.06-6.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(IO::Uncompress::Gunzip) for package: perl-HTTP-Message-6.06-6.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(IO::HTML) for package: perl-HTTP-Message-6.06-6.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(IO::Compress::Gzip) for package: perl-HTTP-Message-6.06-6.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(IO::Compress::Deflate) for package: perl-HTTP-Message-6.06-6.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(Compress::Raw::Zlib) for package: perl-HTTP-Message-6.06-6.el7.noarch
    hoot_centos7_rpm: ---> Package perl-HTTP-Negotiate.noarch 0:6.01-5.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-LWP-MediaTypes.noarch 0:6.02-2.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: mailcap for package: perl-LWP-MediaTypes-6.02-2.el7.noarch
    hoot_centos7_rpm: ---> Package perl-Net-HTTP.noarch 0:6.06-2.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: perl(IO::Socket::SSL) >= 1.38 for package: perl-Net-HTTP-6.06-2.el7.noarch
    hoot_centos7_rpm: ---> Package perl-URI.noarch 0:1.60-9.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: perl(Business::ISBN) for package: perl-URI-1.60-9.el7.noarch
    hoot_centos7_rpm: ---> Package perl-WWW-RobotRules.noarch 0:6.02-5.el7 will be installed
    hoot_centos7_rpm: ---> Package poppler-data.noarch 0:0.4.6-3.el7 will be installed
    hoot_centos7_rpm: ---> Package proj.x86_64 0:4.8.0-4.el7 will be installed
    hoot_centos7_rpm: ---> Package pygobject2.x86_64 0:2.28.6-11.el7 will be installed
    hoot_centos7_rpm: ---> Package python-nose.noarch 0:1.3.7-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: python-setuptools for package: python-nose-1.3.7-1.el7.noarch
    hoot_centos7_rpm: ---> Package shapelib.x86_64 0:1.3.0-2.el7 will be installed
    hoot_centos7_rpm: ---> Package t1lib.x86_64 0:5.1.2-14.el7 will be installed
    hoot_centos7_rpm: ---> Package texlive-base.noarch 2:2012-45.20130427_r30134.el7 will be installed
    hoot_centos7_rpm: ---> Package texlive-dvipng.noarch 2:svn26689.1.14-45.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: texlive-kpathsea-bin for package: 2:texlive-dvipng-svn26689.1.14-45.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: tex-kpathsea for package: 2:texlive-dvipng-svn26689.1.14-45.el7.noarch
    hoot_centos7_rpm: ---> Package texlive-kpathsea-lib.x86_64 2:2012-45.20130427_r30134.el7 will be installed
    hoot_centos7_rpm: ---> Package uriparser.x86_64 0:0.7.5-10.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: cpptest for package: uriparser-0.7.5-10.el7.x86_64
    hoot_centos7_rpm: --> Running transaction check
    hoot_centos7_rpm: ---> Package blas.x86_64 0:3.4.2-8.el7 will be installed
    hoot_centos7_rpm: ---> Package cpptest.x86_64 0:1.1.1-9.el7 will be installed
    hoot_centos7_rpm: ---> Package hootenanny-core.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package hootenanny-core-deps.noarch 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: ---> Package hootenanny-services-ui.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-server for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-contrib for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package libXpm.x86_64 0:3.5.12-1.el7 will be installed
    hoot_centos7_rpm: ---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-Business-ISBN.noarch 0:2.06-2.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: perl(Business::ISBN::Data) >= 20120719.001 for package: perl-Business-ISBN-2.06-2.el7.noarch
    hoot_centos7_rpm: ---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-HTML-Tagset.noarch 0:3.20-15.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
    hoot_centos7_rpm: ---> Package perl-IO-HTML.noarch 0:1.00-2.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-IO-Socket-IP.noarch 0:0.21-5.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-IO-Socket-SSL.noarch 0:1.94-7.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: perl-Net-SSLeay >= 1.55-5 for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(Net::SSLeay) >= 1.21 for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(Net::SSLeay) for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(Net::LibIDN) for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: perl(Mozilla::CA) for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
    hoot_centos7_rpm: ---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
    hoot_centos7_rpm: ---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-7.el7.noarch
    hoot_centos7_rpm: ---> Package texlive-kpathsea.noarch 2:svn28792.0-45.el7 will be installed
    hoot_centos7_rpm: ---> Package texlive-kpathsea-bin.x86_64 2:svn27347.0-45.20130427_r30134.el7 will be installed
    hoot_centos7_rpm: ---> Package xml-common.noarch 0:0.6.3-39.el7 will be installed
    hoot_centos7_rpm: --> Running transaction check
    hoot_centos7_rpm: ---> Package hootenanny-core.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package hootenanny-core-deps.noarch 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: ---> Package hootenanny-services-ui.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-server for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-contrib for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-Mozilla-CA.noarch 0:20130114-5.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-Net-LibIDN.x86_64 0:0.12-15.el7 will be installed
    hoot_centos7_rpm: ---> Package perl-Net-SSLeay.x86_64 0:1.55-6.el7 will be installed
    hoot_centos7_rpm: ---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: python-ipaddress for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
    hoot_centos7_rpm: --> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
    hoot_centos7_rpm: --> Running transaction check
    hoot_centos7_rpm: ---> Package hootenanny-core.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package hootenanny-core-deps.noarch 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-libs for package: hootenanny-core-deps-0.2.62-1.el7.noarch
    hoot_centos7_rpm: ---> Package hootenanny-services-ui.x86_64 0:0.2.62-1.el7 will be installed
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-server for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: --> Processing Dependency: postgresql95-contrib for package: hootenanny-services-ui-0.2.62-1.el7.x86_64
    hoot_centos7_rpm: ---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
    hoot_centos7_rpm: ---> Package python-ipaddress.noarch 0:1.0.16-2.el7 will be installed
    hoot_centos7_rpm: --> Finished Dependency Resolution
    hoot_centos7_rpm: Error: Package: hootenanny-core-0.2.62-1.el7.x86_64 (hoot-release)
    hoot_centos7_rpm:            Requires: postgresql95-libs
     hoot_centos7_rpm: Error: Package: hootenanny-services-ui-0.2.62-1.el7.x86_64 (hoot-release)
    hoot_centos7_rpm:            Requires: postgresql95-server
    hoot_centos7_rpm: Error: Package: hootenanny-services-ui-0.2.62-1.el7.x86_64 (hoot-release)
    hoot_centos7_rpm:            Requires: postgresql95-contrib
    hoot_centos7_rpm: Error: Package: hootenanny-core-deps-0.2.62-1.el7.noarch (hoot-release)
    hoot_centos7_rpm:            Requires: postgresql95-libs
    hoot_centos7_rpm:  You could try using --skip-broken to work around the problem
    hoot_centos7_rpm:  You could try running: rpm -Va --nofiles --nodigest
    hoot_centos7_rpm: ### Done ###
    hoot_centos7_rpm: /tmp/vagrant-shell: line 73: hoot: command not found
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
brianhatchl commented 3 years ago

Hmm, so it's installing from the release RPMs, but I thought I defaulted it to install from the nightly master branch RPMs in this PR.

I see the problem, the Vagrantfile defaults the NIGHTLY env var and I missed that reference. Pushing a commit.

Can you git pull and retry with vagrant provision hoot_centos7_rpm

Vladekk commented 3 years ago

Hurray, it works! Now, the only thing that is left is so JOSM validations work. Right now, it looks they are not in RPM version. But if I have working RPM version I assume it is only a matter of time until compilation and install from master works, too?

Still, even w/o JOSM validations, I can start tinkering and learning how to use Hoot. Thanks again