Re: [DNG] broken dependency chain for libgtk-3-dev ?

2021-12-29 Thread alphalpha--- via Dng
thanks, i found a solution to get the correct versions:
sudo apt install libatspi2.0-0=2.38.0-4 libepoxy0=1.5.5-1

greetings, alphalpha
(this is my first time using the mailing list so i hope this gets send to the 
correct thread)


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] broken dependency chain for libgtk-3-dev ?

2021-12-28 Thread Olaf Meeuwissen via Dng
Hi,

alphalpha--- via Dng writes:

> Hello
> is anyone else having this problem or is it just me?
> -
> sudo apt-get install libgtk-3-dev
>
> Reading package lists... Done
> Building dependency tree... Done
> 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:
> libatspi2.0-dev : Depends: libatspi2.0-0 (= 2.38.0-4) but 2.42.0-2~bpo11+1 is 
> to be installed
> libepoxy-dev : Depends: libepoxy0 (= 1.5.5-1) but 1.5.8-1~bpo11+1 is to be 
> installed
> E: Unable to correct problems, you have held broken packages.
> -

I believe `dpkg --audit` would tell you about any broken packages and
running `dpkg --pending` might fix them up.  Also `apt-mark showhold`
ought to list any packages that are on hold and `apt-mark unhold` will
remove the hold.

However, seeing that apt wants to install packages from backports, I'd
disable that in your APT sources first and give it another try.

Hope this helps,
--
Olaf Meeuwissen, LPIC-2FSF Associate Member since 2004-01-27
 GnuPG key: F84A2DD9/B3C0 2F47 EA19 64F4 9F13  F43E B8A4 A88A F84A 2DD9
 Support Free Softwarehttps://my.fsf.org/donate
 Join the Free Software Foundation  https://my.fsf.org/join
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] broken dependency chain for libgtk-3-dev ?

2021-12-28 Thread aitor

Hi,

On 28/12/21 2:07, alphalpha--- via Dng wrote:

Hello
is anyone else having this problem or is it just me?

-
sudo apt-get install libgtk-3-dev

Reading package lists... Done
Building dependency tree... Done
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:
libatspi2.0-dev : Depends: libatspi2.0-0 (= 2.38.0-4) but 
2.42.0-2~bpo11+1 is to be installed
libepoxy-dev : Depends: libepoxy0 (= 1.5.5-1) but 1.5.8-1~bpo11+1 is 
to be installed

E: Unable to correct problems, you have held broken packages.
-


No issues at me, libatspi2.0-dev_2.38.0-4 and libepoxy-dev_1.5.5-1 have 
been installed.


Cheers,

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] broken dependency chain for libgtk-3-dev ?

2021-12-28 Thread Antony Stone
On Tuesday 28 December 2021 at 02:07:09, alphalpha--- via Dng wrote:

> Hello
> is anyone else having this problem or is it just me?
> ---
> --sudo apt-get install libgtk-3-dev

> The following packages have unmet dependencies:
> libatspi2.0-dev : Depends: libatspi2.0-0 (= 2.38.0-4) but 2.42.0-2~bpo11+1
> is to be installed
> libepoxy-dev : Depends: libepoxy0 (= 1.5.5-1) but 1.5.8-1~bpo11+1 is to be
> installed

Here's what I get on a completely fresh Chimaera machine:

root@tempo:~# apt-get install libgtk-3-dev

... detail snipped ...

0 upgraded, 143 newly installed, 0 to remove and 0 not upgraded.
Need to get 73.1 MB of archives.
After this operation, 300 MB of additional disk space will be used.
Do you want to continue? [Y/n] n

... more detail snipped ...

root@tempo:~# apt-cache policy libgtk-3-dev
libgtk-3-dev:
  Installed: 3.24.24-4
  Candidate: 3.24.24-4
  Version table:
 *** 3.24.24-4 500
500 http://deb.devuan.org/merged chimaera/main amd64 Packages
100 /var/lib/dpkg/status

root@tempo:~# aptitude show libepoxy-dev
Package: libepoxy-dev
Version: 1.5.5-1
Depends: libegl-dev, libepoxy0 (= 1.5.5-1), libgl-dev


I would look at "Unable to correct problems, you have held broken packages".

Have you pinned any packages at particular versions under 
/etc/apt/preferences.d ?


Antony.

-- 
What's brown, lies in the grass, and smokes?
A tiny fireplace.
(Sorry this joke only really works in German).

   Please reply to the list;
 please *don't* CC me.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng