Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935343 - mail-client/alpine-2.26-r1 USE=ipv6 not working
Summary: mail-client/alpine-2.26-r1 USE=ipv6 not working
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Robert G. Siebeck
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-07-02 12:27 UTC by Bert Smith
Modified: 2024-08-13 07:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bert Smith 2024-07-02 12:27:27 UTC
Building mail-client/alpine with the +ipv6 use flag does not work correctly.

Attempting to connect to an IMAP or SMTP server which only has AAAA records fails (eg mail.ev6.net). 

Manually editing alpine-2.26/imap/Makefile and changing IP=4 to IP=6 does work, so it would seem the configure script is not setting the IP6 build option correctly.
Comment 1 Larry the Git Cow gentoo-dev 2024-08-13 07:36:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f150b768cabb1d47dbf8f36f8093c8ecdcdbe63

commit 7f150b768cabb1d47dbf8f36f8093c8ecdcdbe63
Author:     Robert Siebeck <gentoo.2019@r123.de>
AuthorDate: 2024-08-02 13:46:47 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-08-13 07:36:25 +0000

    mail-client/alpine: add 2.26-r4 fixing ipv6 support, fix build on gcc-14
    
    Closes: https://bugs.gentoo.org/935343
    Closes: https://bugs.gentoo.org/920365
    Signed-off-by: Robert Siebeck <gentoo.2019@r123.de>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 mail-client/alpine/alpine-2.26-r4.ebuild | 109 +++++++++++++++++++++++++++++++
 1 file changed, 109 insertions(+)