Bug 255022 - devel/libvirt 7.2.0 requires gnugrep
Summary: devel/libvirt 7.2.0 requires gnugrep
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-12 22:09 UTC by Jack
Modified: 2021-04-13 15:10 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (novel)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jack 2021-04-12 22:09:58 UTC
libvirt 7.2.0 is looking for gnugrep but it's not a dependency.

build-aux/meson.build:24:6: ERROR: Problem encountered: GNU grep not found

Installing gnugrep makes it compile.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-13 15:01:36 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b2017e7c4389f04bfc32f6c699776c0749e3ef0

commit 5b2017e7c4389f04bfc32f6c699776c0749e3ef0
Author:     Roman Bogorodskiy <novel@FreeBSD.org>
AuthorDate: 2021-04-13 14:49:13 +0000
Commit:     Roman Bogorodskiy <novel@FreeBSD.org>
CommitDate: 2021-04-13 15:00:05 +0000

    devel/libvirt: add missing textproc/gnugrep dependency

    GNU grep is required for build.

    PR:             255022 [1]
    Reported by:    Jack <xxjack12xx@gmail.com> [1], pkg-fallout

 devel/libvirt/Makefile | 1 +
 1 file changed, 1 insertion(+)
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2021-04-13 15:10:20 UTC
Sorry for breakage, looks like all my poudriere jails are old enough and still use GNU grep, so I didn't notice the failure.

Should be fixed now.