[gentoo-user] emerge wireshark fails

2006-09-12 Thread Alan McKinnon
Hi, wireshark won't compile, saying that perl is built with the minimal use flag. Only, it isn't. The wireshark failure: !!! ERROR: net-analyzer/wireshark-0.99.3 failed. Call stack: ebuild.sh, line 1562: Called dyn_setup ebuild.sh, line 665: Called pkg_setup

Re: [gentoo-user] emerge wireshark fails

2006-09-12 Thread Bo Ørsted Andresen
On Tuesday 12 September 2006 14:48, Alan McKinnon wrote: wireshark won't compile, saying that perl is built with the minimal use flag. Only, it isn't. The wireshark failure: !!! ERROR: net-analyzer/wireshark-0.99.3 failed. Call stack:   ebuild.sh, line 1562:   Called dyn_setup  

Re: [gentoo-user] emerge wireshark fails

2006-09-12 Thread Etaoin Shrdlu
On Tuesday 12 September 2006 14:48, Alan McKinnon wrote: pkg_setup() { # bug 119208 if built_with_use dev-lang/perl minimal ; then Anyone seen this before? Am I being stupid (again) or is it a bug? And if so, where might the bug be - perl, wireshark, or the portage scripts?

Re: [gentoo-user] emerge wireshark fails

2006-09-12 Thread Alan McKinnon
On Tuesday 12 September 2006 15:00, Bo Ørsted Andresen wrote: Anyone seen this before? Am I being stupid (again) or is it a bug? And if so, where might the bug be - perl, wireshark, or the portage scripts? It's a bug in the wireshark ebuild. It hasn't been noticed until now because it was

Re: [gentoo-user] emerge wireshark fails

2006-09-12 Thread Alan McKinnon
On Tuesday 12 September 2006 15:28, Etaoin Shrdlu wrote: On Tuesday 12 September 2006 14:48, Alan McKinnon wrote: pkg_setup() { # bug 119208 if built_with_use dev-lang/perl minimal ; then Anyone seen this before? Am I being stupid (again) or is it a bug? And if so,

Re: [gentoo-user] emerge wireshark fails

2006-09-12 Thread Bo Ørsted Andresen
On Tuesday 12 September 2006 15:34, Alan McKinnon wrote: Anyone seen this before? Am I being stupid (again) or is it a bug? And if so, where might the bug be - perl, wireshark, or the portage scripts? It's a bug in the wireshark ebuild. It hasn't been noticed until now because it

Re: [gentoo-user] emerge wireshark fails

2006-09-12 Thread Alan McKinnon
On Tuesday 12 September 2006 15:42, Bo Ørsted Andresen wrote: Please read more carefully. Whether it is set or not is irrelevant. The problem is that your version doesn't have minimal use flag at all yet the wireshark tests whether it's set... OK, now this is starting to make more sense. The