http://bugzilla.rpmfusion.org/show_bug.cgi?id=802
--- Comment #19 from Jack Neely <jjneely(a)ncsu.edu> 2009-10-19 22:41:47 ---
(In reply to comment #18)
I saw the following in your package:
# From e2fsprogs
rm -f ${RPM_BUILD_ROOT}/usr/bin/compile_et
Its com_err cruft. OpenAFS has its own, custom (works on Windows)
implementation of libcom_err and attempts to install compile_et where it
conflicts with the system version from e2fsprogs. The OpenAFS version isn't
needed past compile time so I remove it.
rm -f ${RPM_BUILD_ROOT}%{_libdir}/openafs/libafs-*
rm -f ${RPM_BUILD_ROOT}%{_libdir}/pam_afs.krb.so.1
rm -f ${RPM_BUILD_ROOT}%{_libdir}/pam_afs.so.1
rm -f ${RPM_BUILD_ROOT}/usr/bin/dlog
rm -f ${RPM_BUILD_ROOT}/usr/bin/dpass
rm -f ${RPM_BUILD_ROOT}/usr/bin/knfs
rm -f ${RPM_BUILD_ROOT}/usr/bin/kpwvalid
rm -f ${RPM_BUILD_ROOT}/usr/bin/livesys
Check the latest packages. I cleaned this up a bit. Most of it is now
properly installed save for the DCE integration bits. (IBM's Distributed
Computing Environment.)
Thanks!
Jack
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.