citusdata / postgresql-hll

PostgreSQL extension adding HyperLogLog data structures as a native data type
http://blog.aggregateknowledge.com/2013/02/04/open-source-release-postgresql-hll/
Apache License 2.0
1.13k stars 116 forks source link

Failed to read spec file from postgresql11-hll-2.12.tar.gz #102

Open david-streamlio opened 4 years ago

david-streamlio commented 4 years ago

I am trying to install this extension by following the instructions and am getting an error.

git clone https://github.com/citusdata/postgresql-hll.git tar cvfz postgresql11-hll-2.12.tar.gz postgresql-hll --transform="s/postgresql-hll/postgresql11-hll/g" rpmbuild -tb postgresql11-hll-2.12.tar.gz error: Failed to read spec file from postgresql11-hll-2.12.tar.gz

ncpaddle919 commented 4 years ago

I get the same error today:

rpmbuild -tb postgresql${PGSHRT}-hll-${VER}.tar.gz error: Failed to read spec file from postgresql11-hll-2.12.tar.gz

devrimgunduz commented 4 years ago

You can use the binaries from:

https://yum.postgresql.org/

Tycholiz commented 3 years ago

assume these binaries won't work for ubuntu?