Bug#1006017: playitslowly doesn't start (hasn't for awhile)

2022-03-07 Thread Tiago Bortoletto Vaz
On Sat, Mar 05, 2022 at 11:16:44AM +0100, Andreas Beckmann wrote:
> On 04/03/2022 13.15, Tiago Bortoletto Vaz wrote:
> > This package has indeed been broken for a long time already. Upstream is
> > inactive since 2015 and I'm not willing to do all the fixes it would
> > need. Therefore I requested its removal from Debian archive.
> 
> Then we should probably get it removed from stable and and oldstable as
> well, since it it not usable there either.
> Can you file the corresponding bugs, too?

Sure, I'll proceed with the requests.

Bests,

--
Tiago



Bug#1006017: playitslowly doesn't start (hasn't for awhile)

2022-03-05 Thread Andreas Beckmann

On 04/03/2022 13.15, Tiago Bortoletto Vaz wrote:

This package has indeed been broken for a long time already. Upstream is
inactive since 2015 and I'm not willing to do all the fixes it would
need. Therefore I requested its removal from Debian archive.


Then we should probably get it removed from stable and and oldstable as 
well, since it it not usable there either.

Can you file the corresponding bugs, too?


Thanks

Andreas



Bug#1006017: playitslowly doesn't start (hasn't for awhile)

2022-03-04 Thread Tiago Bortoletto Vaz
This package has indeed been broken for a long time already. Upstream is
inactive since 2015 and I'm not willing to do all the fixes it would
need. Therefore I requested its removal from Debian archive.

Other tools present in Debian can perform the same task. For instance
soundstretch (command line) and audacity (gui).

Thanks for reporting,

--
Tiago

On 2022-02-19 4:50 p.m., Andreas Beckmann wrote:
> Followup-For: Bug #1006017
> Control: found -1 1.5.0-1
> 
> This seems to go back to stretch:
> 
> # xvfb-run playitslowly
> Traceback (most recent call last):
>   File "", line 890, in _find_spec
> AttributeError: 'DynamicImporter' object has no attribute 'find_spec'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
> "__main__", mod_spec)
>   File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
> exec(code, run_globals)
>   File "/usr/lib/python3/dist-packages/playitslowly/app.py", line 36, in 
> 
> from gi.repository import Gtk, GObject, Gst, Gio, Gdk
>   File "/usr/lib/python3/dist-packages/gi/importer.py", line 127, in 
> find_module
> 'introspection typelib not found' % namespace)
> ImportError: cannot import name Gtk, introspection typelib not found
> 
> 
> Andreas
> 



Bug#1006017: playitslowly doesn't start (hasn't for awhile)

2022-02-19 Thread Andreas Beckmann
Followup-For: Bug #1006017
Control: found -1 1.5.0-1

This seems to go back to stretch:

# xvfb-run playitslowly
Traceback (most recent call last):
  File "", line 890, in _find_spec
AttributeError: 'DynamicImporter' object has no attribute 'find_spec'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
  File "/usr/lib/python3/dist-packages/playitslowly/app.py", line 36, in 

from gi.repository import Gtk, GObject, Gst, Gio, Gdk
  File "/usr/lib/python3/dist-packages/gi/importer.py", line 127, in find_module
'introspection typelib not found' % namespace)
ImportError: cannot import name Gtk, introspection typelib not found


Andreas



Bug#1006017: playitslowly doesn't start (hasn't for awhile)

2022-02-18 Thread Chris Guiver
Package: playitslowly
Version: 1.5.0-1.1
Severity: important
X-Debbugs-Cc: guiv...@ubuntu.com

Dear Maintainer,

* What led up to the situation?

This was noticed first (by me) on Ubuntu; on an update in python3.
It was reported here -
https://bugs.launchpad.net/ubuntu/+source/playitslowly/+bug/1952510
(2021-Nov-27)

* What exactly did you do (or not do) that was effective (or
  ineffective)?

program does not start via menu, or from CLI prompt

---  start paste
guiverc@dc780-deb:~$   cat playitslowly.errors
/usr/lib/python3/dist-packages/playitslowly/app.py:36: PyGIWarning: Gtk was
imported without specifying a version first. Use gi.require_version('Gtk',
'4.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, GObject, Gst, Gio, Gdk
/usr/lib/python3/dist-packages/playitslowly/app.py:38: PyGIDeprecationWarning:
Since version 3.11, calling threads_init is no longer needed. See:
https://wiki.gnome.org/PyGObject/Threading
  GObject.threads_init()
Traceback (most recent call last):
  File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
  File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
  File "/usr/lib/python3/dist-packages/playitslowly/app.py", line 41, in

from playitslowly.pipeline import Pipeline
  File "/usr/lib/python3/dist-packages/playitslowly/pipeline.py", line 33, in

from playitslowly import myGtk
  File "/usr/lib/python3/dist-packages/playitslowly/myGtk.py", line 29, in

buttons_ok_cancel =
(Gtk.STOCK_CANCEL,Gtk.ResponseType.CANCEL,Gtk.STOCK_OPEN,Gtk.ResponseType.OK)
  File "/usr/lib/python3/dist-packages/gi/overrides/__init__.py", line 32, in
__getattr__
return getattr(self._introspection_module, name)
  File "/usr/lib/python3/dist-packages/gi/module.py", line 123, in __getattr__
raise AttributeError("%r object has no attribute %r" % (
AttributeError: 'gi.repository.Gtk' object has no attribute 'STOCK_CANCEL'
---  end paste

is what I see on Debian bookworm (testing)

* What outcome did you expect instead?

Expected the program will start & operate like it used to.


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.16.0-1-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages playitslowly depends on:
ii  gstreamer1.0-plugins-bad   1.20.0-3
ii  gstreamer1.0-plugins-good  1.20.0-2
ii  python33.9.8-1
ii  python3-gi 3.42.0-3
ii  python3-gst-1.01.20.0-1

playitslowly recommends no packages.

playitslowly suggests no packages.

-- no debconf information