Bug#828335: gst-plugins-bad openssl 1.1.0 fixed upstream

2016-11-01 Thread Andreas Henriksson
Control: tags -1 + fixed-upstream
Control: forwarded -1 
https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=e938933167c494cdca443334f658b02a03c4486b

This issue seems to be fixed upstream already. Unfortunately it
doesn't seem trivial to just cherry-pick this commit into the
current packaged version as some sources seems to have been
moved around before porting to openssl 1.1.0.

Hopefully a new upstream release is out soon enough

Regards,
Andreas Henriksson

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


Bug#725303: fixed in experimental

2015-06-12 Thread Andreas Henriksson
Control: fixed -1 0.3.7-1

This is fixed in the version sitting in experimental. Please
upload it to unstable ASAP to unblock the clutter-gst (1.0) removal.

Regards,
Andreas Henriksson

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


Bug#788205: transmageddon: please switch to appstream-util, appdata-tools is deprecated

2015-06-09 Thread Andreas Henriksson
Package: transmageddon
Version: 1.5-2
Severity: normal

Dear Maintainer,

Please change the build-dependency on appdata-tools to
use appstream-util instead.

The old appdata-tools package is deprecated and will be removed soon.

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

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

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


Bug#523306: libpigment upgrade problem, more information as requested.

2009-04-09 Thread Andreas Henriksson

