Commit 6490112
committed
debian: Fix libionic.so wildcard conflict
The ionic provider was added with an incorrect wildcard in
debian/libibverbs-dev.install as: usr/lib/*/libionic.so*
This wildcard matches both the unversioned symlink (libionic.so) and
the versioned library (libionic.so.[ver]), causing the versioned
runtime library to be packaged in both libibverbs-dev and
ibverbs-providers, resulting in the following error:
dpkg: error processing archive ibverbs-providers_61.0-1_arm64.deb:
trying to overwrite '/usr/lib/aarch64-linux-gnu/libionic.so.1.0.61.0',
which is also in package libibverbs-dev:arm64 61.0-1
Remove the asterisk to match the pattern used by other providers.
Fixes: 6d82ac7 ("ionic: Add ionic provider")
Signed-off-by: Edward Srouji <[email protected]>1 parent 681467e commit 6490112
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments