| Summary: | lyx-1.3.4 fails to compile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Rene Androsch <art> |
| Component: | Current packages | Assignee: | Text-Markup Team (OBSOLETE) <text-markup+disabled> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Rene Androsch
2004-02-23 05:32:28 UTC
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.la
but you're using gcc-3.3.3.
In the src_unpack() function, try adding elibtoolize under the last epatch line, so it looks like
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${PN}-1.3.2-nomktex.patch
epatch ${FILESDIR}/${PN}-1.3.3-configure-diff
elibtoolize
}
reporter ping: did adding elibtoolize solve the problem? If so, I'll add it to the ebuild. Please try lyx-1.3.4.ebuild if you happen to emerge it again. Closing. |