---8-- ... --8---
Unpacking libpigment0.3-10 (from .../libpigment0.3-10_0.3.16-2_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libpigment0.3-10_0.3.16-2_amd64.deb (--unpack):
 trying to overwrite `/usr/lib/libpigment-0.3.so.10.0.0', which is also in 
package libpigment0.3-9
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libpigment0.3-10_0.3.16-2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
---8-- ... --8---


---8-- ... --8---
in  libpigment0.3-10  none  (no 
description available)
ii  libpigment0.3-9   0.3.16-1User 
interfaces with embedded multimedia - s
---8-- ... --8---

-- 
Andreas Henriksson



___
Pkg-gstreamer-maintainers mailing list
Pkg-gstreamer-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gstreamer-maintainers


Bug#516799: elisa crashes on startup (module object has no attribute Bus)

2009-02-23 Thread Andreas Henriksson
Package: elisa
Version: 0.5.28-1
Severity: grave
Justification: renders package unusable

Just upgraded my elisa install from unstable to the one in experimental.
Just to be sure I also did rm -rf ~/.elisa* but that didn't make a difference.

type 'exceptions.AttributeError'
Python 2.5.4: /usr/bin/python
Mon Feb 23 19:07:03 2009

A problem occurred in a Python script.  Here is the sequence of
function calls leading up to the error, in the order they occurred.

 /usr/bin/elisa in module()
5 from pkg_resources import load_entry_point
6 
7 sys.exit(
8load_entry_point('elisa==0.5.28', 'gui_scripts', 'elisa')()
9 )
load_entry_point = function load_entry_point at 0x7faba8e97cf8

 /usr/lib/python2.5/site-packages/elisa/core/launcher.py in main()
  378 
  379 def main():
  380 Launcher().main(sys.argv)
  381 
  382 
global Launcher = class 'elisa.core.launcher.Launcher'
).main = unbound method Launcher.main
global sys = module 'sys' (built-in)
sys.argv = ['/usr/bin/elisa']

 /usr/lib/python2.5/site-packages/elisa/core/launcher.py in 
main(self=elisa.core.launcher.Launcher object at 0x7faba8e486d0, 
argv=['/usr/bin/elisa'])
   81 self.main_before_voodoo()
   82 # from now on it's safe to import stuff
   83 return self.main_after_voodoo(argv)
   84 
   85 def setup_win_output_redirection(self):
self = elisa.core.launcher.Launcher object at 0x7faba8e486d0
self.main_after_voodoo = bound method Launcher.main_after_voodoo of 
elisa.core.launcher.Launcher object at 0x7faba8e486d0
argv = ['/usr/bin/elisa']

 /usr/lib/python2.5/site-packages/elisa/core/launcher.py in 
main_after_voodoo(self=elisa.core.launcher.Launcher object at 0x7faba8e486d0, 
argv=['/usr/bin/elisa'])
  222 self.exit(2)
  223 
  224 self.run_application()
  225 
  226 def set_win_environment_after_voodoo(self):
self = elisa.core.launcher.Launcher object at 0x7faba8e486d0
self.run_application = bound method Launcher.run_application of 
elisa.core.launcher.Launcher object at 0x7faba8e486d0

 /usr/lib/python2.5/site-packages/elisa/core/launcher.py in 
run_application(self=elisa.core.launcher.Launcher object at 0x7faba8e486d0)
  349 from twisted.internet import reactor
  350 
  351 application = Application(self.options)
  352 common.set_application(application)
  353 
application undefined
Application = class 'elisa.core.application.Application'
self = elisa.core.launcher.Launcher object at 0x7faba8e486d0
self.options = {'files': (), 'fullscreen': 0, 'shell': 0, 'log'... 
'unfullscreen': 0, 'rss': None, 'tracebacks': 0}

 /usr/lib/python2.5/site-packages/elisa/core/application.py in 
__init__(self=elisa.core.application.Application object at 0x2b0c250, 
options={'files': (), 'fullscreen': 0, 'shell': 0, 'log'... 'unfullscreen': 0, 
'rss': None, 'tracebacks': 0})
  239 self.update_checker = None
  240 
  241 self.bus = bus.Bus()
  242 
  243 self.service_manager = service_manager.ServiceManager()
self = elisa.core.application.Application object at 0x2b0c250
self.bus undefined
global bus = module 'elisa.core.bus' from 
'/usr/lib/python2.5/site-packages/elisa/core/bus/__init__.pyc'
bus.Bus undefined
type 'exceptions.AttributeError': 'module' object has no attribute 'Bus'
__class__ = type 'exceptions.AttributeError'
__delattr__ = method-wrapper '__delattr__' of exceptions.AttributeError 
object at 0x2b94758
__dict__ = {}
__doc__ = 'Attribute not found.'
__getattribute__ = method-wrapper '__getattribute__' of 
exceptions.AttributeError object at 0x2b94758
__getitem__ = method-wrapper '__getitem__' of exceptions.AttributeError 
object at 0x2b94758
__getslice__ = method-wrapper '__getslice__' of exceptions.AttributeError 
object at 0x2b94758
__hash__ = method-wrapper '__hash__' of exceptions.AttributeError object 
at 0x2b94758
__init__ = method-wrapper '__init__' of exceptions.AttributeError object 
at 0x2b94758
__new__ = built-in method __new__ of type object at 0x726d00
__reduce__ = built-in method __reduce__ of exceptions.AttributeError 
object at 0x2b94758
__reduce_ex__ = built-in method __reduce_ex__ of exceptions.AttributeError 
object at 0x2b94758
__repr__ = method-wrapper '__repr__' of exceptions.AttributeError object 
at 0x2b94758
__setattr__ = method-wrapper '__setattr__' of exceptions.AttributeError 
object at 0x2b94758
__setstate__ = built-in method __setstate__ of exceptions.AttributeError 
object at 0x2b94758
__str__ = method-wrapper '__str__' of exceptions.AttributeError object at 
0x2b94758
args = ('module' object has no attribute 'Bus',)
message = 'module' object has no attribute 'Bus'

The above is a description of an error in a Python program.  Here is
the original traceback:

Traceback (most recent call last):
  File /usr/bin/elisa, line 8, in module
load_entry_point('elisa==0.5.28', 'gui_scripts', 'elisa')()
  File 

Bug#516799: site-packages fubar?

2009-02-23 Thread Andreas Henriksson
seems like python site-packages for elisa.core.bus is fubar...

g...@amd64:~$ ls -l /usr/lib/python2.5/site-packages/elisa/core/bus/*.py
lrwxrwxrwx. 1 root root 41 18 maj  2008 
/usr/lib/python2.5/site-packages/elisa/core/bus/bus.py - 
/usr/share/pyshared/elisa/core/bus/bus.py
lrwxrwxrwx. 1 root root 46 18 maj  2008 
/usr/lib/python2.5/site-packages/elisa/core/bus/__init__.py - 
/usr/share/pyshared/elisa/core/bus/__init__.py
g...@amd64:~$ for l in  /usr/lib/python2.5/site-packages/elisa/core/bus/*.py; 
do stat $(readlink -m $l) ; done
stat: cannot stat `/usr/share/pyshared/elisa/core/bus/bus.py': No such file or 
directory
stat: cannot stat `/usr/share/pyshared/elisa/core/bus/__init__.py': No such 
file or directory
g...@amd64:~$ ls -l /usr/share/pyshared/elisa/core/bus.py
-rw-r--r--. 1 root root 6273 16 feb 11.29 /usr/share/pyshared/elisa/core/bus.py

-- 
Andreas Henriksson



___
Pkg-gstreamer-maintainers mailing list
Pkg-gstreamer-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gstreamer-maintainers


Bug#493998: libpigment0.3-4 vs libpigment0.3-5

2008-08-13 Thread Andreas Henriksson
Ran into this problem while updating my system today


Accept this solution? [Y/n/q/?] 
The following NEW packages will be installed:
  libpigment0.3-5{a} 
The following packages will be REMOVED:
  libpigment0.3-4{u} 
The following packages will be upgraded:
  autoconf initramfs-tools libchm1 libhsqldb-java libilmbase6
liblapack3gf 
  sysv-rc vim vim-common vim-runtime virtualbox-ose-modules-2.6-amd64 
  virtualbox-ose-modules-2.6.26-1-amd64 
The following partially installed packages will be configured:
  python-pgm 
12 packages upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B/13.0MB of archives. After unpacking 1704kB will be used.
Do you want to continue? [Y/n/?] 
Writing extended state information... Done
Reading changelogs... Done
Preconfiguring packages ...
(Reading database ... 217846 files and directories currently installed.)
Unpacking libpigment0.3-5
(from .../libpigment0.3-5_0.3.6-2_amd64.deb) ...
dpkg: error
processing /var/cache/apt/archives/libpigment0.3-5_0.3.6-2_amd64.deb
(--unpack):
 trying to overwrite `/usr/lib/pigment-0.3/0.3.6/libpgmboilerplate.so',
which is also in package libpigment0.3-4
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libpigment0.3-5_0.3.6-2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of python-pgm:
 python-pgm depends on libpigment0.3-5; however:
  Package libpigment0.3-5 is not installed.
dpkg: error processing python-pgm (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python-pgm
Reading package lists... Done 
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done 


-- 
Regards,
Andreas Henriksson



___
Pkg-gstreamer-maintainers mailing list
Pkg-gstreamer-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gstreamer-maintainers