Bug#1015873: libtirpc: diff for NMU version 1.3.2-2.1

2022-08-03 Thread Josue Ortega
On Mon, Aug 01, 2022 at 09:55:07PM +0200, Salvatore Bonaccorso wrote:
> Control: tags 1015873 + patch
> Control: tags 1015873 + pending
> 
> 
> Dear maintainer,
> 
> I've prepared an NMU for libtirpc (versioned as 1.3.2-2.1) and
> uploaded it to DELAYED/5. Please feel free to tell me if I
> should delay it longer.
> 
> The corresponding merge request is at
> https://salsa.debian.org/debian/libtirpc/-/merge_requests/1 .
> 
> Regards,
> Salvatore


Hey Salvatore,

Thanks for working on this. My original plan was to work on the Stable patch
first and then work on the unstable solution. However, I couldn't find the
time to do it during this week. I'll be working in the stable patch over this
weekend. So, if you are so kind to delay the upload 5 more days, that would
be great.

Cheers,


-- Josue

signature.asc
Description: PGP signature


Bug#1001402: glueviz fails to start due to a wrong gluecore distribution

2021-12-09 Thread Josue Ortega
Package: glueviz
Version: 1.0.1+dfsg-1
Severity: grave
Tags: a11y, bullseye
Justification: renders package unusable


glueviz version 1.0.1+dfsg-1 fails to start in Debian Stable givent that 
is checking for gluecore 1.0.0 and the package provides is 1.0.1

