Coder Social home page Coder Social logo

arm7v32_timescaledb's People

Contributors

dekiesel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sign0

arm7v32_timescaledb's Issues

Docker image build error while fetching alpinelinux packages

I ran into this problem when trying to build docker image:


 ---> Running in b2afb3ddc518
+ apk update
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/armv7/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/armv7/APKINDEX.tar.gz
ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.13/main: temporary error (try again later)
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/main: No such file or directory
ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.13/community: temporary error (try again later)
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/community: No such file or directory
2 errors; 15 distinct packages available

with wget those addresses work just fine. I am trying to build this with Raspberry pi 3 running raspbian 64bit version.
Also docker pull from docker hub does not seem to be working and I get this error:

sudo docker pull dekiesel/timescaledb-postgis
Using default tag: latest
Error response from daemon: manifest for dekiesel/timescaledb-postgis:latest not found: manifest unknown: manifest unknown

Any ideas what could cause this problem and how to get around it?

Compiling error at src/CMakeFiles/timescaledb.dir/catalog.c.o

Hello dekiesel,
I wanted to compile the docker images by my own and if it's working then I want to create an arm64v8 images for the timescaledb.

I used your bash and dockerfile and I'm getting the following error:

[ 15%] Building C object src/CMakeFiles/timescaledb.dir/catalog.c.o
In file included from /usr/local/include/postgresql/server/postgres.h:46,
from /build/timescaledb/src/catalog.c:6:
In function 'catalog_database_info_init',
inlined from 'ts_catalog_database_info_get' at /build/timescaledb/src/catalog.c:364:3:
/build/timescaledb/src/catalog.c:344:2: error: 'strncpy' specified bound 64 equals destination size [-Werror=stringop-truncation]
344 | StrNCpy(info->database_name, get_database_name(MyDatabaseId), NAMEDATALEN);
| ^~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/timescaledb.dir/build.make:135: src/CMakeFiles/timescaledb.dir/catalog.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1012: src/CMakeFiles/timescaledb.dir/all] Error 2
make: *** [Makefile:150: all] Error 2
The command '/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps ca-certificates git openssl openssl-dev tar && mkdir -p /build/ && git clone https://github.com/timescale/timescaledb /build/timescaledb && apk add --no-cache --virtual .build-deps coreutils dpkg-dev dpkg gcc libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TIMESCALEDB_VERSION} && ./bootstrap -DREGRESS_CHECKS=OFF -DPROJECT_INSTALL_METHOD="docker" && cd build && make install && cd ~ && rm -rf /build && sed -r -i "s/[#]\s(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample' returned a non-zero code: 2

Maybe you can help me?
I also tried to change the Version from golang and the other programs with no success.

regards
thobi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.