Your message dated Sun, 17 Jul 2011 12:20:02 +0000
with message-id <e1qiqki-0005hl...@franck.debian.org>
and subject line Bug#634083: fixed in python-networkx 1.5-2
has caused the Debian Bug report #634083,
regarding python-networkx: FTBFS: tests fail
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 ow...@bugs.debian.org
immediately.)


-- 
634083: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634083
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-networkx
Version: 1.5-1
Severity: serious
Justification: fails to build from source

python-networkx FTBFS in unstable, i386:
| running nosetests
| running egg_info
| writing requirements to networkx.egg-info/requires.txt
| writing networkx.egg-info/PKG-INFO
| writing top-level names to networkx.egg-info/top_level.txt
| writing dependency_links to networkx.egg-info/dependency_links.txt
| reading manifest file 'networkx.egg-info/SOURCES.txt'
| reading manifest template 'MANIFEST.in'
| warning: no files found matching 'networkx/tests/*.txt'
| warning: no files found matching 'networkx/*/tests/*.txt'
| warning: no files found matching 'networkx/*/*/tests/*.txt'
| warning: no previously-included files matching '*~' found anywhere in 
distribution
| warning: no previously-included files matching '*.pyc' found anywhere in 
distribution
| warning: no previously-included files matching '.svn' found anywhere in 
distribution
| no previously-included directories found matching 'doc/build'
| no previously-included directories found matching 
'doc/source/reference/generated'
| no previously-included directories found matching 'doc/source/examples'
| no previously-included directories found matching 'doc/source/static/examples'
| no previously-included directories found matching 
'doc/source/templates/gallery.html'
| writing manifest file 'networkx.egg-info/SOURCES.txt'
| running build_ext
| 
..............S.............................S......................................................................................................................................................................................................SS...S./build/python-networkx-OcC1SK/python-networkx-1.5/networkx/algorithms/link_analysis/pagerank_alg.py:269:
 ComplexWarning: Casting complex values to real discards the imaginary part
|   largest=np.array(eigenvectors[:,ind[-1]]).flatten().astype(np.float)
| 
...S.S....................................F..F............................................................................................................................................................................................S..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SS.....S...........S..S.......................................................................................................S...........................S..............................................................S......S........................S......................
| ======================================================================
| FAIL: test_astar.TestAStar.test_astar_undirected
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File "/usr/lib/pymodules/python2.6/nose/case.py", line 187, in runTest
|     self.test(*self.arg)
|   File 
"/build/python-networkx-OcC1SK/python-networkx-1.5/networkx/algorithms/shortest_paths/tests/test_astar.py",
 line 58, in test_astar_undirected
|     assert nx.astar_path(GG,'s','v')==['s', 'x', 'u', 'v']
| AssertionError:
|     <networkx.classes.graph.Graph object at 0x918cf6c>=<test_astar.TestAStar 
instance at 0x918c06c>.XG.to_undirected()
| >>  assert <module 'networkx' from 
'/build/python-networkx-OcC1SK/python-networkx-1.5/networkx/__init__.py'>.astar_path(<networkx.classes.graph.Graph
 object at 0x918cf6c>,'s','v')==['s', 'x', 'u', 'v']
|     assert <module 'networkx' from 
'/build/python-networkx-OcC1SK/python-networkx-1.5/networkx/__init__.py'>.astar_path_length(<networkx.classes.graph.Graph
 object at 0x918cf6c>,'s','v')==8
|
|
| ======================================================================
| FAIL: test_astar.TestAStar.test_astar_w1
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File "/usr/lib/pymodules/python2.6/nose/case.py", line 187, in runTest
|     self.test(*self.arg)
|   File 
"/build/python-networkx-OcC1SK/python-networkx-1.5/networkx/algorithms/shortest_paths/tests/test_astar.py",
 line 106, in test_astar_w1
