melowntech / vts-tools

VTS tool suite.
BSD 2-Clause "Simplified" License
12 stars 3 forks source link

Issues when try to build vts-tools #11

Open a180285 opened 2 years ago

a180285 commented 2 years ago

Hello, I'm try to build vts-tools on ubuntu-18.04 When following the Readme to install dependences here

sudo aptitude -y install \
    libboost-dev \
    libboost-thread-dev \
    libboost-program-options-dev \
    libboost-filesystem-dev \
    libboost-regex-dev \
    libboost-iostreams-dev\
    libboost-python-dev \
    libopencv-dev libopencv-core-dev libopencv-highgui-dev \
    libopencv-photo-dev libopencv-imgproc-dev libeigen3-dev \
    libgdal-dev \
    libproj-dev \
    libgeographic-dev libjsoncpp-dev \
    libprotobuf-dev protobuf-compiler libprocps-dev libmagic-dev gawk sqlite3

I got something like following

The following packages have unmet dependencies:
 libavresample-dev : Depends: libavutil-dev (= 7:3.4.8-0ubuntu0.2) but it is not going to be installed
                     Depends: libavresample3 (= 7:3.4.8-0ubuntu0.2) but it is not going to be installed
 libavformat57 : Depends: libbluray2 (>= 1:0.2.2) but it is not going to be installed
                 Depends: libchromaprint1 (>= 1.3.2) but it is not going to be installed
                 Depends: libgme0 (>= 0.5.5) but it is not going to be installed
                 Depends: libopenmpt0 (>= 0.2.7025~beta20.1) but it is not going to be installed
                 Depends: libssh-gcrypt-4 (>= 0.4.2) but it is not going to be installed
 liburiparser-dev : Depends: liburiparser1 (= 0.8.4-1+deb9u2build0.18.04.1) but it is not going to be installed
 libjpeg-dev : Depends: libjpeg8-dev but it is not going to be installed
 libopenexr-dev : Depends: libilmbase-dev (>= 2.2.0-6) but it is not going to be installed
 libgeos-c1v5 : Depends: libgeos-3.8.0 (>= 3.8.0) but it is not going to be installed
 libhdf5-100 : Depends: libsz2 but it is not going to be installed
 libopenmpi2 : Depends: libfabric1 (>= 1.5.0) but it is not going to be installed
               Depends: libhwloc5 (>= 1.11.9) but it is not going to be installed
               Depends: libibverbs1 (>= 1.1.6) but it is not going to be installed
               Depends: libpsm-infinipath1 (>= 3.3+7.gec1d6d2) but it is not going to be installed
               Depends: libhwloc-plugins but it is not going to be installed
 libgdcm2.8 : Depends: libsocket++1 but it is not going to be installed
 libtiff-dev : Depends: libtiff5-dev (>= 4.0.9-1) but it is not going to be installed
 libavformat-dev : Depends: libavutil-dev (= 7:3.4.8-0ubuntu0.2) but it is not going to be installed
                   Depends: libswresample-dev (= 7:3.4.8-0ubuntu0.2) but it is not going to be installed
 libkmlbase1 : Depends: libminizip1 (>= 1.1) but it is not going to be installed
               Depends: liburiparser1 (>= 0.6.0) but it is not going to be installed
 libqhull-dev : Depends: libqhull-r7 (= 2015.2-4) but it is not going to be installed
 libhdf5-dev : Depends: libaec-dev but it is not going to be installed
               Depends: hdf5-helpers but it is not going to be installed
               Depends: libhdf5-cpp-100 (= 1.10.0-patch1+docs-4) but it is not going to be installed
 libpoppler-private-dev : Depends: libpoppler-dev (= 0.62.0-2ubuntu2.12) but it is not going to be installed
 libavcodec-dev : Depends: libavutil-dev (= 7:3.4.8-0ubuntu0.2) but it is not going to be installed
                  Depends: libswresample-dev (= 7:3.4.8-0ubuntu0.2) but it is not going to be installed
 odbcinst1debian2 : Depends: odbcinst but it is not going to be installed
 libgphoto2-dev : Depends: libexif-dev but it is not going to be installed
 default-libmysqlclient-dev : Depends: libmysqlclient-dev but it is not going to be installed
 libavcodec57 : Depends: libcrystalhd3 (>= 1:0.0~git20110715.fdd2f19) but it is not going to be installed
                Depends: libgsm1 (>= 1.0.13) but it is not going to be installed
                Depends: libshine3 (>= 3.1.0) but it is not going to be installed
a180285 commented 2 years ago

@vaclavblazek Do you meet same issues. Or can you give some help. E.g. What ubuntu version is suggest for build this repo?