Your message dated Fri, 16 Sep 2005 16:21:11 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#326715: pytables: FTBFS: Build-Depends cannot be satisfied 
because the package python2.2-numarray cannot be found
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Sep 2005 09:01:24 +0000
>From [EMAIL PROTECTED] Mon Sep 05 02:01:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c203105.adsl.hansenet.de (localhost.localdomain) 
[213.39.203.105] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ECCqy-0007qK-00; Mon, 05 Sep 2005 02:01:24 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
        id 1ECCqw-0008LK-4m; Mon, 05 Sep 2005 11:01:22 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: pytables: FTBFS: Build-Depends cannot be satisfied because the package 
python2.2-numarray cannot be found
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 05 Sep 2005 11:01:22 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: pytables
Version: 0.9.1-2
Severity: serious
Tags: patch

When building 'pytables' in a clean 'unstable' chroot,
I get the following error:

Building pytables unstable main amd64...
Reading package lists...
Building dependency tree...
E: Build-Depends dependency for pytables cannot be satisfied because the 
package python2.2-numarray cannot be found

Please remove the Build-Depends on 'python2.2-numeric'
from debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/pytables-0.9.1/debian/control ./debian/control
--- ../tmp-orig/pytables-0.9.1/debian/control   2005-09-05 08:48:52.000000000 
+0000
+++ ./debian/control    2005-09-05 08:48:13.000000000 +0000
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Francesc Alted <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.2.30), python, zlib1g-dev, liblzo-dev, 
libucl-dev, libhdf5-serial-dev, python2.2-dev, python2.3-dev, python2.4-dev, 
python2.2-numarray (>=1.1), python2.3-numarray (>= 1.1), python2.4-numarray (>= 
1.1)
+Build-Depends: debhelper (>= 4.2.30), python, zlib1g-dev, liblzo-dev, 
libucl-dev, libhdf5-serial-dev, python2.3-dev, python2.4-dev, 
python2.3-numarray (>= 1.1), python2.4-numarray (>= 1.1)
 Standards-Version: 3.6.1
 
 Package: python-tables
@@ -33,31 +33,6 @@
  .
   Homepage: http://pytables.sourceforge.net
 
-Package: python2.2-tables
-Section: python
-Architecture: any
-Depends: python2.2-numarray (>= 1.1), python2.2, ${shlibs:Depends}
-Description: hierarchical database for Python based on HDF5
- PyTables is a hierarchical database package designed to efficently
- manage very large amounts of data. PyTables is built on top of the
- HDF5 library and the numarray package. It features an object-oriented
- interface that, combined with natural naming and C-code generated
- from Pyrex sources, makes it a fast, yet extremely easy to use tool
- for interactively save and retrieve large amounts of data.
- .
-  - Compound types (records) can be used entirely from Python (i.e. it
-    is not necessary to use C for taking advantage of them).
-  - The tables are both enlargeable and compressible.
-  - I/O is buffered, so you can get very fast I/O, specially with
-    tables.
-  - Very easy to select data through the use of iterators over the
-    rows in tables. Extended slicing is supported as well.
-  - It supports both Numeric and numarray objects.
- .
- This Debian package is built for Python 2.2.
- .
-  Homepage: http://pytables.sourceforge.net
-  
 Package: python2.3-tables
 Section: python
 Architecture: any
diff -urN ../tmp-orig/pytables-0.9.1/debian/rules ./debian/rules
--- ../tmp-orig/pytables-0.9.1/debian/rules     2005-09-05 08:48:52.000000000 
+0000
+++ ./debian/rules      2005-09-05 08:48:36.000000000 +0000
@@ -10,7 +10,6 @@
 export DH_COMPAT=4
 
 build: build-stamp
-       /usr/bin/python2.2 setup.py build
        /usr/bin/python2.3 setup.py build
        /usr/bin/python2.4 setup.py build
 
@@ -36,9 +35,6 @@
        dh_testdir
        dh_testroot
        dh_clean -k
-       /usr/bin/python2.2 setup.py install --no-compile 
--prefix=$(CURDIR)/debian/python2.2-tables/usr
-       : # Delete scripts
-       rm -rf $(CURDIR)/debian/python2.2-tables/usr/bin
        /usr/bin/python2.3 setup.py install --no-compile 
--prefix=$(CURDIR)/debian/python2.3-tables/usr
        : # Delete scripts
        rm -rf $(CURDIR)/debian/python2.3-tables/usr/bin
@@ -68,11 +64,10 @@
        dh_testdir
        dh_testroot
 
-       dh_installdocs -ppython2.2-tables README.txt changelog.gz 
changelog.Debian.gz
        dh_installdocs -ppython2.3-tables README.txt changelog.gz 
changelog.Debian.gz
        dh_installdocs -ppython2.4-tables README.txt changelog.gz 
changelog.Debian.gz
 
-       dh_python -ppython2.2-tables -ppython2.3-tables -ppython2.4-tables
+       dh_python -ppython2.3-tables -ppython2.4-tables
 
        dh_strip -a
        dh_compress -a -X.py

---------------------------------------
Received: (at 326715-done) by bugs.debian.org; 16 Sep 2005 14:21:16 +0000
>From [EMAIL PROTECTED] Fri Sep 16 07:21:16 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 81-203-0-198.user.ono.com (inspiron.pytables.org) [81.203.0.198] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EGH5Y-0005fq-00; Fri, 16 Sep 2005 07:21:16 -0700
Received: from localhost ([127.0.0.1] ident=faltet)
        by inspiron.pytables.org with esmtp (Exim 3.36 #1 (Debian))
        id 1EGH5V-0002fj-00; Fri, 16 Sep 2005 16:21:13 +0200
From: Francesc Altet <[EMAIL PROTECTED]>
Organization: Carabos
To: Andreas Jochens <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED]
Subject: Re: Bug#326715: pytables: FTBFS: Build-Depends cannot be satisfied 
because the package python2.2-numarray cannot be found
Date: Fri, 16 Sep 2005 16:21:11 +0200
User-Agent: KMail/1.8.2
Cc: Debian Bug Tracking System <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_01,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Steve Langasek has kindly accepted to upload the PyTables 1.1.1
package compiled against HDF5 1.6.4.

This should be enough to close this bug.

=2D-=20
>0,0<   Francesc Altet =A0 =A0 http://www.carabos.com/
V   V   C=E1rabos Coop. V. =A0=A0Enjoy Data
 "-"


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

Reply via email to