Bug#1070217: chromium: Symbol lookup error with libsnappy1v5>=1.2.0

2024-05-02 Thread di dit
Same issue with nextcloud (package nextcloud-desktop):

$  nextcloud
nextcloud: symbol lookup error:
/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5: undefined symbol:
_ZN6snappy11RawCompressEPKcmPcPm



Bug#1023185: veusz does not run

2022-10-31 Thread di dit
Package: veusz
Version: 3.3.1-3
Severity: grave
Justification: renders package unusable
X-Debbugs-Cc: didi...@gmail.com

Dear Maintainer,

veusz does not start when launched from the GUI or from the CLI.
Here is the output of trying to run veusz from a terminal:

$  LANG=C veusz
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use
QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Traceback (most recent call last):
  File "/usr/bin/veusz", line 33, in 
sys.exit(load_entry_point('veusz==3.3.1', 'gui_scripts', 'veusz')())
  File "/usr/lib/python3/dist-packages/veusz/veusz_main.py", line 369, in
run
app.startup()
  File "/usr/lib/python3/dist-packages/veusz/veusz_main.py", line 267, in
startup
self.splash = makeSplash(self)
  File "/usr/lib/python3/dist-packages/veusz/veusz_main.py", line 69, in
makeSplash
font.setPointSize(font.pointSize()*1.5)
TypeError: setPointSize(self, int): argument 1 has unexpected type 'float'

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

Kernel: Linux 6.0.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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 veusz depends on:
ii  libjs-sphinxdoc  4.5.0-4
ii  python3  3.10.6-1
ii  python3-numpy1:1.21.5-1+b1
ii  python3-veusz3.3.1-3

veusz recommends no packages.

veusz suggests no packages.

-- no debconf information


Bug#977023: symbol lookup error in libbacktrace.so.0

2020-12-09 Thread di dit
Package: aapt
Version: 1:8.1.0+r23-3+b2
Severity: grave

aapt crashes on startup since the last update of android-libbacktrace
with the following message:

symbol lookup error:
/usr/lib/x86_64-linux-gnu/android/libbacktrace.so.0: undefined symbol:
_ZN11unwindstack12ElfInterfaceD2Ev

Regards

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.9.0-4-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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 aapt depends on:
ii  android-libaapt1:8.1.0+r23-3+b2
ii  android-libandroidfw   1:8.1.0+r23-3+b2
ii  android-libbase1:10.0.0+r36-1~stage1.3
ii  android-libutils   1:10.0.0+r36-1~stage1.3
ii  android-libziparchive  1:10.0.0+r36-1~stage1.3
ii  libc6  2.31-5
ii  libexpat1  2.2.10-1
ii  libgcc-s1  10.2.1-1
ii  libpng16-161.6.37-3
ii  libprotobuf-lite23 3.12.3-2+b2
ii  libstdc++6 10.2.1-1

aapt recommends no packages.

aapt suggests no packages.

-- no debconf information



Bug#947613: network-manager: Wi-Fi not working (does not get IPv4 address) with 1.22.2-1

2019-12-31 Thread di dit
I was affected by the same bug (Freebox Revolution from Free (French
ISP)  here).
I switched to isc-dhcp-client by creating a file
/etc/NetworkManager/conf.d/dhcp-client.conf containing the 2 following
lines:
[main]
dhcp=dhclient

Then I restarted NetworkManager using this command:
sudo service NetworkManager restart

and IPv4 is working as expected again. The bug is therefore probably
related to the internal dhcp client.

Regards



Bug#571016: python-moinmoin broken with python-werkzeug version 0.6-1

2010-02-22 Thread di dit
Package: python-werkzeug
Version: 0.5.1-1
Severity: grave
Justification: renders package unusable

python-moinmoin version 1.9.1-1 doesn't work with python-werkzeug
version 0.6-1 but it works with version 0.5.1-1.
The error message in apache2 logs follows. Downgrading python-werkzeug
to version 0.5.1-1 fixes this issue.

