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

Bug 155722

Summary: synce-kde fails to compile with use avantgo
Product: Gentoo Linux Reporter: Juan Ramon Alfaro Martinez <amon.raj>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Juan Ramon Alfaro Martinez 2006-11-19 14:42:09 UTC
When the use flag avantgo is set in app-pda/synce-kde it does not compile. If I coment the lines that compile avantgo it works well.
Solution: Comment

src_compile() {
    if use avantgo; then
        #cd ${S}/../agsync-0.2-pre
        #emake
        cd ${S}
        myconf="$myconf --with-agsync=${S}/../${AGVER}"
    fi
    kde_src_compile
}
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-20 00:34:07 UTC
Please, reopen with actual compile errors and emerge --info. Thanks.