Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 852281 - sys-power/acpilight-1.2-r4 installs udev rules without calling udev_reload
Summary: sys-power/acpilight-1.2-r4 installs udev rules without calling udev_reload
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Brian Evans (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-16 06:05 UTC by Agostino Sarubbo
Modified: 2022-06-21 12:55 UTC (History)
0 users

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


Attachments
build.log (build.log,40.96 KB, text/plain)
2022-06-16 06:05 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-16 06:05:14 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-power/acpilight-1.2-r4 installs udev rules without calling udev_reload.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-16 06:05:16 UTC
Created attachment 785588 [details]
build.log

build log and emerge --info
Comment 2 Brian Evans (RETIRED) gentoo-dev 2022-06-21 12:51:02 UTC
It has been there for a long time now...

pkg_postinst() {
        udev_reload
...
}

This automated bug report is too generalized as I have to dive into the build.log to see the 2nd line of the eqawarn which is about pkg_postrm specifically.
Comment 3 Larry the Git Cow gentoo-dev 2022-06-21 12:55:43 UTC
The bug has been closed via the following commit(s):

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

commit a3db635a835144c5698141571dc31a65edb452c0
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2022-06-21 12:55:05 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2022-06-21 12:55:05 +0000

    sys-power/acpilight: Fix QA warning and drop old revision
    
    Closes: https://bugs.gentoo.org/852281
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 sys-power/acpilight/acpilight-1.2-r3.ebuild | 57 -----------------------------
 sys-power/acpilight/acpilight-1.2-r4.ebuild |  5 +++
 2 files changed, 5 insertions(+), 57 deletions(-)