Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] revdep-rebuild.sh vs revdep-rebuild
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
jagdpanther
l33t
l33t


Joined: 22 Nov 2003
Posts: 729

PostPosted: Tue Mar 12, 2019 5:13 pm    Post subject: [solved] revdep-rebuild.sh vs revdep-rebuild Reply with quote

I was trying to update (emerge) the python Pandas package from pandas-0.23.4 to pandas-0.24.1 and received this error:
(end of traceback)
Code:
  File "/usr/lib64/python2.7/site-packages/numpy/linalg/linalg.py", line 31, in <module>
    from numpy.linalg import lapack_lite, _umath_linalg
ImportError: libgfortran.so.4: cannot open shared object file: No such file or directory


I thought this had something to do with my recent update to gcc-8.2.0 and tried both revdep-rebuild and the older revdep-rebuild.sh. The lapack or blas rebuild probably solved my Pandas issue, but WHY does revdep-rebuild.sh re-emerge dev-python/PyQt5-5.10.1-r1 and revdep-rebuild does not?

revdep-rebuild -i -p:
Code:
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] sci-libs/hdf5-1.8.18
[ebuild   R    ] sci-libs/blas-reference-20070226-r4
[ebuild   R    ] sci-libs/lapack-reference-3.2.1-r4
[ebuild   R    ] sci-libs/arpack-3.1.5
[ebuild   R    ] sci-libs/scipy-0.19.1  PYTHON_TARGETS="(-python3_7)"



revdep-rebuild.sh -i -p:
Code:
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] sci-libs/hdf5-1.8.18
[ebuild   R    ] sci-libs/blas-reference-20070226-r4
[ebuild   R    ] sci-libs/lapack-reference-3.2.1-r4
[ebuild   R    ] sci-libs/arpack-3.1.5
[ebuild   R    ] sci-libs/scipy-0.19.1  PYTHON_TARGETS="(-python3_7)"
[ebuild   R    ] dev-python/PyQt5-5.10.1-r1


Last edited by jagdpanther on Tue Mar 12, 2019 9:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Tue Mar 12, 2019 6:18 pm    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic-p-8202562.html#8202562
so revdep-rebuild should fix some issue with the .sh version and should do better job (well "it is suppose to do") "later", but currently .sh version do better work until the non .sh version has been more mature.
Back to top
View user's profile Send private message
jagdpanther
l33t
l33t


Joined: 22 Nov 2003
Posts: 729

PostPosted: Tue Mar 12, 2019 9:25 pm    Post subject: Reply with quote

krinn:

Thank you.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum