Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155722 - synce-kde fails to compile with use avantgo
Summary: synce-kde fails to compile with use avantgo
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-19 14:42 UTC by Juan Ramon Alfaro Martinez
Modified: 2006-11-20 00:34 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.