Bug#902760: Two failed tests remaining in igraph which are arpack related

2018-09-21 Thread Andreas Tille
On Mon, Sep 17, 2018 at 09:44:32PM +0200, Andreas Tille wrote:
> Please send `tests/testsuite.log' and all information you think might help:
> 
>To: 
>Subject: [igraph 0.7.1] testsuite: 196 197 failed

with recent libarpack2-dev (3.6.3-1) we are down to one remaining error
inside the test suite:

...
196: Eigenvector centrality (igraph_eigenvector_centrality): ok
197: Non-symmetric ARPACK solver (igraph_arpack_rnsolve): FAILED (arpack.at:66)

Bipartite graphs
...

...
Please send `tests/testsuite.log' and all information you think might help:

   To: 
   Subject: [igraph 0.7.1] testsuite: 197 failed
...

As suggested I'm sending this to  as well and I
also attach the gzipped part of the test log to this mail.

Kind regards

   Andreas.

-- 
http://fam-tille.de


test_197.log.gz
Description: application/gzip


Bug#902760: Two failed tests remaining in igraph which are arpack related

2018-09-17 Thread Andreas Tille
Hi Arpack maintainers,

could you please vote for one of the following options:


  [ ] You will upload arpack with the patch mentioned below
  [ ] You prefer if I do a team upload with the patch below
  [ ] I rather should exclude the two failing tests and lower
  the severity of bug #902760

Kind regards

Andreas.

On Mon, Sep 17, 2018 at 09:51:49PM +0200, Tamas Nepusz wrote:
> Hi Andreas & Adrian,
> 
> This is the ARPACK patch that needs to be applied in order to fix the
> failing test cases in igraph:
> 
> https://github.com/opencollab/arpack-ng/commit/31854cadaff067e30b8715f10533c459a9b7d447
> 
> As far as I know, there was no official ARPACK release with the patch
> above yet so it has to be applied manually.
> 
> All the best,
> Tamas
> On Mon, 17 Sep 2018 at 21:44, Andreas Tille  wrote:
> >
> > Control: tags -1 help
> >
> > Hi Adrian,
> >
> > I realised that you have set
> >
> >908648: libarpack2 needs fix applied for igraph
> >
> > fixed.  So I tried to build igraph from Git[1] with latest arpack but
> > there are two remaining issues in the build time test which both are
> > connected to arpack:
> >
> > ...
> > 196: Eigenvector centrality (igraph_eigenvector_centrality): FAILED 
> > (arpack.at:59)
> > 197: Non-symmetric ARPACK solver (igraph_arpack_rnsolve): FAILED 
> > (arpack.at:66)
> > ...
> > ## - ##
> > ## Test results. ##
> > ## - ##
> >
> > ERROR: 219 tests were run,
> > 2 failed unexpectedly.
> > 13 tests were skipped.
> > ## -- ##
> > ## testsuite.log was created. ##
> > ## -- ##
> >
> > Please send `tests/testsuite.log' and all information you think might help:
> >
> >To: 
> >Subject: [igraph 0.7.1] testsuite: 196 197 failed
> >
> > You may investigate any problem if you feel able to do so, in which
> > case the test suite provides a good starting point.  Its output may
> > be found below `tests/testsuite.dir'.
> >
> >
> > I admit I have no idea about igraph - just picked it up since the former
> > Uploader just left the team.
> >
> > Any hint is welcome
> >
> > Andreas.
> >
> >
> > [1] https://salsa.debian.org/med-team/igraph
> >
> > --
> > http://fam-tille.de
> 

-- 
http://fam-tille.de



Bug#902760: Two failed tests remaining in igraph which are arpack related

2018-09-17 Thread Tamas Nepusz
Hi Andreas & Adrian,

This is the ARPACK patch that needs to be applied in order to fix the
failing test cases in igraph:

https://github.com/opencollab/arpack-ng/commit/31854cadaff067e30b8715f10533c459a9b7d447

As far as I know, there was no official ARPACK release with the patch
above yet so it has to be applied manually.

All the best,
Tamas
On Mon, 17 Sep 2018 at 21:44, Andreas Tille  wrote:
>
> Control: tags -1 help
>
> Hi Adrian,
>
> I realised that you have set
>
>908648: libarpack2 needs fix applied for igraph
>
> fixed.  So I tried to build igraph from Git[1] with latest arpack but
> there are two remaining issues in the build time test which both are
> connected to arpack:
>
> ...
> 196: Eigenvector centrality (igraph_eigenvector_centrality): FAILED 
> (arpack.at:59)
> 197: Non-symmetric ARPACK solver (igraph_arpack_rnsolve): FAILED 
> (arpack.at:66)
> ...
> ## - ##
> ## Test results. ##
> ## - ##
>
> ERROR: 219 tests were run,
> 2 failed unexpectedly.
> 13 tests were skipped.
> ## -- ##
> ## testsuite.log was created. ##
> ## -- ##
>
> Please send `tests/testsuite.log' and all information you think might help:
>
>To: 
>Subject: [igraph 0.7.1] testsuite: 196 197 failed
>
> You may investigate any problem if you feel able to do so, in which
> case the test suite provides a good starting point.  Its output may
> be found below `tests/testsuite.dir'.
>
>
> I admit I have no idea about igraph - just picked it up since the former
> Uploader just left the team.
>
> Any hint is welcome
>
> Andreas.
>
>
> [1] https://salsa.debian.org/med-team/igraph
>
> --
> http://fam-tille.de



Bug#902760: Two failed tests remaining in igraph which are arpack related

2018-09-17 Thread Andreas Tille
Control: tags -1 help

Hi Adrian,

I realised that you have set

   908648: libarpack2 needs fix applied for igraph

fixed.  So I tried to build igraph from Git[1] with latest arpack but
there are two remaining issues in the build time test which both are
connected to arpack:

...
196: Eigenvector centrality (igraph_eigenvector_centrality): FAILED 
(arpack.at:59)
197: Non-symmetric ARPACK solver (igraph_arpack_rnsolve): FAILED (arpack.at:66)
...
## - ##
## Test results. ##
## - ##

ERROR: 219 tests were run,
2 failed unexpectedly.
13 tests were skipped.
## -- ##
## testsuite.log was created. ##
## -- ##

Please send `tests/testsuite.log' and all information you think might help:

   To: 
   Subject: [igraph 0.7.1] testsuite: 196 197 failed

You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point.  Its output may
be found below `tests/testsuite.dir'.


I admit I have no idea about igraph - just picked it up since the former
Uploader just left the team.

Any hint is welcome

Andreas.


[1] https://salsa.debian.org/med-team/igraph

-- 
http://fam-tille.de