Trying to emerge net-analyzer/nam-1.11-r1 results in the configure-script complaining about not beeing able to detekt tk. Reproducible: Always Steps to Reproduce: 1. emerge =net-analyzer/nam-1.11-r1 Actual Results: Trying to emerge nam-1.11-r1 results in the following output: checking for tk.tcl... no configure: error: Installation of tk seems incomplete or can't be found automatically. Please correct the problem by telling configure where tk is using the argument --with-tk=/path/to/package (perhaps after installing it), or the package is not required, disable it with --with-tk=no. !!! Please attach the following file when filing a report to bugs.gentoo.org: !!! /var/tmp/portage/net-analyzer/nam-1.11-r1/work/nam-1.11/config.log !!! ERROR: net-analyzer/nam-1.11-r1 failed. Expected Results: The nam ebuild should detect the existing tk installation. installed tcl/tk version: dev-lang/tcl-8.4.15 dev-lang/tk-8.4.15-r1
Created attachment 133628 [details] /var/tmp/portage/net-analyzer/nam-1.11-r1/work/nam-1.11/config.log
Created attachment 137284 [details, diff] Patch to call --with-tcl-ver and --with-tk-ver with correct version The problem is the ebuild calls ./configure with --with-tk-ver=8.4.15-r1 and the configure script cant handle the -r1 part. I made a patch which works for me with the help of gentoofan23 and zlin from #gentoo-dev-help, please keep in mind this is my first patch ever.
Thanks Paul, fix committed.