actionless / pikaur

AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction.
GNU General Public License v3.0
868 stars 87 forks source link

Cannot install com.tencent.meeting.deepin #565

Closed Aloxaf closed 3 years ago

Aloxaf commented 3 years ago
Pikaur v1.6.17
Pacman v5.2.2 - libalpm v12.0.2 - pyalpm v0.9.2
Description:

pikaur failed to resolve dependency deepin-wine-helper>=5.1.19, however there is deepin-wine-helper-full which provides deepin-wine-helper=5.1.19.

Attached log:
> pikaur -S com.tencent.meeting.deepin --verbose --pikaur-debug
:: debug: install_info_fetcher: Gonna fetch install info for:
    install_package_names=['com.tencent.meeting.deepin']
    not_found_repo_pkgs_names=[]
    pkgbuilds_packagelists={}
    manually_excluded_packages_names=[]

:: debug: install_info_fetcher: Gonna get repo pkgs install info...
Reading repository package databases...
Reading local package database...
=> pacman --color=always --sync com.tencent.meeting.deepin --print-format %r/%n
:: debug: install_info_fetcher: gonna get AUR pkgs install info for:
    aur_packages_versionmatchers=['com.tencent.meeting.deepin']
    self.aur_updates_install_info=[]
    aur_packages_names_to_versions={'com.tencent.meeting.deepin': <VersionMatcher com.tencent.meeting.deepin['cmp_default']None>}
=> GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=com.tencent.meeting.deepin
:: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[<InstallInfo "com.tencent.meeting.deepin"   -> 2.8.7.400-2>]
Resolving AUR dependencies...
=> pacman --color=always --deptest deepin-wine6-stable>=6.0.0.3 deepin-wine-helper>=5.1.19 p7zip xdg-utils hicolor-icon-theme tar
=> pacman --color=always --sync --print-format=%% deepin-wine-helper>=5.1.19 deepin-wine6-stable>=6.0.0.3
=> GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=deepin-wine-helper&arg[]=deepin-wine6-stable
:: error: Can't resolve dependencies for AUR package 'com.tencent.meeting.deepin':
Version mismatch:
com.tencent.meeting.deepin depends on: 'deepin-wine-helper>=5.1.19'
 found in 'PackageSource.AUR': '5.1.13-1'
actionless commented 3 years ago

this is a duplicate of https://github.com/actionless/pikaur/issues/402 (tl;dr - AUR's web API doesn't support searching packages by that criteria)

actionless commented 5 months ago

Thanks for reporting! You can check with pikaur-git AUR package if it works for you now.