clboss: Build Failure Alpine Linux
I am trying to setup CLN
alongwith clboss
in an alpine
docker container but the build seems to be failing. Commands am running in the docker container are as follows:
RUN apk add \
git \
autoconf \
sqlite-dev \
bind-tools \
build-base \
autoconf-archive \
libtool \
curl-dev \
pkgconf \
libev-dev
RUN git clone --recurse-submodules https://github.com/ZmnSCPxj/clboss.git /clboss && \
cd /clboss && \
autoreconf -i && \
./configure --enable-static --prefix=/usr && \
make -j $(nproc) && \
make install
About this issue
- Original URL
- State: closed
- Created 10 months ago
- Comments: 15 (4 by maintainers)
Commits related to this issue
- build: Use `__GNUC__` instead of `__GNUC_PREREQ`, fixes Alpine build Changelog-Fixed: build: Use `__GNUC__` instead of `__GNUC_PREREQ`, fixes Alpine build ([#178]) — committed to ksedgwic/clboss by ksedgwic 10 months ago
- build: Use `__GNUC__` instead of `__GNUC_PREREQ`, fixes Alpine build Changelog-Fixed: build: Use `__GNUC__` instead of `__GNUC_PREREQ`, fixes Alpine build ([#178]) — committed to ZmnSCPxj/clboss by ksedgwic 10 months ago
@king-11 Does #179 work for you?
I think that’s the issue … checking …