Processed: Re: Bug#844392: vlc refuses to install with debian backports enabled

2016-11-15 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 apt 1.0.9.8.3
Bug #844392 [src:vlc] vlc refuses to install with debian backports enabled
Bug reassigned from package 'src:vlc' to 'apt'.
No longer marked as found in versions vlc/2.2.4-1.
Ignoring request to alter fixed versions of bug #844392 to the same values 
previously set
Bug #844392 [apt] vlc refuses to install with debian backports enabled
Marked as found in versions apt/1.0.9.8.3.

-- 
844392: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844392
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#844392: vlc refuses to install with debian backports enabled

2016-11-15 Thread Sebastian Ramacher
Control: reassign -1 apt 1.0.9.8.3

Hi

On 2016-11-15 10:06:42, Brian Holaday wrote:
> Using jessie-backports seemed to fix the issue (should of tried it to begin
> with):
> apt-get install -t jessie-backports vlc
> apt-get install -t jessie-backports browser-plugin-vlc
> 
> I was confused on the fact that looking at
> https://packages.debian.org/jessie/vlc it shows jessie but does not list
> packages for jessie-backports so I assumed there was none even though there
> is a package.

There is no vlc version in jessie-backports. The problem is more like the
following:

* vlc depends on libA.
* libB from jessie-backports is installed.
* libA and libB enforce a strict relationship, i.e. either both versions are
  from stable or from stable-backports.

So now apt fails to install libA from stable and does not pick up the version
from stable-backports (unless one explicitely adds -t stable-backports to the
command line).

So I'm reassigning this issue to apt. Dear apt maintainers, if this is a
use-case you do not want to support, feel free to close the issue.

> I did have one more question: as far as installing libdvdcss: I see that
> you guys don't package it, is it best to install via VideoLan directly or
> is there a repo set up already under debian packaging?

libdvd-pkg is available in jessie-backports.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#844392: vlc refuses to install with debian backports enabled

2016-11-15 Thread Brian Holaday
Hi Sebastian,

Using jessie-backports seemed to fix the issue (should of tried it to begin
with):
apt-get install -t jessie-backports vlc
apt-get install -t jessie-backports browser-plugin-vlc

I was confused on the fact that looking at
https://packages.debian.org/jessie/vlc it shows jessie but does not list
packages for jessie-backports so I assumed there was none even though there
is a package.

I did have one more question: as far as installing libdvdcss: I see that
you guys don't package it, is it best to install via VideoLan directly or
is there a repo set up already under debian packaging?

Thanks, Brian.
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#844392: vlc refuses to install with debian backports enabled

