Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101502 - app-office/ical will not compile (ebuild bug)
Summary: app-office/ical will not compile (ebuild bug)
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-05 19:43 UTC by Andy
Modified: 2005-08-06 01:48 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 Andy 2005-08-05 19:43:22 UTC
ical won't compile because of an ebuild bug.
To fix this problem, replace

src_compile() {
    autoconf
    econf --with-tclsh=/usr/bin/tclsh || die
    emake -j1 || die "make failed"
}

withsrc_compile() {
    econf --with-tclsh=/usr/bin/tclsh || die
    emake -j1 || die "make failed"
}




Reproducible: Always
Steps to Reproduce:
1. emerge ical
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-08-06 01:48:52 UTC
(In reply to comment #0)
> withsrc_compile()

Huh? BTW, it compiles here. Post some error messages and reopen then.