2010-02-22 09:01:23,029 ERROR MoinMoin.wsgiapp:292 An exception has
occurred [http://...REMOVED...].
Traceback (most recent call last):
  File /usr/lib/pymodules/python2.5/MoinMoin/wsgiapp.py, line 281, in __call__
response = run(context)
  File /usr/lib/pymodules/python2.5/MoinMoin/wsgiapp.py, line 88, in run
response = dispatch(request, context, action_name)
  File /usr/lib/pymodules/python2.5/MoinMoin/wsgiapp.py, line 136, in dispatch
response = handle_action(context, pagename, action_name)
  File /usr/lib/pymodules/python2.5/MoinMoin/wsgiapp.py, line 195,
in handle_action
handler(context.page.page_name, context)
  File /usr/lib/pymodules/python2.5/MoinMoin/action/__init__.py,
line 261, in do_show
content_only=content_only,
  File /usr/lib/pymodules/python2.5/MoinMoin/Page.py, line 1109, in send_page
request.write(self.formatter.startDocument(self.page_name))
  File /usr/lib/pymodules/python2.5/MoinMoin/web/contexts.py, line
276, in write
self.request.stream.writelines(data)
AttributeError: 'cStringIO.StringI' object has no attribute 'writelines'
2010-02-22 09:01:23,031 ERROR MoinMoin.web.frontend:46 An exception
occurred while running CGIFrontEnd
Traceback (most recent call last):
  File /usr/lib/pymodules/python2.5/MoinMoin/web/frontend.py, line 39, in run
self.run_server(application, options)
  File /usr/lib/pymodules/python2.5/MoinMoin/web/flup_frontend.py,
line 159, in run_server
return WSGIServer(application).run()
  File /usr/lib/pymodules/python2.5/MoinMoin/web/_fallback_cgi.py,
line 69, in run
result = self.application(environ, start_response)
  File /usr/lib/pymodules/python2.5/werkzeug/wsgi.py, line 406, in __call__
return self.app(environ, start_response)
  File /usr/lib/pymodules/python2.5/MoinMoin/wsgiapp.py, line 281, in __call__
response = run(context)
  File /usr/lib/pymodules/python2.5/MoinMoin/wsgiapp.py, line 88, in run
response = dispatch(request, context, action_name)
  File /usr/lib/pymodules/python2.5/MoinMoin/wsgiapp.py, line 136, in dispatch
response = handle_action(context, pagename, action_name)
  File /usr/lib/pymodules/python2.5/MoinMoin/wsgiapp.py, line 195,
in handle_action
handler(context.page.page_name, context)
  File /usr/lib/pymodules/python2.5/MoinMoin/action/__init__.py,
line 261, in do_show
content_only=content_only,
  File /usr/lib/pymodules/python2.5/MoinMoin/Page.py, line 1109, in send_page
request.write(self.formatter.startDocument(self.page_name))
  File /usr/lib/pymodules/python2.5/MoinMoin/web/contexts.py, line
276, in write
self.request.stream.writelines(data)
AttributeError: 'cStringIO.StringI' object has no attribute 'writelines'
Premature end of script headers: moin.cgi


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF8, LC_CTYPE=fr_FR.UTF8 (charmap=UTF-8) (ignored:
LC_ALL set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-werkzeug depends on:
ii  libjs-jquery  1.4.1-1JavaScript library for dynamic web
ii  python2.5.4-9An interactive high-level object-o
ii  python-support1.0.6  automated rebuilding support for P

Versions of packages python-werkzeug recommends:
ii  python-simplejson 2.0.9-2simple, fast, extensible JSON enco

Versions of packages python-werkzeug suggests:
pn  ipython   none (no description available)
pn  python-genshi none (no description available)
pn  python-lxml   none (no description available)
ii  python-pkg-resources  0.6.10-1   Package Discovery and Resource Acc

-- no debconf information



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



Bug#554046: #554046 and uswsusp

2010-01-04 Thread di dit
2009/12/31 di dit didi...@gmail.com:
 Removing uswsusp helps here too (even if I don't understand why).

Correction: the bug still exists even after removing uswsusp. However it doesn't
occur as often. Maybe it occurs once every 10 hibernation (very rough
estimation)
while it occurred almost every time before.

didit



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



Bug#554046: #554046 and uswsusp

2009-12-31 Thread di dit
Removing uswsusp helps here too (even if I don't understand why).

didit.



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



Bug#450821: swfdec-mozilla: uninstallable because depends on unavailable libswfdec-0.5-4

2007-12-06 Thread di dit
Today, on unstable/amd64:

$ LANG=C sudo apt-get install swfdec-mozilla

returns:

The following packages have unmet dependencies:
  swfdec-mozilla: Depends: libswfdec-0.5-4 but it is not installable
E: Broken packages

Package libswfdec0.5-2 is available though. On i386, swfdec-mozilla
depends on this package.

didit.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#318719: some success - no sound

2006-06-14 Thread di dit

Reading the gdb output provided by Helge Kreutzmann, a problem related
to audiomixer::mus_handle appears so I decided to try tecnoballz
without sound. It turns out there is a command line option --nosound
for that purpose.

Running tecnoballz --nosound once is enough to play tecnoballz. This
command line option is not required the next times you want to run the
program. I didn't succeed to have the sound after that even if it does
not seem to be disabled in ~/.tlkgames/tecnoballz.conf.

Running tecnoballz the second time without ---nosound but with
--verbose returns this:
$ tecnoballz --verbose
LP64
===
  TECNOBALLZ START
===
mentatCode::first_init() [START]
ressources::locateFile(/var/games/tecnoballz/tecnoballz.hi) [START]
ressources::locateFile(cosinus128.list) [START]
ressources::locateFile() try /cosinus128.list
ressources::locateFile() try /usr/share/games/tecnoballz/cosinus128.list
ressources::locateFile(/usr/share/games/tecnoballz/cosinus128.list) END
audiomixer::initialise() audio disable

I have no idea why audio is disabled but at least I can play.

kernel: 2.6.16-2-em64t-p4-smp
debian amd64 port - unstable - up to date
tecnoballz version: 0.91cvs20060612-2

Hope this helps!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]