Package: xarchiver
Version: 1:0.5.4.14-1
Severity: grave

Dear maintainers,

It seems there is a dependency issue when installing xarchiver as indicated in following trace.

My target is either armhf, either arm64 Debian Buster 10.1

My test conditions are ...

ansible@vm-buster-armhf-110:~$ cat /etc/debian_version
10.1

ansible@vm-buster-armhf-110:~$ uname -a
Linux vm-buster-armhf-110 4.14.141-odroidxu4 #12 SMP PREEMPT Wed Oct 2 00:24:32 CEST 2019 armv7l GNU/Linux

ansible@vm-buster-armhf-110:~$ dpkg -l |grep -v ii
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-================================-===========================-============-===============================================================================

ansible@vm-buster-armhf-110:~$ deborphan
ansible@vm-buster-armhf-110:~$

ansible@vm-buster-armhf-110:~$ grep deb /etc/apt/sources.list.d/* |grep -v "#" /etc/apt/sources.list.d/debian_apt_v_10_buster_backports.list:deb http://ftp.fr.debian.org/debian buster-backports main contrib non-free /etc/apt/sources.list.d/debian_apt_v_10_buster_current.list:deb http://ftp.debian.org/debian/ buster main contrib non-free /etc/apt/sources.list.d/debian_apt_v_10_buster_previous.list:deb http://ftp.debian.org/debian/ stretch main contrib non-free /etc/apt/sources.list.d/debian_apt_v_10_buster_update_security.list:deb http://security.debian.org buster/updates main contrib non-free /etc/apt/sources.list.d/debian_apt_v_10_buster_updates.list:deb http://ftp.fr.debian.org/debian buster-updates main contrib non-free


ansible@vm-buster-armhf-110:~$ cat /etc/apt/preferences.d/preferences_* |grep -v "#" |grep -v "^$"
Package: *
Pin: release o=Debian,l=Debian,n=buster-update
Pin-Priority: 901
Package: *
Pin: release o=Debian,l=Debian,n=buster
Pin-Priority: 900
Package: *
Pin: release o=Debian,l=Debian,n=buster-backports
Pin-Priority: -1
Package: *
Pin: release o=Debian,l=Debian,n=stretch
Pin-Priority: 400
Package: *
Pin: release o=Debian,l=Debian,n=testing
Pin-Priority: -1
Package: *
Pin: release o=Debian,l=Debian,n=unstable
Pin-Priority: -1
Package: udev
Pin: release o=Debian,l=Debian,n=*
Pin-Priority: -1
Package: dhcpcd5
Pin: release *
Pin-Priority: -1
Package: systemd
Pin: release *
Pin-Priority: -1



ansible@vm-buster-armhf-110:~$ sudo apt update && sudo apt upgrade
Hit:1 http://ftp.fr.debian.org/debian buster-backports InRelease
Hit:2 http://ftp.fr.debian.org/debian buster-updates InRelease Hit:3 http://security.debian.org buster/updates InRelease Hit:4 http://ftp.debian.org/debian buster InRelease
Ign:5 http://ftp.debian.org/debian stretch InRelease
Hit:6 http://ftp.debian.org/debian stretch Release
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
ansible@vm-buster-armhf-110:~$


ansible@vm-buster-armhf-110:~$ sudo apt install xarchiver
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
xarchiver : Depends: libgtk-3-0 (>= 3.0.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
ansible@vm-buster-armhf-110:~$

Please note that on target arm64, result is the same ....
ansible@vm-buster-arm64-130:~$ sudo apt install xarchiver
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
xarchiver : Depends: libgtk-3-0 (>= 3.0.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
ansible@vm-buster-arm64-130:~$ uname -a
Linux vm-buster-arm64-130 4.4.182-rockchip64 #1 SMP Fri Jun 28 17:34:00 CEST 2019 aarch64 GNU/Linux
ansible@vm-buster-arm64-130:~$


Because my package pining is always available with the n-1 release
(stretch), (Thanks to Debian preferences !), the proposed workaround for the moment is :

sudo apt -t stretch install xarchiver

Thanks in advance for your help...

Best regards

Reply via email to