Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22150 - app-text/sablotron-0.97 needs to depend on dev-perl/XML-Parser
Summary: app-text/sablotron-0.97 needs to depend on dev-perl/XML-Parser
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-03 05:02 UTC by nate grady
Modified: 2003-08-23 12:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nate grady 2003-06-03 05:02:11 UTC
app-text/sablotron-0.97 fails to build it's docs properly without dev-perl/XML-Parser being 
installed.
Comment 1 Tom Payne (RETIRED) gentoo-dev 2003-06-04 08:47:26 UTC
Confirmed by me:

Making all in doc
make[1]: Entering directory `/var/tmp/portage/sablotron-0.97/work/Sablot-0.97/doc'
Making all in apidoc
make[2]: Entering directory `/var/tmp/portage/sablotron-0.97/work/Sablot-0.97/doc/apidoc'
mkdir jsdom-ref
mkdir jsdom-ref/apidocs
jsdom-ref.xml
Can't locate XML/Parser.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i686-linux /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at ../../utils/apidoc/parse_apidoc.pl line 38.
BEGIN failed--compilation aborted at ../../utils/apidoc/parse_apidoc.pl line 38.
make[2]: *** [jsdom-ref/complete.html] Error 2
make[2]: Leaving directory `/var/tmp/portage/sablotron-0.97/work/Sablot-0.97/doc/apidoc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/sablotron-0.97/work/Sablot-0.97/doc'
make: *** [all-recursive] Error 1

!!! ERROR: app-text/sablotron-0.97 failed.
!!! Function src_compile, Line 26, Exitcode 2
!!! (no error message)

Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2003-06-06 07:58:24 UTC
Just reemerge XML-Parser. It couldn't be found because it's in /usr/lib/perl5/5.6.1 instead of /usr/lib/perl5/5.8.0. 
Comment 3 Gentoo Perl team gentoo-dev 2003-06-10 04:02:04 UTC
When did you upgrade your perl? If you upgraded and ran the rebuilding script, your old perl modules should have been caught.
Comment 4 Robert Coie (RETIRED) gentoo-dev 2003-07-06 12:02:52 UTC
There is a dependency on XML-Parser in sablotron.  This must have been an upgrade
problem.
Comment 5 FieldySnuts 2003-08-23 12:31:03 UTC
I also ran into this problem. re-emerging XML-Parser did the trick.