Your message dated Wed, 9 Oct 2019 22:39:53 +0200
with message-id <3658dab1-e486-f6f9-bd73-1f1be6377...@debian.org>
and subject line Re: Bug#942071: [debian Buster] [armhf & arm64] [xarchiver] 
Depends: libgtk-3-0 (>= 3.0.0) but it is not going to be installed
has caused the Debian Bug report #942071,
regarding [debian Buster] [armhf & arm64] [xarchiver] Depends: libgtk-3-0 (>= 
3.0.0) but it is not going to be installed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
942071: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942071
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---

Am 09.10.19 um 22:29 schrieb Jean-Marc LACROIX:
> 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.

That must be an issue with your apt pinning because the binaries of
libgtk-3-0 for arm64 are available in buster. See

https://packages.debian.org/buster/libgtk-3-0

Markus

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to