View previous topic :: View next topic |
Author |
Message |
toralf Developer
![Developer Developer](/images/ranks/rank-dev.gif)
![](images/avatars/10034462014367c4dfe33c1.gif)
Joined: 01 Feb 2004 Posts: 3943 Location: Hamburg
|
Posted: Fri Mar 04, 2016 1:18 pm Post subject: [solved] for which package sslscan was a dep ? |
|
|
I do wonder about this Code: | # emerge --keep-going=y --newuse --changed-use --with-bdeps=y --update --deep @world --ask | being empty whilst this Code: | # eix-test-obsolete -H brief | grep -v -e "^No " -e "^Skipping " -e "^$"The names of all installed packages are in the database.
Installed packages with a version not in the database (or masked):
[?] net-analyzer/sslscan (1.8.2@06/15/2015 -> ~1.11.3): Fast SSL configuration scanner | isn't. So a package needed sslscan in the past and now this is orphaned, or ?
Last edited by toralf on Fri Mar 04, 2016 4:34 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Tony0945 Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
Joined: 25 Jul 2006 Posts: 5127 Location: Illinois, USA
|
Posted: Fri Mar 04, 2016 1:46 pm Post subject: |
|
|
I have Code: | X3 ~ # locate sslscan|grep ebuild
/usr/portage/net-analyzer/sslscan/sslscan-1.8.2.ebuild
|
I don't know if eix is complaining about 1.8.2 or 1.11.3. What are your results from "equery w sslscan" ?
Just synced about two days ago. Was it removed recently?
Also try "equery d sslscan" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
toralf Developer
![Developer Developer](/images/ranks/rank-dev.gif)
![](images/avatars/10034462014367c4dfe33c1.gif)
Joined: 01 Feb 2004 Posts: 3943 Location: Hamburg
|
Posted: Fri Mar 04, 2016 2:10 pm Post subject: |
|
|
Code: | tfoerste@t44 ~ $ equery w sslscan
!!! No packages matching 'sslscan'
tfoerste@t44 ~ $ equery d sslscan
* These packages depend on sslscan: |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Tony0945 Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
Joined: 25 Jul 2006 Posts: 5127 Location: Illinois, USA
|
Posted: Fri Mar 04, 2016 3:04 pm Post subject: |
|
|
Just synced again
Code: | X3 ~ # updatedb
X3 ~ # locate sslscan|grep ebuild
/usr/portage/net-analyzer/sslscan/sslscan-1.11.3.ebuild
|
So, sometime in the last few days, sslscan-1.11.3 has been added to the tree and 1.8.2 has been removed. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zx2c4 Developer
![Developer Developer](/images/ranks/rank-dev.gif)
![](images/avatars/8936635134345e6d11d93c.gif)
Joined: 09 Jun 2005 Posts: 177
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|