SystemError: dynamic module not initalized correctky

Bug #24983 reported by Debian Bug Importer
6
Affects Status Importance Assigned to Milestone
openoffice.org2 (Debian)
Fix Released
Unknown
openoffice.org2 (Ubuntu)
Fix Released
High
Matthias Klose

Bug Description

Automatically imported from Debian bug report #316030 http://bugs.debian.org/316030

Revision history for this message
In , Rene Engelhard (rene-debian) wrote : Re: Bug#316030: python-uno: appears to be completely broken

tag 216030 + experimental
clone 216030 -1
retitle -1 does not find libstdc++6 (missing depenency / broken RPATH)
severity -1 serious
retitle 216030 SystemError: dynamic module not initalized correctky
severity 216030 grave
thanks

Hi,

Brian May wrote:
> (from experimental)

Why don't you tag it experimental then?

> Two issues, the first one should be easy to fix, not sure about the
> second:

ARGL. Why do you report two bugs in one? Report *one* bug for *one*
issue. And you of course got the severity wrong anyway. Cleaning up.

> >>> import uno
> >>> import uno
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/usr/lib/python2.3/site-packages/uno.py", line 62, in ?
> import pyuno
> ImportError: libstdc++.so.6: cannot open shared object file: No such file or directory
>
> Installing libstdc++6 fixed this, I suspect a missing dependancy.

That version of OOo comes with libstdc++6 and pyuno's libs have a
RPATH, but iirc I read a few days ago that this one is broken upstream
atm.

> The second problem:
>
> >>> import uno
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/usr/lib/python2.3/site-packages/uno.py", line 62, in ?
> import pyuno
> SystemError: dynamic module not initialized properly

Yes. This is known. But I have nothing no no clue about python...

> I found a reference to this error in
> <URL:http://bibus-biblio.sourceforge.net/html/en/LinuxInstall.html>. This
> reference appears to be old, so I am not sure it is relevant or not. It says
> the Debian version of python is compiled with UCS4 but python-uno only supports
> UCS2.
>
> Do you know if this is the problem, or is this just a red herring?

It's fixed. 1.9.x's pyuno should find out whether python uses UCS2 or UCS4
and run/compile appropriately. At least something for that was done
upstream... I'll look/ask...

Regards,

Rene

