[Ubuntustudio-bugs] [Bug 1794539] Re: ffado-mixer crashes immediately on invocation with ValueError

2021-05-10 Thread Erich Eickmeyer 
After evaluating this bug, it would be impossible to upgrade the verison
of FFADO in Ubuntu 18.04 to a newer version, especially considering it's
in the Universe repository which is only supported for 3 years. Closing.

** Changed in: libffado (Ubuntu)
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to libffado in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1794539

Title:
  ffado-mixer crashes immediately on invocation with ValueError

Status in libffado package in Ubuntu:
  Won't Fix

Bug description:
  
  ffado-mixer is unusable for me:  it crashes immediately upon any attempt to 
run, with no output other than the crash traceback.

  stax:~-530> ffado-mixer
  Traceback (most recent call last):
File "/usr/bin/ffado-mixer", line 34, in 
  sys.exit(ffadomain(sys.argv))
File "/usr/share/ffado-mixer-qt4/ffado/ffadowindow.py", line 231, in 
ffadomain
  mainwindow = FFADOWindow(None)
File "/usr/share/ffado-mixer-qt4/ffado/ffadowindow.py", line 65, in __init__
  self.manager = PanelManager(self)
File "/usr/share/ffado-mixer-qt4/ffado/panelmanager.py", line 103, in 
__init__
  self.status = PanelManagerStatus(self)
File "/usr/share/ffado-mixer-qt4/ffado/panelmanager.py", line 67, in 
__init__
  uicLoad("ffado/panelmanagerstatus", self)
File "/usr/share/ffado-mixer-qt4/ffado/config.py", line 34, in uicLoad
  uic.loadUi(os.path.join(UIDIR,file), object)
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/__init__.py", line 236, in 
loadUi
  return DynamicUILoader(package).loadUi(uifile, baseinstance, 
resource_suffix)
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/Loader/loader.py", line 
50, in __init__
  UIParser.__init__(self, QtCore, QtGui, LoaderCreatorPolicy(package))
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/uiparser.py", line 183, in 
__init__
  self.factory = QObjectCreator(creatorPolicy)
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/objcreator.py", line 94, 
in __init__
  modinfo = plugin_locals["moduleInformation"]()
File "", line 52, in moduleInformation
File "/usr/lib/python2.7/dist-packages/qgis/__init__.py", line 26, in 

  from qgis.PyQt import QtCore
File "/usr/lib/python2.7/dist-packages/qgis/PyQt/QtCore.py", line 28, in 

  sip.setapi(api, 2)
  ValueError: API 'QDate' has already been set to version 1
  stax:~-531>

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ffado-mixer-qt4 2.3.0-5.1
  ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
  Uname: Linux 4.15.0-34-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Sep 26 10:35:51 2018
  InstallationDate: Installed on 2018-08-14 (42 days ago)
  InstallationMedia: Xubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  SourcePackage: libffado
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libffado/+bug/1794539/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1794539] Re: ffado-mixer crashes immediately on invocation with ValueError

2021-05-10 Thread Erich Eickmeyer 
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Debian/Bugs. If you have done so, please tell us
the number of the upstream bug (or the link), so we can add a bugwatch
that will inform us about its status. Thanks in advance.

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to libffado in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1794539

Title:
  ffado-mixer crashes immediately on invocation with ValueError

Status in libffado package in Ubuntu:
  Won't Fix

Bug description:
  
  ffado-mixer is unusable for me:  it crashes immediately upon any attempt to 
run, with no output other than the crash traceback.

  stax:~-530> ffado-mixer
  Traceback (most recent call last):
File "/usr/bin/ffado-mixer", line 34, in 
  sys.exit(ffadomain(sys.argv))
File "/usr/share/ffado-mixer-qt4/ffado/ffadowindow.py", line 231, in 
ffadomain
  mainwindow = FFADOWindow(None)
File "/usr/share/ffado-mixer-qt4/ffado/ffadowindow.py", line 65, in __init__
  self.manager = PanelManager(self)
File "/usr/share/ffado-mixer-qt4/ffado/panelmanager.py", line 103, in 
__init__
  self.status = PanelManagerStatus(self)
File "/usr/share/ffado-mixer-qt4/ffado/panelmanager.py", line 67, in 
__init__
  uicLoad("ffado/panelmanagerstatus", self)
