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

Bug 305199

Summary: Cant compile dev-util/geany-0.18.1
Product: Gentoo Linux Reporter: muhsin <mrfroasty>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Make.conf
config.log

Description muhsin 2010-02-15 08:11:41 UTC
checking for perl >= 5.8.1... 5.10.1                                                                                                    
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool                                          

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/dev-util/geany-0.18.1/work/geany-0.18.1/config.log
 * ERROR: dev-util/geany-0.18.1 failed:                                
 *   econf failed                                                      
 *                                                                     
 * Call stack:                                                         
 *     ebuild.sh, line  54:  Called src_configure                      
 *   environment, line 298:  Called econf '--disable-dependency-tracking' '--enable-vte'
 *     ebuild.sh, line 544:  Called die                                                 
 * The specific snippet of code:                                                        
 *                      die "econf failed"                           

Reproducible: Always

Steps to Reproduce:
1.emerge -avuDN world
2.
3.

Actual Results:  
Ebuild failed to compile

Expected Results:  
Should compile and install new update
Comment 1 muhsin 2010-02-15 08:12:58 UTC
Created attachment 219737 [details]
Make.conf
Comment 2 muhsin 2010-02-15 08:13:29 UTC
Created attachment 219739 [details]
config.log
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-02-15 08:16:25 UTC
Closing as duplicate of ancient bug.

Basically you haven't done perl-cleaner after perl upgrade. 

I suggest "perl-cleaner --reallyall" and "emerge -1 XML-Parser"

*** This bug has been marked as a duplicate of bug 41124 ***
Comment 4 muhsin 2010-02-15 08:21:12 UTC
(In reply to comment #3)
> Closing as duplicate of ancient bug.
> 
> Basically you haven't done perl-cleaner after perl upgrade. 
> 
> I suggest "perl-cleaner --reallyall" and "emerge -1 XML-Parser"
> 
> *** This bug has been marked as a duplicate of bug 41124 ***
> 

Thanks..