Summary: | openldap-2.3.30-r2 "preserve_old_lib_notify() must be called from pkg_postinst() only" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Willie Wong <wongwwy> |
Component: | New packages | Assignee: | Gentoo LDAP project <ldap-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Willie Wong
2007-01-12 04:44:50 UTC
moved preserve_old_lib from src_install to pkg_preinst vapier still gives errors: * preserve_old_lib() must be called from pkg_preinst() only * preserve_old_lib_notify() must be called from pkg_postinst() only doesnt look like it to me src_install() { ... # keep old libs if any LIBSUFFIXES=".so.2.0.130 -2.2.so.7" for LIBSUFFIX in ${LIBSUFFIXES} ; do for each in lber libldap libldap_r ; do preserve_old_lib "${ROOT}usr/$(get_libdir)/${each}${LIBSUFFIX}" done done } ignoring that, i see the issue with eutils.eclass ... fixed in cvs Fixed in current versions |