:: Re: [Dng] Everyone's favorite DE: G…
Pàgina inicial
Delete this message
Reply to this message
Autor: Jaret Cantu
Data:  
A: dng
Assumpte: Re: [Dng] Everyone's favorite DE: GNOME3
On 05/28/2015 04:01 AM, Corrado Primier wrote:
> I had a quick testing run and I couldn't make it work, not sure if I
> should report a bug or if there are simply some things that are not
> there yet and I'm doing it wrong.
>
> I couldn't 'apt-get install gnome' because, down in the dependency
> chain, gvfs-backends (which you packaged) depends on libgphoto2-port10,
> which is not available and has been replaced by libgphoto2-port12.
> However it looks like the replacement is not enough, since I already
> have it installed:
>
> ----
> root@corwin:~# apt-get install gvfs-backends
> 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:
>   gvfs-backends : Depends: libgphoto2-port10 (>= 2.5.2) but it is not
> installable
> E: Unable to correct problems, you have held broken packages.
> root@corwin:~# apt-get install libgphoto2-port10
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Package libgphoto2-port10 is not available, but is referred to by
> another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> However the following packages replace it:
>    libgphoto2-port12:i386 libgphoto2-port12

>
> E: Package 'libgphoto2-port10' has no installation candidate
> root@corwin:~# dpkg -l | grep libgphoto2-port
> ii  libgphoto2-port12:amd64               2.5.7-5
> amd64        gphoto2 digital camera port library
> ----


[jaret@ragnarok ~]$ dpkg -l '*gphoto*' | grep ^ii
ii  libgphoto2-6:amd64      2.5.4-1.1+b2 amd64        gphoto2 digital 
camera library
ii  libgphoto2-port10:amd64 2.5.4-1.1+b2 amd64        gphoto2 digital 
camera port library


Welp, I'm stumped!

I have no packages marked as held-back.

Okay, a quick look at packages.debian.org says you're stretch-ing:

  * jessie (stable)
    <https://packages.debian.org/jessie/libgphoto2-6>(libs): gphoto2
    digital camera library
    2.5.4-1.1+b2: amd64 arm64 armel armhf i386 mips mipsel powerpc
    ppc64el s390x
  * stretch (testing)
    <https://packages.debian.org/stretch/libgphoto2-6>(libs): gphoto2
    digital camera library
    2.5.7-5: amd64 arm64 armel armhf i386 mips mipsel powerpc ppc64el s390x


I've only been doing this stuff with jessie; I haven't made
stretch/ascii or sid/ceres renditions yet.

Hey, your error message even said so (or at least made a shout-out to
unstable):

"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"



~jaret