I'm debugging a metasploit ebuild (in Pentoo) and found that one of the following plugin does not load: /usr/lib64/metasploit4.16/modules/auxiliary/gather/http_pdf_authors.rb: LoadError cannot load such file -- ascii85 (invalid bug report is here: https://github.com/rapid7/metasploit-framework/issues/10235) I found that the current pdf-reader ebuild does not set RUBY_FAKEGEM_GEMSPEC="pdf-reader.gemspec" and it generages an invalid gemspec file by default which cases this issue. I have not tested slot 0. Please test and fix both. Thank you.
https://github.com/pentoo/pentoo-overlay/commit/4d9c384d1552e5dec011375986aa741caec7c0c4
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b24e96b19e13de3d7281eec325bfd1cb1a88212 commit 7b24e96b19e13de3d7281eec325bfd1cb1a88212 Author: Hans de Graaff <graaff@gentoo.org> AuthorDate: 2018-07-03 05:14:32 +0000 Commit: Hans de Graaff <graaff@gentoo.org> CommitDate: 2018-07-03 05:14:32 +0000 dev-ruby/pdf-reader: fix gemspec and parallel slot install Closes: https://bugs.gentoo.org/659910 Closes: https://bugs.gentoo.org/610922 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/pdf-reader/pdf-reader-1.4.1-r2.ebuild | 49 ++++++++++++++++++++++++++ dev-ruby/pdf-reader/pdf-reader-2.1.0-r1.ebuild | 49 ++++++++++++++++++++++++++ 2 files changed, 98 insertions(+)