Package Details: alpine 2.26-3

Git Clone URL: https://aur.archlinux.org/alpine.git (read-only, click to copy)
Package Base: alpine
Description: A free software email client, a rewrite of Pine which was a continuation of the venerable ELM.
Upstream URL: https://alpineapp.email/
Keywords: cli client elm email mail pine re-alpine
Licenses: Apache
Conflicts: alpine-fancythreading, pico, pine, re-alpine
Provides: pico, pine, re-alpine
Replaces: alpine-fancythreading, pico, pine, re-alpine
Submitter: lightdot
Maintainer: lightdot
Last Packager: lightdot
Votes: 11
Popularity: 0.043617
First Submitted: 2020-08-21 00:22 (UTC)
Last Updated: 2024-01-28 13:46 (UTC)

Dependencies (7)

Required by (2)

Sources (6)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

999cgm commented on 2021-12-13 12:54 (UTC)

Yes, I am getting same CRC error for maildir-2.25.patch.gz

carlosal1015 commented on 2021-12-10 20:59 (UTC)

Hi @lightdot, this package https://aur.archlinux.org/packages/alpine-fancythreading/ is necessary?

crondrift commented on 2021-11-25 09:14 (UTC) (edited on 2021-11-25 11:35 (UTC) by crondrift)

Can't install --> maildir-2.25.patch.gz fails validity check. Anyone else got the same issue?

Edit: the file has been updated on 11/21/2021 - therefore checksum mismatch with the PKGBUILD file.

waynew commented on 2021-10-21 18:52 (UTC)

2.5 release is out and 2.4 has moved somewhere. I had to update to this:

pkgver=2.25

...

source=("http://alpine.x10host.com/alpine/release/src/alpine-2.25.tar.xz"
                "http://alpine.x10host.com/alpine/patches/alpine-2.25/maildir.patch.gz"
                "http://alpine.x10host.com/alpine/patches/alpine-2.25/fancy.patch.gz"
                "http://alpine.x10host.com/alpine/patches/alpine-2.25/fillpara.patch.gz"
                "http://alpine.x10host.com/alpine/patches/alpine-2.25/compose.patch.gz"
                "http://alpine.x10host.com/alpine/patches/alpine-2.25/longurl.patch.gz")
sha256sums=('658a150982f6740bb4128e6dd81188eaa1212ca0bf689b83c2093bb518ecf776'
                        'bc7fbe638beec14e6a2cf9a135f0e9b3513988ce6273ce1d64193844b77e09d6'
                        '3bd6bfa719fd55f0b6c7e8a576e7f895f2fe5bc433baec4dca18fa9340d560ff'
                        '96c68ca772aae921b6d291a400fe7763b069ece7625c517baba05ff84d4fee72'
                        'c42669db277b651e52b6dfeff546df747aba34dda39ba7ff5cfe26e07a6f1520'
                        '51467e516b763f25f133df6686cdd883afccbb17754c7839079917a0e4ea6ab9')

lightdot commented on 2020-11-04 18:03 (UTC)

@grawity, that's a good idea. I'll include the changes with the next update.

grawity commented on 2020-11-04 10:54 (UTC)

For users of makepkg's shared $SRCDEST feature, it would be better if all downloaded file names were versioned (using localname::url syntax), so that an older cached download wouldn't interfere with building newer versions:

"maildir-2.24.patch.gz::http://alpine.x10host.com/alpine/patches/alpine-2.24/maildir.patch.gz"

or

"fancy-$pkgver.patch.gz::http://alpine.x10host.com/alpine/patches/alpine-$pkgver/fancy.patch.gz"

redshoe commented on 2020-10-13 22:24 (UTC)

I solved the problem. I have added path to C_INCLUDE_PATH that does not exist and this was causing the problem.

redshoe commented on 2020-10-03 06:10 (UTC) (edited on 2020-10-03 06:10 (UTC) by redshoe)

I am currently using AMD Ryzen processor and it is failing to compile with the same error message that I have posted earlier. I tried building on Intel CPU laptop and it worked without any problem. So... if anyone else experienced similar symptoms please let me know..

lightdot commented on 2020-09-28 21:51 (UTC)

This is beyond my ability to help, I'm afraid. I can only suggest opening a thread in the forums here, should perhaps someone else have an idea... or, if you suspect that the issue is in the alpine itself, consider reporting a bug upstream.

redshoe commented on 2020-09-22 18:53 (UTC) (edited on 2020-09-22 18:55 (UTC) by redshoe)

@lightdot. Thank you for your reply. I have been waiting for days.. Yeah I just realized that I am getting segmentation fault. After Kernel update to 5.8.10 I get slightly different error messages, but it's practically the same. Do I need a specific C library or something?


......

maildir.c: In function ‘maildir_copy’:
maildir.c:1383:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 1383 |         read (fd,s,MDSIZE(elt));
      |         ^~~~~~~~~~~~~~~~~~~~~~~
sh -c 'rm -rf c-client.a || true'
ar rc c-client.a osdep.o mail.o misc.o newsrc.o smanager.o utf8.o utf8aux.o siglocal.o dummy.o pseudo.o netmsg.o flstring.o fdstring.o rfc822.o nntp.o smtp.o imap4r1.o http.o json.o pop3.o unix.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o mix.o maildir.o;ranlib c-client.a
make[4]: Leaving directory '/home/rangke/Testsite/alpine/src/alpine-2.23/imap/c-client'
make[3]: Leaving directory '/home/rangke/Testsite/alpine/src/alpine-2.23/imap/c-client'
echo slx > OSTYPE
touch rebuild
sh -c 'rm -rf rebuild || true'
Not building bundled tools.
make[2]: Leaving directory '/home/rangke/Testsite/alpine/src/alpine-2.23/imap'
make[1]: Leaving directory '/home/rangke/Testsite/alpine/src/alpine-2.23/imap'
/usr/bin/make  all-recursive
make[1]: Entering directory '/home/rangke/Testsite/alpine/src/alpine-2.23'
Making all in m4
make[2]: Entering directory '/home/rangke/Testsite/alpine/src/alpine-2.23/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/rangke/Testsite/alpine/src/alpine-2.23/m4'
Making all in po
make[2]: Entering directory '/home/rangke/Testsite/alpine/src/alpine-2.23/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/rangke/Testsite/alpine/src/alpine-2.23/po'
Making all in pith
make[2]: Entering directory '/home/rangke/Testsite/alpine/src/alpine-2.23/pith'
gcc -DHAVE_CONFIG_H   -I../include -I../include -I/usr/include -D_FORTIFY_SOURCE=2 -g -pthread -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DOPENSSL_1_1_0 -DOPENSSL_API_COMPAT=0x10100000L -MT help_h_gen.o -MD -MP -MF .deps/help_h_gen.Tpo -c -o help_h_gen.o help_h_gen.c
help_h_gen.c: In function ‘body’:
help_h_gen.c:60:6: warning: implicit declaration of function ‘strncmp’ [-Wimplicit-function-declaration]
   60 |  if(!strncmp(line, "====", 4)){
      |      ^~~~~~~
help_h_gen.c:60:28: warning: ‘strncmp’ argument 3 type is ‘int’ where ‘long unsigned int’ is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
   60 |  if(!strncmp(line, "====", 4)){
      |                            ^
<built-in>: note: built-in ‘strncmp’ declared here
help_h_gen.c:61:10: warning: implicit declaration of function ‘strtok’; did you mean ‘strtoq’? [-Wimplicit-function-declaration]
   61 |      p = strtok(line, space);
      |          ^~~~~~
      |          strtoq
help_h_gen.c:61:8: warning: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
   61 |      p = strtok(line, space);
      |        ^
help_h_gen.c:63:5: warning: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
   63 |   p = strtok(NULL, space);
      |     ^
mv -f .deps/help_h_gen.Tpo .deps/help_h_gen.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc -g -pthread -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DOPENSSL_1_1_0 -DOPENSSL_API_COMPAT=0x10100000L  -L/usr/lib -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o help_h_gen help_h_gen.o 
libtool: link: gcc -g -pthread -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DOPENSSL_1_1_0 -DOPENSSL_API_COMPAT=0x10100000L -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o help_h_gen help_h_gen.o  -L/usr/lib -pthread
./help_h_gen < pine.hlp > helptext.h
/bin/sh: line 1: 28905 Segmentation fault      (core dumped) ./help_h_gen < pine.hlp > helptext.h
make[2]: *** [Makefile:902: helptext.h] Error 139
make[2]: Leaving directory '/home/rangke/Testsite/alpine/src/alpine-2.23/pith'
make[1]: *** [Makefile:538: all-recursive] Error 1
make[1]: Leaving directory '/home/rangke/Testsite/alpine/src/alpine-2.23'
make: *** [Makefile:427: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...