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 e-mail elm email mail newsgroups nntp pine re-alpine usenet
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.000892
First Submitted: 2020-08-21 00:22 (UTC)
Last Updated: 2025-03-03 05:33 (UTC)

Dependencies (7)

Required by (2)

Sources (6)

Latest Comments

1 2 3 4 5 Next › Last »

TardotGZip commented on 2025-05-31 07:05 (UTC)

For those trying to build this. GCC 15 will complain because the default gnu standard is now gcc23. until the source code can be patched, a work around is adding -std=gnu17 to the CFLAGS make options in the PKGBUILD

ltskinol commented on 2025-03-04 02:25 (UTC)

I deleted ~/.cache and recompiled and Alpine now builds successfully. Thank you lightdot!

simona commented on 2025-03-03 21:00 (UTC)

I uninstalled gss package from aur and solved. thx for patience.

simona commented on 2025-03-03 20:55 (UTC)

I do not have libgss. I uninstalled "yay -Rs libgssglue rdesktop rdesktop-brute sticky-keys-hunter"
but error it is the same.
Thx for try. Good work.

grawity commented on 2025-03-03 20:05 (UTC)

Do you happen to have libgss installed? Remove it.

simona commented on 2025-03-03 19:55 (UTC)

I understand. ok. increasingly convinced that tests in a clean chroot are not meaningful though.

lightdot commented on 2025-03-03 19:53 (UTC)

@simona, I re-checked and can't replicate, alpine builds in a clean chroot.

My guess is that there's something related to GSSAPI / Kerberos in your build environment that causes this.

simona commented on 2025-03-03 09:47 (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':
/home/simona/.cache/yay/alpine/src/alpine-2.26/imap/c-client/auth_gss.c:73:(.text+0x7031): undefined reference to `gss_nt_service_name'
/bin/ld: ../c-client/c-client.a(osdep.o): in function `auth_gssapi_client_work':
/home/simona/.cache/yay/alpine/src/alpine-2.26/imap/c-client/auth_gss.c:152:(.text+0x9446): undefined reference to `gss_nt_service_name'
/bin/ld: ../c-client/c-client.a(osdep.o): in function `auth_gssapi_server':
/home/simona/.cache/yay/alpine/src/alpine-2.26/imap/c-client/auth_gss.c:340:(.text+0xd9f9): undefined reference to `gss_nt_service_name'
/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status

lightdot commented on 2025-03-03 05:38 (UTC)

@ltskinol, I have now adjusted the PKGBUILD without bumping the package version.

ltskinol commented on 2025-02-18 01:37 (UTC)

Is there any way that Wild_Penguin's change could be incorporated into this package? Alpine hasn't been able to build for quite some time. Thanks!