Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 842093 - dev-embedded/openocd-0.11.0 installs udev rules without calling udev_reload
Summary: dev-embedded/openocd-0.11.0 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 (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-05-02 06:56 UTC by Agostino Sarubbo
Modified: 2022-08-12 20:36 UTC (History)
3 users (show)

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


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

Issue: dev-embedded/openocd-0.11.0 installs udev rules without calling udev_reload.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-02 06:56:36 UTC
Created attachment 775883 [details]
build.log

build log and emerge --info
Comment 2 zhaleks 2022-06-27 16:30:05 UTC
Hello.
Compiled yesterday, udev rule is not installed at all in my case.
And should be "interfaces" folder with bunch of .cfg files... but the folder is absent after compilation.
Comment 3 zhaleks 2022-06-27 16:36:34 UTC
It should be executed in this way.
openocd -s /usr/share/openocd/scripts/ -f interface/stlink-v2.cfg -f target/nrf51_stlink.tcl
But there is no "interface" folder within "/usr/share/openocd/scripts/".
Comment 4 zhaleks 2022-06-28 19:04:15 UTC
Hello.
Please, ignore my comments.
I've re-compiled the package in everything seems fine.
Sorry for that.
Comment 5 jannis 2022-06-29 17:19:34 UTC
I plan to do an PR to fix this this evening
Comment 6 Larry the Git Cow gentoo-dev 2022-08-12 20:36:52 UTC
The bug has been closed via the following commit(s):

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

commit cfa4333f5a78f9b4462fcd84779b734f261bf3d3
Author:     Jannis Achstetter <kripton@kripserver.net>
AuthorDate: 2022-06-29 20:09:33 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2022-08-12 20:36:34 +0000

    dev-embedded/openocd: Add calls to udev_reload
    
    Closes: https://bugs.gentoo.org/842093
    Closes: https://github.com/gentoo/gentoo/pull/26154
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Jannis Achstetter <kripton@kripserver.net>
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 dev-embedded/openocd/openocd-0.11.0.ebuild | 6 ++++++
 dev-embedded/openocd/openocd-9999.ebuild   | 6 ++++++
 2 files changed, 12 insertions(+)