| Summary: | iputils-021109-r3 emerge fails | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | marc baier <gizmo> |
| Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugs-gentoo |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
marc baier
2004-08-04 09:24:50 UTC
same problem here though on amd64, the older iputils does work but it would be nice to get everything upto date. try the following:
cd ${S}/libipsec
edit the Makefile
remove:
mv y.tab.c policy_parse.c
mv y.tab.h policy_parse.h
and add
mv policy_parse.tab.c policy_parse.c
mv policy_parse.tab.h policy_parse.h
Ok, this bug was caused by the "fix" for bug #59191. Fixed in CVS. |