2016-11-15 Thread Sebastian Ramacher
On 2016-11-15 08:59:27, Brian Holaday wrote:
> Hi Sebastian,
> 
> Yes it is version 2.2.4-1~deb8u1. First time filing a bug.
> 
> It happens when trying to install vlc (#apt-get install vlc). From what I
> can figure libgles-1-mesa version 12.0.3-1~bpo8+1 and libgles2-mesa
> version  12.0.3-1~bpo8+1 gets installed via backports (I think the nvidia
> driver changes versions) and causes the issue.

Does it work if you add -t jessie-backports to apt-get install vlc?

Regards

> 
> vlc seems to want to expect version 10.3.2-1+deb8u1. I have yet to test
> installing vlc without backports.
> 
> On Tue, 15 Nov 2016 09:31:34 +0100 Sebastian Ramacher 
> wrote:
> > Control: tags -1 + moreinfo
> >
> > On 2016-11-15 00:29:16, Arcademan wrote:
> > > Source: vlc
> > > Version: 2.2.4-1
> >
> > Do you mean 2.2.4-1~deb8u1?
> >
> > > Severity: important
> > >
> > > Dear Maintainer,
> > >
> > > *** Reporter, please consider answering these questions, where
> appropriate ***
> > >
> > >* What led up to the situation?
> > >  Trying to install vlc with debian jessie backports installed  led
> to unmet dependencies
> > >
> > >  OS: Debian 8.6 (Jessie) with Backports Enabled
> > >
> > > Error:
> > >
> > >  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:
> > >  vlc : Depends: libgles1-mesa (>= 7.8.1) but it is not going to be
> installed or
> > > libgles1
> > >Depends: libgles2-mesa (>= 7.8.1) but it is not going to be
> installed or
> > > libgles2
> > > E: Unable to correct problems, you have held broken packages.
> >
> > This looks like you already have some other mesa packages from backports
> > installed. Is that correct?
> >
> > Cheers
> > --
> > Sebastian Ramacher

> ___
> pkg-multimedia-maintainers mailing list
> pkg-multimedia-maintainers@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


-- 
Sebastian Ramacher

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#844392: vlc refuses to install with debian backports enabled

2016-11-15 Thread Brian Holaday
Hi Sebastian,

Yes it is version 2.2.4-1~deb8u1. First time filing a bug.

It happens when trying to install vlc (#apt-get install vlc). From what I
can figure libgles-1-mesa version 12.0.3-1~bpo8+1 and libgles2-mesa
version  12.0.3-1~bpo8+1 gets installed via backports (I think the nvidia
driver changes versions) and causes the issue.

vlc seems to want to expect version 10.3.2-1+deb8u1. I have yet to test
installing vlc without backports.

On Tue, 15 Nov 2016 09:31:34 +0100 Sebastian Ramacher 
wrote:
> Control: tags -1 + moreinfo
>
> On 2016-11-15 00:29:16, Arcademan wrote:
> > Source: vlc
> > Version: 2.2.4-1
>
> Do you mean 2.2.4-1~deb8u1?
>
> > Severity: important
> >
> > Dear Maintainer,
> >
> > *** Reporter, please consider answering these questions, where
appropriate ***
> >
> >* What led up to the situation?
> >  Trying to install vlc with debian jessie backports installed  led
to unmet dependencies
> >
> >  OS: Debian 8.6 (Jessie) with Backports Enabled
> >
> > Error:
> >
> >  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:
> >  vlc : Depends: libgles1-mesa (>= 7.8.1) but it is not going to be
installed or
> > libgles1
> >Depends: libgles2-mesa (>= 7.8.1) but it is not going to be
installed or
> > libgles2
> > E: Unable to correct problems, you have held broken packages.
>
> This looks like you already have some other mesa packages from backports
> installed. Is that correct?
>
> Cheers
> --
> Sebastian Ramacher
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#844392: vlc refuses to install with debian backports enabled

2016-11-15 Thread Sebastian Ramacher
Control: tags -1 + moreinfo

On 2016-11-15 00:29:16, Arcademan wrote:
> Source: vlc
> Version: 2.2.4-1

Do you mean 2.2.4-1~deb8u1?

> Severity: important
> 
> Dear Maintainer,
> 
> *** Reporter, please consider answering these questions, where appropriate ***
> 
>* What led up to the situation?
>  Trying to install vlc with debian jessie backports installed  led to 
> unmet dependencies
>
>  OS: Debian 8.6 (Jessie) with Backports Enabled
> 
> Error:
> 
>  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:
>  vlc : Depends: libgles1-mesa (>= 7.8.1) but it is not going to be installed 
> or
> libgles1
>Depends: libgles2-mesa (>= 7.8.1) but it is not going to be installed 
> or
> libgles2
> E: Unable to correct problems, you have held broken packages.

This looks like you already have some other mesa packages from backports
installed. Is that correct?

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: Re: Bug#844392: vlc refuses to install with debian backports enabled

2016-11-15 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + moreinfo
Bug #844392 [src:vlc] vlc refuses to install with debian backports enabled
Added tag(s) moreinfo.

-- 
844392: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844392
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#844392: vlc refuses to install with debian backports enabled

2016-11-14 Thread Arcademan
Source: vlc
Version: 2.2.4-1
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
 Trying to install vlc with debian jessie backports installed  led to unmet 
dependencies
   
 OS: Debian 8.6 (Jessie) with Backports Enabled

Error:

 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:
 vlc : Depends: libgles1-mesa (>= 7.8.1) but it is not going to be installed or
libgles1
   Depends: libgles2-mesa (>= 7.8.1) but it is not going to be installed or
libgles2
E: Unable to correct problems, you have held broken packages.


*** End of the template - remove these template lines ***


-- System Information:
Debian Release: 8.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0-0.bpo.1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers