Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 849437 - sys-block/open-iscsi-2.1.7 installs udev rules without inheriting udev.eclass
Summary: sys-block/open-iscsi-2.1.7 installs udev rules without inheriting udev.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-03 05:55 UTC by Agostino Sarubbo
Modified: 2022-06-03 06:52 UTC (History)
1 user (show)

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


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

Issue: sys-block/open-iscsi-2.1.7 installs udev rules without inheriting udev.eclass.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-03 05:55:06 UTC
Created attachment 782450 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-03 06:52:44 UTC
commit 7f9a51764f45836dd4532ff899684c9a92390a91
Author: Matthias Maier <tamiko@gentoo.org>
Date:   Thu Jun 2 13:46:10 2022 -0500

    sys-block/open-iscsi: fix pkg_postinst

    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

commit 3794bbcd4182d42047b849ee746d8a25beb9ea78
Author: Matthias Maier <tamiko@gentoo.org>
Date:   Thu Jun 2 13:42:27 2022 -0500

    sys-block/open-iscsi: fix installation

     - use -j1 to avoid a race condition during "make install"

     - move udev rules.d file into right place

     - let docompress handle compressing man pages

    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

commit 5536cd18a01bb593e72daa0dfe54297022cb5e7a
Author: Matthias Maier <tamiko@gentoo.org>
Date:   Thu Jun 2 13:18:56 2022 -0500

    sys-block/open-iscsi: version bump to 2.1.7, various fixes

     - drop (parts of the) old patches for 2.1.6 as they have been upstreamed

     - remove -Werror from compiler command line

     - remove hardcoded sed path

     - use __bitwise instead of __bitwise__ macro. The latter seems to be a
       typo

    Bug: https://bugs.gentoo.org/847418
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>