Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 101502
Alias:
Product:
Component:
Status: RESOLVED
Resolution: NEEDINFO
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Andy <retupmoca@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 101502 depends on: Show dependency tree
Bug 101502 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-08-05 19:43 0000
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 From Jakub Moc (RETIRED) 2005-08-06 01:48:52 0000 -------
(In reply to comment #0)
> withsrc_compile()

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

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug