Bug#976189: Bug 9761189 - How to fix

2020-12-06 Thread rcm0502
Hello Maintainer:


Came across this as well and did some digging to find the cause. Found that
Python 3.9 removed the getiterator attribute and replaced it with iter.


To fix, in file "/usr/lib/python3/dist-packages/catfish_lib/Builder.py" at
line 87 changed this line:

ele_widgets = tree.getiterator("object")

to

ele_widgets = tree.iter("object")

Also found one more line in the file needed to be changed (as I scanned to
see if "getiterator" was mentioned anywhere else in the file) and it's this
code at line 112:

ele_signals = tree.getiterator("signal")

Changed it to show:

ele_signals = tree.iter("signal")

Saved the original with .orig extension then saved changed file as
Builder.py.

Tested catfish again from terminal and it started right up and functioned
normally as I tested several searches. As I never did a patch diff before,
if anyone can create a patch from my notes here feel free to do so.

Cheers!

-R


Bug#900533: chromium 67.0.3396.62-1: youtube video, gif's, html5, and movies no longer work

2018-06-03 Thread rcm0502

Hi.

I have also been bitten by this bug, resolved by downgrading back to 
chromium 66.0.3359.181-1 and then watching Youtube videos or using web 
video chat applications worked again.


Hoping for a resolution soon enough.

Thanks,

R
On Thu, 31 May 2018 18:34:46 -0400 "Justin P." wrote:
> Package: chromium
> Version: 67.0.3396.62-1
> Severity: grave
> Justification: renders package unusable
>
> Dear Maintainer,
>
> *** Reporter, please consider answering these questions, where 
appropriate ***

>
> * What led up to the situation?
>
> Can't use video on youtube. Gif's no longer work. And I cannot get 
media to play. This started after upgrading from 66.0.3359.181-1 to 
67.0.3396.62-1

>
> * What exactly did you do (or not do) that was effective (or
> ineffective)?
>
> Reverting the package was the only solution I could find. It appears 
the app build may be missing some flags in the build. I found this that 
had similar errors to my situation 
https://groups.google.com/a/chromium.org/forum/?nomobile=true#!msg/android-webview-dev/oVjyFhhxOQ8/ns8q9uPrCAAJ

