Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.7(EOL), 10.8(EOL), 10.9(EOL)
-
None
Description
Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command objdump -X to check exactly which symbols are required by shared object. As Lintian error itself if correct it's not error and it's false-positive which should be overrided with .lintian-overrides -files
- E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so
- E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so
- E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so
- E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so
- E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so
Which should be suppressed also there is problem in debian/control file
- E: mariadb-plugin-provider-bzip2: extended-description-is-empty
- E: mariadb-plugin-provider-lz4: extended-description-is-empty
- E: mariadb-plugin-provider-lzma: extended-description-is-empty
- E: mariadb-plugin-provider-lzo: extended-description-is-empty
- E: mariadb-plugin-provider-snappy: extended-description-is-empty
Debian Policy Manual section 3.4 says that they are needed
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Provider Plugins throws lintian Errors:
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Provider Plugins throws lintian Errors:
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Parent |
|
|
Issue Type | Bug [ 1 ] | Technical task [ 7 ] |
Description |
Provider Plugins throws lintian Errors:
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command `objdump -X` to check exactly which symbols are required by shared object. As error itself if correct it's not error.
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Description |
Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command `objdump -X` to check exactly which symbols are required by shared object. As error itself if correct it's not error.
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command `objdump -X` to check exactly which symbols are required by shared object. As Lintian error itself if correct it's not error and it's false-positive which should be overrided with `.lintian-overrides`-files
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Description |
Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command `objdump -X` to check exactly which symbols are required by shared object. As Lintian error itself if correct it's not error and it's false-positive which should be overrided with `.lintian-overrides`-files
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
bq. Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command {{objdump -X}} to check exactly which symbols are required by shared object. As Lintian error itself if correct it's not error and it's false-positive which should be overrided with{{ .lintian-overrides}}-files
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Description |
bq. Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command {{objdump -X}} to check exactly which symbols are required by shared object. As Lintian error itself if correct it's not error and it's false-positive which should be overrided with{{ .lintian-overrides}}-files
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
bq. Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command {{objdump -X}} to check exactly which symbols are required by shared object. As Lintian error itself if correct it's not error and it's false-positive which should be overrided with {{ .lintian-overrides}}-files
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Description |
bq. Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command {{objdump -X}} to check exactly which symbols are required by shared object. As Lintian error itself if correct it's not error and it's false-positive which should be overrided with {{ .lintian-overrides}}-files
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command {{objdump -X}} to check exactly which symbols are required by shared object. As Lintian error itself if correct it's not error and it's false-positive which should be overrided with {{ .lintian-overrides}}-files
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Description |
Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command {{objdump -X}} to check exactly which symbols are required by shared object. As Lintian error itself if correct it's not error and it's false-positive which should be overrided with {{ .lintian-overrides}}-files
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command {{objdump -X}} to check exactly which symbols are required by shared object. As Lintian error itself if correct it's not error and it's false-positive which should be overrided with {{ .lintian-overrides}} -files
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Description |
Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command {{objdump -X}} to check exactly which symbols are required by shared object. As Lintian error itself if correct it's not error and it's false-positive which should be overrided with {{ .lintian-overrides}} -files
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command {{objdump -X}} to check exactly which symbols are required by shared object. As Lintian error itself if correct it's not error and it's false-positive which should be overrided with {{.lintian-overrides}} -files
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Description |
Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command {{objdump -X}} to check exactly which symbols are required by shared object. As Lintian error itself if correct it's not error and it's false-positive which should be overrided with {{.lintian-overrides}} -files
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in `debian/control` file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Provider Plugins throws Lintian False-Positive Errors. This because these shared objects does not share any symbols from Glibc and Lintian uses command {{objdump -X}} to check exactly which symbols are required by shared object. As Lintian error itself if correct it's not error and it's false-positive which should be overrided with {{.lintian-overrides}} -files
* E: mariadb-plugin-provider-bzip2: library-not-linked-against-libc usr/lib/mysql/plugin/provider_bzip2.so * E: mariadb-plugin-provider-lz4: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lz4.so * E: mariadb-plugin-provider-lzma: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzma.so * E: mariadb-plugin-provider-lzo: library-not-linked-against-libc usr/lib/mysql/plugin/provider_lzo.so * E: mariadb-plugin-provider-snappy: library-not-linked-against-libc usr/lib/mysql/plugin/provider_snappy.so Which should be suppressed also there is problem in {{debian/control}} file * E: mariadb-plugin-provider-bzip2: extended-description-is-empty * E: mariadb-plugin-provider-lz4: extended-description-is-empty * E: mariadb-plugin-provider-lzma: extended-description-is-empty * E: mariadb-plugin-provider-lzo: extended-description-is-empty * E: mariadb-plugin-provider-snappy: extended-description-is-empty Debian Policy Manual section 3.4 says that they are needed |
Fix Version/s | 10.7 [ 24805 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Fix Version/s | 10.9 [ 26905 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Tuukka Pasanen [ JIRAUSER49166 ] | Otto Kekäläinen [ otto ] |
Fix Version/s | 10.7.4 [ 27504 ] | |
Fix Version/s | 10.8.3 [ 27502 ] | |
Fix Version/s | 10.7 [ 24805 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Fix Version/s | 10.9 [ 26905 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
There is clean Lintian runs:
https://salsa.debian.org/illuusio/mariadb-server/-/jobs/2581906