Here is the log: 

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 568, in 
_build_master
ws.require(__requires__)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 886, in 
require
needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 777, in 
resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.VersionConflict: (glue-core 1.0.1+dfsg 
(/usr/lib/python3/dist-packages), Requirement.parse('glue_core==1.0.0'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/glue", line 6, in 
from pkg_resources import load_entry_point
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3243, 
in 
def _initialize_master_working_set():
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3226, 
in _call_aside
f(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3255, 
in _initialize_master_working_set
working_set = WorkingSet._build_master()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 570, in 
_build_master
return cls._build_from_requirements(__requires__)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 583, in 
_build_from_requirements
dists = ws.resolve(reqs, Environment())
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 772, in 
resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'glue_core==1.0.0' distribution was not 
found and is required by the applicationaa



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

Kernel: Linux 5.15.0-2-amd64 (SMP w/12 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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 glueviz depends on:
ii  ipython3 7.27.0-1
ii  python3  3.9.8-1
ii  python3-glue 1.0.1+dfsg-2
ii  python3-mpl-scatter-density  0.7-1
ii  python3-pandas   1.3.4+dfsg-7
ii  python3-pyqt55.15.6+dfsg-1+b1
ii  python3-qtconsole5.1.1-1
ii  python3-qtpy 1.9.0-3

Versions of packages glueviz recommends:
ii  python3-astrodendro0.2.0+dfsg1-2
pn  python3-spectral-cube  

glueviz suggests no packages.

-- no debconf information



Bug#935492: marked as done (rpcbind: Broadcast requests broken)

2019-09-09 Thread Josue Ortega
Hi,

I've proposed an update fixing this issue for the next Debian Buster point
release, for more details check:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939890

Regards,

Josue


signature.asc
Description: PGP signature


Bug#933268: closed by Josue Ortega (Bug#933268: fixed in rpcbind 1.2.5-5)

2019-08-06 Thread Josue Ortega
On Tue, Aug 06, 2019 at 09:35:28AM -0400, Felipe Sateler wrote:

> The idea was to let systemctl/systemd order the jobs in whatever way it saw
> fit, according to the ordering requirements of the units. If there is a bug
> somewhere, it is either in systemd,  or in rpcbind where an ordering
> requirement is missing.
> 
> Does the problem persist if you add After=rpcbind.socket to rpcbind.service?
>

Yes, the problem persists. This was one of my first aproaches to fix this.

Cheers,

--
Josue

signature.asc
Description: PGP signature


Bug#933268: closed by Josue Ortega

2019-08-06 Thread Josue Ortega
Hi Michael,

First, thanks for your help and heads up with this issue. 

On Tue, Aug 06, 2019 at 09:15:04AM +0200, Michael Biebl wrote:

> I don't think this is a proper fix. After all, you typically want a
> daemon to be restarted after upgrades so (security) fixes are applied.

I agree with you, actually I'm not very happy with the solution either. From my 
perspective (by now)
I'd rather to keep the service running and then the user could restart it under 
supervision after
the upgrade is done than let it keeping failing under the upgrade where maybe 
the final user
would not notice it after something is on fire.
I'm looking forward to find a better solution for this.
 
 > I also notice, that the above commit contains other (unrelated) changes
> which are not mentioned in the changelog.

 It's not a good idea try several fixes and (ab)use `git commit --amend` I lost 
control of
 some changes (related with the fix). Totally my bad, Sorry about this! I'll 
fix it in the next revision. 

> For the time being, I would suggest a different workaround, ie.
> restarting rpcbind.service and rpcbind.socket sequentially (or only
> rpcbind.service, I think that should be sufficient)

> So somehting like this:
> override_dh_installsystemd:
>  dh_installsystemd rpcbind.socket
>   dh_installsystemd rpcbind.service

I have tried this however rpcbind keeps failing at upgrade after the workaround 

> I'm not yet sure if this is a bug in systemd itself, in rpcbind or
> debhelper for generating such a code sequence, so CCing all affected
> parties.

Similar bug was filed two years ago upgrading to stretch:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865617

--
Josue


signature.asc
Description: PGP signature


Bug#924976: python3-kombu: Incompatible with python3-redis (>= 3)

2019-04-15 Thread Josue Ortega
Hi,

python-redis changed its API in version 3 breaking python-kombu. This has been 
fixed
in the latest upstream version. 
I've attached the debdiff with the fix for v4.2.1. If you don'have time to make 
this upload
let me know and I will upload it myself

Regards

Josue
diff -Nru kombu-4.2.1/debian/changelog kombu-4.2.1/debian/changelog
--- kombu-4.2.1/debian/changelog2019-03-01 13:03:25.0 -0600
+++ kombu-4.2.1/debian/changelog2019-04-15 07:11:18.0 -0600
@@ -1,3 +1,11 @@
+kombu (4.2.1-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add debian/patch/0005-Fix-compat-with-redis3.patch to fix compatibility 
with
+python-redis (>= 3) (Closes: #924976).
+
+ -- Josue Ortega   Mon, 15 Apr 2019 07:11:18 -0600
+
 kombu (4.2.1-2) unstable; urgency=high
 
   [ Ond??ej Nov?? ]
diff -Nru kombu-4.2.1/debian/patches/0005-Fix-compat-with-redis3.patch 
kombu-4.2.1/debian/patches/0005-Fix-compat-with-redis3.patch
--- kombu-4.2.1/debian/patches/0005-Fix-compat-with-redis3.patch
1969-12-31 18:00:00.0 -0600
+++ kombu-4.2.1/debian/patches/0005-Fix-compat-with-redis3.patch
2019-04-15 07:11:18.0 -0600
@@ -0,0 +1,41 @@
+Description: Fix compat with redis >= 3
+Author: Josue Ortega 
+Last-Update: 2019-04-15
+
+--- a/kombu/transport/redis.py
 b/kombu/transport/redis.py
+@@ -145,8 +145,14 @@
+ def append(self, message, delivery_tag):
+ delivery = message.delivery_info
+ EX, RK = delivery['exchange'], delivery['routing_key']
++
++# Redis-py changed the format of zadd args in v3.0.0
++zadd_args = [{delivery_tag: time()}]
++if redis.VERSION[0] < 3:
++zadd_args = [time(), delivery_tag]
++
+ with self.pipe_or_acquire() as pipe:
+-pipe.zadd(self.unacked_index_key, time(), delivery_tag) \
++pipe.zadd(self.unacked_index_key, *zadd_args) \
+ .hset(self.unacked_key, delivery_tag,
+   dumps([message._raw, EX, RK])) \
+ .execute()
+--- a/t/unit/transport/test_redis.py
 b/t/unit/transport/test_redis.py
+@@ -75,8 +75,14 @@
+ def sadd(self, key, member, *args):
+ self.sets[key].add(member)
+ 
+-def zadd(self, key, score1, member1, *args):
+-self.sets[key].add(member1)
++def zadd(self, key, *args):
++if redis.redis.VERSION[0] >= 3:
++(mapping,) = args
++for item in mapping:
++self.sets[key].add(item)
++else:
++(score1, member1) = args
++self.sets[key].add(member1)
+ 
+ def smembers(self, key):
+ return self.sets.get(key, set())
diff -Nru kombu-4.2.1/debian/patches/series kombu-4.2.1/debian/patches/series
--- kombu-4.2.1/debian/patches/series   2019-03-01 13:03:25.0 -0600
+++ kombu-4.2.1/debian/patches/series   2019-04-15 07:11:18.0 -0600
@@ -1,3 +1,4 @@
+0005-Fix-compat-with-redis3.patch
 0001-Remove-image-from-remote-donation-site-privacy-issue.patch
 0002-Disable-intershpinx-mapping-for-now.patch
 0003-Remove-pytest-sugar-from-test-requirements.patch


signature.asc
Description: PGP signature


Bug#884632: missing from backports

2019-03-28 Thread Josue Ortega
On Wed, Mar 27, 2019 at 12:40:08PM -0700, blathersc...@secmail.pro wrote:
> > I will upload the upstream version 1.19 to stretch-backports by now.
> 
> This command should work:
> 
> $ aptitude -t stretch-backports install rtv
> 
> But the backports version is still 1.14.1.

Hi

I have uploaded the fix to the Stretch backports:
https://ftp-master.debian.org/new/rtv_1.25.1+dfsg-1~bpo9+1.html

Currently it is in an approval queue, should be accepted in the next days.

Sorry for the inconvenience


signature.asc
Description: PGP signature


Bug#903448: Closed by mistake: ruby-websocket-parser,ruby-websocket: error when trying to install together

2018-12-29 Thread Josue Ortega
Control: reopen -1

Hi,
I have closed this bug by mistake (It was supposed to be closing #903438)
Sorry for any inconvenience

--
Josue Ortega

signature.asc
Description: PGP signature


Bug#802121: marked as pending

2015-12-20 Thread Josue Ortega
tag 802121 pending
thanks

Hello,

Bug #802121 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


http://git.debian.org/?p=python-modules/packages/pysvn.git;a=commitdiff;h=edc97fc

---
commit edc97fc6aec0e9fc94fd89ff9e12383acc2e94d8
Author: Josue Ortega <josueort...@debian.org.gt>
Date:   Sun Dec 20 17:10:29 2015 -0600

Removed python3 package version

diff --git a/debian/changelog b/debian/changelog
index 5c0bd01..e96a3d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,13 @@
 pysvn (1.8.0-1) UNRELEASED; urgency=medium
 
-  * New upstream release:
+  * New upstream release (Closes: #802121):
  - debian/patches/* updated to be compatible with the new upstream release.
   * debian/control:
  - Dependencies version updated.
  - set Standards-Version: 3.9.6 no changes required.
- - Bumped X-Python3-Version to 3.5.
   * debian/copyright:
  - Updated BSD license tag name to BSD-4-clause.
- - Paragraphs reordered.
-  * Added Python 3 version of the package.
-  * debian/rules: Removed override_dh_installdocs in order to avoid
-documentation conflicts between the Python 3 and Python 2 package.
+ - Paragraphs have been reordered.
 
  -- Josue Ortega <josueort...@debian.org.gt>  Sun, 01 Nov 2015 18:52:15 -0600
 



Bug#802121: pysvn: FTBFS: error: ‘svn

2015-12-20 Thread Josue Ortega
On Sun, Dec 20, 2015 at 06:01:10PM +0100, Raphael Hertzog wrote:
> On Wed, 18 Nov 2015, Hideki Yamane wrote:
> > On Sat, 17 Oct 2015 17:00:45 +0100 "Chris West (Faux)" 
> > <solo-debianb...@goeswhere.com> wrote:
> > > Source: pysvn
> > > Version: 1.7.8-1
> > > Severity: serious
> > > Justification: fails to build from source
> > 
> >  This FTBFS bug is fixed in new upstream release 1.8.0
> 
> Upstream 1.8.0 seems to be in the git repository, though not uploaded.
> Josue, is there any reason for that?

My intention was to get ready the Python 3 version to uploaded, but it
was not ready.

> pysvn has been dropped from testing because nobody fixed this bug in two
> months...
> 
> It would be nice to fix it and get the package back in testing.

I have pushed the new upstream release (Python 2 version only) that fixes this
bug to the DPMT git repo[1], I have now DM upload permissions for this package,
Can you upload this package for me?

[1]: https://anonscm.debian.org/cgit/python-modules/packages/pysvn.git

Cheers!

---
Josue Ortega
«Happy Hacking»
http://josueortega.org

signature.asc
Description: PGP signature


Bug#761686: cowbuilder: Unable to unmount dev/pts filesystem

2014-09-15 Thread Josue Ortega
Package: cowbuilder
Version: 0.73
Severity: grave

Dear Maintainer,

Cowbuilder fails at the moment when it tries to unmount the
filesystem from dev/pts
here is the output:

dpkg-buildpackage: full upload (original source is included)
I: Copying back the cached apt archive contents
I: unmounting dev/pts filesystem
W: Could not unmount dev/pts: umount: 
/var/cache/pbuilder/build/cow.6709/dev/pts: device is busy.
(In some cases useful info about processes that use
 the device is found by lsof(8) or fuser(1))
W: Retrying to unmount dev/pts in 5s

After waiting for several retries I decided to kill the process.
Also I've found that the result directory does not contain the resulting files
from the build

Hope this information is useful.

Cheers

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

Kernel: Linux 3.16-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_GT.UTF-8, LC_CTYPE=es_GT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cowbuilder depends on:
ii  cowdancer  0.73
ii  libc6  2.19-11
ii  pbuilder   0.215+nmu3

cowbuilder recommends no packages.

cowbuilder suggests no packages.

-- 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#711687: mysql-workbench: Fails to find /usr/lib/mysql-workbench/mysqlcppconn.so at connecting to a database

2013-06-08 Thread Josue Ortega
Package: mysql-workbench
Version: 5.2.47+dfsg-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

After upgrade to the current mysql-workbench version in sid I try to connect to 
to a database and I've got a window with the message: Failed to open library 
'/usr/lib/mysql-workbench/mysqlcppconn.so'

I checked if the library exists and I found that mysql-workbench/mysqlcppconn.co
was a symlink to /usr/lib/libmysqlcppconn.so.6. I noticed that the version 6 
libmysqlcppconn is not in the system anymore. I changed the symlink to the
version 7 of libymysqlcppconn and mysql-workbench worked it out.

Hope this bug report will be useful to check the install scripts 

Cheers
-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_GT.UTF-8, LC_CTYPE=es_GT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mysql-workbench depends on:
ii  libatkmm-1.6-1   2.22.7-1
ii  libc62.17-5
ii  libcairo21.12.14-4
ii  libctemplate22.2-3
ii  libgcc1  1:4.8.1-2
ii  libgdk-pixbuf2.0-0   2.28.1-2
ii  libgl1-mesa-glx [libgl1] 9.1.3-6
ii  libglib2.0-0 2.36.1-2build1
ii  libglibmm-2.4-1c2a   2.36.2-1
ii  libgnome-keyring03.8.0-2
ii  libgtk2.0-0  2.24.18-1
ii  libgtkmm-2.4-1c2a1:2.24.2-1
ii  liblua5.1-0  5.1.5-4
ii  libmysqlclient18 5.5.31+dfsg-1
ii  libmysqlcppconn7 1.1.3-3
ii  libodbc1 2.2.14p2-5
ii  libpango-1.0-0   1.32.5-5+b1
ii  libpangocairo-1.0-0  1.32.5-5+b1
ii  libpangomm-1.4-1 2.28.4-1
ii  libpcre3 1:8.31-2
ii  libpython2.7 2.7.5-5
ii  libsigc++-2.0-0c2a   2.2.10-0.2
ii  libsqlite3-0 3.7.17-1
ii  libstdc++6   4.8.1-2
ii  libtinyxml2.6.2  2.6.2-2
ii  libuuid1 2.20.1-5.4
ii  libx11-6 2:1.5.0-1+deb7u1
ii  libxml2  2.8.0+dfsg1-7+nmu1
ii  libzip2  0.10.1-1.1
ii  mysql-client-5.5 [mysql-client]  5.5.31+dfsg-1
ii  mysql-workbench-data 5.2.47+dfsg-1
ii  python   2.7.3-5
ii  python-mysql.connector   0.3.2-1
ii  python-paramiko  1.7.7.1-3.1
ii  python-pexpect   2.4-1
ii  python-pyodbc3.0.6-2
ii  python-pysqlite2 2.6.3-3
ii  python2.72.7.5-5
ii  unixodbc 2.2.14p2-5

Versions of packages mysql-workbench recommends:
ii  mysql-utilities 1.1.2-1
ii  ttf-bitstream-vera  1.10-8

Versions of packages mysql-workbench suggests:
ii  gnome-keyring  3.4.1-5

-- 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#679586: dia: Fails to run

2012-06-29 Thread Josue Ortega
Package: dia
Version: 0.97.2-8
Severity: grave
Justification: causes non-serious data loss

Dear Maintainer,


Dia doesn't run, it fails only shows up an blank splash and then it dies
the trace of this action is the following: 
The program 'dia-normal' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 1537 error_code 8 request_code 70 minor_code 0)

I'm running Awesome wm, if this could help.

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

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

Versions of packages dia depends on:
ii  dia-common  0.97.2-8
ii  dia-libs0.97.2-8
ii  libart-2.0-22.3.21-2
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-33
ii  libcairo2   1.12.2-2
ii  libfontconfig1  2.9.0-6
ii  libfreetype62.4.9-1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgtk2.0-0 2.24.10-1
ii  libpango1.0-0   1.30.0-1
ii  libpng12-0  1.2.49-1
ii  libxml2 2.8.0+dfsg1-4
ii  zlib1g  1:1.2.7.dfsg-13

Versions of packages dia recommends:
ii  gsfonts-x11  0.22

Version of xserver
xserver-xorg:
1:7.7+1


dia suggests no packages.

-- 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#623784: okular: Okular chrashes after opening pdf

2011-04-22 Thread josue ortega
Package: okular
Version: 4:4.4.5-2
Severity: grave
Justification: renders package unusable



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

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

Versions of packages okular depends on:
ii  kdebase-runtime 4:4.5.1-0r1  runtime components from the offici
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libfreetype62.4.4-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.6.0-2GCC support library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libkdecore5 4:4.5.1-0r1  the KDE Platform Core Library
ii  libkdeui5   4:4.5.1-0r1  the KDE Platform User Interface Li
ii  libkio5 4:4.5.1-0r1  the Network-enabled File Managemen
ii  libkparts4  4:4.5.1-0r1  the Framework for the KDE Platform
ii  libkpty44:4.5.1-0r1  the Pseudo Terminal Library for th
ii  libkutils4  4:4.5.1-0r1  dummy transitional library
ii  libokularcore1  4:4.4.5-2libraries for the Okular document 
ii  libphonon4  4:4.6.0really4.5.0-2 multimedia framework from KDE - co
ii  libpoppler-qt4-30.12.4-1.2   PDF rendering library (Qt 4 based 
ii  libqca2 2.0.2-1  libraries for the Qt Cryptographic
ii  libqimageblitz4 1:0.0.6-3QImageBlitz image effects library
ii  libqt4-dbus 4:4.7.2-3Qt 4 D-Bus module
ii  libqt4-svg  4:4.7.2-3Qt 4 SVG module
ii  libqt4-xml  4:4.7.2-3Qt 4 XML module
ii  libqtcore4  4:4.7.2-3Qt 4 core module
ii  libqtgui4   4:4.7.2-3Qt 4 GUI module
ii  libspectre1 0.2.6-1+b1   Library for rendering PostScript d
ii  libstdc++6  4.6.0-2  The GNU Standard C++ Library v3
ii  phonon  4:4.6.0really4.5.0-2 multimedia framework from KDE - me
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

okular recommends no packages.

Versions of packages okular suggests:
ii  ghostscript  9.01~dfsg-2 interpreter for the PostScript lan
ii  kttsd4:4.4.5-4   a Text-to-Speech system for KDE
pn  okular-extra-backendsnone  (no description available)
pn  poppler-data none  (no description available)
pn  texlive-binaries none  (no description available)
ii  unrar1:4.0.3-1   Unarchiver for .rar files (non-fre

-- no debconf information
The stack trace is: okular(10115)/kdecore (KConfigSkeleton) 
KCoreConfigSkeleton::writeConfig:
okular(10115)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
okular(10115)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
KCrash: Application 'okular' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/josue/.kde/socket-desktop/kdeinit4__0

[1]+  Detenidookular



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



Bug#599046: kmess: Everytime I log in Kmess crashes just after load all my contacts

2010-10-03 Thread josue ortega
Package: kmess
Version: 2.0.3-2+b1
Severity: grave
Justification: causes non-serious data loss



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

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

Versions of packages kmess depends on:
ii  kdebase-runtime 4:4.5.1-0r1  runtime components from the offici
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.4-17   GCC support library
ii  libgcrypt11 1.4.5-2  LGPL Crypto library - runtime libr
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libkdecore5 4:4.5.1-0r1  the KDE Platform Core Library
ii  libkdeui5   4:4.5.1-0r1  the KDE Platform User Interface Li
ii  libkhtml5   4:4.5.1-0r1  the KHTML Web Content Rendering En
ii  libkio5 4:4.5.1-0r1  the Network-enabled File Managemen
ii  libkjsapi4  4:4.5.1-0r1  the KJS API Library for the KDE De
ii  libknewstuff2-4 4:4.5.1-0r1  the Get Hot New Stuff v2 Library
ii  libknotifyconfig4   4:4.5.1-0r1  library for configuring KDE Notifi
ii  libkonq5a   4:4.5.1-0r2  core libraries for Konqueror
ii  libkparts4  4:4.5.1-0r1  the Framework for the KDE Platform
ii  libnepomuk4 4:4.5.1-0r1  the Nepomuk Meta Data Library
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libqca2-plugin-ossl 0.1~20070904-4   QCA OSSL plugin for libqca2
ii  libqt4-dbus 4:4.6.3-2Qt 4 D-Bus module
ii  libqt4-network  4:4.6.3-2Qt 4 network module
ii  libqt4-svg  4:4.6.3-2Qt 4 SVG module
ii  libqt4-test 4:4.6.3-2Qt 4 test module
ii  libqt4-xml  4:4.6.3-2Qt 4 XML module
ii  libqtcore4  4:4.6.3-2Qt 4 core module
ii  libqtgui4   4:4.6.3-2Qt 4 GUI module
ii  libsolid4   4:4.5.1-0r1  Solid Library for KDE Platform
ii  libsoprano4 2.5.0+dfsg.1-1   libraries for the Soprano RDF fram
ii  libstdc++6  4.4.4-17 The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxslt1.1  1.1.26-6 XSLT 1.0 processing library - runt
ii  libxss1 1:1.2.0-2X11 Screen Saver extension library
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime

kmess recommends no packages.

Versions of packages kmess suggests:
ii  konqueror4:4.5.1-0r2 advanced file manager, web browser

-- 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