Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 764020 - net-libs/libmicrohttpd: dropped ~riscv
Summary: net-libs/libmicrohttpd: dropped ~riscv
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Keywording (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords: CC-ARCHES, PullRequest
Depends on:
Blocks:
 
Reported: 2021-01-06 05:57 UTC by Sam James
Modified: 2021-01-07 19:39 UTC (History)
2 users (show)

See Also:
Package list:
net-libs/libmicrohttpd ~riscv
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-01-06 05:57:00 UTC
(Remember to file a bug to restore keywords if you need to drop them - not a big deal though)
Comment 1 Karlson2k 2021-01-06 08:31:31 UTC
Actually ~riscv shouldn't be dropped. New .ebuild was create as a copy of .ebuild for 0.9.91

Need to restore ~riscv as libmicrohttpd is highly portable and tested on various architectures, including big- and little-endian.

If any portability problem is found, it should and will be fixed by upstream.
Comment 2 Anthony Basile gentoo-dev 2021-01-07 18:02:33 UTC
I'm confused by this bug.  What action are you requesting?
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-01-07 18:10:15 UTC
(In reply to Karlson2k from comment #1)
> Actually ~riscv shouldn't be dropped. New .ebuild was create as a copy of
> .ebuild for 0.9.91

But it was!

$ diff -ruN libmicrohttpd-0.9.71.ebuild libmicrohttpd-0.9.72.ebuild | grep -i keywords
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"

> 
> Need to restore ~riscv as libmicrohttpd is highly portable and tested on
> various architectures, including big- and little-endian.
> 
> If any portability problem is found, it should and will be fixed by upstream.

Thank you, this is a great attitude to have.

(In reply to Anthony Basile from comment #2)
> I'm confused by this bug.  What action are you requesting?

If it was dropped accidentally, just add it back - if not, we let the riscv@ team test it and keyword it again.
Comment 4 Karlson2k 2021-01-07 19:35:06 UTC
Looks like I used an outdated version of libmicrohttpd-0.9.71.ebuild as a base.

Published PR to restore ~riscv.

https://github.com/gentoo/gentoo/pull/18986
Comment 5 Larry the Git Cow gentoo-dev 2021-01-07 19:39:20 UTC
The bug has been closed via the following commit(s):

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

commit d41a0b6246b9a95f64867eef21f7e94d78a3054f
Author:     Karlson2k (Evgeny Grin) <k2k@narod.ru>
AuthorDate: 2021-01-07 19:31:11 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-01-07 19:39:10 +0000

    net-libs/libmicrohttpd: restored accidentally dropped ~riscv
    
    ~riscv was dropped accidentally with bump to v0.9.72.
    This patch restores it back.
    
    Closes: https://bugs.gentoo.org/764020
    Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
    Closes: https://github.com/gentoo/gentoo/pull/18986
    Signed-off-by: Sam James <sam@gentoo.org>

 net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)