Re: Looking for where to file a bug

2021-02-09 Thread Greg Wooledge
On Tue, Feb 09, 2021 at 08:31:05AM +0100, Sven Hartge wrote:
> Joshua Brickel  wrote:
> > The following packages have unmet dependencies:
> >  gsettings-desktop-schemas : Breaks: mutter (< 3.31.4) but 3.30.2-9~deb10u1
> > is to be installed
> > E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused
> > by held packages.

Try installing mutter directly and see what happens.  Or try installing
gsettings-desktop-schemas directly.  Or both together in one apt command.

Also make sure you didn't pin or hold anything.

> But you seem to have Buster in your sources.list (as seen by the version
> 3.30.2-9~deb10u1). Remove those lines and try again.

Keeping the buster lines should be safe, and shouldn't cause any errors
as long as there's also a newer version of the relevant package in the
bullseye lines.



Re: Looking for where to file a bug

2021-02-08 Thread Sven Hartge
Joshua Brickel  wrote:

> I am running debian testing (bullseye).  But something happened in the
> package manager such that I can no longer install packages.  When I
> try I keep getting the following message:

> The following packages have unmet dependencies:
>  gsettings-desktop-schemas : Breaks: mutter (< 3.31.4) but 3.30.2-9~deb10u1
> is to be installed
> E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused
> by held packages.

> Should I file this against dpkg or against a different package?

There is no bug in any package here, all are behaving as they should.

The problem is that some package dependencies are currently broken in
Testing, as it seems. This will solve itself once this has been
corrected by the DDs responsible for the packages involved.

But you seem to have Buster in your sources.list (as seen by the version
3.30.2-9~deb10u1). Remove those lines and try again.

Also check if you have any held packages. You can do so via 

 apt-mark showhold

Grüße,
Sven.

-- 
Sigmentation fault. Core dumped.



Looking for where to file a bug

2021-02-08 Thread Joshua Brickel
Hi,

I am running debian testing (bullseye).  But something happened in the
package manager such that I can no longer install packages.  When I try I
keep getting the following message:

The following packages have unmet dependencies:
 gsettings-desktop-schemas : Breaks: mutter (< 3.31.4) but 3.30.2-9~deb10u1
is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused
by held packages.

Should I file this against dpkg or against a different package?

Thanks,

Joshua