tap icon indicating copy to clipboard operation
tap copied to clipboard

Dependencies are resolved incorrectly

Open giomf opened this issue 3 years ago • 0 comments

Hey,

I noticed that some dependencies are resolved incorrectly. Thereby tap complains that the dependencies are not installed. This seems only be the case for the dependencies that are set by a >=. If I manually clone the repo of the package and run makedeb -si it works

As an example the package code-bin:

sudo tap install code-bin
>> Reading APT cache...
>> Reading MPR cache...
>> Removing old build directory...
>> Creating build directory...
>> Cloning packages...
>> Building dependency tree...
>> The following dependencies were unable to be found:
  -> libnss3>=2:3.26
  -> libgtk-3-0>=3.10.0

Here is the output of apt policy of the packages:

sudo apt policy libnss3 libgtk-3-0
libnss3:
  Installiert:           2:3.73.1-1
  Installationskandidat: 2:3.73.1-1
  Versionstabelle:
 *** 2:3.73.1-1 500
        500 http://deb.debian.org/debian sid/main amd64 Packages
        100 /var/lib/dpkg/status
libgtk-3-0:
  Installiert:           3.24.30-4
  Installationskandidat: 3.24.30-4
  Versionstabelle:
 *** 3.24.30-4 500
        500 http://deb.debian.org/debian sid/main amd64 Packages
        100 /var/lib/dpkg/status

giomf avatar Dec 21 '21 16:12 giomf