Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161342 - sys-process/audit-1.2.9 omitted libaudit.la
Summary: sys-process/audit-1.2.9 omitted libaudit.la
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 15:51 UTC by djinnZ
Modified: 2007-02-24 10:26 UTC (History)
0 users

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 djinnZ 2007-01-10 15:51:20 UTC
at revdep-rebuild audit results broken because libaudit.la is needed by python2.4/site-pkg/_audit.la
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-10 17:49:42 UTC
Reopen with some errors.
Comment 2 djinnZ 2007-01-10 20:49:44 UTC
Ok. Try to explain, excuse for bad english.

At line 45 of ebuild, in funcion src_install I see the instrucion
rm -rf ${D}/lib/*.la ${D}/usr/lib/*.la
but in /usr/lib/phython2.4/site-package/_audit.la is needed /usr/lib/libaudit.la

This only break the dependance check in revdep-rebuild, I have no errors at run time to report.

I dont know why libaudit.la is removed but or will add in ebuild a line to remove the file _audit.la or will remove the line 45.
In every case the system seems to run without errors.
Comment 3 djinnZ 2007-01-10 21:02:12 UTC
rm -rf /somedir/*.someext will not work as expectcted in ebuild because *.someext is expanded but rm will not search in subdirs for match.
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-02-24 10:26:44 UTC
fixed in CVS.