Ivan Artiukhov created IGNITE-20100:
---------------------------------------
Summary: Wrong dependencies in ODBC driver's DEB package
Key: IGNITE-20100
URL: https://issues.apache.org/jira/browse/IGNITE-20100
Project: Ignite
Issue Type: Bug
Components: build
Affects Versions: 3.0
Reporter: Ivan Artiukhov
OS:
{{
root@f2a61d386c24:/# cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12
(bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
}}
Trying to install DEB with ODBC driver:
{{
root@f2a61d386c24:/# apt install /tmp/ignite3-odbc_3.0.0-SNAPSHOT_all.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'ignite3-odbc' instead of '/tmp/ignite3-odbc_9.0.0~ea2_all.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ignite3-odbc : Depends: unixODBC but it is not installable
E: Unable to correct problems, you have held broken packages.
}}
Expected dependency name: {{unixodbc}}
Actual dependency name: {{unuxODBC}}
Also the following dependency must be explicitly stated to make post-install
and post-remove steps work correctly: {{odbcinst}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)