Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 291923 - net-nds/openldap: should call preserve_old_lib_notify with full paths to libraries
Summary: net-nds/openldap: should call preserve_old_lib_notify with full paths to libr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo LDAP project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-04 22:05 UTC by Toralf Förster
Modified: 2009-11-25 11:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2009-11-04 22:05:23 UTC
The lines 

  # rm 'usr/lib/liblber-2.3.so.0'
  # rm 'usr/lib/libldap-2.3.so.0'
  # rm 'usr/lib/libldap_r-2.3.so.0'

miss a leading / before usr.


Reproducible: Always
Comment 1 MAL 2009-11-11 09:40:37 UTC
Unfortunately not that small, since most people will run the commands without checking and because they fail silently, will assume the libraries have been removed.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2009-11-24 05:26:12 UTC
re-assigning to base-system since this actually comes from an eclass.
Comment 3 SpanKY gentoo-dev 2009-11-24 17:19:00 UTC
umm, rm is absolutely not silent here if the file doesnt exist.  dont know why you think that.

$ rm a/b/c
rm: cannot remove `a/b/c': No such file or directory

at any rate, the output comes directly from the ebuild
Comment 4 MAL 2009-11-25 11:48:54 UTC
My apologies, my system aliases rm to 'rm -f', which doesn't complain about missing files.