Revision history for this message
In , Rene-rene-engelhard (rene-rene-engelhard) wrote : [rene@debian.org: Re: Bug#316030: python-uno: appears to be completely broken]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

tag 316030 + experimental
clone 316030 -1
retitle -1 does not find libstdc++6 (missing depenency / broken RPATH)
severity -1 serious
retitle 316030 SystemError: dynamic module not initalized correctky
severity 316030 grave
thanks

Gr??e/Regards,

Ren?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCwQWe+FmQsCSK63MRAhVLAJ9K2p7rQbeKBbjS9f3kZLBFTIWWTQCfQg/c
Rl/nQze4oyLGvxVM67d1S40=
=4h4c
-----END PGP SIGNATURE-----

Revision history for this message
In , Brian May (bam) wrote : Re: Bug#316030: python-uno: appears to be completely broken

On Tue, Jun 28, 2005 at 09:56:37AM +0200, Rene Engelhard wrote:
> Why don't you tag it experimental then?

I didn't think of it until too late, sorry.

> ARGL. Why do you report two bugs in one? Report *one* bug for *one*
> issue. And you of course got the severity wrong anyway. Cleaning up.

Thanks. Sorry.

> > The second problem:
> >
> > >>> import uno
> > Traceback (most recent call last):
> > File "<stdin>", line 1, in ?
> > File "/usr/lib/python2.3/site-packages/uno.py", line 62, in ?
> > import pyuno
> > SystemError: dynamic module not initialized properly
>
> Yes. This is known. But I have nothing no no clue about python...

It would appear to be because:

1. python can't find the shared library, need to set LD_LIBRARY_PATH to
/usr/lib/openoffice2/program. Ideally the library should go somewhere
where python can see it.

2. the default config in /usr/lib/openoffice2/program/pyunorc is wrong,
it needs to be changed to:

--- cut ---
[Bootstrap]
PYUNO_SHARED_PACKAGES=${$ORIGIN/bootstraprc:BaseInstallation}/share/uno_packages/cache
PYUNO_USER_PACKAGES=${$ORIGIN/bootstraprc:UserInstallation}/user/uno_packages/cache
UNO_TYPES=$ORIGIN/types.rdb ?$PYUNO_SHARED_PACKAGES/types.rdb
?$PYUNO_USER_PACKAGES/types.rdb
UNO_SERVICES=?$PYUNO_USER_PACKAGES/services.rdb
?$PYUNO_SHARED_PACKAGES/services.rdb $ORIGIN/services.rdb
--- cut ---

According to advice I found at:
<URL:http://people.ubuntu.com/~fabbione/irclogs/ubuntu-devel-2005-05-10.html>

It appears to work now.
--
Brian May <email address hidden>

Revision history for this message
In , Rene Engelhard (rene-debian) wrote :

Hi,

Am Mittwoch, 29. Juni 2005 04:44 schrieben Sie:
> > Yes. This is known. But I have nothing no no clue about python...
>
> It would appear to be because:
>
> 1. python can't find the shared library, need to set LD_LIBRARY_PATH to
> /usr/lib/openoffice2/program. Ideally the library should go somewhere
> where python can see it.

Hmmyeah.

> 2. the default config in /usr/lib/openoffice2/program/pyunorc is wrong,
> it needs to be changed to:
>
> --- cut ---
> [Bootstrap]
> PYUNO_SHARED_PACKAGES=${$ORIGIN/bootstraprc:BaseInstallation}/share/uno_pac
>kages/cache
> PYUNO_USER_PACKAGES=${$ORIGIN/bootstraprc:UserInstallation}/user/uno_packag
>es/cache UNO_TYPES=$ORIGIN/types.rdb ?$PYUNO_SHARED_PACKAGES/types.rdb
> ?$PYUNO_USER_PACKAGES/types.rdb
> UNO_SERVICES=?$PYUNO_USER_PACKAGES/services.rdb
> ?$PYUNO_SHARED_PACKAGES/services.rdb $ORIGIN/services.rdb
> --- cut ---

diff? Best to the pyunorc changing in debian/rules?

> According to advice I found at:
> <URL:http://people.ubuntu.com/~fabbione/irclogs/ubuntu-devel-2005-05-10.htm

Interesting, but you could have just posted the relevant stuff, not the rest
of a channel I don't really care of since it's Ubuntu.

> It appears to work now.

Thanks, will look.

Regards,

Rene
--
 .''`. René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `' <email address hidden> | GnuPG-Key ID: 248AEB73
   `- Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73

Revision history for this message
In , Rene Engelhard (rene-engelhard) wrote : tagging 316030

tags 316030 + pending

Revision history for this message
In , Rene Engelhard (rene-debian) wrote : Fixed in upload of openoffice.org2 1.9.121-2 to experimental
Download full text (15.4 KiB)

tag 206362 + fixed-in-experimental
tag 316030 + fixed-in-experimental
tag 320728 + fixed-in-experimental
tag 322598 + fixed-in-experimental

quit

This message was generated automatically in response to an
upload to the experimental distribution. The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 11 Aug 2005 20:43:23 +0200
Source: openoffice.org2
Binary: openoffice.org2-l10n-af openoffice.org2-l10n-nn openoffice.org2-dev openoffice.org2-officebean openoffice.org2-math python-uno openoffice.org2-calc openoffice.org2-writer openoffice.org2-gnome openoffice.org2-l10n-hr openoffice.org2-dev-doc openoffice.org2-l10n-es openoffice.org2-l10n-et openoffice.org2-l10n-tr openoffice.org2-l10n-nl openoffice.org2-l10n-nb openoffice.org2-l10n-cy openoffice.org2-l10n-sk openoffice.org2-l10n-da openoffice.org2-l10n-cs mozilla-openoffice.org openoffice.org2-l10n-fi openoffice.org2-evolution openoffice.org2-filter-so52 openoffice.org2-l10n-ja openoffice.org2-l10n-bg openoffice.org2 openoffice.org2-draw openoffice.org2-impress openoffice.org2-l10n-pa-in openoffice.org2-l10n-zu openoffice.org2-l10n-bs openoffice.org2-l10n-ru openoffice.org2-l10n-sv openoffice.org2-l10n-pl openoffice.org2-common openoffice.org2-l10n-lt ttf-opensymbol openoffice.org2-jars-native openoffice.org2-kde openoffice.org2-l10n-pt-br openoffice.org2-l10n-en-us openoffice.org2-l10n-be-by openoffice.org2-l10n-xh openoffice.org2-l10n-fr openoffice.org2-base openoffice.org2-l10n-hu openoffice.org2-l10n-en-gb openoffice.org2-l10n-ko openoffice.org2-l10n-it openoffice.org2-l10n-zh-cn openoffice.org2-l10n-bn openoffice.org2-l10n-zh-tw openoffice.org2-l10n-gu-in openoffice.org2-core openoffice.org2-l10n-de
Architecture: source all i386 powerpc
Version: 1.9.121-2
Distribution: experimental
Urgency: low
Maintainer: Debian OpenOffice Team <email address hidden>
Changed-By: Rene Engelhard <email address hidden>
Description:
 mozilla-openoffice.org - OpenOffice.org Mozilla plugin
 openoffice.org2 - OpenOffice.org Office suite version 2.0
 openoffice.org2-base - OpenOffice.org office suite - database
 openoffice.org2-calc - OpenOffice.org office suite - spreadsheet
 openoffice.org2-common - OpenOffice.org office suite architecture independent files
 openoffice.org2-core - OpenOffice.org office suite architecture dependent files
 openoffice.org2-dev - OpenOffice.org SDK -- development files
 openoffice.org2-dev-doc - OpenOffice.org SDK -- documentation
 openoffice.org2-draw - OpenOffice.org office suite - drawing
 openoffice.org2-evolution - Evolution Addressbook support for OpenOffice.org
 openoffice.org2-filter-so52 - OpenOffice.org Legacy (Star Office 5.2) filters
 openoffice.org2-gnome - GNOME Integration for OpenOffice.org (Widgets, Dialogs, VFS, GCon
 openoffice.org2-impress - OpenOffice.org office suite - presentation
 openoffice.org2-l10n-af - Afrikaans language package for OpenOffice.org
 openoffice.org2-l10n-be-by - Belarussian language package for OpenOffice.org
 openoffice.org2-l10n-bg - Bulgarian language package for OpenOffice.org
 openoffice.org2-l10n-bn - Bengali language package for OpenOffice.org
 openoffice.org2-l10n-bs - Bosni...

Revision history for this message
In , Rene Engelhard (rene-debian) wrote : fixed in 1.9.121-2

Hi.

these bugs are fixed in 1.9.121-2.
experimental -> fixed-in-experimental -> close.

Regards,

Rene
--
 .''`. René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `' <email address hidden> | GnuPG-Key ID: 248AEB73
   `- Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73

Revision history for this message
In , Rene Engelhard (rene-debian) wrote : Bug#316030: fixed in openoffice.org 2.0.0-1
Download full text (52.8 KiB)

Source: openoffice.org
Source-Version: 2.0.0-1

We believe that the bug you reported is fixed in the latest version of
openoffice.org, which is due to be installed in the Debian FTP archive:

libmythes-dev_2.0.0-1_i386.deb
  to pool/main/o/openoffice.org/libmythes-dev_2.0.0-1_i386.deb
mozilla-openoffice.org_2.0.0-1_i386.deb
  to pool/main/o/openoffice.org/mozilla-openoffice.org_2.0.0-1_i386.deb
openoffice.org-base_2.0.0-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-base_2.0.0-1_i386.deb
openoffice.org-calc_2.0.0-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-calc_2.0.0-1_i386.deb
openoffice.org-common_2.0.0-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-common_2.0.0-1_all.deb
openoffice.org-core_2.0.0-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-core_2.0.0-1_i386.deb
openoffice.org-dev-doc_2.0.0-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-dev-doc_2.0.0-1_all.deb
openoffice.org-dev_2.0.0-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-dev_2.0.0-1_i386.deb
openoffice.org-draw_2.0.0-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-draw_2.0.0-1_i386.deb
openoffice.org-evolution_2.0.0-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-evolution_2.0.0-1_i386.deb
openoffice.org-filter-so52_2.0.0-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-filter-so52_2.0.0-1_i386.deb
openoffice.org-gnome_2.0.0-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-gnome_2.0.0-1_i386.deb
openoffice.org-hunspell_1.1-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-hunspell_1.1-1_i386.deb
openoffice.org-impress_2.0.0-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-impress_2.0.0-1_i386.deb
openoffice.org-java-common_2.0.0-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-java-common_2.0.0-1_all.deb
openoffice.org-kde_2.0.0-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-kde_2.0.0-1_i386.deb
openoffice.org-l10n-af_2.0.0-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-af_2.0.0-1_all.deb
openoffice.org-l10n-be-by_2.0.0-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-be-by_2.0.0-1_all.deb
openoffice.org-l10n-bg_2.0.0-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-bg_2.0.0-1_all.deb
openoffice.org-l10n-bn_2.0.0-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-bn_2.0.0-1_all.deb
openoffice.org-l10n-ca_2.0.0-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-ca_2.0.0-1_all.deb
openoffice.org-l10n-cs_2.0.0-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-cs_2.0.0-1_all.deb
openoffice.org-l10n-cy_2.0.0-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-cy_2.0.0-1_all.deb
openoffice.org-l10n-da_2.0.0-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-da_2.0.0-1_all.deb
openoffice.org-l10n-de_2.0.0-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-de_2.0.0-1_all.deb
openoffice.org-l10n-el_2.0.0-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-el_2.0.0-1_all.deb
openoffice.org-l10n-en-gb_2.0.0-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-en-gb_2.0.0-1_all.deb
openoffice.org-l10n-en-us_2.0.0-1_all.deb
  to...

Revision history for this message
In , Rene Engelhard (rene-engelhard) wrote : reopening 316030, found 316030 in 2.0.0-2

reopen 316030
found 316030 2.0.0-2

Revision history for this message
In , Rene Engelhard (rene-engelhard) wrote : tagging 316030, tagging 316030, found 316030 in 2.0.0-1

tags 316030 - experimental
tags 316030 - fixed-in-experimental
found 316030 2.0.0-1

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #316030 http://bugs.debian.org/316030

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Tue, 28 Jun 2005 11:31:31 +1000
From: Brian May <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: python-uno: appears to be completely broken

Package: python-uno
Version: 1.9.108-1
Severity: important

(from experimental)

Two issues, the first one should be easy to fix, not sure about the
second:

>>> import uno
>>> import uno
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/uno.py", line 62, in ?
    import pyuno
ImportError: libstdc++.so.6: cannot open shared object file: No such file or directory

Installing libstdc++6 fixed this, I suspect a missing dependancy.

The second problem:

>>> import uno
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/uno.py", line 62, in ?
    import pyuno
SystemError: dynamic module not initialized properly

I found a reference to this error in
<URL:http://bibus-biblio.sourceforge.net/html/en/LinuxInstall.html>. This
reference appears to be old, so I am not sure it is relevant or not. It says
the Debian version of python is compiled with UCS4 but python-uno only supports
UCS2.

Do you know if this is the problem, or is this just a red herring?

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=en_AU.UTF8, LC_CTYPE=en_AU.UTF8 (charmap=UTF-8)

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 28 Jun 2005 09:56:37 +0200
From: Rene Engelhard <email address hidden>
To: Brian May <email address hidden>, <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#316030: python-uno: appears to be completely broken

--HcAYCG3uE/tztfnV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

tag 216030 + experimental
clone 216030 -1
retitle -1 does not find libstdc++6 (missing depenency / broken RPATH)
severity -1 serious
retitle 216030 SystemError: dynamic module not initalized correctky
severity 216030 grave
thanks

Hi,

Brian May wrote:
> (from experimental)

Why don't you tag it experimental then?

> Two issues, the first one should be easy to fix, not sure about the
> second:

ARGL. Why do you report two bugs in one? Report *one* bug for *one*
issue. And you of course got the severity wrong anyway. Cleaning up.

> >>> import uno
> >>> import uno
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/usr/lib/python2.3/site-packages/uno.py", line 62, in ?
> import pyuno
> ImportError: libstdc++.so.6: cannot open shared object file: No such file=
 or directory
>=20
> Installing libstdc++6 fixed this, I suspect a missing dependancy.

That version of OOo comes with libstdc++6 and pyuno's libs have a
RPATH, but iirc I read a few days ago that this one is broken upstream
atm.

> The second problem:
>=20
> >>> import uno
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/usr/lib/python2.3/site-packages/uno.py", line 62, in ?
> import pyuno
> SystemError: dynamic module not initialized properly

Yes. This is known. But I have nothing no no clue about python...

> I found a reference to this error in
> <URL:http://bibus-biblio.sourceforge.net/html/en/LinuxInstall.html>. This
> reference appears to be old, so I am not sure it is relevant or not. It =
says
> the Debian version of python is compiled with UCS4 but python-uno only su=
pports
> UCS2.
>=20
> Do you know if this is the problem, or is this just a red herring?

It's fixed. 1.9.x's pyuno should find out whether python uses UCS2 or UCS4
and run/compile appropriately. At least something for that was done
upstream... I'll look/ask...

Regards,

Rene

--HcAYCG3uE/tztfnV
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCwQK0+FmQsCSK63MRAu41AJ0Z2qj+n5FF62OKwMDG6tCGAY0i5QCfSvva
zhM8GwBSlfxMhMMWmZ2WLJ8=
=WKSn
-----END PGP SIGNATURE-----

--HcAYCG3uE/tztfnV--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 28 Jun 2005 10:09:41 +0200
From: Rene Engelhard <email address hidden>
To: <email address hidden>
Subject: [<email address hidden>: Re: Bug#316030: python-uno: appears to be completely broken]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

tag 316030 + experimental
clone 316030 -1
retitle -1 does not find libstdc++6 (missing depenency / broken RPATH)
severity -1 serious
retitle 316030 SystemError: dynamic module not initalized correctky
severity 316030 grave
thanks

Gr??e/Regards,

Ren?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCwQWe+FmQsCSK63MRAhVLAJ9K2p7rQbeKBbjS9f3kZLBFTIWWTQCfQg/c
Rl/nQze4oyLGvxVM67d1S40=
=4h4c
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 29 Jun 2005 12:44:08 +1000
From: Brian May <email address hidden>
To: Rene Engelhard <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#316030: python-uno: appears to be completely broken

On Tue, Jun 28, 2005 at 09:56:37AM +0200, Rene Engelhard wrote:
> Why don't you tag it experimental then?

I didn't think of it until too late, sorry.

> ARGL. Why do you report two bugs in one? Report *one* bug for *one*
> issue. And you of course got the severity wrong anyway. Cleaning up.

Thanks. Sorry.

> > The second problem:
> >
> > >>> import uno
> > Traceback (most recent call last):
> > File "<stdin>", line 1, in ?
> > File "/usr/lib/python2.3/site-packages/uno.py", line 62, in ?
> > import pyuno
> > SystemError: dynamic module not initialized properly
>
> Yes. This is known. But I have nothing no no clue about python...

It would appear to be because:

1. python can't find the shared library, need to set LD_LIBRARY_PATH to
/usr/lib/openoffice2/program. Ideally the library should go somewhere
where python can see it.

2. the default config in /usr/lib/openoffice2/program/pyunorc is wrong,
it needs to be changed to:

--- cut ---
[Bootstrap]
PYUNO_SHARED_PACKAGES=${$ORIGIN/bootstraprc:BaseInstallation}/share/uno_packages/cache
PYUNO_USER_PACKAGES=${$ORIGIN/bootstraprc:UserInstallation}/user/uno_packages/cache
UNO_TYPES=$ORIGIN/types.rdb ?$PYUNO_SHARED_PACKAGES/types.rdb
?$PYUNO_USER_PACKAGES/types.rdb
UNO_SERVICES=?$PYUNO_USER_PACKAGES/services.rdb
?$PYUNO_SHARED_PACKAGES/services.rdb $ORIGIN/services.rdb
--- cut ---

According to advice I found at:
<URL:http://people.ubuntu.com/~fabbione/irclogs/ubuntu-devel-2005-05-10.html>

It appears to work now.
--
Brian May <email address hidden>

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Wed, 29 Jun 2005 13:25:26 +0200
From: Rene Engelhard <email address hidden>
To: Brian May <email address hidden>,
 <email address hidden>
Subject: Re: Bug#316030: python-uno: appears to be completely broken

Hi,

Am Mittwoch, 29. Juni 2005 04:44 schrieben Sie:
> > Yes. This is known. But I have nothing no no clue about python...
>
> It would appear to be because:
>
> 1. python can't find the shared library, need to set LD_LIBRARY_PATH to
> /usr/lib/openoffice2/program. Ideally the library should go somewhere
> where python can see it.

Hmmyeah.

> 2. the default config in /usr/lib/openoffice2/program/pyunorc is wrong,
> it needs to be changed to:
>
> --- cut ---
> [Bootstrap]
> PYUNO_SHARED_PACKAGES=3D${$ORIGIN/bootstraprc:BaseInstallation}/share/uno=
_pac
>kages/cache
> PYUNO_USER_PACKAGES=3D${$ORIGIN/bootstraprc:UserInstallation}/user/uno_pa=
ckag
>es/cache UNO_TYPES=3D$ORIGIN/types.rdb ?$PYUNO_SHARED_PACKAGES/types.rdb
> ?$PYUNO_USER_PACKAGES/types.rdb
> UNO_SERVICES=3D?$PYUNO_USER_PACKAGES/services.rdb
> ?$PYUNO_SHARED_PACKAGES/services.rdb $ORIGIN/services.rdb
> --- cut ---

diff? Best to the pyunorc changing in debian/rules?

> According to advice I found at:
> <URL:http://people.ubuntu.com/~fabbione/irclogs/ubuntu-devel-2005-05-10.h=
tm

Interesting, but you could have just posted the relevant stuff, not the res=
t=20
of a channel I don't really care of since it's Ubuntu.

> It appears to work now.

Thanks, will look.

Regards,

Rene
=2D-=20
 .''`. Ren=E9 Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `' <email address hidden> | GnuPG-Key ID: 248AEB73
   `- Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <20050807190928.5658613E64@localhost>
Date: Sun, 7 Aug 2005 21:09:28 +0200 (CEST)
From: <email address hidden> (Rene Engelhard)
To: <email address hidden>
Subject: tagging 316030

tags 316030 + pending

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (15.8 KiB)

Message-Id: <email address hidden>
Date: Fri, 12 Aug 2005 06:47:55 -0700
From: Rene Engelhard <email address hidden>
To: <email address hidden>
Cc: Rene Engelhard <email address hidden>, Debian OpenOffice Team <email address hidden>
Subject: Fixed in upload of openoffice.org2 1.9.121-2 to experimental

tag 206362 + fixed-in-experimental
tag 316030 + fixed-in-experimental
tag 320728 + fixed-in-experimental
tag 322598 + fixed-in-experimental

quit

This message was generated automatically in response to an
upload to the experimental distribution. The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 11 Aug 2005 20:43:23 +0200
Source: openoffice.org2
Binary: openoffice.org2-l10n-af openoffice.org2-l10n-nn openoffice.org2-dev openoffice.org2-officebean openoffice.org2-math python-uno openoffice.org2-calc openoffice.org2-writer openoffice.org2-gnome openoffice.org2-l10n-hr openoffice.org2-dev-doc openoffice.org2-l10n-es openoffice.org2-l10n-et openoffice.org2-l10n-tr openoffice.org2-l10n-nl openoffice.org2-l10n-nb openoffice.org2-l10n-cy openoffice.org2-l10n-sk openoffice.org2-l10n-da openoffice.org2-l10n-cs mozilla-openoffice.org openoffice.org2-l10n-fi openoffice.org2-evolution openoffice.org2-filter-so52 openoffice.org2-l10n-ja openoffice.org2-l10n-bg openoffice.org2 openoffice.org2-draw openoffice.org2-impress openoffice.org2-l10n-pa-in openoffice.org2-l10n-zu openoffice.org2-l10n-bs openoffice.org2-l10n-ru openoffice.org2-l10n-sv openoffice.org2-l10n-pl openoffice.org2-common openoffice.org2-l10n-lt ttf-opensymbol openoffice.org2-jars-native openoffice.org2-kde openoffice.org2-l10n-pt-br openoffice.org2-l10n-en-us openoffice.org2-l10n-be-by openoffice.org2-l10n-xh openoffice.org2-l10n-fr openoffice.org2-base openoffice.org2-l10n-hu openoffice.org2-l10n-en-gb openoffice.org2-l10n-ko openoffice.org2-l10n-it openoffice.org2-l10n-zh-cn openoffice.org2-l10n-bn openoffice.org2-l10n-zh-tw openoffice.org2-l10n-gu-in openoffice.org2-core openoffice.org2-l10n-de
Architecture: source all i386 powerpc
Version: 1.9.121-2
Distribution: experimental
Urgency: low
Maintainer: Debian OpenOffice Team <email address hidden>
Changed-By: Rene Engelhard <email address hidden>
Description:
 mozilla-openoffice.org - OpenOffice.org Mozilla plugin
 openoffice.org2 - OpenOffice.org Office suite version 2.0
 openoffice.org2-base - OpenOffice.org office suite - database
 openoffice.org2-calc - OpenOffice.org office suite - spreadsheet
 openoffice.org2-common - OpenOffice.org office suite architecture independent files
 openoffice.org2-core - OpenOffice.org office suite architecture dependent files
 openoffice.org2-dev - OpenOffice.org SDK -- development files
 openoffice.org2-dev-doc - OpenOffice.org SDK -- documentation
 openoffice.org2-draw - OpenOffice.org office suite - drawing
 openoffice.org2-evolution - Evolution Addressbook support for OpenOffice.org
 openoffice.org2-filter-so52 - OpenOffice.org Legacy (Star Office 5.2) filters
 openoffice.org2-gnome - GNOME Integration for OpenOffice.org (Widgets, Dialogs, VFS, GCon
 openoffice.org2-impress - OpenOffice.org office suite - presentation
 ope...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Fri, 12 Aug 2005 16:18:05 +0200
From: Rene Engelhard <email address hidden>
To: <email address hidden>, <email address hidden>, <email address hidden>,
 <email address hidden>
Subject: fixed in 1.9.121-2

Hi.

these bugs are fixed in 1.9.121-2.
experimental -> fixed-in-experimental -> close.

Regards,

Rene
=2D-=20
 .''`. Ren=E9 Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `' <email address hidden> | GnuPG-Key ID: 248AEB73
   `- Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <20051103223536.1E6CC27C8D@frodo>
Date: Thu, 3 Nov 2005 23:35:36 +0100 (CET)
From: <email address hidden> (Rene Engelhard)
To: <email address hidden>
Subject: reopening 316030, found 316030 in 2.0.0-2

reopen 316030
found 316030 2.0.0-2

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <20051103225133.CA4E227C8D@frodo>
Date: Thu, 3 Nov 2005 23:51:33 +0100 (CET)
From: <email address hidden> (Rene Engelhard)
To: <email address hidden>
Subject: tagging 316030, tagging 316030, found 316030 in 2.0.0-1

tags 316030 - experimental
tags 316030 - fixed-in-experimental
found 316030 2.0.0-1

Revision history for this message
In , Rene Engelhard (rene-engelhard) wrote : tagging 316030, tagging 337309, tagging 338523, tagging 336655, tagging 337970, tagging 315428

tags 316030 + pending
tags 337309 + pending
tags 338523 + pending
tags 336655 + pending
tags 337970 + pending
tags 315428 + pending

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <20051112163933.07DFA6A1EE@localhost>
Date: Sat, 12 Nov 2005 17:39:33 +0100 (CET)
From: <email address hidden> (Rene Engelhard)
To: <email address hidden>
Subject: tagging 316030, tagging 337309, tagging 338523, tagging 336655, tagging 337970,
 tagging 315428

tags 316030 + pending
tags 337309 + pending
tags 338523 + pending
tags 336655 + pending
tags 337970 + pending
tags 315428 + pending

Revision history for this message
In , Rene Engelhard (rene-debian) wrote : Bug#316030: fixed in openoffice.org 2.0.0-3
Download full text (25.0 KiB)

Source: openoffice.org
Source-Version: 2.0.0-3

We believe that the bug you reported is fixed in the latest version of
openoffice.org, which is due to be installed in the Debian FTP archive:

libmythes-dev_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/libmythes-dev_2.0.0-3_i386.deb
mozilla-openoffice.org_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/mozilla-openoffice.org_2.0.0-3_i386.deb
openoffice.org-base_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-base_2.0.0-3_i386.deb
openoffice.org-calc_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-calc_2.0.0-3_i386.deb
openoffice.org-common_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-common_2.0.0-3_all.deb
openoffice.org-core_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-core_2.0.0-3_i386.deb
openoffice.org-dev-doc_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-dev-doc_2.0.0-3_all.deb
openoffice.org-dev_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-dev_2.0.0-3_i386.deb
openoffice.org-draw_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-draw_2.0.0-3_i386.deb
openoffice.org-evolution_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-evolution_2.0.0-3_i386.deb
openoffice.org-filter-so52_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-filter-so52_2.0.0-3_i386.deb
openoffice.org-gnome_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-gnome_2.0.0-3_i386.deb
openoffice.org-hunspell_1.1-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-hunspell_1.1-3_i386.deb
openoffice.org-impress_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-impress_2.0.0-3_i386.deb
openoffice.org-java-common_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-java-common_2.0.0-3_all.deb
openoffice.org-kde_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-kde_2.0.0-3_i386.deb
openoffice.org-l10n-af_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-af_2.0.0-3_all.deb
openoffice.org-l10n-be-by_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-be-by_2.0.0-3_all.deb
openoffice.org-l10n-bg_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-bg_2.0.0-3_all.deb
openoffice.org-l10n-bn_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-bn_2.0.0-3_all.deb
openoffice.org-l10n-ca_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-ca_2.0.0-3_all.deb
openoffice.org-l10n-cs_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-cs_2.0.0-3_all.deb
openoffice.org-l10n-cy_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-cy_2.0.0-3_all.deb
openoffice.org-l10n-da_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-da_2.0.0-3_all.deb
openoffice.org-l10n-de_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-de_2.0.0-3_all.deb
openoffice.org-l10n-el_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-el_2.0.0-3_all.deb
openoffice.org-l10n-en-gb_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-en-gb_2.0.0-3_all.deb
openoffice.org-l10n-en-us_2.0.0-3_all.deb
  to...

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (25.2 KiB)

Message-Id: <email address hidden>
Date: Tue, 29 Nov 2005 15:50:47 -0800
From: Rene Engelhard <email address hidden>
To: <email address hidden>
Subject: Bug#316030: fixed in openoffice.org 2.0.0-3

Source: openoffice.org
Source-Version: 2.0.0-3

We believe that the bug you reported is fixed in the latest version of
openoffice.org, which is due to be installed in the Debian FTP archive:

libmythes-dev_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/libmythes-dev_2.0.0-3_i386.deb
mozilla-openoffice.org_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/mozilla-openoffice.org_2.0.0-3_i386.deb
openoffice.org-base_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-base_2.0.0-3_i386.deb
openoffice.org-calc_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-calc_2.0.0-3_i386.deb
openoffice.org-common_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-common_2.0.0-3_all.deb
openoffice.org-core_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-core_2.0.0-3_i386.deb
openoffice.org-dev-doc_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-dev-doc_2.0.0-3_all.deb
openoffice.org-dev_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-dev_2.0.0-3_i386.deb
openoffice.org-draw_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-draw_2.0.0-3_i386.deb
openoffice.org-evolution_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-evolution_2.0.0-3_i386.deb
openoffice.org-filter-so52_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-filter-so52_2.0.0-3_i386.deb
openoffice.org-gnome_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-gnome_2.0.0-3_i386.deb
openoffice.org-hunspell_1.1-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-hunspell_1.1-3_i386.deb
openoffice.org-impress_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-impress_2.0.0-3_i386.deb
openoffice.org-java-common_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-java-common_2.0.0-3_all.deb
openoffice.org-kde_2.0.0-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-kde_2.0.0-3_i386.deb
openoffice.org-l10n-af_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-af_2.0.0-3_all.deb
openoffice.org-l10n-be-by_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-be-by_2.0.0-3_all.deb
openoffice.org-l10n-bg_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-bg_2.0.0-3_all.deb
openoffice.org-l10n-bn_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-bn_2.0.0-3_all.deb
openoffice.org-l10n-ca_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-ca_2.0.0-3_all.deb
openoffice.org-l10n-cs_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-cs_2.0.0-3_all.deb
openoffice.org-l10n-cy_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-cy_2.0.0-3_all.deb
openoffice.org-l10n-da_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-da_2.0.0-3_all.deb
openoffice.org-l10n-de_2.0.0-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-de_2.0.0-3_all.deb
openoffice.org-l10n-el_2.0.0-3_all.deb
  to pool/main/o/ope...

Revision history for this message
Matthias Klose (doko) wrote :

fixed in Debian unstable

Changed in openoffice.org2:
assignee: nobody → doko
status: Unconfirmed → Fix Released
Revision history for this message
Matthias Klose (doko) wrote :

fixed in 2.0.2 dapper

Changed in openoffice.org2:
status: Unconfirmed → Fix Released
Revision history for this message
In , Rene Engelhard (rene-debian) wrote : unarchive

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

unarchive 316030
found 316030 1:2.3.0-1
tag 316030 + pending
thanks

This is back...
(But fix under way - hopefully...)

Regards,

Rene
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHO59p+FmQsCSK63MRAg2vAJ92c4kQ5DFdcZIGAWnncUnowBw+BACdHDeI
8+PVTJSI4YNKe7ZteIvqF5M=
=UBHe
-----END PGP SIGNATURE-----

Changed in openoffice.org2:
status: Fix Released → Fix Committed
Revision history for this message
In , Rene Engelhard (rene-debian) wrote : Bug#316030: fixed in openoffice.org 1:2.3.0.dfsg-2
Download full text (44.9 KiB)

Source: openoffice.org
Source-Version: 1:2.3.0.dfsg-2

We believe that the bug you reported is fixed in the latest version of
openoffice.org, which is due to be installed in the Debian FTP archive:

broffice.org_2.3.0.dfsg-2_all.deb
  to pool/main/o/openoffice.org/broffice.org_2.3.0.dfsg-2_all.deb
libmythes-dev_2.3.0.dfsg-2_amd64.deb
  to pool/main/o/openoffice.org/libmythes-dev_2.3.0.dfsg-2_amd64.deb
libuno-cil_2.3.0.dfsg-2_amd64.deb
  to pool/main/o/openoffice.org/libuno-cil_2.3.0.dfsg-2_amd64.deb
openoffice.org-base_2.3.0.dfsg-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-base_2.3.0.dfsg-2_amd64.deb
openoffice.org-calc_2.3.0.dfsg-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-calc_2.3.0.dfsg-2_amd64.deb
openoffice.org-common_2.3.0.dfsg-2_all.deb
  to pool/main/o/openoffice.org/openoffice.org-common_2.3.0.dfsg-2_all.deb
openoffice.org-core_2.3.0.dfsg-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-core_2.3.0.dfsg-2_amd64.deb
openoffice.org-dbg_2.3.0.dfsg-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-dbg_2.3.0.dfsg-2_amd64.deb
openoffice.org-dev-doc_2.3.0.dfsg-2_all.deb
  to pool/main/o/openoffice.org/openoffice.org-dev-doc_2.3.0.dfsg-2_all.deb
openoffice.org-dev_2.3.0.dfsg-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-dev_2.3.0.dfsg-2_amd64.deb
openoffice.org-draw_2.3.0.dfsg-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-draw_2.3.0.dfsg-2_amd64.deb
openoffice.org-dtd-officedocument1.0_2.3.0.dfsg-2_all.deb
  to pool/main/o/openoffice.org/openoffice.org-dtd-officedocument1.0_2.3.0.dfsg-2_all.deb
openoffice.org-evolution_2.3.0.dfsg-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-evolution_2.3.0.dfsg-2_amd64.deb
openoffice.org-filter-binfilter_2.3.0.dfsg-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-filter-binfilter_2.3.0.dfsg-2_amd64.deb
openoffice.org-filter-mobiledev_2.3.0.dfsg-2_all.deb
  to pool/main/o/openoffice.org/openoffice.org-filter-mobiledev_2.3.0.dfsg-2_all.deb
openoffice.org-gcj_2.3.0.dfsg-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-gcj_2.3.0.dfsg-2_amd64.deb
openoffice.org-gnome_2.3.0.dfsg-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-gnome_2.3.0.dfsg-2_amd64.deb
openoffice.org-gtk_2.3.0.dfsg-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-gtk_2.3.0.dfsg-2_amd64.deb
openoffice.org-headless_2.3.0.dfsg-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-headless_2.3.0.dfsg-2_amd64.deb
openoffice.org-help-cs_2.3.0.dfsg-2_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-cs_2.3.0.dfsg-2_all.deb
openoffice.org-help-da_2.3.0.dfsg-2_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-da_2.3.0.dfsg-2_all.deb
openoffice.org-help-de_2.3.0.dfsg-2_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-de_2.3.0.dfsg-2_all.deb
openoffice.org-help-dz_2.3.0.dfsg-2_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-dz_2.3.0.dfsg-2_all.deb
openoffice.org-help-en-gb_2.3.0.dfsg-2_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-en-gb_2.3.0.dfsg-2_all.deb
openoffice.org-help-en-us_2.3.0.dfsg-2_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-en-us_2.3.0.df...

Changed in openoffice.org2:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.