Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 377381

Summary: dev-lang/parrot-3.6.0[doc]: Can't locate JSON.pm
Product: Gentoo Linux Reporter: Martin von Gagern <Martin.vGagern>
Component: [OLD] DevelopmentAssignee: Gentoo Perl team <perl>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Martin von Gagern 2011-08-02 07:06:44 UTC
dev-lang/parrot-3.6.0[doc] won't build for me:

gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-3.6.0/work/parrot-3.6.0/docs'
/usr/bin/perl5.12.4 -I../lib ../tools/docs/make_html_docs.pl --version=3.6.0
Can't locate JSON.pm in @INC (@INC contains: lib ../lib /home/mvg/perl/lib/perl5/site_perl /home/mvg/perl/lib/perl5 /etc/perl /usr/lib64/perl5/site_perl/5.12.4/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.12.4 /usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.12.4 /usr/lib64/perl5/site_perl/5.12.2/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.12.2 /usr/lib64/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.12.3/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.12.3 /usr/lib64/perl5/vendor_perl/5.12.2/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.12.2 /usr/lib64/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.12.1 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.12.4/x86_64-linux-thread-multi /usr/lib64/perl5/5.12.4 /usr/local/lib/site_perl .) at ../tools/docs/make_html_docs.pl line 32.
BEGIN failed--compilation aborted at ../tools/docs/make_html_docs.pl line 32.
gmake[1]: *** [html] Error 2
gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-3.6.0/work/parrot-3.6.0/docs'
make: *** [html.dummy] Error 2
emake failed
 * ERROR: dev-lang/parrot-3.6.0 failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  56:  Called src_compile
 *   environment, line 2248:  Called die
 * The specific snippet of code:
 *           emake -j1 html || die;

I guess the ebuild should have a compile-time dependency on dev-perl/JSON. Emerging that will allow parrot to build, unless USE=pcre causes bug 377379.
Comment 1 Patrick Lauer gentoo-dev 2011-12-27 06:24:59 UTC
Does that still happen with 3.11 ? Can't reproduce ...
Comment 2 Martin von Gagern 2011-12-27 19:10:44 UTC
(In reply to comment #1)
> Does that still happen with 3.11 ? Can't reproduce ...

Nope, doesn't happen any more for me either.