Summary: | emerge --config mysql-5.1.58 fails with new mysql-v2.eclass | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Amadeusz Sławiński <amade> |
Component: | Eclasses | Assignee: | Gentoo Linux MySQL bugs team <mysql-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Amadeusz Sławiński
2011-07-20 14:14:45 UTC
At first glance, a dupe of bug 375705. However, the fix for that bug was: -EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install +EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install So, pkg_config is still missing. I've seen this bug, tried to fix this with adding pkg_setup pkg_config pkg_preinst pkg_postinst pkg_postrm which are all present in source, but it still doesn't seem to work, so it probably needs something more (In reply to comment #2) > I've seen this bug, tried to fix this with adding > pkg_setup pkg_config pkg_preinst pkg_postinst pkg_postrm Yes, I just added those to EXPORT_FUNCTIONS. Thanks for the bug report. > which are all present in source, but it still doesn't seem to work, so it > probably needs something more You're probably hitting bug 375063. I've committed the fix to the overlay and am waiting for cvs again to be able to commit this fix to the tree as well. |