File "/usr/share/ffado-mixer-qt4/ffado/config.py", line 34, in uicLoad
  uic.loadUi(os.path.join(UIDIR,file), object)
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/__init__.py", line 236, in 
loadUi
  return DynamicUILoader(package).loadUi(uifile, baseinstance, 
resource_suffix)
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/Loader/loader.py", line 
50, in __init__
  UIParser.__init__(self, QtCore, QtGui, LoaderCreatorPolicy(package))
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/uiparser.py", line 183, in 
__init__
  self.factory = QObjectCreator(creatorPolicy)
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/objcreator.py", line 94, 
in __init__
  modinfo = plugin_locals["moduleInformation"]()
File "", line 52, in moduleInformation
File "/usr/lib/python2.7/dist-packages/qgis/__init__.py", line 26, in 

  from qgis.PyQt import QtCore
File "/usr/lib/python2.7/dist-packages/qgis/PyQt/QtCore.py", line 28, in 

  sip.setapi(api, 2)
  ValueError: API 'QDate' has already been set to version 1
  stax:~-531>

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ffado-mixer-qt4 2.3.0-5.1
  ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
  Uname: Linux 4.15.0-34-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Sep 26 10:35:51 2018
  InstallationDate: Installed on 2018-08-14 (42 days ago)
  InstallationMedia: Xubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  SourcePackage: libffado
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libffado/+bug/1794539/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1794539] Re: ffado-mixer crashes immediately on invocation with ValueError

2021-05-10 Thread Pander
>From FFADO maintainer:

   Bug: ffado-mixer crashes immediately on invocation with ValueError

   Suggestion:
   This is a python error in ffado-mixer.  An upgrade to FFADO 2.4.4
   will almost certainly fix this.  If not, the OP is encouraged to get
   in touch through the ffado-devel or ffado-user mailing list.

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to libffado in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1794539

Title:
  ffado-mixer crashes immediately on invocation with ValueError

Status in libffado package in Ubuntu:
  New

Bug description:
  
  ffado-mixer is unusable for me:  it crashes immediately upon any attempt to 
run, with no output other than the crash traceback.

  stax:~-530> ffado-mixer
  Traceback (most recent call last):
File "/usr/bin/ffado-mixer", line 34, in 
  sys.exit(ffadomain(sys.argv))
File "/usr/share/ffado-mixer-qt4/ffado/ffadowindow.py", line 231, in 
ffadomain
  mainwindow = FFADOWindow(None)
File "/usr/share/ffado-mixer-qt4/ffado/ffadowindow.py", line 65, in __init__
  self.manager = PanelManager(self)
File "/usr/share/ffado-mixer-qt4/ffado/panelmanager.py", line 103, in 
__init__
  self.status = PanelManagerStatus(self)
File "/usr/share/ffado-mixer-qt4/ffado/panelmanager.py", line 67, in 
__init__
  uicLoad("ffado/panelmanagerstatus", self)
File "/usr/share/ffado-mixer-qt4/ffado/config.py", line 34, in uicLoad
  uic.loadUi(os.path.join(UIDIR,file), object)
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/__init__.py", line 236, in 
loadUi
  return DynamicUILoader(package).loadUi(uifile, baseinstance, 
resource_suffix)
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/Loader/loader.py", line 
50, in __init__
  UIParser.__init__(self, QtCore, QtGui, LoaderCreatorPolicy(package))
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/uiparser.py", line 183, in 
__init__
  self.factory = QObjectCreator(creatorPolicy)
File "/usr/lib/python2.7/dist-packages/PyQt4/uic/objcreator.py", line 94, 
in __init__
  modinfo = plugin_locals["moduleInformation"]()
File "", line 52, in moduleInformation
File "/usr/lib/python2.7/dist-packages/qgis/__init__.py", line 26, in 

  from qgis.PyQt import QtCore
File "/usr/lib/python2.7/dist-packages/qgis/PyQt/QtCore.py", line 28, in 

  sip.setapi(api, 2)
  ValueError: API 'QDate' has already been set to version 1
  stax:~-531>

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ffado-mixer-qt4 2.3.0-5.1
  ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
  Uname: Linux 4.15.0-34-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Sep 26 10:35:51 2018
  InstallationDate: Installed on 2018-08-14 (42 days ago)
  InstallationMedia: Xubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  SourcePackage: libffado
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libffado/+bug/1794539/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp