Re: Building mailuitls under Alpine Linux
Yuri Kanivetsky <[email protected]> Tue, 11 Jun 2024 21:59:22 +0300
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Message-ID | <CAMhVC3b3NxUL3BEXVJqgk78CPPEuiwJFC56=X435zAW4h5m1WQ@mail.gmail.com> |
On Tue, Jun 11, 2024 at 1:22=E2=80=AFPM Sergey Poznyakoff <[email protected]>= wrote: > Thanks for reporting. Mailutils includes its own version of ltmain.sh, > which conflicts with libtool 2.4.7. I have fixed this in two recent > commits. Please pull. Yep, now it's working: FROM alpine:3.20 RUN apk add git libtool autoconf automake wget rsync gettext-dev coreutils build-base perl-pod-parser bison flex gawk texinfo gnutls-dev libgsasl-dev \ && git clone git://git.savannah.gnu.org/mailutils.git \ && cd mailutils \ && sed -i '/CFLAGS=3D.*sed/d' am/debug.m4 \ && ./bootstrap \ && ./configure CFLAGS=3D'-g3 -O0' \ && make install Thanks. Regards, Yuri