Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310833 - dev-util/indent-2.2.11 build fails due to missing texi2html
Summary: dev-util/indent-2.2.11 build fails due to missing texi2html
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-23 08:32 UTC by Leonid Podolny
Modified: 2010-03-23 16:47 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,12.88 KB, text/plain)
2010-03-23 08:33 UTC, Leonid Podolny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Podolny 2010-03-23 08:32:52 UTC
make[2]: Entering directory `/var/tmp/portage/dev-util/indent-2.2.11/work/indent-2.2.11/doc'                      
/var/tmp/portage/dev-util/indent-2.2.11/work/indent-2.2.11/config/missing texi2html -expandinfo -number -monolithic `if test -f indent.texinfo; then echo indent.texinfo; else echo ./indent.texinfo; fi`                           
WARNING: `texi2html' is needed, and is missing on your system.                                                    
         You might have modified some files without having the                                                    
         proper tools for further handling them.  Check the `README' file,                                        
         it often tells you about the needed prerequisites for installing                                         
         this package.  You may also peek at any GNU archive site, in case                                        
         some other package would contain this missing `texi2html' program.                                       
make[2]: *** [indent.html] Error 1                                                                                
make[2]: Leaving directory `/var/tmp/portage/dev-util/indent-2.2.11/work/indent-2.2.11/doc'                       
make[1]: *** [all-recursive] Error 1                                                                              
make[1]: Leaving directory `/var/tmp/portage/dev-util/indent-2.2.11/work/indent-2.2.11'                           
make: *** [all] Error 2                                                                                           
 * ERROR: dev-util/indent-2.2.11 failed:                                                                          
 *   emake failed                                                                                                 
 *                                                                                                                
 * Call stack:                                                                                                    
 *     ebuild.sh, line   48:  Called src_compile                                                                  
 *   environment, line 2330:  Called _eapi2_src_compile                                                           
 *     ebuild.sh, line  640:  Called die                                                                          
 * The specific snippet of code:                                                                                  
 *              emake || die "emake failed"                                                                       
 *                                                                                                                
 * If you need support, post the output of 'emerge --info =dev-util/indent-2.2.11',                               
 * the complete build log and the output of 'emerge -pqv =dev-util/indent-2.2.11'.                                
 * The complete build log is located at '/var/tmp/portage/dev-util/indent-2.2.11/temp/build.log'.                 
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/indent-2.2.11/temp/environment'.          
 * S: '/var/tmp/portage/dev-util/indent-2.2.11/work/indent-2.2.11'
Comment 1 Leonid Podolny 2010-03-23 08:33:17 UTC
Created attachment 224817 [details]
build.log
Comment 2 Bartosz Brachaczek 2010-03-23 15:22:58 UTC
Same here on x86. Emerging app-text/texi2html fixes the problem.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2010-03-23 16:47:10 UTC
Thanks for reporting. That requirement was hidden somewhere in the news, ISTR. It's fixed now, anyway.