gpdb icon indicating copy to clipboard operation
gpdb copied to clipboard

Madlib packaging issue in Greenplum 7 for madlib 2.1.0 rhel8

Open lmugnano4537 opened this issue 1 year ago • 2 comments
trafficstars

Bug Report

I download the madlib2.1.0 from network.pivotal.io (tarball madlib-2.1.0-gp7-rhel8-x86_64.tar.gz). When I untar this file it creates a subdirectory where it puts the license, readme and what is supposed to be the .gppkg file. Instead I get these files:

'open_source_license_ Apache MADlib_ 2.1.0_GA.txt' ReleaseNotes.txt madlib-2.1.0-gp7-rhel8-x86_64.gppkg.tar.gz

It looks like the file madlib-2.1.0-gp7-rhel8-x86_64.gppkg.tar.gz is really the .gppkg file but the name of the file still has a .tar.gz extension which seems incorrect and is inconsistent of how other versions of madlib on other versions of Greenplum are.

Greenplum version or build

Greenplum 7.1 Madlib 2.1.0

OS version and uname -a

CentOS Stream release 8

autoconf options used ( config.status --config )

Installation information ( pg_config )

Expected behavior

When I untar the downloaded tarball I should get a *.gppkg file that I can install with gppkg

Actual behavior

The untar is creating a file with extension .gppkg.tar.gz

Step to reproduce the behavior

tar xzvf madlib-2.1.0-gp7-rhel8-x86_64*.tar.gz -C . cd to the sub-directory created look at the files and you'll see there is no .gppkg file

lmugnano4537 avatar Apr 09 '24 21:04 lmugnano4537