>
> * What was the outcome of this action?
>
> chromium 66.0.3359.181-1 was reinstalled, video is working again.
>
> * What outcome did you expect instead?
>
> chromium 67.0.3396.62-1 video should work after install.
>
> Chromium Log while trying to play files
> [129:160:0531/181749.318090:ERROR:render_media_log.cc(30)] 
MediaEvent: MEDIA_ERROR_LOG_ENTRY {"error":"FFmpegDemuxer: open context 
failed"}
> [129:129:0531/181749.320645:ERROR:render_media_log.cc(30)] 
MediaEvent: PIPELINE_ERROR DEMUXER_ERROR_COULD_NOT_OPEN
> [129:160:0531/181749.352209:ERROR:render_media_log.cc(30)] 
MediaEvent: MEDIA_ERROR_LOG_ENTRY {"error":"FFmpegDemuxer: open context 
failed"}
> [129:129:0531/181749.354280:ERROR:render_media_log.cc(30)] 
MediaEvent: PIPELINE_ERROR DEMUXER_ERROR_COULD_NOT_OPEN
> [129:160:0531/181749.551754:ERROR:render_media_log.cc(30)] 
MediaEvent: MEDIA_ERROR_LOG_ENTRY {"error":"audio decoder initialization 
failed"}
> [129:129:0531/181749.559473:ERROR:render_media_log.cc(30)] 
MediaEvent: PIPELINE_ERROR DECODER_ERROR_NOT_SUPPORTED
> [129:160:0531/181750.431299:ERROR:render_media_log.cc(30)] 
MediaEvent: MEDIA_ERROR_LOG_ENTRY {"error":"audio decoder initialization 
failed"}
> [129:129:0531/181750.433293:ERROR:render_media_log.cc(30)] 
MediaEvent: PIPELINE_ERROR DECODER_ERROR_NOT_SUPPORTED

> libpng warning: iCCP: known incorrect sRGB profile
>
>
> -- System Information:
> Debian Release: buster/sid
> APT prefers unstable
> APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
>
> Kernel: Linux 4.16.0-2-amd64 (SMP w/4 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)

> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
>
> Versions of packages chromium depends on:
> ii chromium-common 67.0.3396.62-1
> ii libasound2 1.1.6-1
> ii libatk-bridge2.0-0 2.26.2-1
> ii libatk1.0-0 2.28.1-1
> ii libavcodec57 7:3.4.2-2+b1
> ii libavformat57 7:3.4.2-2+b1
> ii libavutil55 7:3.4.2-2+b1
> ii libc6 2.27-3



Bug#672689: debian-installer: grub-pc failed to install into /target/

2012-08-19 Thread rcm0502
Hello:

I can reproduce this bug as I tried to do an expert install booting the
mini installer image FROM a USB stick, which happens to be the only USB
device attached. What I suggest is that the grub installer menu option to
prompt the user to select the target to install grub to if the installer
cannot determine the correct one on its own. This way the installer will
properly install grub to the correct target.

Hope this helps

Cheers,

R


Bug#634051: wicd-daemon: Fails to install/upgrade if existing user is removed - bug still exists

2011-10-21 Thread rcm0502
With a recent dist-upgrade the problem still exists as noted below. I have
purged all the wicd* packages and tried afresh but still fails to
preconfigure wicd-daemon:

~$ sudo apt-get install wicd
[sudo] password for ruser:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer
required:
  libxcb-render-util0 libtorrent13 libwebkit-1.0-2 libdirectfb-extra
  libthunar-vfs-1-common libnl1 libffmpegthumbnailer4 libgnome-desktop-2-17
  fonts-droid libwebkit-1.0-common libthunar-vfs-1-2
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  python-wicd wicd-daemon wicd-gtk
The following NEW packages will be installed:
  python-wicd wicd wicd-daemon wicd-gtk
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 543 kB of archives.
After this operation, 2,432 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://ftp.us.debian.org/debian/ unstable/main python-wicd all
1.7.0+ds1-7 [78.2 kB]
Get:2 http://ftp.us.debian.org/debian/ unstable/main wicd-daemon all
1.7.0+ds1-7 [280 kB]
Get:3 http://ftp.us.debian.org/debian/ unstable/main wicd-gtk all
1.7.0+ds1-7 [143 kB]
Get:4 http://ftp.us.debian.org/debian/ unstable/main wicd all 1.7.0+ds1-7
[41.8 kB]
Fetched 543 kB in 0s (599 kB/s)
Preconfiguring packages ...
wicd-daemon failed to preconfigure, with exit status 1
Selecting previously unselected package python-wicd.
(Reading database ... 113161 files and directories currently installed.)
Unpacking python-wicd (from .../python-wicd_1.7.0+ds1-7_all.deb) ...
Selecting previously unselected package wicd-daemon.
Unpacking wicd-daemon (from .../wicd-daemon_1.7.0+ds1-7_all.deb) ...
Selecting previously unselected package wicd-gtk.
Unpacking wicd-gtk (from .../wicd-gtk_1.7.0+ds1-7_all.deb) ...
Selecting previously unselected package wicd.
Unpacking wicd (from .../wicd_1.7.0+ds1-7_all.deb) ...
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for menu ...
Processing triggers for desktop-file-utils ...
Setting up python-wicd (1.7.0+ds1-7) ...
Setting up wicd-daemon (1.7.0+ds1-7) ...
dpkg: error processing wicd-daemon (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of wicd-gtk:configured to
not write apport reports

wicd-gtk depends on wicd-daemon (= 1.7.0+ds1-7); however:
  Package wicd-daemon is not configured yet.
dpkg: error processing wicd-gtk (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of wicd:configured to not
write apport reports

wicd depends on wicd-daemon (= 1.7.0+ds1-7); however:
  Package wicd-daemon is not configured yet.
wicd depends on wicd-gtk (= 1.7.0+ds1-7) | wicd-curses (= 1.7.0+ds1-7) |
wicd-cli (= 1.7.0+ds1-7) | wicd-client; however:
  Package wicd-gtk is not configured yet.
  Package wicd-curses is not installed.
  Package wicd-cli is not installed.
  Package wicd-client is not installed.
  Package wicd-gtk which provides wicd-client is not configured yet.
dpkg: error processing wicd (--configure):
dependency problems - leaving unconfigured
Processing triggers for python-support ...configured to not write apport
reports

Errors were encountered while processing:
wicd-daemon
wicd-gtk
wicd
E: Sub-process /usr/bin/dpkg returned an error code (1)

Per a user suggestion  on the AntiX forum I created a user called demo and
then was able to get the daemon to install. As this was a live-cd user it
gets removed after an install of distro AntiX and the previous install of
wicd had had this user. Thought purging the packages removed all references
to users but I guess its stored somewhere else.

Is there a real need to remember users in these packages? Removed user
profiles should be ignored IMHO in configuring this package thus this bug
should be reopened and investigated further.


Bug#641151: Additional information

2011-09-11 Thread rcm0502
I have performed the test with the stock linux-image-3.0.0-1-686-pae kernel
along with linux-headers-3.0.0-1-686-paewhich is in Debian Sid and still
fails for same reason. Can you verify?


Bug#641151: sl-modem-source: Fails to compile on Linux 3.0 kernels

2011-09-11 Thread rcm0502
Package: sl-modem-source
Version: 2.9.11~20110321-3
Followup-For: Bug #641151

Dear Maintainer,

Here is additional information:

I forgot to include the build log for my test using the stock Debian
linux-3.0.0 kernel available in Sid using DKMS and building using module-
assistant fails as well but no useful information in the build log.

Building for 3.0.0-1-686-pae
Building initial module for 3.0.0-1-686-pae
Error!  Build of slamr.ko failed for: 3.0.0-1-686-pae (i686)
Consult the make.log in the build directory
/var/lib/dkms/sl-modem/2.9.11~20110321/build/ for more information.
Shutting down SmartLink Modem driver normally.
Unloading modem driver from kernel ... snd_intel8x0m.
Starting SmartLink Modem driver for: modem:1.
Creating /dev/modem symlink, pointing to: /dev/ttySL0.
rmiller@thinker:~$ cat /var/lib/dkms/sl-modem/2.9.11~20110321/build/make.log
DKMS make.log for sl-modem-2.9.11~20110321 for kernel 3.0.0-1-686-pae (i686)
Sun Sep 11 10:06:45 EDT 2011
make: Entering directory `/var/lib/dkms/sl-modem/2.9.11~20110321/build/drivers'
doing kernel-ver::
cc -I/lib/modules/3.0.0-1-686-pae/build/include -o kernel-ver kernel-ver.c
make all KERNEL_VER=3.0.0-1-686-pae
make[1]: Entering directory `/var/lib/dkms/sl-
modem/2.9.11~20110321/build/drivers'
doing %.o: %.c
cc -Wall -pipe -O3 -fomit-frame-pointer -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB
`test -f /lib/modules/3.0.0-1-686-pae/build/include/linux/modversions.h  echo
-DMODVERSIONS --include
/lib/modules/3.0.0-1-686-pae/build/include/linux/modversions.h
-I/lib/modules/3.0.0-1-686-pae/build/include`  -I. -I./../modem   -o
amrmo_init.o -c amrmo_init.c
amrmo_init.c:57:26: fatal error: linux/module.h: No such file or directory
compilation terminated.
make[1]: *** [amrmo_init.o] Error 1
make[1]: Leaving directory `/var/lib/dkms/sl-
modem/2.9.11~20110321/build/drivers'
make: *** [all] Error 2
make: Leaving directory `/var/lib/dkms/sl-modem/2.9.11~20110321/build/drivers'
make: Entering directory `/var/lib/dkms/sl-modem/2.9.11~20110321/build/ungrab-
winmodem'
make modules -C /lib/modules/3.0.0-1-686-pae/build SUBDIRS=/var/lib/dkms/sl-
modem/2.9.11~20110321/build/ungrab-winmodem
make[1]: Entering directory `/usr/src/linux-headers-3.0.0-1-686-pae'
  CC [M]  /var/lib/dkms/sl-modem/2.9.11~20110321/build/ungrab-winmodem/ungrab-
winmodem.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC  /var/lib/dkms/sl-modem/2.9.11~20110321/build/ungrab-winmodem/ungrab-
winmodem.mod.o
  LD [M]  /var/lib/dkms/sl-modem/2.9.11~20110321/build/ungrab-winmodem/ungrab-
winmodem.ko
make[1]: Leaving directory `/usr/src/linux-headers-3.0.0-1-686-pae'
make: Leaving directory `/var/lib/dkms/sl-modem/2.9.11~20110321/build/ungrab-
winmodem'

Kernel version module being compiled in this test:

~$ uname -a
Linux thinker 3.0.0-1-686-pae #1 SMP Sat Aug 27 16:41:03 UTC 2011 i686
GNU/Linux



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sl-modem-source depends on:
ii  dkms   2.2.0.2-1
ii  libc6-dev  2.13-20  
ii  linux-headers-2.6.39-3.dmz.2-liquorix-686 [linux-headers]  2.6.39-7 
ii  linux-headers-3.0.0-1-686-pae [linux-headers]  3.0.0-3  
ii  linux-headers-3.0.0-4.dmz.2-liquorix-686 [linux-headers]   3.0.0-8  

sl-modem-source recommends no packages.

sl-modem-source suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#641151: sl-modem-source: Fails to compile on Linux 3.0 kernels

2011-09-10 Thread rcm0502
Package: sl-modem-source
Version: 2.9.11~20110321-3
Severity: important

Dear Maintainer,

SL-modem-source does not build on the 3.0.0 series Linux kernels

Expected result: Source compiles and installs
Actual result: Does not build

sl-modem-source fails to compile on Linux 3.0.0 kernels on Debian Sid. The 
build works on 2.6.39 and earlier kernels however.
It appears that the location of the includes has changed in 3.0.

Information relating to the problem:

~$ uname -a
Linux thinker 3.0.0-4.dmz.2-liquorix-686 #1 ZEN SMP PREEMPT Tue Sep 6 07:29:10 
UTC 2011 i686 GNU/Linux

~$ dpkg -l|grep sl-modem
ii  sl-modem-daemon  2.9.11~20110321-3  
   SmartLink software modem daemon
ii  sl-modem-source  2.9.11~20110321-3  
   SmartLink software modem driver - module building source

Get this error in the DKMS make.log located at 
/var/lib/dkms/sl-modem/2.9.11~20110321/build/make.log:

~$ cat /var/lib/dkms/sl-modem/2.9.11~20110321/build/make.log
DKMS make.log for sl-modem-2.9.11~20110321 for kernel 
3.0.0-4.dmz.2-liquorix-686 (i686)
Sat Sep 10 12:21:03 EDT 2011
make: Entering directory `/var/lib/dkms/sl-modem/2.9.11~20110321/build/drivers'
doing kernel-ver::
cc -I/lib/modules/3.0.0-4.dmz.2-liquorix-686/build/include -o kernel-ver 
kernel-ver.c
make all KERNEL_VER=3.0.0-4.dmz.2-liquorix-686
make[1]: Entering directory 
`/var/lib/dkms/sl-modem/2.9.11~20110321/build/drivers'
doing %.o: %.c
cc -Wall -pipe -O3 -fomit-frame-pointer -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB 
`test -f 
/lib/modules/3.0.0-4.dmz.2-liquorix-686/build/include/linux/modversions.h  
echo -DMODVERSIONS --include 
/lib/modules/3.0.0-4.dmz.2-liquorix-686/build/include/linux/modversions.h 
-I/lib/modules/3.0.0-4.dmz.2-liquorix-686/build/include`  -I. -I./../modem   -o 
amrmo_init.o -c amrmo_init.c
amrmo_init.c:57:26: fatal error: linux/module.h: No such file or directory
compilation terminated.
make[1]: *** [amrmo_init.o] Error 1
make[1]: Leaving directory 
`/var/lib/dkms/sl-modem/2.9.11~20110321/build/drivers'
make: *** [all] Error 2
make: Leaving directory `/var/lib/dkms/sl-modem/2.9.11~20110321/build/drivers'
make: Entering directory 
`/var/lib/dkms/sl-modem/2.9.11~20110321/build/ungrab-winmodem'
make modules -C /lib/modules/3.0.0-4.dmz.2-liquorix-686/build 
SUBDIRS=/var/lib/dkms/sl-modem/2.9.11~20110321/build/ungrab-winmodem
make[1]: Entering directory `/usr/src/linux-headers-3.0.0-4.dmz.2-liquorix-686'
  CC [M]  
/var/lib/dkms/sl-modem/2.9.11~20110321/build/ungrab-winmodem/ungrab-winmodem.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC  
/var/lib/dkms/sl-modem/2.9.11~20110321/build/ungrab-winmodem/ungrab-winmodem.mod.o
  LD [M]  
/var/lib/dkms/sl-modem/2.9.11~20110321/build/ungrab-winmodem/ungrab-winmodem.ko
make[1]: Leaving directory `/usr/src/linux-headers-3.0.0-4.dmz.2-liquorix-686'
make: Leaving directory 
`/var/lib/dkms/sl-modem/2.9.11~20110321/build/ungrab-winmodem'


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-4.dmz.2-liquorix-686 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sl-modem-source depends on:
ii  dkms   2.2.0.2-1
ii  libc6-dev  2.13-20  
ii  linux-headers-2.6.39-3.dmz.2-liquorix-686 [linux-headers]  2.6.39-7 
ii  linux-headers-3.0.0-4.dmz.2-liquorix-686 [linux-headers]   3.0.0-8  

sl-modem-source recommends no packages.

sl-modem-source suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org