Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 854780 - media-libs/vitamtp-2.5.9_pre20160829 installs udev rules without calling udev_reload
Summary: media-libs/vitamtp-2.5.9_pre20160829 installs udev rules without calling udev...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vadim A. Misbakh-Soloviov (mva)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-28 06:54 UTC by Agostino Sarubbo
Modified: 2022-07-24 00:52 UTC (History)
0 users

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


Attachments
build.log (build.log,82.87 KB, text/plain)
2022-06-28 06:54 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-06-28 06:54:39 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/vitamtp-2.5.9_pre20160829 installs udev rules without calling udev_reload.
Discovered on: amd64 (internal ref: lto_tinderbox)

NOTE:
This machine uses lto with CFLAGS=-flto -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-28 06:54:42 UTC
Created attachment 788291 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-07-24 00:52:13 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f4ab4e5cdf620d1bc82f3e9b4646fa8e0338a3

commit d4f4ab4e5cdf620d1bc82f3e9b4646fa8e0338a3
Author:     Vadim Misbakh-Soloviov <mva@gentoo.org>
AuthorDate: 2022-07-24 00:50:40 +0000
Commit:     Vadim Misbakh-Soloviov <mva@gentoo.org>
CommitDate: 2022-07-24 00:52:06 +0000

    media-libs/vitamtp: call udev-reload in postrm
    
    Bug: https://bugs.gentoo.org/854780
    Package-Manager: Portage-3.0.34, Repoman-3.0.3
    Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>

 media-libs/vitamtp/vitamtp-2.5.9_pre20160829.ebuild | 4 ++++
 media-libs/vitamtp/vitamtp-9999.ebuild              | 4 ++++
 2 files changed, 8 insertions(+)
Comment 3 Vadim A. Misbakh-Soloviov (mva) gentoo-dev 2022-07-24 00:52:41 UTC
It's strange.
Sam moved it to udev eclass (**with** calling udev-reload on postinstall) on April , and this bug was reported on June...
Anyway, I've also added call to udev-reload on postrm just in case...