Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 790446 - app-editors/vim: must have ipv6 option
Summary: app-editors/vim: must have ipv6 option
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-05-16 00:49 UTC by Vitaly Zdanevich
Modified: 2021-10-04 00:19 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 Vitaly Zdanevich 2021-05-16 00:49:35 UTC
By default build with +ipv6 (check in :version), but in my /etc/portage/make.conf I have USE -ipv6.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-05-16 00:52:46 UTC
Can you show us some output to describe what you mean please?

emerge —-info
emerge -pv vim
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-05-16 00:56:32 UTC
Oh, you’re saying vim itself tells you it is built with ipv6 support. Maybe make it clearer in future ;)

I’m honestly not sure it’s worth adding a USE flag to disable building vim with the support:
1) it doesn’t add any new dependencies?
2) what does vim actually use it for anyway?

It seems like a pointless rebuild to me.
Comment 3 Vitaly Zdanevich 2021-05-17 02:26:57 UTC
> 1) it doesn’t add any new dependencies?

I do not know

> 2) what does vim actually use it for anyway?

I do not know. Maybe for netrw - editing remote files.

ipv6 flag already exists in Gentoo world.
Comment 4 Larry the Git Cow gentoo-dev 2021-06-12 10:16:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e8ec8bf3f2a630901fdfdda2c9376d0c5256b4

commit 56e8ec8bf3f2a630901fdfdda2c9376d0c5256b4
Author:     Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
AuthorDate: 2021-05-21 18:41:28 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2021-06-12 10:16:10 +0000

    app-editors/vim: add ipv6 USE flag support.
    
    Closes: https://bugs.gentoo.org/790446
    Closes: https://github.com/gentoo/gentoo/pull/20911
    Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 app-editors/vim/metadata.xml             | 1 +
 app-editors/vim/vim-8.2.0814-r100.ebuild | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)
Comment 5 Larry the Git Cow gentoo-dev 2021-10-03 21:18:13 UTC
The bug has been referenced in the following commit(s):

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

commit ee5e23a6c63c64a2d7a6ae509b6eac64de0c4ac8
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-10-03 21:16:41 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-03 21:16:41 +0000

    app-editors/vim: drop USE=ipv6
    
    As explained on the bug originally, there's no need
    for this. It only seems to control using a modern
    API for sockets anyway, not JUST "do we use IPv6".
    
    Bug: https://bugs.gentoo.org/790446
    Signed-off-by: Sam James <sam@gentoo.org>

 app-editors/vim/vim-8.2.3428.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)