Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 343383 - x11-libs/libdrm ewarn message should be more explicit
Summary: x11-libs/libdrm ewarn message should be more explicit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-30 14:29 UTC by DEMAINE Benoît-Pierre, aka DoubleHP
Modified: 2010-11-01 11:44 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 DEMAINE Benoît-Pierre, aka DoubleHP 2010-10-30 14:29:38 UTC
Package: libdrm-2.4.20-r1
 * libdrm's ABI may have changed without change in library name
 * Please rebuild media-libs/mesa, x11-base/xorg-server and
 * your video drivers in x11-drivers/*.

should be changed to sth like

Package: libdrm-2.4.20-r1
 * libdrm's ABI may have changed without change in library name
 * Several atoms should be rebuild to avoid breakage:
 * emerge -va1 media-libs/mesa x11-base/xorg-server
 * qlist -I -C x11-drivers/ | xargs emerge -v1

or all in one:
 * qlist -I -C x11-drivers/  media-libs/mesa x11-base/xorg-server | xargs emerge -v1
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2010-11-01 06:23:48 UTC
That would assume app-portage/portage-utils is installed so it cannot go in as is.
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2010-11-01 10:54:36 UTC
That mesage is removed in latest versions since developers are carefull about abi breakages. (YAY)

(dunno how to resolve this, so going with fixed :))
Comment 3 DEMAINE Benoît-Pierre, aka DoubleHP 2010-11-01 11:44:02 UTC
I was also assuming people are using emerge, what is more and more wrong today.