Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Merged]: lvm2: include required symlinks in device-mapper pkg
Date: Fri, 11 Sep 2020 17:47:06 +0200	[thread overview]
Message-ID: <20200911154706.Nr_nXl-Lc5Ph1Js-HP2ErubdwkyNJ7rfuyDMnBDOzrg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22898@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 2014 bytes --]

There's a merged pull request on the void-packages repository

lvm2: include required symlinks in device-mapper pkg
https://github.com/void-linux/void-packages/pull/22898

Description:
Without these, monitoring raid1 LVs fails unless one installs `device-mapper-devel`. The log message is:
```
dmeventd libdevmapper-event-lvm2raid.so dlopen failed: libdevmapper-event-lvm2raid.so: cannot open shared object file: No such file or directory.
```

More details: the current `device-mapper` package includes:
```
/usr/lib/device-mapper/libdevmapper-event-lvm2mirror.so
/usr/lib/device-mapper/libdevmapper-event-lvm2raid.so
/usr/lib/device-mapper/libdevmapper-event-lvm2snapshot.so
/usr/lib/device-mapper/libdevmapper-event-lvm2thin.so
/usr/lib/device-mapper/libdevmapper-event-lvm2vdo.so
/usr/lib/libdevmapper-event-lvm2.so.2.02
/usr/lib/libdevmapper-event.so.1.02
/usr/lib/libdevmapper.so.1.02
/usr/lib/liblvm2cmd.so.2.02
```
while the current `device-mapper-devel` package includes:
```
/usr/lib/libdevmapper-event-lvm2.so -> /usr/lib/libdevmapper-event-lvm2.so.2.02
/usr/lib/libdevmapper-event-lvm2mirror.so -> /usr/lib/device-mapper/libdevmapper-event-lvm2mirror.so
/usr/lib/libdevmapper-event-lvm2raid.so -> /usr/lib/device-mapper/libdevmapper-event-lvm2raid.so
/usr/lib/libdevmapper-event-lvm2snapshot.so -> /usr/lib/device-mapper/libdevmapper-event-lvm2snapshot.so
/usr/lib/libdevmapper-event-lvm2thin.so -> /usr/lib/device-mapper/libdevmapper-event-lvm2thin.so
/usr/lib/libdevmapper-event-lvm2vdo.so -> /usr/lib/device-mapper/libdevmapper-event-lvm2vdo.so
/usr/lib/libdevmapper-event.so -> /usr/lib/libdevmapper-event.so.1.02
/usr/lib/libdevmapper.so -> /usr/lib/libdevmapper.so.1.02
/usr/lib/liblvm2cmd.so -> /usr/lib/liblvm2cmd.so.2.02
```

I claim all the symlinks for `libdevmapper-event-lvm2?*.so` should go into `device-mapper` pkg, which is what this PR does. Note the question mark, since I believe `libdevmapper-event-lvm2.so` should still go into `device-mapper-devel`.

      parent reply	other threads:[~2020-09-11 15:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22898@inbox.vuxu.org>
2020-09-11 15:44 ` sgn
2020-09-11 15:47 ` sgn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200911154706.Nr_nXl-Lc5Ph1Js-HP2ErubdwkyNJ7rfuyDMnBDOzrg@z \
    --to=sgn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).