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: 10
Popularity: 0.012384
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

1 2 3 4 Next › Last »

lightdot commented on 2024-01-28 13:45 (UTC)

@RAMChYLD, according to https://alpineapp.email/alpine/md5/maildir.html the patch was updated without changing the version of either the patch or the package.

I didn't notice the update, so the current PKGBUILD doesn't reflect the newest code. I'll update soon.

In the meantime, as long as the current SHA256SUM published by the author corresponds with the one of the file you've downloaded, I'd trust it.

@simona, sorry for not responding sooner. I cannot reproduce this, though.

RAMChYLD commented on 2024-01-13 09:30 (UTC) (edited on 2024-01-13 09:31 (UTC) by RAMChYLD)

Something's wrong with the maildir-2.26 patch

==> Validating source files with sha256sums...
    alpine-2.26.tar.xz ... Passed
    maildir-2.26.patch.gz ... FAILED
    fancy-2.26.patch.gz ... Passed
    fillpara-2.26.patch.gz ... Passed
    compose-2.26.patch.gz ... Passed
    longurl-2.26.patch.gz ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /home/leecy/.cache/yay/alpine 
         context: exit status 1 

Can you please confirm that the patch is not tainted or corrupted in any way?

simona commented on 2023-11-04 17:06 (UTC)

/bin/ld: ../c-client/c-client.a(osdep.o): warning: relocation against gss_nt_service_name' in read-only section.text'
/bin/ld: ../c-client/c-client.a(osdep.o): in function auth_gssapi_valid':<BR> /home/simona/.cache/yay/alpine/src/alpine-2.26/imap/c-client/auth_gss.c:73:(.text+0x7132): undefined reference togss_nt_service_name'
/bin/ld: ../c-client/c-client.a(osdep.o): in function auth_gssapi_client_work':<BR> /home/simona/.cache/yay/alpine/src/alpine-2.26/imap/c-client/auth_gss.c:152:(.text+0x971e): undefined reference togss_nt_service_name'
/bin/ld: ../c-client/c-client.a(osdep.o): in function auth_gssapi_server':<BR> /home/simona/.cache/yay/alpine/src/alpine-2.26/imap/c-client/auth_gss.c:340:(.text+0xe1c1): undefined reference togss_nt_service_name'
/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status

simona commented on 2023-07-12 08:01 (UTC)

string.c:3043:1: fatal error: opening dependency file .deps/string.Tpo: File o directory non esistente

lightdot commented on 2023-07-09 02:12 (UTC)

I added the additional architectures to the PKGBUILD, decided to stop delaying this until the next release. That's the only change, so those having a working 2.26 build, feel free to skip the update.

@msk, alpine builds for me in a clean chroot, using the PKGBUILD published here. Can you reproduce in a clean environment, with the PKGBUILD?

msk commented on 2023-06-11 04:58 (UTC)

encountering this error when building using 'makepkg --install'

mv -f .deps/help_h_gen.Tpo .deps/help_h_gen.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -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 ./help_h_gen < pine.hlp > helptext.h make[2]/ *** [Makefile/911/ helptext.h] Error 139 make[2]/ Leaving directory '/opt/build/alpine/src/alpine-2.26/pith' make[1]/ *** [Makefile/547/ all-recursive] Error 1 make[1]/ Leaving directory '/opt/build/alpine/src/alpine-2.26' make/ *** [Makefile/436/ all] Error 2 ==> ERROR/ A failure occurred in build(). Aborting...

lightdot commented on 2023-05-13 03:11 (UTC)

Sure, I'll add various ARM architectures with the next upstream update... if it comes soonish, or I might as well add them to current 2.26 as it's been a while now.

jose1711 commented on 2023-04-07 07:18 (UTC)

could you please add armv6h and armv7h to arch array? alpine compiles and runs fine on raspberry pi.

drslmr commented on 2022-11-14 07:13 (UTC)

@fmscott1 Thank you, that fixed my problem.

fmscott1 commented on 2022-11-11 02:41 (UTC)

@drslmr, You may need to install the openssl-1.1 package from the core repo. I had the same issue.