Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94607 - libcdio uses einfo when it should use ewarn.
Summary: libcdio uses einfo when it should use ewarn.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-31 04:37 UTC by MAL
Modified: 2005-07-13 12:15 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 MAL 2005-05-31 04:37:46 UTC
I use the enotice tool ( http://dev.gentoo.org/~eldad/ ), to review ewarn/einfo 
output, post-merge.  The latest version allows you to choose to display only 
ewarns, or einfos too.  For most packages this is great, as I can quickly see 
any important notices I have to deal with, without having to read through the 
einfo output of 50 packages.

This bug is to report that libcdio outputs it's revdep-rebuild notice as einfo, 
when it should really be ewarn.  Could the package be updated to use ewarns 
instead?

The text that should be changed is:

 * An old version of an installed library was detected on your system.
 * In order to avoid breaking packages that link against is, this older version
 * is not being removed.  In order to make full use of this newer version,
 * you will need to execute the following command:
 *   revdep-rebuild --soname libiso9660.so.2
 * 
 * After doing that, you can safely remove /usr/lib/libiso9660.so.2

and:

 * An old version of an installed library was detected on your system.
 * In order to avoid breaking packages that link against is, this older version
 * is not being removed.  In order to make full use of this newer version,
 * you will need to execute the following command:
 *   revdep-rebuild --soname libcdio.so.0.2.0



Reproducible: Always
Steps to Reproduce:
Comment 1 MAL 2005-05-31 04:38:51 UTC
Missed a bit - this too:

 * 
 * After doing that, you can safely remove /usr/lib/libcdio.so.0.2.0
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-31 06:26:52 UTC
vapier, since it's part of the eutils eclass and it seems that you've commited
quite a lot of things in it, what do you think?
Comment 3 SpanKY gentoo-dev 2005-05-31 06:31:41 UTC
i have nothing to do with that particular function, in fact i wish it didnt exist

talk to the guy who wrote that particular func, eradicator
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2005-07-13 12:15:38 UTC
fixed in portage, thanks