[MCOL-647] debian package install error from server package Created: 2017-03-28  Updated: 2017-03-28  Resolved: 2017-03-28

Status: Closed
Project: MariaDB ColumnStore
Component/s: Build
Affects Version/s: 1.1.0
Fix Version/s: 1.1.0

Type: Bug Priority: Blocker
Reporter: David Hill (Inactive) Assignee: David Hill (Inactive)
Resolution: Fixed Votes: 0
Labels: None
Environment:

google cloud ubuntu 16 debian package install



 Description   

Error report when install debian packages as root user

Unpacking mariadb-columnstore-libs (1.1.0) ...
dpkg: error processing archive mariadb-columnstore-1.1.0-1-x86_64-xenial-platform.deb (--install):
parsing file '/var/lib/dpkg/tmp.ci/control' near line 6 package 'mariadb-columnstore-platform':
'Depends' field, syntax error after reference to package 'mariadb-columnstore-libs'
Selecting previously unselected package mariadb-columnstore-server.

root@ubuntu16-pm1:~# tar zxvf mariadb-columnstore-1.1.0-1-xenial.x86_64.deb.tar.gz
mariadb-columnstore-1.1.0-1-x86_64-xenial-client.deb
mariadb-columnstore-1.1.0-1-x86_64-xenial-common.deb
mariadb-columnstore-1.1.0-1-x86_64-xenial-gssapi-client.deb
mariadb-columnstore-1.1.0-1-x86_64-xenial-gssapi-server.deb
mariadb-columnstore-1.1.0-1-x86_64-xenial-libs.deb
mariadb-columnstore-1.1.0-1-x86_64-xenial-platform.deb
mariadb-columnstore-1.1.0-1-x86_64-xenial-server.deb
mariadb-columnstore-1.1.0-1-x86_64-xenial-shared.deb
mariadb-columnstore-1.1.0-1-x86_64-xenial-storage-engine.deb
root@ubuntu16-pm1:~# ./package_install
Selecting previously unselected package mariadb-columnstore-client.
(Reading database ... 127256 files and directories currently installed.)
Preparing to unpack mariadb-columnstore-1.1.0-1-x86_64-xenial-client.deb ...
Unpacking mariadb-columnstore-client (1.1.0) ...
Selecting previously unselected package mariadb-columnstore-common.
Preparing to unpack mariadb-columnstore-1.1.0-1-x86_64-xenial-common.deb ...
Unpacking mariadb-columnstore-common (1.1.0) ...
Selecting previously unselected package mariadb-columnstore-gssapi-client.
Preparing to unpack mariadb-columnstore-1.1.0-1-x86_64-xenial-gssapi-client.deb ...
Unpacking mariadb-columnstore-gssapi-client (1.1.0) ...
Selecting previously unselected package mariadb-columnstore-gssapi-server.
Preparing to unpack mariadb-columnstore-1.1.0-1-x86_64-xenial-gssapi-server.deb ...
Unpacking mariadb-columnstore-gssapi-server (1.1.0) ...
Selecting previously unselected package mariadb-columnstore-libs.
Preparing to unpack mariadb-columnstore-1.1.0-1-x86_64-xenial-libs.deb ...
Unpacking mariadb-columnstore-libs (1.1.0) ...
dpkg: error processing archive mariadb-columnstore-1.1.0-1-x86_64-xenial-platform.deb (--install):
parsing file '/var/lib/dpkg/tmp.ci/control' near line 6 package 'mariadb-columnstore-platform':
'Depends' field, syntax error after reference to package 'mariadb-columnstore-libs'
Selecting previously unselected package mariadb-columnstore-server.
Preparing to unpack mariadb-columnstore-1.1.0-1-x86_64-xenial-server.deb ...
Unpacking mariadb-columnstore-server (1.1.0) ...
Selecting previously unselected package mariadb-columnstore-shared.
Preparing to unpack mariadb-columnstore-1.1.0-1-x86_64-xenial-shared.deb ...
Unpacking mariadb-columnstore-shared (1.1.0) ...
Selecting previously unselected package mariadb-columnstore-storage-engine.
Preparing to unpack mariadb-columnstore-1.1.0-1-x86_64-xenial-storage-engine.deb ...
Unpacking mariadb-columnstore-storage-engine (1.1.0) ...
Setting up mariadb-columnstore-common (1.1.0) ...
Setting up mariadb-columnstore-gssapi-client (1.1.0) ...
Setting up mariadb-columnstore-gssapi-server (1.1.0) ...
Setting up mariadb-columnstore-libs (1.1.0) ...
MariaDB ColumnStore install completed
Setting up mariadb-columnstore-shared (1.1.0) ...
Setting up mariadb-columnstore-storage-engine (1.1.0) ...
MariaDB ColumnStore install completed
Setting up mariadb-columnstore-client (1.1.0) ...
Setting up mariadb-columnstore-server (1.1.0) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
Errors were encountered while processing:
mariadb-columnstore-1.1.0-1-x86_64-xenial-platform.deb
root@ubuntu16-pm1:~# cat package_install
dpkg -install mariadb-columnstore*deb



 Comments   
Comment by David Hill (Inactive) [ 2017-03-28 ]

Its a blocker since it doesn't complete the install

/package_postConfigure_upgrade
./package_postConfigure_upgrade: line 1: /usr/local/mariadb/columnstore/bin/postConfigure: No such file or directory

Comment by David Hill (Inactive) [ 2017-03-28 ]

fixed with change suggested by Ben...

cpackEngineDEB.cmake line 61

  • SET(CPACK_DEBIAN_PLATFORM_PACKAGE_DEPENDS "expect, libboost-all-dev, mariadb-columnstore-libs libsnappy1v5")
    + SET(CPACK_DEBIAN_PLATFORM_PACKAGE_DEPENDS "expect, libboost-all-dev, mariadb-columnstore-libs, libsnappy1v5")

change and tested successfully

Generated at Thu Feb 08 02:22:39 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.