|     assert nx.astar_path(G,'s','v')==['s', 'u', 'v']
| AssertionError:
|     <networkx.classes.digraph.DiGraph object at 0x918cbec>=<module 'networkx' 
from '/build/python-networkx-OcC1SK/python-networkx-1.5/networkx/__init__.py'>.DiGraph()
|     <networkx.classes.digraph.DiGraph object at 
0x918cbec>.add_edges_from([('s','u'), ('s','x'), ('u','v'), ('u','x'), ('v','y'), 
('x','u'), ('x','v'), ('x','y'), ('y','s'), ('y','v')])
| >>  assert <module 'networkx' from 
'/build/python-networkx-OcC1SK/python-networkx-1.5/networkx/__init__.py'>.astar_path(<networkx.classes.digraph.DiGraph
 object at 0x918cbec>,'s','v')==['s', 'u', 'v']
|     assert <module 'networkx' from 
'/build/python-networkx-OcC1SK/python-networkx-1.5/networkx/__init__.py'>.astar_path_length(<networkx.classes.digraph.DiGraph
 object at 0x918cbec>,'s','v')== 2
|
|
| ----------------------------------------------------------------------
| Ran 1348 tests in 28.853s
|
| FAILED (SKIP=18, failures=2)

I can't reproduce the failure on amd64.

--
Jakub Wilk



--- End Message ---
--- Begin Message ---
Source: python-networkx
Source-Version: 1.5-2

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

python-networkx-doc_1.5-2_all.deb
  to main/p/python-networkx/python-networkx-doc_1.5-2_all.deb
python-networkx_1.5-2.debian.tar.gz
  to main/p/python-networkx/python-networkx_1.5-2.debian.tar.gz
python-networkx_1.5-2.dsc
  to main/p/python-networkx/python-networkx_1.5-2.dsc
python-networkx_1.5-2_all.deb
  to main/p/python-networkx/python-networkx_1.5-2_all.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 634...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated python-networkx 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 ftpmas...@debian.org)


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

Format: 1.8
Date: Sun, 17 Jul 2011 13:53:32 +0200
Source: python-networkx
Binary: python-networkx python-networkx-doc
Architecture: source all
Version: 1.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Description: 
 python-networkx - tool to create, manipulate and study complex networks
 python-networkx-doc - tool to create, manipulate and study complex networks - 
documenta
Closes: 634083
Changes: 
 python-networkx (1.5-2) unstable; urgency=low
 .
   * debian/patches/40_astar_unique_shortest_path.diff
     - make A* shortest paths unique; Closes: #634083
Checksums-Sha1: 
 479619552891e494c749d67bb1488434bf57f361 1672 python-networkx_1.5-2.dsc
 257ec8b5995a0cb02cc2af05da33350cc0c74ca1 162254 
python-networkx_1.5-2.debian.tar.gz
 a0d360837916debfa5152796ae8ff69659d45676 678606 python-networkx_1.5-2_all.deb
 ac9568799fb663d4b37ed5683cbdfeb3fe6e1a65 6462730 
python-networkx-doc_1.5-2_all.deb
Checksums-Sha256: 
 10aa96bc79c8e18ea4379120ec016a8a1371f11d8f3dca1301fa6132c279c11e 1672 
python-networkx_1.5-2.dsc
 40b709d0f8bbcd57bba449b34f47357a1f9b4c32ddb8ab726c02edf7a89b96d0 162254 
python-networkx_1.5-2.debian.tar.gz
 9857c583b6a8caa3072aa681028e098bec29d4fb2567d7f7d47a60d91edad866 678606 
python-networkx_1.5-2_all.deb
 231ea9fcc24c7877008d92f41e111e74bd1065a83b8e789ea06229810c2e0237 6462730 
python-networkx-doc_1.5-2_all.deb
Files: 
 9cf9f8737e8c4ad17d0670c6538035ac 1672 python optional python-networkx_1.5-2.dsc
 0cadae47b71638ee54ef70f32584cb3e 162254 python optional 
python-networkx_1.5-2.debian.tar.gz
 d1caa48e67532aeffee7f5401f64d5c0 678606 python optional 
python-networkx_1.5-2_all.deb
 b1037b020c679bdb3d0cdd39cf603322 6462730 doc optional 
python-networkx-doc_1.5-2_all.deb

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

iEYEARECAAYFAk4iz/AACgkQAukwV0RN2VDIfACfYVZV7yUN+KkiDHJFj51Rf5dL
EP0AoJ1LVkFn7SD0eZDNP4PpoDVJTl0g
=rUTp
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to