Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913114 - =net-libs/libmicrohttpd-0.9.77: epoll and eventfd logic can break binary pkgs
Summary: =net-libs/libmicrohttpd-0.9.77: epoll and eventfd logic can break binary pkgs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Karlson2k
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-27 15:03 UTC by David Flogeras
Modified: 2023-08-28 18:50 UTC (History)
2 users (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 David Flogeras 2023-08-27 15:03:35 UTC
Trying to update a binpkg system, which doesn't have kernel sources installed, and the new ebuild fails since it cannot verify the presence of said config options.

Could this be demoted to a warning like in other ebuilds, but letting binary pkgs work?

Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2023-08-28 18:47:26 UTC
Right, ebuilds that do not build kernel modules should never have fatal kernel checks.
Comment 2 Larry the Git Cow gentoo-dev 2023-08-28 18:50:51 UTC
The bug has been closed via the following commit(s):

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

commit e828e60c489c9df6bb636b6f67e46657cd935c71
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2023-08-28 18:49:48 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2023-08-28 18:49:48 +0000

    net-libs/libmicrohttpd: make EVENTFD check non-fatal
    
    Closes: https://bugs.gentoo.org/913114
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

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