Hi, 1) net-snmp comes with tkmib which need perl-tk and a Net-SNMP module. perl-tk and Net-SNMP aren't emerged though .. maybe it would be a good idea to add 2 IUSE "tcltk" and "perl" for this point 2) I emerged perl-tk without any problem an tkmib handles it well. The problem arrives with Net-SNMP. It is emerged without any problem, _but_ tkmib doesn't manage to load it. I hacked /usr/bin/tkmib (sorry it isn't a true patch) line 9: - my $havesnmp = eval {require SNMP;}; + my $havesnmp = eval {require Net::SNMP;}; but it isn't apparently sufficient as we get some errors when we launch tkmib. I am not a perl hacker thus I can help. Hope we'll have a working net-snmp package in the future ..
Please give net-snmp-5.0.9-r2 a spin. Make sure you have USE=perl enabled. BTW, Net-SNMP is a seperate perl module. net-snmp comes with the NetSNMP perl module needed for mib2c and tkmib. All of this is now enabled if you put 'perl' in your USE=flags.