[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian 8.0 hppa installed successfully



On 7 September 2016 at 18:08, Paolo Borsa <samvise@hobbiton.it> wrote:
> I tried, and when I try to manually install some package already present, I
> get a message like this:
>
> apt-get install xserver-xorg-core locales xserver-xorg-video-modesetting
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> xserver-xorg-video-modesetting is already the newest version.
> xserver-xorg-video-modesetting set to manually installed.
> 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:
>  locales : Depends: libc-bin (> 2.24) but 2.23-5+b1 is to be installed
>  xserver-xorg-core : Conflicts: xserver-xorg-video-modesetting
>  xserver-xorg-video-modesetting : Depends: xorg-video-abi-18
> E: Unable to correct problems, you have held broken packages.
>
> I believe this has something to do about the fact, that you mentioned, of
> unstable packages... I guess I'll have to try each one...

One thing I find useful in these dependency mixes is that you can use
'apt-cache policy' to see where the packages apt wants to install are
coming from.

$ apt-cache policy locales
locales:
  Installed: 2.23-5
  Candidate: 2.23-5
  Version table:
     2.24-2 800
        800 http://ftp.fi.debian.org/debian sid/main amd64 Packages
        800 http://ftp.fi.debian.org/debian sid/main i386 Packages
 *** 2.23-5 900
        900 http://ftp.fi.debian.org/debian stretch/main amd64 Packages
        900 http://ftp.fi.debian.org/debian stretch/main i386 Packages
        100 /var/lib/dpkg/status
$ apt-cache policy libc-bin
libc-bin:
  Installed: 2.23-5
  Candidate: 2.23-5
  Version table:
     2.24-2 800
        800 http://ftp.fi.debian.org/debian sid/main amd64 Packages
 *** 2.23-5 900
        900 http://ftp.fi.debian.org/debian stretch/main amd64 Packages
        100 /var/lib/dpkg/status

(Not an hppa box there, nb.) I'm guessing yours tries to install
locales/sid but wants to install or keep libc-bin=2.23-5+b1 (the ***
markers).
Others might have ideas for precise solutions, but that's a handy tool
to keep in mind.

-- 
I appear to be temporarily using gmail's horrible interface. I
apologise for any failure in my part in trying to make it do the right
thing with post formatting.


Reply to: