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

Bug 305277

Summary: dev-util/git-1.7.0 fails with a perl/texi error
Product: Gentoo Linux Reporter: Duncan <1i5t5.duncan>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 1.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description Duncan 2010-02-15 15:44:29 UTC
git-1.7.0 fails, apparently trying to build the docs (USE=doc), with a perl/texi error.

log snip:

    DB2TEXI user-manual.texi                                                                                        
    ASCIIDOC gitrepository-layout.xml                                                                               
Can't locate XML/SAX/ParserFactory.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/5.10.1/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.10.1 /usr/lib64/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.10.1/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.10.1 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.10.1/x86_64-linux-thread-multi /usr/lib64/perl5/5.10.1 .) at /usr/bin/db2x_texixml line 2147.                                          
BEGIN failed--compilation aborted at /usr/bin/db2x_texixml line 2147.                                               
docbook2texi:/book: no description for directory entry                                                              
    ASCIIDOC git-show-index.xml                                                                                     
    ASCIIDOC git-show-branch.xml                                                                                    
    ASCIIDOC git-shortlog.xml                                                                                       
make: *** [user-manual.texi] Error 2


emerge --pretend --verbose git

[snip] dev-util/git-1.7.0 [1.6.6.1] USE="bash-completion blksha1 curl doc iconv threads tk -cgi -cvs -emacs -gtk -perl (-ppcsha1) -subversion -webdav -xinetd"

~amd64 with x and kde overlays, full emerge --info to be attached.
Comment 1 Duncan 2010-02-15 15:48:23 UTC
Created attachment 219801 [details]
emerge --info
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2010-02-15 19:15:07 UTC
Did you run perl-cleaner --all after upgrading to perl-5.10.1?
Comment 3 Duncan 2010-02-16 04:32:53 UTC
(In reply to comment #2)
> Did you run perl-cleaner --all after upgrading to perl-5.10.1?

I don't remember.  Running it now...  (You could have mentioned that it ran emerge, and that I might wish to try it with -a or -p first.  I thought it was like fix_libtool_files.sh or lafilefixer, fixing the files not remerging packages.)

That seems to have fixed it.  Thanks. =:^)