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

Bug 260298

Summary: app-text/poppler-bindings-0.10.4 fails to build w/libtool-1.5*
Product: Gentoo Linux Reporter: Markos Chandras (RETIRED) <hwoarang>
Component: Current packagesAssignee: Peter Alfredsen (RETIRED) <loki_val>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 260266    
Attachments: build.log

Description Markos Chandras (RETIRED) gentoo-dev 2009-02-25 20:15:34 UTC
app-text/poppler-bindings-0.10.4 fails to build. Seems to me like a gcc-4.3.3 issue

Reproducible: Always

Steps to Reproduce:
1.emerge gcc-4.3.3 (?)
2.emerge =app-text/poppler-bindings-0.10.4

Actual Results:  
Build log attached

Expected Results:  
app-text/poppler-bindings-0.10.4 should build fine
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2009-02-25 20:16:38 UTC
Created attachment 183183 [details]
build.log
Comment 2 Peter Alfredsen (RETIRED) gentoo-dev 2009-02-25 20:29:58 UTC
Nah, this is just a bog-standard libtool issue
*goes to delete some m4 files*
Comment 3 Peter Alfredsen (RETIRED) gentoo-dev 2009-02-25 20:32:41 UTC
Fixed. Try again later or add this line just before eautoreconf:
rm m4/lt*.m4 m4/libtool.m4 || die "rm failed"