Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 596098 - eix won't list telegram-desktop-bin
Summary: eix won't list telegram-desktop-bin
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-03 21:27 UTC by OzTiram
Modified: 2016-10-07 07:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description OzTiram 2016-10-03 21:27:10 UTC
For some reason eix (app-portage/eix-0.31.7-r1) fails to list telegram-desktop-bin.

[137] oznt@yeni2:~ $        eix '-I*' --format '<installedversions:EQNAMEVERSION>' bin
=app-emulation/virtualbox-bin-5.1.6.110634
=app-eselect/eselect-lib-bin-symlink-0.1.1
=app-office/libreoffice-bin-5.1.4.2
=dev-java/icedtea-bin-3.0.1
=dev-java/oracle-jdk-bin-1.8.0.92
=dev-perl/libintl-perl-1.240.0
=mail-client/thunderbird-bin-45.3.0
=sys-devel/bin86-0.16.21
=sys-devel/binutils-2.25.1-r1
=sys-devel/binutils-config-5-r2
=virtual/libintl-0-r2
=www-client/firefox-bin-45.2.0


Not listed here, and not in the following list:

[138] oznt@yeni2:~ $ eix -I telegram-desktop-bin
No matches found

Equery, finds it:

[139] oznt@yeni2:~ $ equery y telegram-desktop-bin
Keywords for net-im/telegram-desktop-bin:
          |                                 | u   |  
          | a a   a         n   p r     s   | n   |  
          | l m   r h i m m i   p i s   p   | u s | r
          | p d a m p a 6 i o p c s 3   a x | s l | e
          | h 6 r 6 p 6 8 p s p 6 c 9 s r 8 | e o | p
          | a 4 m 4 a 4 k s 2 c 4 v 0 h c 6 | d t | o
----------+---------------------------------+-----+-------
   0.10.6 | * ~ * * * * * * * * * * * * * ~ | # 0 | gentoo
[I]0.10.7 | * ~ * * * * * * * * * * * * * ~ | o   | gentoo


Maybe it's a problem with the telegram-desktop-bin ebuild?
Comment 1 OzTiram 2016-10-03 21:32:23 UTC
oddly enough, this works:

[144] oznt@yeni2:~ $ eix-installed all | grep telegram-desktop-bin
net-im/telegram-desktop-bin-0.10.7
Comment 2 zlg (RETIRED) gentoo-dev 2016-10-06 22:12:41 UTC
Odd, it worked for me:

┎─/home/daniel
┖─» eix telegram
* net-im/telegram-desktop-bin
     Available versions:  (~)0.10.6 (~)0.10.7
     Homepage:            https://desktop.telegram.org
     Description:         Official desktop client for Telegram (binary package)

Could you share more about your setup? Even if the package is masked, it should be showing up. Have you done `eix-sync`?
Comment 3 OzTiram 2016-10-07 07:30:30 UTC
OK, I just realized I need to run eix-update, and then everything works.