Your message dated Tue, 28 Dec 2010 11:02:40 +0000
with message-id <[email protected]>
and subject line Bug#606870: fixed in openturns 0.13.2-7
has caused the Debian Bug report #606870,
regarding python-openturns: creates a mess in sys.path by adding its own 
namespace
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
606870: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606870
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-openturns
Version: 0.13.2-6
Severity: serious

Severity: serious as this breaks random other packages (like
castle-combat).

Packages shipping their public modules in the dist-packages directory
should never need to add their own namespace to sys.path. Unfortunately
openturns does so:

% cat /usr/lib/python2.6/dist-packages/openturns.pth
openturns

This breaks various random packages as openturns comes with common
module names like 'common' and 'test'.
Please note that there is never a need for packages which ship their
modules in dist-packages to modify sys.path - you can always import them
by using modulename.module.

I'm not sure what the reason in http://trac.openturns.org/ticket/67 was
to add the .pth file, but doing so was just wrong.

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

Kernel: Linux 2.6.35.7-think (SMP w/2 CPU cores; 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 python-openturns depends on:
ii  ghostscript             8.71~dfsg2-6     The GPL Ghostscript PostScript/PDF
ii  libatlas3gf-base [libla 3.8.3-28         Automatically Tuned Linear Algebra
ii  libblas3gf [libblas.so. 1.2-8            Basic Linear Algebra Reference imp
ii  libc6                   2.11.2-7         Embedded GNU C Library: Shared lib
ii  libgcc1                 1:4.4.5-8        GCC support library
ii  libgfortran3            4.4.5-8          Runtime library for GNU Fortran ap
ii  liblapack3gf [liblapack 3.2.2-1          library of linear algebra routines
ii  libopenturns0           0.13.2-6         dynamic libraries for OpenTURNS
ii  libstdc++6              4.4.5-8          The GNU Standard C++ Library v3
ii  libxml2                 2.7.8.dfsg-1     GNOME XML library
ii  python                  2.6.6-3+squeeze1 interactive high-level object-orie
ii  python-central          0.6.16+nmu1      register and build utility for Pyt
ii  python-qt3              3.18.1-4         Qt3 bindings for Python
ii  python-rpy2             2.1.9-1          Python interface to the GNU R lang

python-openturns recommends no packages.

python-openturns suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: openturns
Source-Version: 0.13.2-7

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

libopenturns-dbg_0.13.2-7_amd64.deb
  to main/o/openturns/libopenturns-dbg_0.13.2-7_amd64.deb
libopenturns-dev_0.13.2-7_amd64.deb
  to main/o/openturns/libopenturns-dev_0.13.2-7_amd64.deb
libopenturns0_0.13.2-7_amd64.deb
  to main/o/openturns/libopenturns0_0.13.2-7_amd64.deb
openturns-examples_0.13.2-7_amd64.deb
  to main/o/openturns/openturns-examples_0.13.2-7_amd64.deb
openturns-validation_0.13.2-7_all.deb
  to main/o/openturns/openturns-validation_0.13.2-7_all.deb
openturns-wrapper_0.13.2-7_amd64.deb
  to main/o/openturns/openturns-wrapper_0.13.2-7_amd64.deb
openturns_0.13.2-7.diff.gz
  to main/o/openturns/openturns_0.13.2-7.diff.gz
openturns_0.13.2-7.dsc
  to main/o/openturns/openturns_0.13.2-7.dsc
python-openturns_0.13.2-7_amd64.deb
  to main/o/openturns/python-openturns_0.13.2-7_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christophe Prud'homme <[email protected]> (supplier of updated openturns 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


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

Format: 1.8
Date: Tue, 28 Dec 2010 08:14:21 +0100
Source: openturns
Binary: libopenturns0 libopenturns-dev libopenturns-dbg python-openturns 
openturns-examples openturns-wrapper openturns-validation
Architecture: source all amd64
Version: 0.13.2-7
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Christophe Prud'homme <[email protected]>
Description: 
 libopenturns-dbg - debug symbols for OpenTURNS
 libopenturns-dev - headers and development libraries for OpenTURNS
 libopenturns0 - dynamic libraries for OpenTURNS
 openturns-examples - examples of OpenTURNS functionalities
 openturns-validation - validation files for OpenTURNS
 openturns-wrapper - example of a wrapper for OpenTURNS
 python-openturns - Python front-end of OpenTURNS (aka TUI)
Closes: 604605 606870
Changes: 
 openturns (0.13.2-7) unstable; urgency=low
 .
   [Christophe Prud'homme]
   * Bug fix: "creates a mess in sys.path by adding its own namespace",
     thanks to Bernd Zeimetz (Closes: #606870).
   * Bug fix: "Preparations for the removal of the KDE3 and Qt3 libraries",
     thanks to Eckhart Wörner (Closes: #604605).
Checksums-Sha1: 
 18821301d361e4ec2aec446af3c81fab95aca823 1670 openturns_0.13.2-7.dsc
 afd98905abf3455941b26edc81c30571938526ea 25874 openturns_0.13.2-7.diff.gz
 f5e23b14b96c2d0bb65fdf58aa7e5812212a92a9 160294 
openturns-validation_0.13.2-7_all.deb
 f96ef35a619e44d29e2b9b973e39989efadb7a64 2523012 
libopenturns0_0.13.2-7_amd64.deb
 1612acb3c06f2ce5d686edb3c4713da53e4fb42f 8509714 
libopenturns-dev_0.13.2-7_amd64.deb
 2f1527602443ccb53b1033659bb9f108c9971d7c 58656718 
libopenturns-dbg_0.13.2-7_amd64.deb
 08b27b378e8dc13d915236ce024a2c32a3cdcda2 26812672 
python-openturns_0.13.2-7_amd64.deb
 bf533c71df16eebb48a281d5b7cb1f8ab12d4940 6903652 
openturns-examples_0.13.2-7_amd64.deb
 3d22797287be575bfcd2f1ccadf08d68c843b240 627042 
openturns-wrapper_0.13.2-7_amd64.deb
Checksums-Sha256: 
 588af5ea85cf5a2c524a2e244ef263cfcfeb6c7b6c04a0d85e409cd312c476d0 1670 
openturns_0.13.2-7.dsc
 f11ea1be66537e700546b93843183c7d7d9fb739fa498571cc21aabb11e7dc3f 25874 
openturns_0.13.2-7.diff.gz
 b855dd8f649101d5094f1cd4214df836271009323cf382dbb7370d3a54bf3954 160294 
openturns-validation_0.13.2-7_all.deb
 bdb96d6c7402ca538a6d3bff3ad14fc409b5f3b7b25464600b537495c2729430 2523012 
libopenturns0_0.13.2-7_amd64.deb
 181c393f15103c6a3919d9e0a4f2a03602f357ec2f23fe53cdec620054e166cc 8509714 
libopenturns-dev_0.13.2-7_amd64.deb
 2f40d6f399d6d99e28f702a7f76d219f9c831bbe190611645f597b83d6a08b01 58656718 
libopenturns-dbg_0.13.2-7_amd64.deb
 a6517cab4f96277f3231074f5a0d4f62b963be94ca860866ce6a02284152975b 26812672 
python-openturns_0.13.2-7_amd64.deb
 789c6f03b715e79773fa0657183a1ebbbfbafd5c7c090e379df2e5933ccf000e 6903652 
openturns-examples_0.13.2-7_amd64.deb
 002f32b0af70c15397094480cdcb7b06058e23b6c4e4bcf8151d15f5541a52a8 627042 
openturns-wrapper_0.13.2-7_amd64.deb
Files: 
 5ae5be9f341d2e9dbe2d45165043ddcc 1670 science extra openturns_0.13.2-7.dsc
 058b42de9d0f6b5356fd3e57de17a911 25874 science extra openturns_0.13.2-7.diff.gz
 1ef9e04447739c736ef1d4da548f81f8 160294 science extra 
openturns-validation_0.13.2-7_all.deb
 4e573f1887744cd84034e2a6696f9ee3 2523012 libs extra 
libopenturns0_0.13.2-7_amd64.deb
 25b6a548f2952e740a61d953d7c16b59 8509714 libdevel extra 
libopenturns-dev_0.13.2-7_amd64.deb
 88e7a997786d5ca07fe372f58f6da1f2 58656718 debug extra 
libopenturns-dbg_0.13.2-7_amd64.deb
 46a1d314064d169e60ef6a0be3edfc8c 26812672 python extra 
python-openturns_0.13.2-7_amd64.deb
 b7d3b901eb6484adf360f692d70fa752 6903652 science extra 
openturns-examples_0.13.2-7_amd64.deb
 9c27bdfdb8cc151ab1a5f25889a4059b 627042 science extra 
openturns-wrapper_0.13.2-7_amd64.deb

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

iD8DBQFNGcBpoY+0C9S+FFARAtmwAJ9e0NX4sS5ZuLLVRjr6UPLF4zjzwACfXuFj
6zk68JrtjK5idyKURo6rB74=
=g2lV
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to