Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192174 - sys-fs/device-mapper - userspace tools support for dmeventd
Summary: sys-fs/device-mapper - userspace tools support for dmeventd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-11 15:39 UTC by Jan Pobrislo
Modified: 2007-10-02 09:56 UTC (History)
0 users

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


Attachments
fixed ebuild (device-mapper-1.02.22.ebuild,1.90 KB, text/plain)
2007-09-11 15:40 UTC, Jan Pobrislo
Details
initscript (dmeventd.rc,435 bytes, text/plain)
2007-09-11 15:41 UTC, Jan Pobrislo
Details
device-mapper-1.02.22.ebuild (device-mapper-1.02.22.ebuild,2.00 KB, text/plain)
2007-09-11 17:52 UTC, Jan Pobrislo
Details
lvm2-2.02.27.ebuild (lvm2-2.02.27.ebuild,3.33 KB, text/plain)
2007-09-11 17:53 UTC, Jan Pobrislo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Pobrislo 2007-09-11 15:39:16 UTC
So far there was no options to build dmeventd along with device-mapper. I've modified the ebuild to have 'dmeventd' use-flag.

Reproducible: Always

Steps to Reproduce:




Acually I'm not sure if the initscript is necessary. Dmeventd should be autoloaded FWIH.
Comment 1 Jan Pobrislo 2007-09-11 15:40:29 UTC
Created attachment 130593 [details]
fixed ebuild
Comment 2 Jan Pobrislo 2007-09-11 15:41:46 UTC
Created attachment 130597 [details]
initscript

belongs into files/ dir
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-09-11 15:43:24 UTC
Please attach a unified diff instead of the whole ebuild if you change something; saves a lot of time when reviewing the changes.
Comment 4 Jan Pobrislo 2007-09-11 17:52:23 UTC
Created attachment 130607 [details]
device-mapper-1.02.22.ebuild

added libdevmapper-event.a which wasn't installed utomatically
Comment 5 Jan Pobrislo 2007-09-11 17:53:33 UTC
Created attachment 130608 [details]
lvm2-2.02.27.ebuild

lvm2 ebuild with dmeventd use flag
Comment 6 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-09-26 03:51:24 UTC
Jan Pobrislo:
Do we really need to make it USE-flag optional?
Can we just install it and let folk NOT start it if they don't want it?
Comment 7 Jan Pobrislo 2007-09-26 09:06:23 UTC
(In reply to comment #6)
> Jan Pobrislo:
> Do we really need to make it USE-flag optional?
> Can we just install it and let folk NOT start it if they don't want it?
> 

It works flawlessly for me.

It is optional flag disabled by default, so making it USE-flag seemed logical, whatever reasons upstream had for it.

Actually to build LVM2 with dmeventd support you need dmevent enabled device-mapper (libdevmapper-event) installed, so forcing this option from some versions up might simplify dependencies.
Comment 8 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-09-27 12:48:33 UTC
Ok, I'll do a version without the USE flag shortly.
Comment 9 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-10-02 09:56:52 UTC
in cvs now.